Sync with trunk r58151 to bring the latest changes from Amine and Timo.
[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 <windows.h>
12 #include "definitions.h"
13
14 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Paint\0"
15 #define REACTOS_STR_INTERNAL_NAME "mspaint\0"
16 #define REACTOS_STR_ORIGINAL_FILENAME "mspaint.exe\0"
17
18 #include <reactos/version.rc>
19
20 #include "icons.rc"
21
22 // UTF-8
23 #pragma code_page(65001)
24 #ifdef LANGUAGE_BG_BG
25 #include "lang/bg-BG.rc"
26 #endif
27 #ifdef LANGUAGE_CS_CZ
28 #include "lang/cs-CZ.rc"
29 #endif
30 #ifdef LANGUAGE_DE_DE
31 #include "lang/de-DE.rc"
32 #endif
33 #ifdef LANGUAGE_EN_GB
34 #include "lang/en-GB.rc"
35 #endif
36 #ifdef LANGUAGE_EN_US
37 #include "lang/en-US.rc"
38 #endif
39 #ifdef LANGUAGE_ES_ES
40 #include "lang/es-ES.rc"
41 #endif
42 #ifdef LANGUAGE_EU_ES
43 #include "lang/eu-ES.rc"
44 #endif
45 #ifdef LANGUAGE_FR_FR
46 #include "lang/fr-FR.rc"
47 #endif
48 #ifdef LANGUAGE_HU_HU
49 #include "lang/hu-HU.rc"
50 #endif
51 #ifdef LANGUAGE_IT_IT
52 #include "lang/it-IT.rc"
53 #endif
54 #ifdef LANGUAGE_JA_JP
55 #include "lang/ja-JP.rc"
56 #endif
57 #ifdef LANGUAGE_NL_NL
58 #include "lang/nl-NL.rc"
59 #endif
60 #ifdef LANGUAGE_NB_NO
61 #include "lang/no-NO.rc"
62 #endif
63 #ifdef LANGUAGE_PL_PL
64 #include "lang/pl-PL.rc"
65 #endif
66 #ifdef LANGUAGE_PT_BR
67 #include "lang/pt-BR.rc"
68 #endif
69 #ifdef LANGUAGE_PT_PT
70 #include "lang/pt-PT.rc"
71 #endif
72 #ifdef LANGUAGE_RO_RO
73 #include "lang/ro-RO.rc"
74 #endif
75 #ifdef LANGUAGE_RU_RU
76 #include "lang/ru-RU.rc"
77 #endif
78 #ifdef LANGUAGE_SK_SK
79 #include "lang/sk-SK.rc"
80 #endif
81 #ifdef LANGUAGE_SV_SE
82 #include "lang/sv-SE.rc"
83 #endif
84 #ifdef LANGUAGE_UK_UA
85 #include "lang/uk-UA.rc"
86 #endif
87 #ifdef LANGUAGE_ZH_CN
88 #include "lang/zh-CN.rc"
89 #endif
90 #ifdef LANGUAGE_ZH_TW
91 #include "lang/zh-TW.rc"
92 #endif