aeee9250fa9a65eee894712b6ae7c69d7c2f2c30
[reactos.git] / reactos / base / applications / cmdutils / hostname / hostname.rc
1 #include <windef.h>
2
3 #include "resource.h"
4
5 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
6
7 #define REACTOS_STR_FILE_DESCRIPTION "Host name application"
8 #define REACTOS_STR_INTERNAL_NAME "hostname"
9 #define REACTOS_STR_ORIGINAL_FILENAME "hostname.exe"
10 #include <reactos/version.rc>
11
12 /* UTF-8 */
13 #pragma code_page(65001)
14
15 #ifdef LANGUAGE_CS_CZ
16 #include "lang/cs-CZ.rc"
17 #endif
18 #ifdef LANGUAGE_DE_DE
19 #include "lang/de-DE.rc"
20 #endif
21 #ifdef LANGUAGE_EN_US
22 #include "lang/en-US.rc"
23 #endif
24 #ifdef LANGUAGE_FR_FR
25 #include "lang/fr-FR.rc"
26 #endif
27 #ifdef LANGUAGE_IT_IT
28 #include "lang/it-IT.rc"
29 #endif
30 #ifdef LANGUAGE_PL_PL
31 #include "lang/pl-PL.rc"
32 #endif