- Sync with trunk r58248 to bring the latest changes from Amine (headers) and others...
[reactos.git] / base / applications / fontview / fontview.rc
1 #include <windef.h>
2
3 #include "resource.h"
4
5 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
6
7 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Font Viewer\0"
8 #define REACTOS_STR_INTERNAL_NAME "fontview\0"
9 #define REACTOS_STR_ORIGINAL_FILENAME "fontview.exe\0"
10 #include <reactos/version.rc>
11
12 IDI_TT ICON "ttf.ico"
13
14 STRINGTABLE DISCARDABLE
15 BEGIN
16 IDS_CHARSLOWER, "abcdefghijklmnopqrstuvmxyz"
17 IDS_CHARSUPPER, "ABCDEFGHIJKLMNOPQRSTUVMXYZ"
18 IDS_SPECIALCHARS, "0123456789.:,;(*!?')"
19 END
20
21 // UTF-8
22 #pragma code_page(65001)
23
24 #ifdef LANGUAGE_BG_BG
25 #include "lang/bg-BG.rc"
26 #endif
27 #ifdef LANGUAGE_DE_DE
28 #include "lang/de-DE.rc"
29 #endif
30 #ifdef LANGUAGE_EN_US
31 #include "lang/en-US.rc"
32 #endif
33 #ifdef LANGUAGE_ES_ES
34 #include "lang/es-ES.rc"
35 #endif
36 #ifdef LANGUAGE_FR_FR
37 #include "lang/fr-FR.rc"
38 #endif
39 #ifdef LANGUAGE_HE_IL
40 #include "lang/he-IL.rc"
41 #endif
42 #ifdef LANGUAGE_LT_LT
43 #include "lang/lt-LT.rc"
44 #endif
45 #ifdef LANGUAGE_NB_NO
46 #include "lang/no-NO.rc"
47 #endif
48 #ifdef LANGUAGE_PL_PL
49 #include "lang/pl-PL.rc"
50 #endif
51 #ifdef LANGUAGE_PT_BR
52 #include "lang/pt-BR.rc"
53 #endif
54 #ifdef LANGUAGE_RO_RO
55 #include "lang/ro-RO.rc"
56 #endif
57 #ifdef LANGUAGE_RU_RU
58 #include "lang/ru-RU.rc"
59 #endif
60 #ifdef LANGUAGE_SK_SK
61 #include "lang/sk-SK.rc"
62 #endif
63 #ifdef LANGUAGE_SV_SE
64 #include "lang/sv-SE.rc"
65 #endif
66 #ifdef LANGUAGE_UK_UA
67 #include "lang/uk-UA.rc"
68 #endif
69 #ifdef LANGUAGE_ZH_CN
70 #include "lang/zh-CN.rc"
71 #endif
72 #ifdef LANGUAGE_ZH_TW
73 #include "lang/zh-TW.rc"
74 #endif