[TRANSLATIONS] Simplified Chinese translation update by Henry Tang Ih. CORE-10588
[reactos.git] / reactos / base / system / services / services.rc
1 #include <windef.h>
2 #include <winuser.h>
3
4 #include "resource.h"
5
6 #define REACTOS_STR_FILE_DESCRIPTION "Service Control Manager"
7 #define REACTOS_STR_INTERNAL_NAME "Services"
8 #define REACTOS_STR_ORIGINAL_FILENAME "Services.exe"
9 #include <reactos/version.rc>
10
11
12 /* UTF-8 */
13 #pragma code_page(65001)
14
15 #ifdef LANGUAGE_DE_DE
16 #include "lang/de-DE.rc"
17 #endif
18
19 #ifdef LANGUAGE_EN_US
20 #include "lang/en-US.rc"
21 #endif
22
23 #ifdef LANGUAGE_RO_RO
24 #include "lang/ro-RO.rc"
25 #endif
26
27 #ifdef LANGUAGE_RU_RU
28 #include "lang/ru-RU.rc"
29 #endif
30
31 #ifdef LANGUAGE_TR_TR
32 #include "lang/tr-TR.rc"
33 #endif
34 #ifdef LANGUAGE_ZH_CN
35 #include "lang/zh-CN.rc"
36 #endif