3334a80ceaa99eb3b63fa0e9a16a6e984feaa94a
[reactos.git] / reactos / base / applications / regedit / rsrc.rc
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 */
20
21 #include <windows.h>
22 #include "resource.h"
23
24
25 /* define language neutral resources */
26
27 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
28
29 /* include localised resources */
30
31 #include "lang/bg-BG.rc"
32 #include "lang/cs-CZ.rc"
33 #include "lang/de-DE.rc"
34 #include "lang/el-GR.rc"
35 #include "lang/en-US.rc"
36 #include "lang/es-ES.rc"
37 #include "lang/fr-FR.rc"
38 #include "lang/hu-HU.rc"
39 #include "lang/id-ID.rc"
40 #include "lang/it-IT.rc"
41 #include "lang/ja-JP.rc"
42 #include "lang/ko-KR.rc"
43 #include "lang/nb-NO.rc"
44 #include "lang/nl-NL.rc"
45 #include "lang/pl-PL.rc"
46 #include "lang/pt-BR.rc"
47 #include "lang/pt-PT.rc"
48 #include "lang/ru-RU.rc"
49 #include "lang/sl-SI.rc"
50 #include "lang/sk-SK.rc"
51 #include "lang/sv-SE.rc"
52 #include "lang/th-TH.rc"
53 #include "lang/uk-UA.rc"
54 #include "lang/zh-CN.rc"