2016-05-08 13:37:18 +00:00
|
|
|
#include <windef.h>
|
2016-05-08 13:46:16 +00:00
|
|
|
#include "resource.h"
|
2016-05-08 13:37:18 +00:00
|
|
|
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
|
2013-11-28 21:59:13 +00:00
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "Console Telnet for Win32"
|
|
|
|
#define REACTOS_STR_INTERNAL_NAME "telnet"
|
|
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "telnet.exe"
|
2006-02-16 23:25:46 +00:00
|
|
|
#include <reactos/version.rc>
|
2016-05-08 13:37:18 +00:00
|
|
|
|
|
|
|
IDI_APPICON ICON "telnet.ico"
|
|
|
|
|
|
|
|
/* UTF-8 */
|
|
|
|
#pragma code_page(65001)
|
2016-05-08 13:46:16 +00:00
|
|
|
|
|
|
|
#ifdef LANGUAGE_EN_US
|
|
|
|
#include "lang/en-US.rc"
|
|
|
|
#endif
|
[TRANSLATION] Polish translation update
Polish translation of net, telnet, diskpart, devcpux, fontext, iernonce, lsasrv, themes, arping, frag, screensavers, ctm, fontsub, WinetestsGUI and localmon.
Update for dxdiag, msgina, msports, netcfgx, shell32 and syssetup.
2018-10-13 10:27:52 +00:00
|
|
|
#ifdef LANGUAGE_PL_PL
|
|
|
|
#include "lang/pl-PL.rc"
|
|
|
|
#endif
|
2016-07-03 09:51:22 +00:00
|
|
|
#ifdef LANGUAGE_RO_RO
|
|
|
|
#include "lang/ro-RO.rc"
|
|
|
|
#endif
|
2016-06-13 19:18:36 +00:00
|
|
|
#ifdef LANGUAGE_RU_RU
|
|
|
|
#include "lang/ru-RU.rc"
|
|
|
|
#endif
|
2016-05-12 14:44:25 +00:00
|
|
|
#ifdef LANGUAGE_TR_TR
|
|
|
|
#include "lang/tr-TR.rc"
|
|
|
|
#endif
|
2018-03-21 21:27:04 +00:00
|
|
|
#ifdef LANGUAGE_ZH_CN
|
|
|
|
#include "lang/zh-CN.rc"
|
|
|
|
#endif
|