Bug 1166 part 2 of 2 French translation from French translation team by cmoibenlepr...
[reactos.git] / reactos / lib / cpl / intl / intl.rc
1 /* $Id$ */
2
3 #include <windows.h>
4 #include "resource.h"
5
6 #define REACTOS_VERSION_DLL
7 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Control Panel\0"
8 #define REACTOS_STR_INTERNAL_NAME "intl\0"
9 #define REACTOS_STR_ORIGINAL_FILENAME "intl.cpl\0"
10 #include <reactos/version.rc>
11
12
13 IDC_CPLICON ICON "resources/applet.ico"
14 IDC_FLAGS ICON "resources/flags.ico"
15
16
17
18 /*
19 * Everything specific to any language goes in one of the specific
20 * files. Note that you can and may override resources which also have
21 * a neutral version. This is to get localized bitmaps for example.
22 */
23
24 #include "en.rc"
25 #include "cz.rc"
26 #include "de.rc"
27 #include "nl.rc"
28 #include "sv.rc"
29 #include "es.rc"
30 #include "Ja.rc"
31 #include "hu.rc"
32 #include "Fr.rc"
33