Sync up with trunk r61578.
[reactos.git] / base / applications / network / wlanconf / wlanconf.rc
1 #include <windef.h>
2
3 #include "resource.h"
4
5 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
6
7 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS WLAN Configuration Tool"
8 #define REACTOS_STR_INTERNAL_NAME "wlanconf"
9 #define REACTOS_STR_ORIGINAL_FILENAME "wlanconf.exe"
10 #define REACTOS_STR_ORIGINAL_COPYRIGHT "Cameron Gutman (cameron.gutman@reactos.org)"
11 #include <reactos/version.rc>
12
13 /* UTF-8 */
14 #pragma code_page(65001)
15
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_CS_CZ
23 #include "lang/cs-CZ.rc"
24 #endif
25 #ifdef LANGUAGE_IT_IT
26 #include "lang/it-IT.rc"
27 #endif
28 #ifdef LANGUAGE_PL_PL
29 #include "lang/pl-PL.rc"
30 #endif
31 #ifdef LANGUAGE_SQ_AL
32 #include "lang/sq-AL.rc"
33 #endif