Create a branch for Aleksandar Andrejevic for his work on NTVDM. See http://jira...
[reactos.git] / base / applications / cmdutils / doskey / doskey.rc
1 #include <windef.h>
2
3 #include "doskey.h"
4
5 #define REACTOS_STR_FILE_DESCRIPTION "W32 doskey command\0"
6 #define REACTOS_STR_INTERNAL_NAME "doskey\0"
7 #define REACTOS_STR_ORIGINAL_FILENAME "doskey.exe\0"
8 #include <reactos/version.rc>
9
10 // UTF-8
11 #pragma code_page(65001)
12 #ifdef LANGUAGE_BG_BG
13 #include "lang/bg-BG.rc"
14 #endif
15 #ifdef LANGUAGE_DE_DE
16 #include "lang/de-DE.rc"
17 #endif
18 #ifdef LANGUAGE_EN_US
19 #include "lang/en-US.rc"
20 #endif
21 #ifdef LANGUAGE_ES_ES
22 #include "lang/es-ES.rc"
23 #endif
24 #ifdef LANGUAGE_FR_FR
25 #include "lang/fr-FR.rc"
26 #endif
27 #ifdef LANGUAGE_IT_IT
28 #include "lang/it-IT.rc"
29 #endif
30 #ifdef LANGUAGE_PL_PL
31 #include "lang/pl-PL.rc"
32 #endif
33 #ifdef LANGUAGE_RO_RO
34 #include "lang/ro-RO.rc"
35 #endif
36 #ifdef LANGUAGE_SV_SE
37 #include "lang/sv-SE.rc"
38 #endif
39 #ifdef LANGUAGE_UK_UA
40 #include "lang/uk-UA.rc"
41 #endif
42 #ifdef LANGUAGE_ZH_CN
43 #include "lang/zh-CN.rc"
44 #endif