[TRANSLATIONS] Turkish translation update by Erdem Ersoy. CORE-10513
[reactos.git] / reactos / base / applications / clipbrd / clipbrd.rc
1 #include <windef.h>
2 #include <winuser.h>
3
4 #include "resources.h"
5
6 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Clipboard Viewer"
7 #define REACTOS_STR_INTERNAL_NAME "clipbrd"
8 #define REACTOS_STR_ORIGINAL_FILENAME "clipbrd.exe"
9 #include <reactos/version.rc>
10
11 CLIP_ICON ICON "res/clipbrd.ico"
12
13 #include <reactos/manifest_exe.rc>
14
15 /* UTF-8 */
16 #pragma code_page(65001)
17
18 #ifdef LANGUAGE_DE_DE
19 #include "lang/de-DE.rc"
20 #endif
21 #ifdef LANGUAGE_EN_US
22 #include "lang/en-US.rc"
23 #endif
24 #ifdef LANGUAGE_ES_ES
25 #include "lang/es-ES.rc"
26 #endif
27 #ifdef LANGUAGE_FR_FR
28 #include "lang/fr-FR.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 #ifdef LANGUAGE_ZH_TW
37 #include "lang/zh-TW.rc"
38 #endif