xref: /reactos/base/applications/cmdutils/at/at.rc (revision 02e84521)
1#include <windef.h>
2
3#include "resource.h"
4
5#define REACTOS_STR_FILE_DESCRIPTION  "ReactOS AT Command"
6#define REACTOS_STR_INTERNAL_NAME     "at"
7#define REACTOS_STR_ORIGINAL_FILENAME "at.exe"
8#include <reactos/version.rc>
9
10/* UTF-8 */
11#pragma code_page(65001)
12#ifdef LANGUAGE_DE_DE
13    #include "lang/de-DE.rc"
14#endif
15#ifdef LANGUAGE_EN_US
16    #include "lang/en-US.rc"
17#endif
18#ifdef LANGUAGE_IT_IT
19    #include "lang/it-IT.rc"
20#endif
21#ifdef LANGUAGE_PL_PL
22    #include "lang/pl-PL.rc"
23#endif
24#ifdef LANGUAGE_RO_RO
25    #include "lang/ro-RO.rc"
26#endif
27#ifdef LANGUAGE_RU_RU
28    #include "lang/ru-RU.rc"
29#endif
30#ifdef LANGUAGE_TR_TR
31    #include "lang/tr-TR.rc"
32#endif
33#ifdef LANGUAGE_ZH_CN
34    #include "lang/zh-CN.rc"
35#endif
36