diff options
author | Torbjörn Andersson | 2005-07-13 12:48:35 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2005-07-13 12:48:35 +0000 |
commit | f65586dd0f8eaae8ae8625caa599e156e87e0cc2 (patch) | |
tree | fa1c45f8afcafd0fdb70da13d795db0f44f94a90 | |
parent | c14e60cb616ce737ca1ec6582154837a57b39bb4 (diff) | |
download | scummvm-rg350-f65586dd0f8eaae8ae8625caa599e156e87e0cc2.tar.gz scummvm-rg350-f65586dd0f8eaae8ae8625caa599e156e87e0cc2.tar.bz2 scummvm-rg350-f65586dd0f8eaae8ae8625caa599e156e87e0cc2.zip |
German translations for some interface texts, as pointed out by Simon
Sawatzki.
svn-id: r18539
-rw-r--r-- | saga/saga.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/saga/saga.cpp b/saga/saga.cpp index c03dee77e3..3fe391663a 100644 --- a/saga/saga.cpp +++ b/saga/saga.cpp @@ -83,8 +83,8 @@ static const char *interfaceTextStrings[][42] = { "Spieleoptionen", "Lesegeschw.", "Musik", "Sound", "Abbr.", "Beenden", NULL, "M", "Klick", NULL, NULL, NULL, NULL, NULL, - NULL, NULL, NULL, NULL, NULL, "Quit the Game?", "Load Successful!", - "Enter Save Game Name" + NULL, NULL, NULL, NULL, NULL, "Spiel beenden?", "Spielstand geladen!", + "Bitte Namen eingeben" } }; |