1LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
2
3STRINGTABLE
4BEGIN
5    IDS_INSTALL "&Installieren"
6    IDS_PRINT "&Drucken"
7    IDS_STRING "Franz jagt im komplett verwahrlosten Taxi quer durch Bayern. 1234567890"
8    IDS_OPEN "Schriftartendatei öffnen..."
9    IDS_ERROR "Fehler"
10    IDS_ERROR_NOMEM "Es steht nicht genügend Speicher zur Verfügung."
11    IDS_ERROR_NOFONT "Die angegebene Datei %1 ist keine gültige Schriftartendatei."
12    IDS_ERROR_NOCLASS "Fehler beim Initialisieren der Fensterklasse."
13    IDS_FILTER_LIST "All Supported Fonts (*.fon;*.fnt;*.ttf;*.ttc;*.otf;*.otc)\0*.fon;*.fnt;*.ttf;*.ttc;*.otf;*.otc\0\
14Font File (*.fon;*.fnt)\0*.fon;*.fnt\0\
15TrueType Font (*.ttf)\0*.ttf\0\
16TrueType Font Collection (*.ttc)\0*.ttc\0\
17OpenType Font (*.otf)\0*.otf\0\
18OpenType Font Collection (*.otc)\0*.otc\0\
19All Files (*.*)\0*.*\0"
20    IDS_PREVIOUS "< P&revious"
21    IDS_NEXT "&Next >"
22END
23