diff options
| author | Robert Göffringmann | 2003-12-31 16:56:16 +0000 |
|---|---|---|
| committer | Robert Göffringmann | 2003-12-31 16:56:16 +0000 |
| commit | 9a064972c22984d06b1927395b92c3d60e5e051b (patch) | |
| tree | 3ba37ecf446daac2c13a7e734125a75629f56ffc | |
| parent | 1194bc9d5eb14fda4e5a44a9ced64fd5d578bb47 (diff) | |
| download | scummvm-rg350-9a064972c22984d06b1927395b92c3d60e5e051b.tar.gz scummvm-rg350-9a064972c22984d06b1927395b92c3d60e5e051b.tar.bz2 scummvm-rg350-9a064972c22984d06b1927395b92c3d60e5e051b.zip | |
fixed language strings
svn-id: r12060
| -rw-r--r-- | sword1/control.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sword1/control.cpp b/sword1/control.cpp index ffc613893b..c2d9fa9897 100644 --- a/sword1/control.cpp +++ b/sword1/control.cpp @@ -847,13 +847,14 @@ const char SwordControl::_languageStrings[8 * 20][43] = { "DRIVE FULL!", // BS1_FRENCH: "PAUSE", - "INS\xC9REZ LE CD-" + "INS\xC9REZ LE CD-", "ET APPUYES SUR UNE TOUCHE", "CD INCORRECT", "Sauvegarder", "Recharger", "Recommencer", "Commencer", + "Quitter", "Vitesse", "Volume", "Texte", @@ -895,6 +896,7 @@ const char SwordControl::_languageStrings[8 * 20][43] = { "Ripristina", "Ricomincia", "Inizio", + "Esci", "Velocit\xE0", "Volume", "Testo", |
