mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:41:12 +00:00
wineconsole: Update German translation.
This commit is contained in:
parent
7cbda36eea
commit
c4c578d4e6
1 changed files with 14 additions and 0 deletions
|
@ -36,6 +36,20 @@ IDS_DLG_TIT_DEFAULT, "Setup - Standardeinstellungen"
|
||||||
IDS_DLG_TIT_CURRENT, "Setup - aktuelle Einstellungen"
|
IDS_DLG_TIT_CURRENT, "Setup - aktuelle Einstellungen"
|
||||||
IDS_DLG_TIT_ERROR, "Konfigurationsfehler"
|
IDS_DLG_TIT_ERROR, "Konfigurationsfehler"
|
||||||
IDS_DLG_ERR_SBWINSIZE, "Die Bildschirmgröße muß größer oder gleich der des Fensters sein"
|
IDS_DLG_ERR_SBWINSIZE, "Die Bildschirmgröße muß größer oder gleich der des Fensters sein"
|
||||||
|
|
||||||
|
IDS_CMD_INVALID_EVENT_ID "wineconsole: Kann Event-ID nicht parsen\n"
|
||||||
|
IDS_CMD_INVALID_BACKEND "wineconsole: Ungültiges backend\n"
|
||||||
|
IDS_CMD_INVALID_OPTION "wineconsole: Nicht erkannte Befehlszeilenoption\n"
|
||||||
|
IDS_CMD_ABOUT "Started ein Programm in einer Wine-Console.\n"
|
||||||
|
IDS_CMD_LAUNCH_FAILED "wineconsole: Starten des Programms %s fehlgeschlagen.\n"\
|
||||||
|
"Der Befehl ist ungültig.\n"
|
||||||
|
|
||||||
|
IDS_USAGE_HEADER "\nAufruf:\n wineconsole [Optionen] <Befehl>\n\nOptionen:\n"
|
||||||
|
IDS_USAGE_BACKEND " --backend={user|ncurses} Auswahl von ‚user‘ erstellt ein neues Fenster,\n"\
|
||||||
|
" ‚ncurses‘ versucht das aktuelle Terminal als Wine-\n"\
|
||||||
|
" Konsole einzurichten\n"
|
||||||
|
IDS_USAGE_COMMAND " <Befehl> Das in der Konsole zu startende Wine-Programm\n"
|
||||||
|
IDS_USAGE_FOOTER "\nBespiel:\n wineconsole cmd\nStartet die Wine-Befehlszeile in einer Wine-Konsole\n\n"
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_OPTION DIALOG LOADONCALL MOVEABLE DISCARDABLE 36, 24, 140, 105
|
IDD_OPTION DIALOG LOADONCALL MOVEABLE DISCARDABLE 36, 24, 140, 105
|
||||||
|
|
Loading…
Reference in a new issue