[Scummvm-cvs-logs] SF.net SVN: scummvm: [21634] scummvm/trunk/engines/cine/various.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Wed Apr 5 14:21:04 CEST 2006


Revision: 21634
Author:   eriktorbjorn
Date:     2006-04-05 14:20:04 -0700 (Wed, 05 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21634&view=rev

Log Message:
-----------
Use English strings for the system and confirm menus, to be consistent with the
command menu. There are still some other hard-coded French messages in the code,
though.

Modified Paths:
--------------
    scummvm/trunk/engines/cine/various.cpp
Modified: scummvm/trunk/engines/cine/various.cpp
===================================================================
--- scummvm/trunk/engines/cine/various.cpp	2006-04-05 20:50:56 UTC (rev 21633)
+++ scummvm/trunk/engines/cine/various.cpp	2006-04-05 21:20:04 UTC (rev 21634)
@@ -298,16 +298,30 @@
 
 const commandeType systemMenu[] = {
 	"Pause",
+	"Restart Game",
+	"Quit",
+	"Backup Drive is A:",
+	"Restore game",
+	"Save game"
+// french
+/*
+	"Pause",
 	"Nouvelle partie",
 	"Quitter",
 	"Lecteur de Svg. A:",
 	"Charger une partie",
 	"Sauver la partie"
+*/
 };
 
 const commandeType confirmMenu[] = {
+	"Ok, go ahead ...",
+	"Absolutely Not!"
+// french
+/*
 	"Ok , Vas-y ...",
 	"Surtout Pas !"
+*/
 };
 
 commandeType currentSaveName[10];


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list