* ReactOS binaries hold resource files to *all* the languages we support, which incre...
[reactos.git] / reactos / base / applications / screensavers / 3dtext / rsrc.rc
1 #include <windows.h>
2 #include <scrnsave.h>
3 #include "resource.h"
4
5 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
6
7 #define REACTOS_VERSION_DLL
8 #define REACTOS_STR_FILE_DESCRIPTION "OpenGL 3DText ScreenSaver\0"
9 #define REACTOS_STR_INTERNAL_NAME "3dtext\0"
10 #define REACTOS_STR_ORIGINAL_FILENAME "3dtext.scr\0"
11 #include <reactos/version.rc>
12
13 // UTF-8
14 #pragma code_page(65001)
15 #ifdef LANGUAGE_DE_DE
16 #include "lang/de-DE.rc"
17 #endif
18 #ifdef LANGUAGE_BG_BG
19 #include "lang/bg-BG.rc"
20 #endif
21 #ifdef LANGUAGE_EL_GR
22 #include "lang/el-GR.rc"
23 #endif
24 #ifdef LANGUAGE_EN_US
25 #include "lang/en-US.rc"
26 #endif
27 #ifdef LANGUAGE_ES_ES
28 #include "lang/es-ES.rc"
29 #endif
30 #ifdef LANGUAGE_EU_ES
31 #include "lang/eu-ES.rc"
32 #endif
33 #ifdef LANGUAGE_FR_FR
34 #include "lang/fr-FR.rc"
35 #endif
36 #ifdef LANGUAGE_IT_IT
37 #include "lang/it-IT.rc"
38 #endif
39 #ifdef LANGUAGE_JA_JP
40 #include "lang/ja-JP.rc"
41 #endif
42 #ifdef LANGUAGE_KO_KR
43 #include "lang/ko-KR.rc"
44 #endif
45 #ifdef LANGUAGE_LT_LT
46 #include "lang/lt-LT.rc"
47 #endif
48 #ifdef LANGUAGE_NB_NO
49 #include "lang/no-NO.rc"
50 #endif
51 #ifdef LANGUAGE_PL_PL
52 #include "lang/pl-PL.rc"
53 #endif
54 #ifdef LANGUAGE_RO_RO
55 #include "lang/ro-RO.rc"
56 #endif
57 #ifdef LANGUAGE_RU_RU
58 #include "lang/ru-RU.rc"
59 #endif
60 #ifdef LANGUAGE_SK_SK
61 #include "lang/sk-SK.rc"
62 #endif
63 #ifdef LANGUAGE_SV_SE
64 #include "lang/sv-SE.rc"
65 #endif
66 #ifdef LANGUAGE_UK_UA
67 #include "lang/uk-UA.rc"
68 #endif
69 #ifdef LANGUAGE_ZH_CN
70 #include "lang/zh-CN.rc"
71 #endif
72 #ifdef LANGUAGE_ZH_TW
73 #include "lang/zh-TW.rc"
74 #endif