[CLASS2]
[reactos.git] / reactos / base / applications / fontview / lang / en-US.rc
1 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2
3 STRINGTABLE
4 BEGIN
5 IDS_INSTALL "&Install"
6 IDS_PRINT "&Print"
7 IDS_STRING "Jackdaws love my big sphinx of quartz. 1234567890"
8 IDS_OPEN "Open Font..."
9 IDS_ERROR "Error"
10 IDS_ERROR_NOMEM "There is not enough memory to complete the operation."
11 IDS_ERROR_NOFONT "The file %1 is not a valid font file."
12 IDS_ERROR_NOCLASS "Could not initialize window class."
13 IDS_FILTER_LIST "All Supported Fonts (*.fon;*.fnt;*.ttf;*.ttc;*.otf;*.otc)\0*.fon;*.fnt;*.ttf;*.ttc;*.otf;*.otc\0\
14 Font File (*.fon;*.fnt)\0*.fon;*.fnt\0\
15 TrueType Font (*.ttf)\0*.ttf\0\
16 TrueType Font Collection (*.ttc)\0*.ttc\0\
17 OpenType Font (*.otf)\0*.otf\0\
18 OpenType Font Collection (*.otc)\0*.otc\0\
19 All Files (*.*)\0*.*\0"
20 IDS_PREVIOUS "< P&revious"
21 IDS_NEXT "&Next >"
22 END