[HEADERS]
[reactos.git] / reactos / base / applications / fontview / lang / en-US.rc
1 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2
3 STRINGTABLE DISCARDABLE
4 BEGIN
5 IDS_QUIT, "Quit"
6 IDS_PRINT, "Print"
7 IDS_STRING, "Jackdaws love my big sphinx of quartz. 1234567890"
8 IDS_ERROR, "Error"
9 IDS_ERROR_NOMEM, "There's not enough memory to complete the operation."
10 IDS_ERROR_NOFONT, "The file %1 is not a valid font file."
11 IDS_ERROR_NOCLASS, "Could not initialize window class."
12 IDS_ERROR_BADCMD, "No font file given.\nSyntax:\n fontview.exe <font file>"
13 END
14
15
16