Synchronize with trunk.
[reactos.git] / 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 /////////////////////////////////////////////////////////////////////////////
33 //
34 // REGISTRY
35 //
36 IDR_ADDRESSBAND REGISTRY "res/addressband.rgs"
37 IDR_ADDRESSEDITBOX REGISTRY "res/addresseditbox.rgs"
38 IDR_ACLMULTI REGISTRY "res/autocompletecontainer.rgs"
39 IDR_BANDPROXY REGISTRY "res/bandproxy.rgs"
40 IDR_BANDSITE REGISTRY "res/rebarbandsite.rgs"
41 IDR_BANDSITEMENU REGISTRY "res/bandsitemenu.rgs"
42 IDR_BRANDBAND REGISTRY "res/brandband.rgs"
43 IDR_COMMONBROWSER REGISTRY "res/commonbrowser.rgs"
44 IDR_GLOBALFOLDERSETTINGS REGISTRY "res/globalfoldersettings.rgs"
45 IDR_INTERNETTOOLBAR REGISTRY "res/internettoolbar.rgs"
46 IDR_REGTREEOPTIONS REGISTRY "res/regtreeoptions.rgs"
47
48
49 /*
50 * Everything specific to any language goes
51 * in one of the specific files.
52 */
53 //#include "lang/ca-ES.rc"
54 //#include "lang/cs-CZ.rc"
55 //#include "lang/da-DK.rc"
56 //#include "lang/de-DE.rc"
57 //#include "lang/el-GR.rc"
58 //#include "lang/en-GB.rc"
59 //#include "lang/fi-FI.rc"
60 //#include "lang/fr-FR.rc"
61 //#include "lang/he-IL.rc"
62 //#include "lang/hu-HU.rc"
63 //#include "lang/it-IT.rc"
64 //#include "lang/ja-JP.rc"
65 //#include "lang/ko-KR.rc"
66 //#include "lang/nl-NL.rc"
67 //#include "lang/no-NO.rc"
68 //#include "lang/pt-BR.rc"
69 //#include "lang/pt-PT.rc"
70 //#include "lang/ru-RU.rc"
71 //#include "lang/sl-SI.rc"
72 //#include "lang/sk-SK.rc"
73 //#include "lang/sv-SE.rc"
74 //#include "lang/zh-CN.rc"
75 //#include "lang/zh-TW.rc"
76
77 /* UTF-8 */
78 #ifdef LANGUAGE_BG_BG
79 #include "lang/bg-BG.rc"
80 #endif
81 #ifdef LANGUAGE_EN_US
82 #include "lang/en-US.rc"
83 #endif
84 #ifdef LANGUAGE_ES_ES
85 #include "lang/es-ES.rc"
86 #endif
87 #ifdef LANGUAGE_HE_IL
88 #include "lang/he-IL.rc"
89 #endif
90 #ifdef LANGUAGE_IT_IT
91 #include "lang/it-IT.rc"
92 #endif
93 #ifdef LANGUAGE_PL_PL
94 #include "lang/pl-PL.rc"
95 #endif
96 #ifdef LANGUAGE_RO_RO
97 #include "lang/ro-RO.rc"
98 #endif
99 #ifdef LANGUAGE_TR_TR
100 #include "lang/tr-TR.rc"
101 #endif
102 #ifdef LANGUAGE_UK_UA
103 #include "lang/uk-UA.rc"
104 #endif