aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support
diff options
context:
space:
mode:
authorPaul Gilbert2016-09-11 11:34:06 -0400
committerPaul Gilbert2016-09-11 11:34:06 -0400
commit207afb6f462fadbe48d4ec298ce7c30ea5c874f0 (patch)
treecbb200af7f34a2fd6feebda5418328b58bc0dcf4 /engines/titanic/support
parentdf4dadb5a6354d5962597d27a117a9fe53b35891 (diff)
downloadscummvm-rg350-207afb6f462fadbe48d4ec298ce7c30ea5c874f0.tar.gz
scummvm-rg350-207afb6f462fadbe48d4ec298ce7c30ea5c874f0.tar.bz2
scummvm-rg350-207afb6f462fadbe48d4ec298ce7c30ea5c874f0.zip
TITANIC: In progress work on German Translation view in PET
Diffstat (limited to 'engines/titanic/support')
-rw-r--r--engines/titanic/support/strings.h51
1 files changed, 50 insertions, 1 deletions
diff --git a/engines/titanic/support/strings.h b/engines/titanic/support/strings.h
index 1f7187bdee..5164897522 100644
--- a/engines/titanic/support/strings.h
+++ b/engines/titanic/support/strings.h
@@ -85,7 +85,56 @@ enum StringId {
GO_WHERE,
NICE_IF_TAKE_BUT_CANT,
BOWL_OF_NUTS,
- NOT_A_BOWL_OF_NUTS
+ NOT_A_BOWL_OF_NUTS,
+
+ // German version only
+ DE_SUMMER,
+ DE_AUTUMN,
+ DE_WINTER,
+ DE_SPRING,
+ DE_SUMMER_ARBORETUM,
+ DE_AUTUMN_ARBORETUM,
+ DE_WINTER_ARBORETUM,
+ DE_SPRING_ARBORETUM,
+ DE_ARBORETUM_MSG1,
+ DE_ARBORETUM_MSG2,
+ DE_BRIDGE_MSG1,
+ DE_BRIDGE_MSG2,
+ DE_BRIDGE_MSG3,
+ DE_BRIDGE_MSG4,
+ DE_BRIDGE_MSG5,
+ DE_BRIDGE_MSG6,
+ DE_BRIDGE_MSG7,
+ DE_BRIDGE_MSG8,
+ DE_BRIDGE_MSG9,
+ DE_BRIDGE_MSG10,
+ DE_PROMENADE_DECK_MSG1,
+ DE_PROMENADE_DECK_MSG2,
+ DE_PROMENADE_DECK_MSG3,
+ DE_PROMENADE_DECK_MSG4,
+ DE_PROMENADE_DECK_MSG5,
+ DE_PROMENADE_DECK_MSG6,
+ DE_PROMENADE_DECK_MSG7,
+ DE_PROMENADE_DECK_MSG8,
+ DE_PROMENADE_DECK_MSG9,
+ DE_PROMENADE_DECK_MSG10,
+ DE_SGTLOBBY_MSG1,
+ DE_SGTLOBBY_MSG2,
+ DE_SGTLOBBY_MSG3,
+ DE_SGTLOBBY_MSG4,
+ DE_SGTLOBBY_MSG5,
+ DE_SGTLOBBY_MSG6,
+ DE_SGTLOBBY_MSG7,
+ DE_SGTLOBBY_MSG8,
+ DE_TITANIA_MSG1,
+ DE_TITANIA_MSG2,
+ DE_TITANIA_MSG3,
+ DE_TITANIA_MSG4,
+ DE_TITANIA_MSG5,
+ DE_TITANIA_MSG6,
+ DE_TITANIA_MSG7,
+ DE_TITANIA_MSG8
+
};
class Strings : public Common::StringArray {