[BTRFS]
[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"
8 #define REACTOS_STR_INTERNAL_NAME "fontview"
9 #define REACTOS_STR_ORIGINAL_FILENAME "fontview.exe"
10 #include <reactos/version.rc>
11
12 IDI_TT ICON "ttf.ico"
13
14 STRINGTABLE
15 BEGIN
16 IDS_CHARSLOWER "abcdefghijklmnopqrstuvwxyz"
17 IDS_CHARSUPPER "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
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_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_US
34 #include "lang/en-US.rc"
35 #endif
36 #ifdef LANGUAGE_ES_ES
37 #include "lang/es-ES.rc"
38 #endif
39 #ifdef LANGUAGE_FR_FR
40 #include "lang/fr-FR.rc"
41 #endif
42 #ifdef LANGUAGE_HE_IL
43 #include "lang/he-IL.rc"
44 #endif
45 #ifdef LANGUAGE_IT_IT
46 #include "lang/it-IT.rc"
47 #endif
48 #ifdef LANGUAGE_LT_LT
49 #include "lang/lt-LT.rc"
50 #endif
51 #ifdef LANGUAGE_MS_MY
52 #include "lang/ms-MY.rc"
53 #endif
54 #ifdef LANGUAGE_NB_NO
55 #include "lang/no-NO.rc"
56 #endif
57 #ifdef LANGUAGE_PL_PL
58 #include "lang/pl-PL.rc"
59 #endif
60 #ifdef LANGUAGE_PT_BR
61 #include "lang/pt-BR.rc"
62 #endif
63 #ifdef LANGUAGE_RO_RO
64 #include "lang/ro-RO.rc"
65 #endif
66 #ifdef LANGUAGE_RU_RU
67 #include "lang/ru-RU.rc"
68 #endif
69 #ifdef LANGUAGE_SK_SK
70 #include "lang/sk-SK.rc"
71 #endif
72 #ifdef LANGUAGE_SQ_AL
73 #include "lang/sq-AL.rc"
74 #endif
75 #ifdef LANGUAGE_SV_SE
76 #include "lang/sv-SE.rc"
77 #endif
78 #ifdef LANGUAGE_TR_TR
79 #include "lang/tr-TR.rc"
80 #endif
81 #ifdef LANGUAGE_UK_UA
82 #include "lang/uk-UA.rc"
83 #endif
84 #ifdef LANGUAGE_ZH_CN
85 #include "lang/zh-CN.rc"
86 #endif
87 #ifdef LANGUAGE_ZH_TW
88 #include "lang/zh-TW.rc"
89 #endif