[SHELL/EXPERIMENTS]
[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
23 #include "notepad_res.h"
24
25 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Notepad"
26 #define REACTOS_STR_INTERNAL_NAME "notepad"
27 #define REACTOS_STR_ORIGINAL_FILENAME "notepad.exe"
28 #include <reactos/version.rc>
29
30 IDI_NPICON ICON "res/notepad.ico"
31
32 #include <reactos/manifest_exe.rc>
33
34 /* UTF-8 */
35 #pragma code_page(65001)
36
37 #ifdef LANGUAGE_BG_BG
38 #include "lang/bg-BG.rc"
39 #endif
40 #ifdef LANGUAGE_CS_CZ
41 #include "lang/cs-CZ.rc"
42 #endif
43 #ifdef LANGUAGE_DA_DK
44 #include "lang/da-DK.rc"
45 #endif
46 #ifdef LANGUAGE_DE_DE
47 #include "lang/de-DE.rc"
48 #endif
49 #ifdef LANGUAGE_EL_GR
50 #include "lang/el-GR.rc"
51 #endif
52 #ifdef LANGUAGE_EN_US
53 #include "lang/en-US.rc"
54 #endif
55 #ifdef LANGUAGE_ES_ES
56 #include "lang/es-ES.rc"
57 #endif
58 #ifdef LANGUAGE_EU_ES
59 #include "lang/eu-ES.rc"
60 #endif
61 #ifdef LANGUAGE_FI_FI
62 #include "lang/fi-FI.rc"
63 #endif
64 #ifdef LANGUAGE_FR_FR
65 #include "lang/fr-FR.rc"
66 #endif
67 #ifdef LANGUAGE_HE_IL
68 #include "lang/he-IL.rc"
69 #endif
70 #ifdef LANGUAGE_HU_HU
71 #include "lang/hu-HU.rc"
72 #endif
73 #ifdef LANGUAGE_HY_AM
74 #include "lang/hy-AM.rc"
75 #endif
76 #ifdef LANGUAGE_ID_ID
77 #include "lang/id-ID.rc"
78 #endif
79 #ifdef LANGUAGE_IT_IT
80 #include "lang/it-IT.rc"
81 #endif
82 #ifdef LANGUAGE_JA_JP
83 #include "lang/ja-JP.rc"
84 #endif
85 #ifdef LANGUAGE_LT_LT
86 #include "lang/lt-LT.rc"
87 #endif
88 #ifdef LANGUAGE_NL_NL
89 #include "lang/nl-NL.rc"
90 #endif
91 #ifdef LANGUAGE_NB_NO
92 #include "lang/no-NO.rc"
93 #endif
94 #ifdef LANGUAGE_PL_PL
95 #include "lang/pl-PL.rc"
96 #endif
97 #ifdef LANGUAGE_PT_PT
98 #include "lang/pt-PT.rc"
99 #endif
100 #ifdef LANGUAGE_PT_PB
101 #include "lang/pt-BR.rc"
102 #endif
103 #ifdef LANGUAGE_RO_RO
104 #include "lang/ro-RO.rc"
105 #endif
106 #ifdef LANGUAGE_RU_RU
107 #include "lang/ru-RU.rc"
108 #endif
109 #ifdef LANGUAGE_UK_UA
110 #include "lang/uk-UA.rc"
111 #endif
112 #ifdef LANGUAGE_SK_SK
113 #include "lang/sk-SK.rc"
114 #endif
115 #ifdef LANGUAGE_SL_SI
116 #include "lang/sl-SI.rc"
117 #endif
118 #ifdef LANGUAGE_SV_SE
119 #include "lang/sv-SE.rc"
120 #endif
121 #ifdef LANGUAGE_TH_TH
122 #include "lang/th-TH.rc"
123 #endif
124 #ifdef LANGUAGE_TR_TR
125 #include "lang/tr-TR.rc"
126 #endif
127 #ifdef LANGUAGE_SQ_AL
128 #include "lang/sq-AL.rc"
129 #endif
130 #ifdef LANGUAGE_ZH_CN
131 #include "lang/zh-CN.rc"
132 #endif