Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / base / applications / msconfig_new / msconfig.rc
1 #include <windef.h>
2 #include <winuser.h>
3 #include <commctrl.h>
4
5 #include "resource.h"
6
7 #define APP_TOOLS MSCFGTL.XML
8
9 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
10
11 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS System Configuration Tool"
12 #define REACTOS_STR_INTERNAL_NAME "msconfig"
13 #define REACTOS_STR_ORIGINAL_FILENAME "msconfig.exe"
14 #include <reactos/version.rc>
15
16 IDI_APPICON ICON "res/msconfig.ico"
17 IDB_2K3CHECK BITMAP "res/2k3check.bmp"
18 IDB_V7CHECK BITMAP "res/v7check.bmp"
19
20 IDR_MSCONFIG ACCELERATORS
21 BEGIN
22 // "?", IDM_ABOUT, ASCII, ALT, NOINVERT
23 VK_F1, IDM_ABOUT, VIRTKEY, SHIFT, NOINVERT
24 END
25
26 STRINGTABLE
27 BEGIN
28 IDS_TAB_SYSTEM "SYSTEM.INI"
29 IDS_TAB_WIN "WIN.INI"
30 IDS_TAB_FREELDR "FREELDR.INI"
31 IDS_TAB_BOOT "BOOT.INI"
32 END
33
34 #include <reactos/manifest_exe.rc>
35
36 /* UTF-8 */
37 #pragma code_page(65001)
38
39 #ifdef LANGUAGE_BG_BG
40 #include "lang/bg-BG.rc"
41 APP_TOOLS HTML "lang/mscfgtl/bg-BG.xml"
42 #endif
43 #ifdef LANGUAGE_CA_ES
44 #include "lang/ca-ES.rc"
45 APP_TOOLS HTML "lang/mscfgtl/ca-ES.xml"
46 #endif
47 #ifdef LANGUAGE_CS_CZ
48 #include "lang/cs-CZ.rc"
49 APP_TOOLS HTML "lang/mscfgtl/cs-CZ.xml"
50 #endif
51 #ifdef LANGUAGE_DE_DE
52 #include "lang/de-DE.rc"
53 APP_TOOLS HTML "lang/mscfgtl/de-DE.xml"
54 #endif
55 #ifdef LANGUAGE_EL_GR
56 #include "lang/el-GR.rc"
57 APP_TOOLS HTML "lang/mscfgtl/el-GR.xml"
58 #endif
59 #ifdef LANGUAGE_EN_US
60 #include "lang/en-US.rc"
61 APP_TOOLS HTML "lang/mscfgtl/en-US.xml"
62 #endif
63 #ifdef LANGUAGE_ES_ES
64 #include "lang/es-ES.rc"
65 APP_TOOLS HTML "lang/mscfgtl/es-ES.xml"
66 #endif
67 #ifdef LANGUAGE_FR_FR
68 #include "lang/fr-FR.rc"
69 APP_TOOLS HTML "lang/mscfgtl/fr-FR.xml"
70 #endif
71 #ifdef LANGUAGE_HE_IL
72 #include "lang/he-IL.rc"
73 APP_TOOLS HTML "lang/mscfgtl/he-IL.xml"
74 #endif
75 #ifdef LANGUAGE_HU_HU
76 #include "lang/hu-HU.rc"
77 APP_TOOLS HTML "lang/mscfgtl/hu-HU.xml"
78 #endif
79 #ifdef LANGUAGE_ID_ID
80 #include "lang/id-ID.rc"
81 APP_TOOLS HTML "lang/mscfgtl/id-ID.xml"
82 #endif
83 #ifdef LANGUAGE_IT_IT
84 #include "lang/it-IT.rc"
85 APP_TOOLS HTML "lang/mscfgtl/it-IT.xml"
86 #endif
87 #ifdef LANGUAGE_KO_KR
88 #include "lang/ko-KR.rc"
89 APP_TOOLS HTML "lang/mscfgtl/ko-KR.xml"
90 #endif
91 #ifdef LANGUAGE_NL_NL
92 #include "lang/nl-NL.rc"
93 APP_TOOLS HTML "lang/mscfgtl/nl-NL.xml"
94 #endif
95 #ifdef LANGUAGE_NB_NO
96 #include "lang/no-NO.rc"
97 APP_TOOLS HTML "lang/mscfgtl/no-NO.xml"
98 #endif
99 #ifdef LANGUAGE_PL_PL
100 #include "lang/pl-PL.rc"
101 APP_TOOLS HTML "lang/mscfgtl/pl-PL.xml"
102 #endif
103 #ifdef LANGUAGE_PT_BR
104 #include "lang/pt-BR.rc"
105 APP_TOOLS HTML "lang/mscfgtl/pt-BR.xml"
106 #endif
107 #ifdef LANGUAGE_RO_RO
108 #include "lang/ro-RO.rc"
109 APP_TOOLS HTML "lang/mscfgtl/ro-RO.xml"
110 #endif
111 #ifdef LANGUAGE_RU_RU
112 #include "lang/ru-RU.rc"
113 APP_TOOLS HTML "lang/mscfgtl/ru-RU.xml"
114 #endif
115 #ifdef LANGUAGE_SK_SK
116 #include "lang/sk-SK.rc"
117 APP_TOOLS HTML "lang/mscfgtl/sk-SK.xml"
118 #endif
119 #ifdef LANGUAGE_SQ_AL
120 #include "lang/sq-AL.rc"
121 APP_TOOLS HTML "lang/mscfgtl/sq-AL.xml"
122 #endif
123 #ifdef LANGUAGE_SV_SE
124 #include "lang/sv-SE.rc"
125 APP_TOOLS HTML "lang/mscfgtl/sv-SE.xml"
126 #endif
127 #ifdef LANGUAGE_TH_TH
128 #include "lang/th-TH.rc"
129 APP_TOOLS HTML "lang/mscfgtl/th-TH.xml"
130 #endif
131 #ifdef LANGUAGE_TR_TR
132 #include "lang/tr-TR.rc"
133 APP_TOOLS HTML "lang/mscfgtl/tr-TR.xml"
134 #endif
135 #ifdef LANGUAGE_UK_UA
136 #include "lang/uk-UA.rc"
137 APP_TOOLS HTML "lang/mscfgtl/uk-UA.xml"
138 #endif
139 #ifdef LANGUAGE_ZH_CN
140 #include "lang/zh-CN.rc"
141 APP_TOOLS HTML "lang/mscfgtl/zh-CN.xml"
142 #endif
143 #ifdef LANGUAGE_ZH_TW
144 #include "lang/zh-TW.rc"
145 APP_TOOLS HTML "lang/mscfgtl/zh-TW.xml"
146 #endif