Merge PR #283 "[USBPORT] Transaction Translator (TT) support bringup"
[reactos.git] / 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 CLIPBRD_ICON ICON "res/clipbrd.ico"
12 CLPFILE_ICON ICON "res/clpfile.ico"
13
14 #include <reactos/manifest_exe.rc>
15
16 /* UTF-8 */
17 #pragma code_page(65001)
18
19 #ifdef LANGUAGE_CS_CZ
20 #include "lang/cs-CZ.rc"
21 #endif
22 #ifdef LANGUAGE_DE_DE
23 #include "lang/de-DE.rc"
24 #endif
25 #ifdef LANGUAGE_EN_US
26 #include "lang/en-US.rc"
27 #endif
28 #ifdef LANGUAGE_ES_ES
29 #include "lang/es-ES.rc"
30 #endif
31 #ifdef LANGUAGE_FR_FR
32 #include "lang/fr-FR.rc"
33 #endif
34 #ifdef LANGUAGE_HE_IL
35 #include "lang/he-IL.rc"
36 #endif
37 #ifdef LANGUAGE_IT_IT
38 #include "lang/it-IT.rc"
39 #endif
40 #ifdef LANGUAGE_PL_PL
41 #include "lang/pl-PL.rc"
42 #endif
43 #ifdef LANGUAGE_RO_RO
44 #include "lang/ro-RO.rc"
45 #endif
46 #ifdef LANGUAGE_RU_RU
47 #include "lang/ru-RU.rc"
48 #endif
49 #ifdef LANGUAGE_TR_TR
50 #include "lang/tr-TR.rc"
51 #endif
52 #ifdef LANGUAGE_ZH_CN
53 #include "lang/zh-CN.rc"
54 #endif
55 #ifdef LANGUAGE_ZH_TW
56 #include "lang/zh-TW.rc"
57 #endif