Incorporate rosapps. 0.3.15 was branched somewhat incorrectly so rosapps is not synce...
[reactos.git] / modules / rosapps / applications / devutils / vgafontedit / rsrc.rc
1 /*
2 * PROJECT: ReactOS VGA Font Editor
3 * LICENSE: GNU General Public License Version 2.0 or any later version
4 * FILE: devutils/vgafontedit/rsrc.rc
5 * PURPOSE: Localized resource file
6 * COPYRIGHT: Copyright 2008 Colin Finck <mail@colinfinck.de>
7 */
8
9 #include <windows.h>
10 #include "resource.h"
11 #include "customwndclasses.h"
12
13 /* include localised resources */
14 // UTF-8
15 #pragma code_page(65001)
16 #ifdef LANGUAGE_BG_BG
17 #include "lang/bg-BG.rc"
18 #endif
19 #ifdef LANGUAGE_DE_DE
20 #include "lang/de-DE.rc"
21 #endif
22 #ifdef LANGUAGE_EN_US
23 #include "lang/en-US.rc"
24 #endif
25 #ifdef LANGUAGE_ES_ES
26 #include "lang/es-ES.rc"
27 #endif
28 #ifdef LANGUAGE_FR_FR
29 #include "lang/fr-FR.rc"
30 #endif
31 #ifdef LANGUAGE_IT_IT
32 #include "lang/it-IT.rc"
33 #endif
34 #ifdef LANGUAGE_NO_NO
35 #include "lang/no-NO.rc"
36 #endif
37 #ifdef LANGUAGE_PL_PL
38 #include "lang/pl-PL.rc"
39 #endif
40 #ifdef LANGUAGE_RU_RU
41 #include "lang/ru-RU.rc"
42 #endif
43 #ifdef LANGUAGE_UK_UA
44 #include "lang/uk-UA.rc"
45 #endif