524216fbce65b9eecc05be982b342e80dded9d45
[reactos.git] / base / applications / notepad / rsrc.rc
1 /*
2 * Copyright 1997,98 Marcel Baur <mbaur@g26.ethz.ch>
3 * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18 */
19
20 #include <windef.h>
21 #include <winuser.h>
22 #include <dlgs.h>
23
24 #include "notepad_res.h"
25
26 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Notepad"
27 #define REACTOS_STR_INTERNAL_NAME "notepad"
28 #define REACTOS_STR_ORIGINAL_FILENAME "notepad.exe"
29 #include <reactos/version.rc>
30
31 IDI_NPICON ICON "res/notepad.ico"
32
33 #include <reactos/manifest_exe.rc>
34
35 /* UTF-8 */
36 #pragma code_page(65001)
37
38 #ifdef LANGUAGE_BG_BG
39 #include "lang/bg-BG.rc"
40 #endif
41 #ifdef LANGUAGE_CS_CZ
42 #include "lang/cs-CZ.rc"
43 #endif
44 #ifdef LANGUAGE_DA_DK
45 #include "lang/da-DK.rc"
46 #endif
47 #ifdef LANGUAGE_DE_DE
48 #include "lang/de-DE.rc"
49 #endif
50 #ifdef LANGUAGE_EL_GR
51 #include "lang/el-GR.rc"
52 #endif
53 #ifdef LANGUAGE_EN_US
54 #include "lang/en-US.rc"
55 #endif
56 #ifdef LANGUAGE_ES_ES
57 #include "lang/es-ES.rc"
58 #endif
59 #ifdef LANGUAGE_EU_ES
60 #include "lang/eu-ES.rc"
61 #endif
62 #ifdef LANGUAGE_FI_FI
63 #include "lang/fi-FI.rc"
64 #endif
65 #ifdef LANGUAGE_FR_FR
66 #include "lang/fr-FR.rc"
67 #endif
68 #ifdef LANGUAGE_HE_IL
69 #include "lang/he-IL.rc"
70 #endif
71 #ifdef LANGUAGE_HU_HU
72 #include "lang/hu-HU.rc"
73 #endif
74 #ifdef LANGUAGE_HY_AM
75 #include "lang/hy-AM.rc"
76 #endif
77 #ifdef LANGUAGE_ID_ID
78 #include "lang/id-ID.rc"
79 #endif
80 #ifdef LANGUAGE_IT_IT
81 #include "lang/it-IT.rc"
82 #endif
83 #ifdef LANGUAGE_JA_JP
84 #include "lang/ja-JP.rc"
85 #endif
86 #ifdef LANGUAGE_LT_LT
87 #include "lang/lt-LT.rc"
88 #endif
89 #ifdef LANGUAGE_MS_MY
90 #include "lang/ms-MY.rc"
91 #endif
92 #ifdef LANGUAGE_NL_NL
93 #include "lang/nl-NL.rc"
94 #endif
95 #ifdef LANGUAGE_NB_NO
96 #include "lang/no-NO.rc"
97 #endif
98 #ifdef LANGUAGE_PL_PL
99 #include "lang/pl-PL.rc"
100 #endif
101 #ifdef LANGUAGE_PT_PT
102 #include "lang/pt-PT.rc"
103 #endif
104 #ifdef LANGUAGE_PT_PB
105 #include "lang/pt-BR.rc"
106 #endif
107 #ifdef LANGUAGE_RO_RO
108 #include "lang/ro-RO.rc"
109 #endif
110 #ifdef LANGUAGE_RU_RU
111 #include "lang/ru-RU.rc"
112 #endif
113 #ifdef LANGUAGE_UK_UA
114 #include "lang/uk-UA.rc"
115 #endif
116 #ifdef LANGUAGE_UZ_UZ
117 #include "lang/uz-UZ.rc"
118 #endif
119 #ifdef LANGUAGE_SK_SK
120 #include "lang/sk-SK.rc"
121 #endif
122 #ifdef LANGUAGE_SL_SI
123 #include "lang/sl-SI.rc"
124 #endif
125 #ifdef LANGUAGE_SQ_AL
126 #include "lang/sq-AL.rc"
127 #endif
128 #ifdef LANGUAGE_SV_SE
129 #include "lang/sv-SE.rc"
130 #endif
131 #ifdef LANGUAGE_TH_TH
132 #include "lang/th-TH.rc"
133 #endif
134 #ifdef LANGUAGE_TR_TR
135 #include "lang/tr-TR.rc"
136 #endif
137 #ifdef LANGUAGE_ZH_CN
138 #include "lang/zh-CN.rc"
139 #endif
140 #ifdef LANGUAGE_ZH_TW
141 #include "lang/zh-TW.rc"
142 #endif