diff options
| author | Jaromir Wysoglad | 2019-05-29 18:21:24 +0200 | 
|---|---|---|
| committer | Thierry Crozat | 2019-07-28 15:09:14 +0100 | 
| commit | df1fbcbf4dcd276994d94b08138cff3dc4e1e5f8 (patch) | |
| tree | fa19cc19881f0b99ed4ac5a43d05023a658b8437 | |
| parent | 86acda73a76f3c20c204c23dc05d397184fa9126 (diff) | |
| download | scummvm-rg350-df1fbcbf4dcd276994d94b08138cff3dc4e1e5f8.tar.gz scummvm-rg350-df1fbcbf4dcd276994d94b08138cff3dc4e1e5f8.tar.bz2 scummvm-rg350-df1fbcbf4dcd276994d94b08138cff3dc4e1e5f8.zip | |
SUPERNOVA2: Add string, divide long line in string
| -rw-r--r-- | devtools/create_supernova2/gametext.h | 2 | ||||
| -rw-r--r-- | devtools/create_supernova2/strings-en.po | 2 | 
2 files changed, 3 insertions, 1 deletions
| diff --git a/devtools/create_supernova2/gametext.h b/devtools/create_supernova2/gametext.h index 6b4cf1ea03..7db72899fa 100644 --- a/devtools/create_supernova2/gametext.h +++ b/devtools/create_supernova2/gametext.h @@ -772,6 +772,8 @@ const char *gameText[] = {  "\"Ich hoffe, Sie hatten einen angenehmen Flug.|Bitte verlassen Sie das Raumschiff! Auf Wiedersehen!\"",    //"I hope you had a nice flight.|Please leave the spaceship! Goodbye!"  "W\204hrend die anderen Passagiere|aussteigen, versuchst du,|den Schock zu verarbeiten.",    //While the other passengers|are disembarking, you are trying|to handle the shock.  "\"Ich mu\341 beweisen, da\341 dieser|Roboter der falsche Horst|Hummel ist!\", denkst du.",    //"I have to prove that this robot|is the wrong Horst|Hummel!", you think to yourself. +"\"Diese Mistkerle von der Artus GmbH und|Commander Sumoti m\201ssen entlarvt werden!\"", +	//"These bastards from Artus GmbH and|Commander Sumoti must be unmasked!"  NULL  }; diff --git a/devtools/create_supernova2/strings-en.po b/devtools/create_supernova2/strings-en.po index 624f975d43..17646ce623 100644 --- a/devtools/create_supernova2/strings-en.po +++ b/devtools/create_supernova2/strings-en.po @@ -2720,7 +2720,7 @@ msgid ""  "Aha, mich interessiert auáerdem,|ob es hier auf Axacuss etwas gibt,|das Sie "  "besonders m”gen."  msgstr "" -"I see. I'm also interested in|whether there's anything here on Axacuss that " +"I see. I'm also interested in|whether there's anything here on Axacuss |that "  "you particularly like."  #: ../../ms2/ms2_s.c:152 | 
