[TRANSLATION]
[reactos.git] / reactos / base / applications / cmdutils / clip / clip.rc
1 #include <windef.h>
2
3 #include "resource.h"
4
5 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Clip Command"
6 #define REACTOS_STR_INTERNAL_NAME "clip"
7 #define REACTOS_STR_ORIGINAL_FILENAME "clip.exe"
8 #include <reactos/version.rc>
9
10 /* UTF-8 */
11 #pragma code_page(65001)
12
13 #ifdef LANGUAGE_DE_DE
14 #include "lang/de-DE.rc"
15 #endif
16 #ifdef LANGUAGE_EN_US
17 #include "lang/en-US.rc"
18 #endif
19 #ifdef LANGUAGE_ES_ES
20 #include "lang/es-ES.rc"
21 #endif
22 #ifdef LANGUAGE_FR_FR
23 #include "lang/fr-FR.rc"
24 #endif
25 #ifdef LANGUAGE_RU_RU
26 #include "lang/ru-RU.rc"
27 #endif
28 #ifdef LANGUAGE_ZH_CN
29 #include "lang/zh-CN.rc"
30 #endif
31 #ifdef LANGUAGE_ZH_TW
32 #include "lang/zh-TW.rc"
33 #endif