[TASKMGR] Process page: Allow using "Open File Location" functionality without runnin...
[reactos.git] / base / applications / clipbrd / clipbrd.rc
1 /*
2 * PROJECT: ReactOS Clipboard Viewer
3 * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4 * PURPOSE: Resources file.
5 * COPYRIGHT: Copyright 2015-2018 Ricardo Hanke
6 */
7
8 #include <windef.h>
9 #include <winuser.h>
10
11 #include "resources.h"
12
13 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Clipboard Viewer"
14 #define REACTOS_STR_INTERNAL_NAME "clipbrd"
15 #define REACTOS_STR_ORIGINAL_FILENAME "clipbrd.exe"
16 #include <reactos/version.rc>
17
18 CLIPBRD_ICON ICON "res/clipbrd.ico"
19 CLPFILE_ICON ICON "res/clpfile.ico"
20
21 #include <reactos/manifest_exe.rc>
22
23 /* UTF-8 */
24 #pragma code_page(65001)
25
26 #ifdef LANGUAGE_CS_CZ
27 #include "lang/cs-CZ.rc"
28 #endif
29 #ifdef LANGUAGE_DE_DE
30 #include "lang/de-DE.rc"
31 #endif
32 #ifdef LANGUAGE_EN_US
33 #include "lang/en-US.rc"
34 #endif
35 #ifdef LANGUAGE_ES_ES
36 #include "lang/es-ES.rc"
37 #endif
38 #ifdef LANGUAGE_ET_EE
39 #include "lang/et-EE.rc"
40 #endif
41 #ifdef LANGUAGE_FR_FR
42 #include "lang/fr-FR.rc"
43 #endif
44 #ifdef LANGUAGE_HE_IL
45 #include "lang/he-IL.rc"
46 #endif
47 #ifdef LANGUAGE_ID_ID
48 #include "lang/id-ID.rc"
49 #endif
50 #ifdef LANGUAGE_IT_IT
51 #include "lang/it-IT.rc"
52 #endif
53 #ifdef LANGUAGE_PL_PL
54 #include "lang/pl-PL.rc"
55 #endif
56 #ifdef LANGUAGE_RO_RO
57 #include "lang/ro-RO.rc"
58 #endif
59 #ifdef LANGUAGE_RU_RU
60 #include "lang/ru-RU.rc"
61 #endif
62 #ifdef LANGUAGE_TR_TR
63 #include "lang/tr-TR.rc"
64 #endif
65 #ifdef LANGUAGE_ZH_CN
66 #include "lang/zh-CN.rc"
67 #endif
68 #ifdef LANGUAGE_ZH_TW
69 #include "lang/zh-TW.rc"
70 #endif