* Sync up to trunk head (r60691).
[reactos.git] / base / applications / mspaint / rsrc.rc
1 /*
2 * PROJECT: PAINT for ReactOS
3 * LICENSE: LGPL
4 * FILE: base/applications/mspaint/rsrc.rc
5 * PURPOSE: Managing the resources
6 * PROGRAMMERS: Benedikt Freisen
7 */
8
9 /* INCLUDES *********************************************************/
10
11 #include <windef.h>
12 #include <winuser.h>
13
14 #include "definitions.h"
15
16 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Paint\0"
17 #define REACTOS_STR_INTERNAL_NAME "mspaint\0"
18 #define REACTOS_STR_ORIGINAL_FILENAME "mspaint.exe\0"
19
20 #include <reactos/version.rc>
21
22 #include "icons.rc"
23
24 #include <reactos/manifest_exe.rc>
25
26 // UTF-8
27 #pragma code_page(65001)
28 #ifdef LANGUAGE_BG_BG
29 #include "lang/bg-BG.rc"
30 #endif
31 #ifdef LANGUAGE_CS_CZ
32 #include "lang/cs-CZ.rc"
33 #endif
34 #ifdef LANGUAGE_DE_DE
35 #include "lang/de-DE.rc"
36 #endif
37 #ifdef LANGUAGE_EN_GB
38 #include "lang/en-GB.rc"
39 #endif
40 #ifdef LANGUAGE_EN_US
41 #include "lang/en-US.rc"
42 #endif
43 #ifdef LANGUAGE_ES_ES
44 #include "lang/es-ES.rc"
45 #endif
46 #ifdef LANGUAGE_EU_ES
47 #include "lang/eu-ES.rc"
48 #endif
49 #ifdef LANGUAGE_FR_FR
50 #include "lang/fr-FR.rc"
51 #endif
52 #ifdef LANGUAGE_HE_IL
53 #include "lang/he-IL.rc"
54 #endif
55 #ifdef LANGUAGE_HU_HU
56 #include "lang/hu-HU.rc"
57 #endif
58 #ifdef LANGUAGE_IT_IT
59 #include "lang/it-IT.rc"
60 #endif
61 #ifdef LANGUAGE_JA_JP
62 #include "lang/ja-JP.rc"
63 #endif
64 #ifdef LANGUAGE_NL_NL
65 #include "lang/nl-NL.rc"
66 #endif
67 #ifdef LANGUAGE_NB_NO
68 #include "lang/no-NO.rc"
69 #endif
70 #ifdef LANGUAGE_PL_PL
71 #include "lang/pl-PL.rc"
72 #endif
73 #ifdef LANGUAGE_PT_BR
74 #include "lang/pt-BR.rc"
75 #endif
76 #ifdef LANGUAGE_PT_PT
77 #include "lang/pt-PT.rc"
78 #endif
79 #ifdef LANGUAGE_RO_RO
80 #include "lang/ro-RO.rc"
81 #endif
82 #ifdef LANGUAGE_RU_RU
83 #include "lang/ru-RU.rc"
84 #endif
85 #ifdef LANGUAGE_SK_SK
86 #include "lang/sk-SK.rc"
87 #endif
88 #ifdef LANGUAGE_SV_SE
89 #include "lang/sv-SE.rc"
90 #endif
91 #ifdef LANGUAGE_TR_TR
92 #include "lang/tr-TR.rc"
93 #endif
94 #ifdef LANGUAGE_UK_UA
95 #include "lang/uk-UA.rc"
96 #endif
97 #ifdef LANGUAGE_ZH_CN
98 #include "lang/zh-CN.rc"
99 #endif
100 #ifdef LANGUAGE_ZH_TW
101 #include "lang/zh-TW.rc"
102 #endif