1/*
2 * Regedit resources
3 *
4 * Copyright 2002 Robert Dickenson
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
10 *
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 * Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
19 */
20
21#include <windef.h>
22#include <winuser.h>
23#include <commctrl.h>
24
25#include "resource.h"
26
27#define REACTOS_STR_FILE_DESCRIPTION  "ReactOS Registry Explorer"
28#define REACTOS_STR_INTERNAL_NAME     "regedit"
29#define REACTOS_STR_ORIGINAL_FILENAME "regedit.exe"
30#include <reactos/version.rc>
31
32#include <reactos/manifest_exe.rc>
33
34LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
35
36IDI_OPEN_FILE ICON "res/folderopen.ico"
37IDI_CLOSED_FILE ICON "res/folder.ico"
38IDI_ROOT ICON "res/computer.ico"
39IDI_STRING ICON "res/string.ico"
40IDI_BIN ICON "res/bin.ico"
41IDI_REGEDIT ICON "res/regedit.ico"
42IDI_REGFILE ICON "res/regfile.ico"
43
44/* UTF-8 */
45#pragma code_page(65001)
46
47#ifdef LANGUAGE_BG_BG
48    #include "lang/bg-BG.rc"
49#endif
50#ifdef LANGUAGE_CS_CZ
51    #include "lang/cs-CZ.rc"
52#endif
53#ifdef LANGUAGE_DE_DE
54    #include "lang/de-DE.rc"
55#endif
56#ifdef LANGUAGE_EL_GR
57    #include "lang/el-GR.rc"
58#endif
59#ifdef LANGUAGE_EN_US
60    #include "lang/en-US.rc"
61#endif
62#ifdef LANGUAGE_ES_ES
63    #include "lang/es-ES.rc"
64#endif
65#ifdef LANGUAGE_FR_FR
66    #include "lang/fr-FR.rc"
67#endif
68#ifdef LANGUAGE_HE_IL
69    #include "lang/he-IL.rc"
70#endif
71#ifdef LANGUAGE_HU_HU
72    #include "lang/hu-HU.rc"
73#endif
74#ifdef LANGUAGE_ID_ID
75    #include "lang/id-ID.rc"
76#endif
77#ifdef LANGUAGE_IT_IT
78    #include "lang/it-IT.rc"
79#endif
80#ifdef LANGUAGE_JA_JP
81    #include "lang/ja-JP.rc"
82#endif
83#ifdef LANGUAGE_KO_KR
84    #include "lang/ko-KR.rc"
85#endif
86#ifdef LANGUAGE_NL_NL
87    #include "lang/nl-NL.rc"
88#endif
89#ifdef LANGUAGE_NB_NO
90    #include "lang/no-NO.rc"
91#endif
92#ifdef LANGUAGE_PL_PL
93    #include "lang/pl-PL.rc"
94#endif
95#ifdef LANGUAGE_PT_BR
96    #include "lang/pt-BR.rc"
97#endif
98#ifdef LANGUAGE_PT_PT
99    #include "lang/pt-PT.rc"
100#endif
101#ifdef LANGUAGE_RO_RO
102    #include "lang/ro-RO.rc"
103#endif
104#ifdef LANGUAGE_RU_RU
105    #include "lang/ru-RU.rc"
106#endif
107#ifdef LANGUAGE_SL_SI
108    #include "lang/sl-SI.rc"
109#endif
110#ifdef LANGUAGE_SK_SK
111    #include "lang/sk-SK.rc"
112#endif
113#ifdef LANGUAGE_SQ_AL
114    #include "lang/sq-AL.rc"
115#endif
116#ifdef LANGUAGE_SV_SE
117    #include "lang/sv-SE.rc"
118#endif
119#ifdef LANGUAGE_TH_TH
120    #include "lang/th-TH.rc"
121#endif
122#ifdef LANGUAGE_TR_TR
123    #include "lang/tr-TR.rc"
124#endif
125#ifdef LANGUAGE_UK_UA
126    #include "lang/uk-UA.rc"
127#endif
128#ifdef LANGUAGE_ZH_CN
129    #include "lang/zh-CN.rc"
130#endif
131#ifdef LANGUAGE_ZH_TW
132    #include "lang/zh-TW.rc"
133#endif
134