xref: /reactos/dll/win32/userenv/userenv.rc (revision 84344399)
1/* Copyright (C) 2004 Eric Kohl
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License along
14 * with this program; if not, write to the Free Software Foundation, Inc.,
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
16 */
17
18#include <windef.h>
19
20#include "resources.h"
21
22#define REACTOS_VERSION_DLL
23#define REACTOS_STR_FILE_DESCRIPTION  "User Environment DLL"
24#define REACTOS_STR_INTERNAL_NAME     "userenv"
25#define REACTOS_STR_ORIGINAL_FILENAME "userenv.dll"
26
27#define REACTOS_FILEVERSION      5,1,2600,0
28#define REACTOS_STR_FILE_VERSION "5.1.2600"
29#include <reactos/version.rc>
30
31LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
32
33/*
34 * Everything specific to any language goes in one of the specific
35 * files. Note that you can and may override resources which also have
36 * a neutral version. This is to get localized bitmaps for example.
37 */
38
39/* UTF-8 */
40#pragma code_page(65001)
41
42#ifdef LANGUAGE_BG_BG
43    #include "lang/bg-BG.rc"
44#endif
45#ifdef LANGUAGE_CS_CZ
46    #include "lang/cs-CZ.rc"
47#endif
48#ifdef LANGUAGE_DA_DK
49    #include "lang/da-DK.rc"
50#endif
51#ifdef LANGUAGE_DE_DE
52    #include "lang/de-DE.rc"
53#endif
54#ifdef LANGUAGE_EL_GR
55    #include "lang/el-GR.rc"
56#endif
57#ifdef LANGUAGE_EN_US
58    #include "lang/en-US.rc"
59#endif
60#ifdef LANGUAGE_ES_ES
61    #include "lang/es-ES.rc"
62#endif
63#ifdef LANGUAGE_EU_ES
64    #include "lang/eu-ES.rc"
65#endif
66#ifdef LANGUAGE_FI_FI
67    #include "lang/fi-FI.rc"
68#endif
69#ifdef LANGUAGE_FR_FR
70    #include "lang/fr-FR.rc"
71#endif
72#ifdef LANGUAGE_HE_IL
73    #include "lang/he-IL.rc"
74#endif
75#ifdef LANGUAGE_HU_HU
76    #include "lang/hu-HU.rc"
77#endif
78#ifdef LANGUAGE_ID_ID
79    #include "lang/id-ID.rc"
80#endif
81#ifdef LANGUAGE_IT_IT
82    #include "lang/it-IT.rc"
83#endif
84#ifdef LANGUAGE_JA_JP
85    #include "lang/ja-JP.rc"
86#endif
87#ifdef LANGUAGE_LT_LT
88    #include "lang/lt-LT.rc"
89#endif
90#ifdef LANGUAGE_NB_NO
91    #include "lang/no-NO.rc"
92#endif
93#ifdef LANGUAGE_NL_NL
94    #include "lang/nl-NL.rc"
95#endif
96#ifdef LANGUAGE_PL_PL
97    #include "lang/pl-PL.rc"
98#endif
99#ifdef LANGUAGE_PT_BR
100    #include "lang/pt-BR.rc"
101#endif
102#ifdef LANGUAGE_PT_PT
103    #include "lang/pt-PT.rc"
104#endif
105#ifdef LANGUAGE_RO_RO
106    #include "lang/ro-RO.rc"
107#endif
108#ifdef LANGUAGE_RU_RU
109    #include "lang/ru-RU.rc"
110#endif
111#ifdef LANGUAGE_SK_SK
112    #include "lang/sk-SK.rc"
113#endif
114#ifdef LANGUAGE_SQ_AL
115    #include "lang/sq-AL.rc"
116#endif
117#ifdef LANGUAGE_SV_SE
118    #include "lang/sv-SE.rc"
119#endif
120#ifdef LANGUAGE_TH_TH
121    #include "lang/th-TH.rc"
122#endif
123#ifdef LANGUAGE_TR_TR
124    #include "lang/tr-TR.rc"
125#endif
126#ifdef LANGUAGE_UK_UA
127    #include "lang/uk-UA.rc"
128#endif
129#ifdef LANGUAGE_ZH_CN
130    #include "lang/zh-CN.rc"
131#endif
132#ifdef LANGUAGE_ZH_HK
133    #include "lang/zh-HK.rc"
134#endif
135#ifdef LANGUAGE_ZH_TW
136    #include "lang/zh-TW.rc"
137#endif
138