[THEMEUI] Add Indonesian translation.
[reactos.git] / dll / win32 / themeui / themeui.rc
1 #include <windef.h>
2 #include "resource.h"
3
4 #define REACTOS_VERSION_DLL
5 #define REACTOS_STR_FILE_DESCRIPTION "Theme UI Library"
6 #define REACTOS_STR_INTERNAL_NAME "themeui"
7 #define REACTOS_STR_ORIGINAL_FILENAME "themeui.dll"
8 #include <reactos/version.rc>
9
10 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
11
12 1 ICON "themeui.ico"
13
14 /* UTF-8 */
15 #pragma code_page(65001)
16 #ifdef LANGUAGE_CS_CZ
17 #include "lang/cs-CZ.rc"
18 #endif
19 #ifdef LANGUAGE_DE_DE
20 #include "lang/de-DE.rc"
21 #endif
22 #ifdef LANGUAGE_EN_US
23 #include "lang/en-US.rc"
24 #endif
25 #ifdef LANGUAGE_ES_ES
26 #include "lang/es-ES.rc"
27 #endif
28 #ifdef LANGUAGE_ID_ID
29 #include "lang/id-ID.rc"
30 #endif
31 #ifdef LANGUAGE_IT_IT
32 #include "lang/it-IT.rc"
33 #endif
34 #ifdef LANGUAGE_PL_PL
35 #include "lang/pl-PL.rc"
36 #endif
37 #ifdef LANGUAGE_RO_RO
38 #include "lang/ro-RO.rc"
39 #endif
40 #ifdef LANGUAGE_RU_RU
41 #include "lang/ru-RU.rc"
42 #endif
43 #ifdef LANGUAGE_TR_TR
44 #include "lang/tr-TR.rc"
45 #endif
46 #ifdef LANGUAGE_UK_UA
47 #include "lang/uk-UA.rc"
48 #endif
49 #ifdef LANGUAGE_ZH_CN
50 #include "lang/zh-CN.rc"
51 #endif