mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 22:00:55 +00:00
3ab931ca14
svn path=/trunk/; revision=29097
15 lines
464 B
Text
15 lines
464 B
Text
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
{
|
|
IDS_QUIT, "Quit"
|
|
IDS_PRINT, "Print"
|
|
IDS_STRING, "Jackdaws love my big sphinx of quartz. 1234567890"
|
|
IDS_ERROR, "Error"
|
|
IDS_ERROR_NOMEM, "There's not enough memory to complete the operation."
|
|
IDS_ERROR_NOFONT, "The file %1 ist not a valid font file."
|
|
IDS_ERROR_NOCLASS, "Could not initialize window class."
|
|
IDS_ERROR_BADCMD, "No font file given.\nSyntax:\n fontview.exe <font file>"
|
|
}
|
|
|
|
|