xref: /reactos/base/system/services/services.rc (revision a3019731)
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/* UTF-8 */
12#pragma code_page(65001)
13
14#ifdef LANGUAGE_BG_BG
15    #include "lang/bg-BG.rc"
16#endif
17#ifdef LANGUAGE_CS_CZ
18    #include "lang/cs-CZ.rc"
19#endif
20#ifdef LANGUAGE_DE_DE
21    #include "lang/de-DE.rc"
22#endif
23#ifdef LANGUAGE_EN_US
24    #include "lang/en-US.rc"
25#endif
26#ifdef LANGUAGE_FR_FR
27    #include "lang/fr-FR.rc"
28#endif
29#ifdef LANGUAGE_HE_IL
30    #include "lang/he-IL.rc"
31#endif
32#ifdef LANGUAGE_ID_ID
33    #include "lang/id-ID.rc"
34#endif
35#ifdef LANGUAGE_IT_IT
36    #include "lang/it-IT.rc"
37#endif
38#ifdef LANGUAGE_PL_PL
39    #include "lang/pl-PL.rc"
40#endif
41#ifdef LANGUAGE_RO_RO
42    #include "lang/ro-RO.rc"
43#endif
44#ifdef LANGUAGE_RU_RU
45    #include "lang/ru-RU.rc"
46#endif
47#ifdef LANGUAGE_TR_TR
48    #include "lang/tr-TR.rc"
49#endif
50#ifdef LANGUAGE_ZH_CN
51    #include "lang/zh-CN.rc"
52#endif
53#ifdef LANGUAGE_ZH_HK
54    #include "lang/zh-HK.rc"
55#endif
56#ifdef LANGUAGE_ZH_TW
57    #include "lang/zh-TW.rc"
58#endif
59