222b61d31dbd509ba2c9a126c86780a5aa69268f
[reactos.git] / reactos / dll / win32 / browseui / browseui.rc
1 /*
2 * Top level resource file for browseui stuff
3 *
4 * Copyright 2009 Andrew Hill
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 St, Fifth Floor, Boston, MA 02110-1301, USA
19 */
20
21 #define WIN32_NO_STATUS
22 #define _INC_WINDOWS
23 #define COM_NO_WINDOWS_H
24 #include <shlobj.h>
25
26 #include "resource.h"
27
28 #include "version.rc"
29
30 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
31
32 /* REGISTRY */
33 IDR_ADDRESSBAND REGISTRY "res/addressband.rgs"
34 IDR_ADDRESSEDITBOX REGISTRY "res/addresseditbox.rgs"
35 IDR_ACLMULTI REGISTRY "res/autocompletecontainer.rgs"
36 IDR_BANDPROXY REGISTRY "res/bandproxy.rgs"
37 IDR_BANDSITE REGISTRY "res/rebarbandsite.rgs"
38 IDR_BANDSITEMENU REGISTRY "res/bandsitemenu.rgs"
39 IDR_BRANDBAND REGISTRY "res/brandband.rgs"
40 IDR_COMMONBROWSER REGISTRY "res/commonbrowser.rgs"
41 IDR_GLOBALFOLDERSETTINGS REGISTRY "res/globalfoldersettings.rgs"
42 IDR_INTERNETTOOLBAR REGISTRY "res/internettoolbar.rgs"
43 IDR_REGTREEOPTIONS REGISTRY "res/regtreeoptions.rgs"
44 IDR_EXPLORERBAND REGISTRY "res/explorerband.rgs"
45 IDR_PROGRESSDIALOG REGISTRY "res/progressdialog.rgs"
46 IDR_AUTOCOMPLETE REGISTRY "res/autocomplete.rgs"
47
48 #include <reactos/manifest_dll.rc>
49
50 /*
51 * Everything specific to any language goes
52 * in one of the specific files.
53 */
54
55 /* UTF-8 */
56 #pragma code_page(65001)
57
58 #ifdef LANGUAGE_BG_BG
59 #include "lang/bg-BG.rc"
60 #endif
61 #ifdef LANGUAGE_DE_DE
62 #include "lang/de-DE.rc"
63 #endif
64 #ifdef LANGUAGE_EN_US
65 #include "lang/en-US.rc"
66 #endif
67 #ifdef LANGUAGE_ES_ES
68 #include "lang/es-ES.rc"
69 #endif
70 #ifdef LANGUAGE_HE_IL
71 #include "lang/he-IL.rc"
72 #endif
73 #ifdef LANGUAGE_IT_IT
74 #include "lang/it-IT.rc"
75 #endif
76 #ifdef LANGUAGE_PL_PL
77 #include "lang/pl-PL.rc"
78 #endif
79 #ifdef LANGUAGE_RO_RO
80 #include "lang/ro-RO.rc"
81 #endif
82 #ifdef LANGUAGE_RU_RU
83 #include "lang/ru-RU.rc"
84 #endif
85 #ifdef LANGUAGE_TR_TR
86 #include "lang/tr-TR.rc"
87 #endif
88 #ifdef LANGUAGE_SQ_AL
89 #include "lang/sq-AL.rc"
90 #endif
91 #ifdef LANGUAGE_UK_UA
92 #include "lang/uk-UA.rc"
93 #endif