aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/fixed_text.cpp
diff options
context:
space:
mode:
authorMartin Kiewitz2015-06-14 15:49:32 +0200
committerMartin Kiewitz2015-06-14 15:49:32 +0200
commit21f0038f965dd29847b331828d42d8b5647bb90b (patch)
tree0d051c8f1b8f3caad9018cff03418069d4ace11a /engines/sherlock/fixed_text.cpp
parent5b65b76a8fc7525402816d7c5393866cafa038d3 (diff)
downloadscummvm-rg350-21f0038f965dd29847b331828d42d8b5647bb90b.tar.gz
scummvm-rg350-21f0038f965dd29847b331828d42d8b5647bb90b.tar.bz2
scummvm-rg350-21f0038f965dd29847b331828d42d8b5647bb90b.zip
SHERLOCK: journal uses fixed text class now
journal buttons and some text is now localized
Diffstat (limited to 'engines/sherlock/fixed_text.cpp')
-rw-r--r--engines/sherlock/fixed_text.cpp62
1 files changed, 58 insertions, 4 deletions
diff --git a/engines/sherlock/fixed_text.cpp b/engines/sherlock/fixed_text.cpp
index ab77b185bc..48e778bcf8 100644
--- a/engines/sherlock/fixed_text.cpp
+++ b/engines/sherlock/fixed_text.cpp
@@ -34,7 +34,25 @@ static const Common::String fixedTextEN[] = {
"Exit",
"Look",
"Use",
- "Give"
+ "Give",
+ // Journal text
+ "Watson's Journal",
+ "Page %d",
+ // Journal buttons
+ "Exit",
+ "Back 10",
+ "Up",
+ "Down",
+ "Ahead 10",
+ "Search",
+ "First Page",
+ "Last Page",
+ "Print Text",
+ // Journal search
+ "Exit",
+ "Backward",
+ "Forward",
+ "Text Not Found !"
};
// sharp-s : 0xE1 / octal 341
@@ -50,9 +68,27 @@ static const Common::String fixedTextDE[] = {
"Zur\201ck",
"Schau",
"Benutze",
- "Gib"
+ "Gib",
+ // Journal text
+ "Watsons Tagebuch",
+ "Seite %d",
+ // Journal buttons
+ "Zur\201ck",
+ "10 hoch",
+ "Hoch",
+ "Runter",
+ "10 runter",
+ "Suche",
+ "Erste Seite",
+ "Letzte Seite",
+ "Drucke Text",
+ // Journal search
+ "Zur\201ck",
+ "R\201ckw\204rts", // original: "Backward"
+ "V\224rw\204rts", // original: "Forward"
+ "Text nicht gefunden!"
};
-
+
static const Common::String fixedTextES[] = {
// Window buttons
"Exit",
@@ -62,7 +98,25 @@ static const Common::String fixedTextES[] = {
"Exit",
"Mirar",
"Usar",
- "Dar"
+ "Dar",
+ // Journal text
+ "Diario de Watson",
+ "Pagina %d",
+ // Journal buttons
+ "Exit",
+ "Retroceder",
+ "Subir",
+ "baJar",
+ "Adelante",
+ "Buscar",
+ "1a pagina",
+ "Ult pagina",
+ "Imprimir",
+ // Journal search
+ "Exit",
+ "Retroceder",
+ "Avanzar",
+ "Texto no encontrado!"
};
static const SherlockFixedTextLanguageEntry fixedTextLanguages[] = {