From 939948766b1afbd6437eb5d77563eb3362f62c3c Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 30 Sep 2007 01:29:12 +0000 Subject: Fixed bug #1804805 - "IHNM: crash/glitch with italian fan patch" Added the Italian fan translation of IHNM, created a workaround for invalid string data in the Italian fan translation and added some hard coded strings which are changed in the original game executable with the Italian fan translation patch svn-id: r29134 --- engines/saga/itedata.cpp | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'engines/saga/itedata.cpp') diff --git a/engines/saga/itedata.cpp b/engines/saga/itedata.cpp index 60082561e2..ca4ff61606 100644 --- a/engines/saga/itedata.cpp +++ b/engines/saga/itedata.cpp @@ -375,7 +375,27 @@ const char *ITEinterfaceTextStrings[][52] = { "Ich wei$ nicht, wie ich das machen soll.", "Text zeigen", "Wie lautet die Antwort?" - } + }, + // Italian fan translation of IHNM + { + "Walk to", "Look At", "Pick Up", "Talk to", "Open", + "Close", "Use", "Give", "Options", "Test", + "Demo", "Help", "Quit Game", "Fast", "Slow", + "On", "Off", "Continue Playing", "Load", "Save", + "Game Options", "Reading Speed", "Music", "Sound", "Cancel", + "Quit", "OK", "Mid", "Click", "10%", + "20%", "30%", "40%", "50%", "60%", + "70%", "80%", "90%", "Max", "Uscire?", + "Load Successful!", "Nome del salvataggio", "Dai %s a %s", "Usa %s con %s", + "[New Save Game]", + "I can't pick that up.", + "I see nothing special about it.", + "There's no place to open it.", + "There's no opening to close.", + "I don't know how to do that.", + "Show Dialog", + "What is Rif's reply?" + }, }; Point pieceOrigins[PUZZLE_PIECES] = { -- cgit v1.2.3