Sync with trunk r63283
[reactos.git] / base / system / runonce / runonce.rc
1 #include <windef.h>
2 #include <winuser.h>
3
4 #include "resource.h"
5
6 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Run Once Wrapper"
7 #define REACTOS_STR_INTERNAL_NAME "runonce"
8 #define REACTOS_STR_ORIGINAL_FILENAME "runonce.exe"
9 #include <reactos/version.rc>
10
11 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
12
13 IDI_ICON ICON "res/icon.ico"
14
15 /* UTF-8 */
16 #pragma code_page(65001)
17
18 #ifdef LANGUAGE_DE_DE
19 #include "lang/de-DE.rc"
20 #endif
21 #ifdef LANGUAGE_EN_US
22 #include "lang/en-US.rc"
23 #endif
24 #ifdef LANGUAGE_ES_ES
25 #include "lang/es-ES.rc"
26 #endif
27 #ifdef LANGUAGE_FR_FR
28 #include "lang/fr-FR.rc"
29 #endif
30 #ifdef LANGUAGE_HE_IL
31 #include "lang/he-IL.rc"
32 #endif
33 #ifdef LANGUAGE_JA_JP
34 #include "lang/ja-JP.rc"
35 #endif
36 #ifdef LANGUAGE_PL_PL
37 #include "lang/pl-PL.rc"
38 #endif
39 #ifdef LANGUAGE_PT_BR
40 #include "lang/pt-BR.rc"
41 #endif
42 #ifdef LANGUAGE_RO_RO
43 #include "lang/ro-RO.rc"
44 #endif
45 #ifdef LANGUAGE_RU_RU
46 #include "lang/ru-RU.rc"
47 #endif
48 #ifdef LANGUAGE_SK_SK
49 #include "lang/sk-SK.rc"
50 #endif
51 #ifdef LANGUAGE_SQ_AL
52 #include "lang/sq-AL.rc"
53 #endif
54 #ifdef LANGUAGE_TR_TR
55 #include "lang/tr-TR.rc"
56 #endif
57 #ifdef LANGUAGE_UK_UA
58 #include "lang/uk-UA.rc"
59 #endif
60 #ifdef LANGUAGE_ZH_CN
61 #include "lang/zh-CN.rc"
62 #endif