[TRANSLATION] Update Simplified Chinese Translations (#417)
[reactos.git] / base / applications / network / telnet / telnet.rc
1 #include <windef.h>
2 #include "resource.h"
3
4 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
5
6 #define REACTOS_STR_FILE_DESCRIPTION "Console Telnet for Win32"
7 #define REACTOS_STR_INTERNAL_NAME "telnet"
8 #define REACTOS_STR_ORIGINAL_FILENAME "telnet.exe"
9 #include <reactos/version.rc>
10
11 IDI_APPICON ICON "telnet.ico"
12
13 /* UTF-8 */
14 #pragma code_page(65001)
15
16 #ifdef LANGUAGE_EN_US
17 #include "lang/en-US.rc"
18 #endif
19 #ifdef LANGUAGE_RO_RO
20 #include "lang/ro-RO.rc"
21 #endif
22 #ifdef LANGUAGE_RU_RU
23 #include "lang/ru-RU.rc"
24 #endif
25 #ifdef LANGUAGE_TR_TR
26 #include "lang/tr-TR.rc"
27 #endif
28 #ifdef LANGUAGE_ZH_CN
29 #include "lang/zh-CN.rc"
30 #endif