mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
61d291959e
svn path=/trunk/; revision=26834
18 lines
597 B
Text
18 lines
597 B
Text
|
|
#include "windows.h"
|
|
#include "../resource.h"
|
|
|
|
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
{
|
|
IDS_QUIT, "Fertig"
|
|
IDS_PRINT, "Drucken"
|
|
IDS_STRING, "Franz jagt im komplett verwahrlosten Taxi quer durch Bayern. 1234567890"
|
|
IDS_ERROR, "Fehler"
|
|
IDS_ERROR_NOMEM, "Es steht nicht genügend Speicher zur Verfügung."
|
|
IDS_ERROR_NOFONT, "Die angegebene Datei %1 ist keine gültige Schriftartendatei."
|
|
IDS_ERROR_NOCLASS, "Fehler beim initialisieren der Fensterklasse."
|
|
IDS_ERROR_BADCMD, "Keine Schriftartendatei angegeben.\nSyntax:\n fontview.exe <Schriftdatei>"
|
|
}
|
|
|