From 21f0038f965dd29847b331828d42d8b5647bb90b Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Sun, 14 Jun 2015 15:49:32 +0200 Subject: SHERLOCK: journal uses fixed text class now journal buttons and some text is now localized --- engines/sherlock/fixed_text.cpp | 62 ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 58 insertions(+), 4 deletions(-) (limited to 'engines/sherlock/fixed_text.cpp') 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[] = { -- cgit v1.2.3