#include "windows.h" #include "../resource.h" LANGUAGE LANG_GERMAN, SUBLANG_GERMAN STRINGTABLE DISCARDABLE { IDS_QUIT, "Quit" IDS_PRINT, "Print" IDS_STRING, "Jackdaws love my big sphinx of quartz. 123456890" 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 " }