* ReactOS binaries hold resource files to *all* the languages we support, which incre...
[reactos.git] / reactos / base / applications / network / ipconfig / ipconfig.rc
1 #include <windows.h>
2 #include <commctrl.h>
3 #include "resource.h"
4
5 #define REACTOS_STR_FILE_DESCRIPTION "IP Configuration utility\0"
6 #define REACTOS_STR_INTERNAL_NAME "ipconfig\0"
7 #define REACTOS_STR_ORIGINAL_FILENAME "ipconfig.exe\0"
8 #define REACTOS_STR_ORIGINAL_COPYRIGHT "Ged Murphy <gedmurphy@gmail.com>\0"
9 #include <reactos/version.rc>
10
11 // UTF-8
12 #pragma code_page(65001)
13 #ifdef LANGUAGE_BG_BG
14 #include "lang/bg-BG.rc"
15 #endif
16 #ifdef LANGUAGE_DE_DE
17 #include "lang/de-DE.rc"
18 #endif
19 #ifdef LANGUAGE_EN_US
20 #include "lang/en-US.rc"
21 #endif
22 #ifdef LANGUAGE_ES_ES
23 #include "lang/es-ES.rc"
24 #endif
25 #ifdef LANGUAGE_FR_FR
26 #include "lang/fr-FR.rc"
27 #endif
28 #ifdef LANGUAGE_ID_ID
29 #include "lang/id-ID.rc"
30 #endif
31 #ifdef LANGUAGE_IT_IT
32 #include "lang/it-IT.rc"
33 #endif
34 #ifdef LANGUAGE_NB_NO
35 #include "lang/no-NO.rc"
36 #endif
37 #ifdef LANGUAGE_PL_PL
38 #include "lang/pl-PL.rc"
39 #endif
40 #ifdef LANGUAGE_RO_RO
41 #include "lang/ro-RO.rc"
42 #endif
43 #ifdef LANGUAGE_RU_RU
44 #include "lang/ru-RU.rc"
45 #endif
46 #ifdef LANGUAGE_SK_SK
47 #include "lang/sk-SK.rc"
48 #endif
49 #ifdef LANGUAGE_SV_SE
50 #include "lang/sv-SE.rc"
51 #endif
52 #ifdef LANGUAGE_UK_UA
53 #include "lang/uk-UA.rc"
54 #endif
55 #ifdef LANGUAGE_ZH_CN
56 #include "lang/zh-CN.rc"
57 #endif