Update Chinese translation. (#1164)
[reactos.git] / modules / rosapps / applications / vcdcontroltool / vcdcontroltool.rc
1 #include <windef.h>
2 #include <winuser.h>
3 #include <commctrl.h>
4
5 #include "resource.h"
6
7 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
8
9 #define REACTOS_STR_FILE_DESCRIPTION "Virtual CD Control Tool"
10 #define REACTOS_STR_INTERNAL_NAME "vcdcontroltool"
11 #define REACTOS_STR_ORIGINAL_FILENAME "vcdcontroltool.exe"
12 #include <reactos/version.rc>
13
14 #include <reactos/manifest_exe.rc>
15
16 /* UTF-8 */
17 #pragma code_page(65001)
18
19 #ifdef LANGUAGE_EN_US
20 #include "lang/en-US.rc"
21 #endif
22 #ifdef LANGUAGE_ES_ES
23 #include "lang/es-ES.rc"
24 #endif
25 #ifdef LANGUAGE_FR_FR
26 #include "lang/fr-FR.rc"
27 #endif
28 #ifdef LANGUAGE_RU_RU
29 #include "lang/ru-RU.rc"
30 #endif
31 #ifdef LANGUAGE_UK_UA
32 #include "lang/uk-UA.rc"
33 #endif
34 #ifdef LANGUAGE_ZH_CN
35 #include "lang/zh-CN.rc"
36 #endif
37 #ifdef LANGUAGE_ZH_TW
38 #include "lang/zh-TW.rc"
39 #endif