From 830f983d837dabd27ff026dabfc4199f7846835d Mon Sep 17 00:00:00 2001 From: Joseph-Eugene Winzer Date: Fri, 11 Aug 2017 21:50:22 +0200 Subject: SUPERNOVA: Adds text --- engines/supernova/msn_def.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'engines') diff --git a/engines/supernova/msn_def.h b/engines/supernova/msn_def.h index 02a38d54a6..f38bbd2b80 100644 --- a/engines/supernova/msn_def.h +++ b/engines/supernova/msn_def.h @@ -423,6 +423,10 @@ enum ObjectID { TICKETS }; + +static const char *const broken_DE = "Hmm, er scheint kaputt zu sein."; +static const char *const broken_EN = "Hmm, it seems to be broken."; + static const char *const guiCommand_DE[] = { "Gehe", "Schau", @@ -436,9 +440,9 @@ static const char *const guiCommand_DE[] = { "Gib" }; -static const char *guiStatusCommand_DE[10] = +static const char *const guiStatusCommand_DE[10] = {"Gehe zu ","Schau ","Nimm ","\231ffne ","Schlie\341e ","Dr\201cke ","Ziehe ","Benutze ","Rede mit ","Gib "}; -static const char *guiStatusCommand_EN[10] = +static const char *const guiStatusCommand_EN[10] = {"Go to ", "Look at ", "Take ", "Open ", "Close ", "Press ", "Pull ", "Use ", "Talk to ", "Give "}; ObjectType operator|(ObjectType a, ObjectType b); -- cgit v1.2.3