[Scummvm-cvs-logs] SF.net SVN: scummvm:[52806] scummvm/branches/branch-1-2-0

criezy at users.sourceforge.net criezy at users.sourceforge.net
Sun Sep 19 19:42:48 CEST 2010


Revision: 52806
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52806&view=rev
Author:   criezy
Date:     2010-09-19 17:42:48 +0000 (Sun, 19 Sep 2010)

Log Message:
-----------
I18N: Add lowres context for one string.

Modified Paths:
--------------
    scummvm/branches/branch-1-2-0/gui/launcher.cpp
    scummvm/branches/branch-1-2-0/po/ca_ES.po
    scummvm/branches/branch-1-2-0/po/es_ES.po
    scummvm/branches/branch-1-2-0/po/it_IT.po
    scummvm/branches/branch-1-2-0/po/scummvm.pot
    scummvm/branches/branch-1-2-0/po/uk_UA.po

Modified: scummvm/branches/branch-1-2-0/gui/launcher.cpp
===================================================================
--- scummvm/branches/branch-1-2-0/gui/launcher.cpp	2010-09-19 17:41:42 UTC (rev 52805)
+++ scummvm/branches/branch-1-2-0/gui/launcher.cpp	2010-09-19 17:42:48 UTC (rev 52806)
@@ -179,7 +179,10 @@
 	_domainWidget = new DomainEditTextWidget(tab, "GameOptions_Game.Domain", _domain, _("Short game identifier used for referring to savegames and running the game from the command line"));
 
 	// GUI:  Label & edit widget for the description
-	new StaticTextWidget(tab, "GameOptions_Game.Name", _("Name:"), _("Full title of the game"));
+	if (g_system->getOverlayWidth() > 320)
+		new StaticTextWidget(tab, "GameOptions_Game.Name", _("Name:"), _("Full title of the game"));
+	else
+		new StaticTextWidget(tab, "GameOptions_Game.Name", _c("Name:", "lowres"), _("Full title of the game"));
 	_descriptionWidget = new EditTextWidget(tab, "GameOptions_Game.Desc", description, _("Full title of the game"));
 
 	// Language popup

Modified: scummvm/branches/branch-1-2-0/po/ca_ES.po
===================================================================
--- scummvm/branches/branch-1-2-0/po/ca_ES.po	2010-09-19 17:41:42 UTC (rev 52805)
+++ scummvm/branches/branch-1-2-0/po/ca_ES.po	2010-09-19 17:42:48 UTC (rev 52806)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ScummVM 1.2.0svn\n"
 "Report-Msgid-Bugs-To: scummvm-devel at lists.sf.net\n"
-"POT-Creation-Date: 2010-09-15 23:40+0100\n"
+"POT-Creation-Date: 2010-09-19 18:13+0100\n"
 "PO-Revision-Date: 2010-09-08 19:38+0100\n"
 "Last-Translator: Jordi Vilalta Prat <jvprat at jvprat.com>\n"
 "Language-Team: Catalan <scummvm-devel at lists.sf.net>\n"
@@ -43,7 +43,7 @@
 msgstr "Amunt"
 
 #: gui/browser.cpp:73 gui/chooser.cpp:49 gui/KeysDialog.cpp:46
-#: gui/launcher.cpp:316 gui/massadd.cpp:95 gui/options.cpp:1084
+#: gui/launcher.cpp:319 gui/massadd.cpp:95 gui/options.cpp:1084
 #: gui/saveload.cpp:65 gui/saveload.cpp:157 gui/themebrowser.cpp:56
 #: backends/platform/wii/options.cpp:48
 msgid "Cancel"
@@ -73,8 +73,8 @@
 msgid "Map"
 msgstr "Mapeja"
 
-#: gui/KeysDialog.cpp:45 gui/launcher.cpp:317 gui/launcher.cpp:938
-#: gui/launcher.cpp:942 gui/massadd.cpp:92 gui/options.cpp:1085
+#: gui/KeysDialog.cpp:45 gui/launcher.cpp:320 gui/launcher.cpp:941
+#: gui/launcher.cpp:945 gui/massadd.cpp:92 gui/options.cpp:1085
 #: backends/platform/wii/options.cpp:47
 #: backends/platform/wince/CELauncherDialog.cpp:56
 msgid "OK"
@@ -127,19 +127,25 @@
 msgid "ID:"
 msgstr "ID:"
 
-#: gui/launcher.cpp:182
+#: gui/launcher.cpp:183
 msgid "Name:"
 msgstr "Nom:"
 
-#: gui/launcher.cpp:182 gui/launcher.cpp:183
+#: gui/launcher.cpp:183 gui/launcher.cpp:185 gui/launcher.cpp:186
 msgid "Full title of the game"
 msgstr "T\xEDtol complet del joc"
 
-#: gui/launcher.cpp:186
+#: gui/launcher.cpp:185
+#, fuzzy
+msgctxt "lowres"
+msgid "Name:"
+msgstr "Nom:"
+
+#: gui/launcher.cpp:189
 msgid "Language:"
 msgstr "Idioma:"
 
-#: gui/launcher.cpp:186 gui/launcher.cpp:187
+#: gui/launcher.cpp:189 gui/launcher.cpp:190
 msgid ""
 "Language of the game. This will not turn your Spanish game version into "
 "English"
@@ -147,145 +153,145 @@
 "Idioma del joc. Aix\xF2 no convertir\xE0 la vostra versi\xF3 Espanyola del joc a "
 "Angl\xE8s"
 
-#: gui/launcher.cpp:188 gui/launcher.cpp:202 gui/options.cpp:80
+#: gui/launcher.cpp:191 gui/launcher.cpp:205 gui/options.cpp:80
 #: gui/options.cpp:638 gui/options.cpp:648 gui/options.cpp:1055
 #: sound/null.cpp:42
 msgid "<default>"
 msgstr "<per defecte>"
 
-#: gui/launcher.cpp:198
+#: gui/launcher.cpp:201
 msgid "Platform:"
 msgstr "Plataforma:"
 
-#: gui/launcher.cpp:198 gui/launcher.cpp:200 gui/launcher.cpp:201
+#: gui/launcher.cpp:201 gui/launcher.cpp:203 gui/launcher.cpp:204
 msgid "Platform the game was originally designed for"
 msgstr "Plataforma per la que el joc es va dissenyar originalment"
 
-#: gui/launcher.cpp:200
+#: gui/launcher.cpp:203
 msgctxt "lowres"
 msgid "Platform:"
 msgstr "Plataforma:"
 
-#: gui/launcher.cpp:212 gui/options.cpp:924 gui/options.cpp:941
+#: gui/launcher.cpp:215 gui/options.cpp:924 gui/options.cpp:941
 msgid "Graphics"
 msgstr "Gr\xE0fics"
 
-#: gui/launcher.cpp:212 gui/options.cpp:924 gui/options.cpp:941
+#: gui/launcher.cpp:215 gui/options.cpp:924 gui/options.cpp:941
 msgid "GFX"
 msgstr "GFX"
 
-#: gui/launcher.cpp:215
+#: gui/launcher.cpp:218
 msgid "Override global graphic settings"
 msgstr "Fer canvis sobre les opcions globals de gr\xE0fics"
 
-#: gui/launcher.cpp:217
+#: gui/launcher.cpp:220
 msgctxt "lowres"
 msgid "Override global graphic settings"
 msgstr "Canviar les opcions de gr\xE0fics"
 
-#: gui/launcher.cpp:224 gui/options.cpp:947
+#: gui/launcher.cpp:227 gui/options.cpp:947
 msgid "Audio"
 msgstr "\xC0udio"
 
-#: gui/launcher.cpp:227
+#: gui/launcher.cpp:230
 msgid "Override global audio settings"
 msgstr "Fer canvis sobre les opcions globals d'\xE0udio"
 
-#: gui/launcher.cpp:229
+#: gui/launcher.cpp:232
 msgctxt "lowres"
 msgid "Override global audio settings"
 msgstr "Canviar les opcions d'\xE0udio"
 
-#: gui/launcher.cpp:238 gui/options.cpp:952
+#: gui/launcher.cpp:241 gui/options.cpp:952
 msgid "Volume"
 msgstr "Volum"
 
-#: gui/launcher.cpp:240 gui/options.cpp:954
+#: gui/launcher.cpp:243 gui/options.cpp:954
 msgctxt "lowres"
 msgid "Volume"
 msgstr "Volum"
 
-#: gui/launcher.cpp:243
+#: gui/launcher.cpp:246
 msgid "Override global volume settings"
 msgstr "Fer canvis sobre les opcions globals de volum"
 
-#: gui/launcher.cpp:245
+#: gui/launcher.cpp:248
 msgctxt "lowres"
 msgid "Override global volume settings"
 msgstr "Canviar les opcions de volum"
 
-#: gui/launcher.cpp:252 gui/options.cpp:962
+#: gui/launcher.cpp:255 gui/options.cpp:962
 msgid "MIDI"
 msgstr "MIDI"
 
-#: gui/launcher.cpp:255
+#: gui/launcher.cpp:258
 msgid "Override global MIDI settings"
 msgstr "Fer canvis sobre les opcions globals de MIDI"
 
-#: gui/launcher.cpp:257
+#: gui/launcher.cpp:260
 msgctxt "lowres"
 msgid "Override global MIDI settings"
 msgstr "Canviar les opcions de MIDI"
 
-#: gui/launcher.cpp:267 gui/options.cpp:968
+#: gui/launcher.cpp:270 gui/options.cpp:968
 msgid "MT-32"
 msgstr "MT-32"
 
-#: gui/launcher.cpp:270
+#: gui/launcher.cpp:273
 msgid "Override global MT-32 settings"
 msgstr "Fer canvis sobre les opcions globals de MT-32"
 
-#: gui/launcher.cpp:272
+#: gui/launcher.cpp:275
 msgctxt "lowres"
 msgid "Override global MT-32 settings"
 msgstr "Canviar les opcions de MT-32"
 
-#: gui/launcher.cpp:283 gui/options.cpp:975
+#: gui/launcher.cpp:286 gui/options.cpp:975
 msgid "Paths"
 msgstr "Camins"
 
-#: gui/launcher.cpp:285 gui/options.cpp:977
+#: gui/launcher.cpp:288 gui/options.cpp:977
 msgctxt "lowres"
 msgid "Paths"
 msgstr "Camins"
 
-#: gui/launcher.cpp:292
+#: gui/launcher.cpp:295
 msgid "Game Path:"
 msgstr "Cam\xED del joc:"
 
-#: gui/launcher.cpp:294
+#: gui/launcher.cpp:297
 msgctxt "context"
 msgid "Game Path:"
 msgstr "Cam\xED del joc:"
 
-#: gui/launcher.cpp:299 gui/options.cpp:997
+#: gui/launcher.cpp:302 gui/options.cpp:997
 msgid "Extra Path:"
 msgstr "Cam\xED extra:"
 
-#: gui/launcher.cpp:299 gui/launcher.cpp:301 gui/launcher.cpp:302
+#: gui/launcher.cpp:302 gui/launcher.cpp:304 gui/launcher.cpp:305
 msgid "Specifies path to additional data used the game"
 msgstr "Especifica el cam\xED de dades addicionals utilitzades pel joc"
 
-#: gui/launcher.cpp:301 gui/options.cpp:999
+#: gui/launcher.cpp:304 gui/options.cpp:999
 msgctxt "lowres"
 msgid "Extra Path:"
 msgstr "Cam\xED extra:"
 
-#: gui/launcher.cpp:306 gui/options.cpp:985
+#: gui/launcher.cpp:309 gui/options.cpp:985
 msgid "Save Path:"
 msgstr "Cam\xED de partides:"
 
-#: gui/launcher.cpp:306 gui/launcher.cpp:308 gui/launcher.cpp:309
+#: gui/launcher.cpp:309 gui/launcher.cpp:311 gui/launcher.cpp:312
 #: gui/options.cpp:985 gui/options.cpp:987 gui/options.cpp:988
 msgid "Specifies where your savegames are put"
 msgstr "Especifica on es desaran les partides"
 
-#: gui/launcher.cpp:308 gui/options.cpp:987
+#: gui/launcher.cpp:311 gui/options.cpp:987
 msgctxt "lowres"
 msgid "Save Path:"
 msgstr "Cam\xED de partides:"
 
-#: gui/launcher.cpp:325 gui/launcher.cpp:405 gui/launcher.cpp:454
+#: gui/launcher.cpp:328 gui/launcher.cpp:408 gui/launcher.cpp:457
 #: gui/options.cpp:994 gui/options.cpp:1000 gui/options.cpp:1007
 #: gui/options.cpp:1108 gui/options.cpp:1114 gui/options.cpp:1120
 #: gui/options.cpp:1128 gui/options.cpp:1152 gui/options.cpp:1156
@@ -294,138 +300,138 @@
 msgid "None"
 msgstr "Cap"
 
-#: gui/launcher.cpp:330 gui/launcher.cpp:409
+#: gui/launcher.cpp:333 gui/launcher.cpp:412
 #: backends/platform/wii/options.cpp:56
 msgid "Default"
 msgstr "Per defecte"
 
-#: gui/launcher.cpp:447 gui/options.cpp:1262
+#: gui/launcher.cpp:450 gui/options.cpp:1262
 msgid "Select SoundFont"
 msgstr "Seleccioneu el fitxer SoundFont"
 
-#: gui/launcher.cpp:466 gui/launcher.cpp:613
+#: gui/launcher.cpp:469 gui/launcher.cpp:616
 msgid "Select directory with game data"
 msgstr "Seleccioneu el directori amb les dades del joc"
 
-#: gui/launcher.cpp:484
+#: gui/launcher.cpp:487
 msgid "Select additional game directory"
 msgstr "Seleccioneu el directori addicional del joc"
 
-#: gui/launcher.cpp:496
+#: gui/launcher.cpp:499
 msgid "Select directory for saved games"
 msgstr "Seleccioneu el directori de les partides desades"
 
-#: gui/launcher.cpp:515
+#: gui/launcher.cpp:518
 msgid "This game ID is already taken. Please choose another one."
 msgstr ""
 "Aquest identificador de joc ja est\xE0 en \xFAs. Si us plau, trieu-ne un altre."
 
-#: gui/launcher.cpp:556 engines/dialogs.cpp:116
+#: gui/launcher.cpp:559 engines/dialogs.cpp:116
 msgid "~Q~uit"
 msgstr "~T~anca"
 
-#: gui/launcher.cpp:556
+#: gui/launcher.cpp:559
 msgid "Quit ScummVM"
 msgstr "Surt de ScummVM"
 
-#: gui/launcher.cpp:557
+#: gui/launcher.cpp:560
 msgid "A~b~out..."
 msgstr "~Q~uant a..."
 
-#: gui/launcher.cpp:557
+#: gui/launcher.cpp:560
 msgid "About ScummVM"
 msgstr "Quant a ScummVM"
 
-#: gui/launcher.cpp:558
+#: gui/launcher.cpp:561
 msgid "~O~ptions..."
 msgstr "~O~pcions..."
 
-#: gui/launcher.cpp:558
+#: gui/launcher.cpp:561
 msgid "Change global ScummVM options"
 msgstr "Canvia les opcions globals de ScummVM"
 
-#: gui/launcher.cpp:560
+#: gui/launcher.cpp:563
 msgid "~S~tart"
 msgstr "~I~nicia"
 
-#: gui/launcher.cpp:560
+#: gui/launcher.cpp:563
 msgid "Start selected game"
 msgstr "Iniciant el joc seleccionat"
 
-#: gui/launcher.cpp:563
+#: gui/launcher.cpp:566
 msgid "~L~oad..."
 msgstr "~C~arrega..."
 
-#: gui/launcher.cpp:563
+#: gui/launcher.cpp:566
 msgid "Load savegame for selected game"
 msgstr "Carrega una partida pel joc seleccionat"
 
-#: gui/launcher.cpp:568
+#: gui/launcher.cpp:571
 msgid "~A~dd Game..."
 msgstr "~A~fegeix Joc..."
 
-#: gui/launcher.cpp:568 gui/launcher.cpp:575
+#: gui/launcher.cpp:571 gui/launcher.cpp:578
 msgid "Hold Shift for Mass Add"
 msgstr "Mantingueu premut Shift per a l'Addici\xF3 Massiva"
 
-#: gui/launcher.cpp:570
+#: gui/launcher.cpp:573
 msgid "~E~dit Game..."
 msgstr "~E~dita Joc..."
 
-#: gui/launcher.cpp:570 gui/launcher.cpp:577
+#: gui/launcher.cpp:573 gui/launcher.cpp:580
 msgid "Change game options"
 msgstr "Canvia les opcions del joc"
 
-#: gui/launcher.cpp:572
+#: gui/launcher.cpp:575
 msgid "~R~emove Game"
 msgstr "~S~uprimeix Joc"
 
-#: gui/launcher.cpp:572 gui/launcher.cpp:579
+#: gui/launcher.cpp:575 gui/launcher.cpp:582
 msgid "Remove game from the list. The game data files stay intact"
 msgstr ""
 "Elimina un joc de la llista. Els fitxers de dades del joc es mantenen "
 "intactes"
 
-#: gui/launcher.cpp:575
+#: gui/launcher.cpp:578
 msgctxt "lowres"
 msgid "~A~dd Game..."
 msgstr "~A~fegeix Joc..."
 
-#: gui/launcher.cpp:577
+#: gui/launcher.cpp:580
 msgctxt "lowres"
 msgid "~E~dit Game..."
 msgstr "~E~dita Joc..."
 
-#: gui/launcher.cpp:579
+#: gui/launcher.cpp:582
 msgctxt "lowres"
 msgid "~R~emove Game"
 msgstr "~S~uprimeix"
 
-#: gui/launcher.cpp:587
+#: gui/launcher.cpp:590
 msgid "Search in game list"
 msgstr "Cerca a la llista de jocs"
 
-#: gui/launcher.cpp:591 gui/launcher.cpp:1104
+#: gui/launcher.cpp:594 gui/launcher.cpp:1107
 msgid "Search:"
 msgstr "Cerca:"
 
-#: gui/launcher.cpp:594 gui/options.cpp:743
+#: gui/launcher.cpp:597 gui/options.cpp:743
 msgid "Clear value"
 msgstr "Neteja el valor"
 
-#: gui/launcher.cpp:616 engines/dialogs.cpp:120 engines/mohawk/myst.cpp:222
+#: gui/launcher.cpp:619 engines/dialogs.cpp:120 engines/mohawk/myst.cpp:222
 #: engines/mohawk/riven.cpp:655 engines/cruise/menu.cpp:218
 msgid "Load game:"
 msgstr "Carrega partida:"
 
-#: gui/launcher.cpp:616 engines/dialogs.cpp:120 engines/mohawk/myst.cpp:222
+#: gui/launcher.cpp:619 engines/dialogs.cpp:120 engines/mohawk/myst.cpp:222
 #: engines/mohawk/riven.cpp:655 engines/cruise/menu.cpp:218
 #: backends/platform/wince/CEActionsPocket.cpp:263
 #: backends/platform/wince/CEActionsSmartphone.cpp:225
 msgid "Load"
 msgstr "Carrega"
 
-#: gui/launcher.cpp:725
+#: gui/launcher.cpp:728
 msgid ""
 "Do you really want to run the mass game detector? This could potentially add "
 "a huge number of games."
@@ -433,7 +439,7 @@
 "Esteu segur que voleu executar el detector massiu de jocs? Aix\xF2 pot afegir "
 "una gran quantitat de jocs."
 
-#: gui/launcher.cpp:726 gui/launcher.cpp:875
+#: gui/launcher.cpp:729 gui/launcher.cpp:878
 #: backends/platform/symbian/src/SymbianOS.cpp:446
 #: backends/platform/wince/CEActionsPocket.cpp:313
 #: backends/platform/wince/CEActionsSmartphone.cpp:272
@@ -441,7 +447,7 @@
 msgid "Yes"
 msgstr "S\xED"
 
-#: gui/launcher.cpp:726 gui/launcher.cpp:875
+#: gui/launcher.cpp:729 gui/launcher.cpp:878
 #: backends/platform/symbian/src/SymbianOS.cpp:446
 #: backends/platform/wince/CEActionsPocket.cpp:313
 #: backends/platform/wince/CEActionsSmartphone.cpp:272
@@ -449,46 +455,46 @@
 msgid "No"
 msgstr "No"
 
-#: gui/launcher.cpp:773
+#: gui/launcher.cpp:776
 msgid "ScummVM couldn't open the specified directory!"
 msgstr "ScummVM no ha pogut obrir el directori especificat!"
 
-#: gui/launcher.cpp:785
+#: gui/launcher.cpp:788
 msgid "ScummVM could not find any game in the specified directory!"
 msgstr "ScummVM no ha pogut trobar cap joc al directori especificat!"
 
-#: gui/launcher.cpp:799
+#: gui/launcher.cpp:802
 msgid "Pick the game:"
 msgstr "Seleccioneu el joc:"
 
-#: gui/launcher.cpp:875
+#: gui/launcher.cpp:878
 msgid "Do you really want to remove this game configuration?"
 msgstr "Realment voleu suprimir la configuraci\xF3 d'aquest joc?"
 
-#: gui/launcher.cpp:938
+#: gui/launcher.cpp:941
 msgid "This game does not support loading games from the launcher."
 msgstr "Aquest joc no suporta la c\xE0rrega de partides des del llan\xE7ador."
 
-#: gui/launcher.cpp:942
+#: gui/launcher.cpp:945
 msgid "ScummVM could not find any engine capable of running the selected game!"
 msgstr ""
 "ScummVM no ha pogut trobar cap motor capa\xE7 d'executar el joc seleccionat!"
 
-#: gui/launcher.cpp:1056
+#: gui/launcher.cpp:1059
 msgctxt "lowres"
 msgid "Mass Add..."
 msgstr "Afegeix Jocs"
 
-#: gui/launcher.cpp:1056
+#: gui/launcher.cpp:1059
 msgid "Mass Add..."
 msgstr "Addici\xF3 Massiva..."
 
-#: gui/launcher.cpp:1057
+#: gui/launcher.cpp:1060
 msgctxt "lowres"
 msgid "Add Game..."
 msgstr "Afegeix Joc..."
 
-#: gui/launcher.cpp:1057
+#: gui/launcher.cpp:1060
 msgid "Add Game..."
 msgstr "Afegeix Joc..."
 
@@ -1114,7 +1120,7 @@
 msgid "~C~lose"
 msgstr "~T~anca"
 
-#: engines/scumm/scumm.cpp:2171 engines/agos/saveload.cpp:192
+#: engines/scumm/scumm.cpp:2181 engines/agos/saveload.cpp:192
 #, c-format
 msgid ""
 "Failed to save game state to file:\n"
@@ -1122,7 +1128,7 @@
 "%s"
 msgstr ""
 
-#: engines/scumm/scumm.cpp:2178 engines/agos/saveload.cpp:157
+#: engines/scumm/scumm.cpp:2188 engines/agos/saveload.cpp:157
 #, c-format
 msgid ""
 "Failed to load game state from file:\n"
@@ -1130,7 +1136,7 @@
 "%s"
 msgstr ""
 
-#: engines/scumm/scumm.cpp:2190 engines/agos/saveload.cpp:200
+#: engines/scumm/scumm.cpp:2200 engines/agos/saveload.cpp:200
 #, c-format
 msgid ""
 "Successfully saved game state in file:\n"

Modified: scummvm/branches/branch-1-2-0/po/es_ES.po
===================================================================
--- scummvm/branches/branch-1-2-0/po/es_ES.po	2010-09-19 17:41:42 UTC (rev 52805)
+++ scummvm/branches/branch-1-2-0/po/es_ES.po	2010-09-19 17:42:48 UTC (rev 52806)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ScummVM 1.2.0svn\n"
 "Report-Msgid-Bugs-To: scummvm-devel at lists.sf.net\n"
-"POT-Creation-Date: 2010-09-15 23:40+0100\n"
+"POT-Creation-Date: 2010-09-19 18:13+0100\n"
 "PO-Revision-Date: 2010-09-16 13:01+0100\n"
 "Last-Translator: Tom\xE1s Maidagan\n"
 "Language-Team: \n"
@@ -43,7 +43,7 @@
 msgstr "Arriba"
 
 #: gui/browser.cpp:73 gui/chooser.cpp:49 gui/KeysDialog.cpp:46
-#: gui/launcher.cpp:316 gui/massadd.cpp:95 gui/options.cpp:1084
+#: gui/launcher.cpp:319 gui/massadd.cpp:95 gui/options.cpp:1084
 #: gui/saveload.cpp:65 gui/saveload.cpp:157 gui/themebrowser.cpp:56
 #: backends/platform/wii/options.cpp:48
 msgid "Cancel"
@@ -73,8 +73,8 @@
 msgid "Map"
 msgstr "Asignar"
 
-#: gui/KeysDialog.cpp:45 gui/launcher.cpp:317 gui/launcher.cpp:938
-#: gui/launcher.cpp:942 gui/massadd.cpp:92 gui/options.cpp:1085
+#: gui/KeysDialog.cpp:45 gui/launcher.cpp:320 gui/launcher.cpp:941
+#: gui/launcher.cpp:945 gui/massadd.cpp:92 gui/options.cpp:1085
 #: backends/platform/wii/options.cpp:47
 #: backends/platform/wince/CELauncherDialog.cpp:56
 msgid "OK"
@@ -127,19 +127,25 @@
 msgid "ID:"
 msgstr "ID:"
 
-#: gui/launcher.cpp:182
+#: gui/launcher.cpp:183
 msgid "Name:"
 msgstr "Nombre:"
 
-#: gui/launcher.cpp:182 gui/launcher.cpp:183
+#: gui/launcher.cpp:183 gui/launcher.cpp:185 gui/launcher.cpp:186
 msgid "Full title of the game"
 msgstr "T\xEDtulo completo del juego"
 
-#: gui/launcher.cpp:186
+#: gui/launcher.cpp:185
+#, fuzzy
+msgctxt "lowres"
+msgid "Name:"
+msgstr "Nombre:"
+
+#: gui/launcher.cpp:189
 msgid "Language:"
 msgstr "Idioma:"
 
-#: gui/launcher.cpp:186 gui/launcher.cpp:187
+#: gui/launcher.cpp:189 gui/launcher.cpp:190
 msgid ""
 "Language of the game. This will not turn your Spanish game version into "
 "English"
@@ -147,145 +153,145 @@
 "Idioma del juego. No sirve para pasar al ingl\xE9s la versi\xF3n espa\xF1ola de un "
 "juego"
 
-#: gui/launcher.cpp:188 gui/launcher.cpp:202 gui/options.cpp:80
+#: gui/launcher.cpp:191 gui/launcher.cpp:205 gui/options.cpp:80
 #: gui/options.cpp:638 gui/options.cpp:648 gui/options.cpp:1055
 #: sound/null.cpp:42
 msgid "<default>"
 msgstr "<por defecto>"
 
-#: gui/launcher.cpp:198
+#: gui/launcher.cpp:201
 msgid "Platform:"
 msgstr "Plataforma:"
 
-#: gui/launcher.cpp:198 gui/launcher.cpp:200 gui/launcher.cpp:201
+#: gui/launcher.cpp:201 gui/launcher.cpp:203 gui/launcher.cpp:204
 msgid "Platform the game was originally designed for"
 msgstr "Plataforma para la que se dise\xF1\xF3 el juego"
 
-#: gui/launcher.cpp:200
+#: gui/launcher.cpp:203
 msgctxt "lowres"
 msgid "Platform:"
 msgstr "Plataforma:"
 
-#: gui/launcher.cpp:212 gui/options.cpp:924 gui/options.cpp:941
+#: gui/launcher.cpp:215 gui/options.cpp:924 gui/options.cpp:941
 msgid "Graphics"
 msgstr "Gr\xE1ficos"
 
-#: gui/launcher.cpp:212 gui/options.cpp:924 gui/options.cpp:941
+#: gui/launcher.cpp:215 gui/options.cpp:924 gui/options.cpp:941
 msgid "GFX"
 msgstr "GFX"
 
-#: gui/launcher.cpp:215
+#: gui/launcher.cpp:218
 msgid "Override global graphic settings"
 msgstr "Ignorar opciones gr\xE1ficas generales"
 
-#: gui/launcher.cpp:217
+#: gui/launcher.cpp:220
 msgctxt "lowres"
 msgid "Override global graphic settings"
 msgstr "Opciones gr\xE1ficas espec\xEDficas"
 
-#: gui/launcher.cpp:224 gui/options.cpp:947
+#: gui/launcher.cpp:227 gui/options.cpp:947
 msgid "Audio"
 msgstr "Sonido"
 
-#: gui/launcher.cpp:227
+#: gui/launcher.cpp:230
 msgid "Override global audio settings"
 msgstr "Ignorar opciones de sonido generales"
 
-#: gui/launcher.cpp:229
+#: gui/launcher.cpp:232
 msgctxt "lowres"
 msgid "Override global audio settings"
 msgstr "Opciones de sonido espec\xEDficas"
 
-#: gui/launcher.cpp:238 gui/options.cpp:952
+#: gui/launcher.cpp:241 gui/options.cpp:952
 msgid "Volume"
 msgstr "Volumen"
 
-#: gui/launcher.cpp:240 gui/options.cpp:954
+#: gui/launcher.cpp:243 gui/options.cpp:954
 msgctxt "lowres"
 msgid "Volume"
 msgstr "Volumen"
 
-#: gui/launcher.cpp:243
+#: gui/launcher.cpp:246
 msgid "Override global volume settings"
 msgstr "Ignorar opciones de volumen generales"
 
-#: gui/launcher.cpp:245
+#: gui/launcher.cpp:248
 msgctxt "lowres"
 msgid "Override global volume settings"
 msgstr "Opciones de volumen espec\xEDficas"
 
-#: gui/launcher.cpp:252 gui/options.cpp:962
+#: gui/launcher.cpp:255 gui/options.cpp:962
 msgid "MIDI"
 msgstr "MIDI"
 
-#: gui/launcher.cpp:255
+#: gui/launcher.cpp:258
 msgid "Override global MIDI settings"
 msgstr "Ignorar opciones de MIDI generales"
 
-#: gui/launcher.cpp:257
+#: gui/launcher.cpp:260
 msgctxt "lowres"
 msgid "Override global MIDI settings"
 msgstr "Opciones de MIDI espec\xEDficas"
 
-#: gui/launcher.cpp:267 gui/options.cpp:968
+#: gui/launcher.cpp:270 gui/options.cpp:968
 msgid "MT-32"
 msgstr "MT-32"
 
-#: gui/launcher.cpp:270
+#: gui/launcher.cpp:273
 msgid "Override global MT-32 settings"
 msgstr "Ignorar opciones de MT-32 generales"
 
-#: gui/launcher.cpp:272
+#: gui/launcher.cpp:275
 msgctxt "lowres"
 msgid "Override global MT-32 settings"
 msgstr "Opciones de MT-32 espec\xEDficas"
 
-#: gui/launcher.cpp:283 gui/options.cpp:975
+#: gui/launcher.cpp:286 gui/options.cpp:975
 msgid "Paths"
 msgstr "Rutas"
 
-#: gui/launcher.cpp:285 gui/options.cpp:977
+#: gui/launcher.cpp:288 gui/options.cpp:977
 msgctxt "lowres"
 msgid "Paths"
 msgstr "Rutas"
 
-#: gui/launcher.cpp:292
+#: gui/launcher.cpp:295
 msgid "Game Path:"
 msgstr "Juego:"
 
-#: gui/launcher.cpp:294
+#: gui/launcher.cpp:297
 msgctxt "context"
 msgid "Game Path:"
 msgstr "Juego:"
 
-#: gui/launcher.cpp:299 gui/options.cpp:997
+#: gui/launcher.cpp:302 gui/options.cpp:997
 msgid "Extra Path:"
 msgstr "Adicional:"
 
-#: gui/launcher.cpp:299 gui/launcher.cpp:301 gui/launcher.cpp:302
+#: gui/launcher.cpp:302 gui/launcher.cpp:304 gui/launcher.cpp:305
 msgid "Specifies path to additional data used the game"
 msgstr "Especifica un directorio para datos adicionales del juego"
 
-#: gui/launcher.cpp:301 gui/options.cpp:999
+#: gui/launcher.cpp:304 gui/options.cpp:999
 msgctxt "lowres"
 msgid "Extra Path:"
 msgstr "Adicional:"
 
-#: gui/launcher.cpp:306 gui/options.cpp:985
+#: gui/launcher.cpp:309 gui/options.cpp:985
 msgid "Save Path:"
 msgstr "Partidas:"
 
-#: gui/launcher.cpp:306 gui/launcher.cpp:308 gui/launcher.cpp:309
+#: gui/launcher.cpp:309 gui/launcher.cpp:311 gui/launcher.cpp:312
 #: gui/options.cpp:985 gui/options.cpp:987 gui/options.cpp:988
 msgid "Specifies where your savegames are put"
 msgstr "Especifica d\xF3nde guardar tus partidas"
 
-#: gui/launcher.cpp:308 gui/options.cpp:987
+#: gui/launcher.cpp:311 gui/options.cpp:987
 msgctxt "lowres"
 msgid "Save Path:"
 msgstr "Partidas:"
 
-#: gui/launcher.cpp:325 gui/launcher.cpp:405 gui/launcher.cpp:454
+#: gui/launcher.cpp:328 gui/launcher.cpp:408 gui/launcher.cpp:457
 #: gui/options.cpp:994 gui/options.cpp:1000 gui/options.cpp:1007
 #: gui/options.cpp:1108 gui/options.cpp:1114 gui/options.cpp:1120
 #: gui/options.cpp:1128 gui/options.cpp:1152 gui/options.cpp:1156
@@ -294,135 +300,135 @@
 msgid "None"
 msgstr "Ninguna"
 
-#: gui/launcher.cpp:330 gui/launcher.cpp:409
+#: gui/launcher.cpp:333 gui/launcher.cpp:412
 #: backends/platform/wii/options.cpp:56
 msgid "Default"
 msgstr "Por defecto"
 
-#: gui/launcher.cpp:447 gui/options.cpp:1262
+#: gui/launcher.cpp:450 gui/options.cpp:1262
 msgid "Select SoundFont"
 msgstr "Selecciona SoundFont"
 
-#: gui/launcher.cpp:466 gui/launcher.cpp:613
+#: gui/launcher.cpp:469 gui/launcher.cpp:616
 msgid "Select directory with game data"
 msgstr "Selecciona el directorio del juego"
 
-#: gui/launcher.cpp:484
+#: gui/launcher.cpp:487
 msgid "Select additional game directory"
 msgstr "Selecciona el directorio adicional"
 
-#: gui/launcher.cpp:496
+#: gui/launcher.cpp:499
 msgid "Select directory for saved games"
 msgstr "Selecciona el directorio para partidas guardadas"
 
-#: gui/launcher.cpp:515
+#: gui/launcher.cpp:518
 msgid "This game ID is already taken. Please choose another one."
 msgstr "Esta ID ya est\xE1 siendo usada. Por favor, elige otra."
 
-#: gui/launcher.cpp:556 engines/dialogs.cpp:116
+#: gui/launcher.cpp:559 engines/dialogs.cpp:116
 msgid "~Q~uit"
 msgstr "~S~alir"
 
-#: gui/launcher.cpp:556
+#: gui/launcher.cpp:559
 msgid "Quit ScummVM"
 msgstr "Cerrar ScummVM"
 
-#: gui/launcher.cpp:557
+#: gui/launcher.cpp:560
 msgid "A~b~out..."
 msgstr "Acerca ~d~e"
 
-#: gui/launcher.cpp:557
+#: gui/launcher.cpp:560
 msgid "About ScummVM"
 msgstr "Acerca de ScummVM"
 
-#: gui/launcher.cpp:558
+#: gui/launcher.cpp:561
 msgid "~O~ptions..."
 msgstr "~O~pciones..."
 
-#: gui/launcher.cpp:558
+#: gui/launcher.cpp:561
 msgid "Change global ScummVM options"
 msgstr "Cambiar opciones generales de ScummVM"
 
-#: gui/launcher.cpp:560
+#: gui/launcher.cpp:563
 msgid "~S~tart"
 msgstr "~J~ugar"
 
-#: gui/launcher.cpp:560
+#: gui/launcher.cpp:563
 msgid "Start selected game"
 msgstr "Jugar al juego seleccionado"
 
-#: gui/launcher.cpp:563
+#: gui/launcher.cpp:566
 msgid "~L~oad..."
 msgstr "~C~argar..."
 
-#: gui/launcher.cpp:563
+#: gui/launcher.cpp:566
 msgid "Load savegame for selected game"
 msgstr "Cargar partida del juego seleccionado"
 
-#: gui/launcher.cpp:568
+#: gui/launcher.cpp:571
 msgid "~A~dd Game..."
 msgstr "~A~\xF1adir juego..."
 
-#: gui/launcher.cpp:568 gui/launcher.cpp:575
+#: gui/launcher.cpp:571 gui/launcher.cpp:578
 msgid "Hold Shift for Mass Add"
 msgstr "Mant\xE9n pulsado May\xFAs para a\xF1adir varios juegos"
 
-#: gui/launcher.cpp:570
+#: gui/launcher.cpp:573
 msgid "~E~dit Game..."
 msgstr "~E~ditar juego..."
 
-#: gui/launcher.cpp:570 gui/launcher.cpp:577
+#: gui/launcher.cpp:573 gui/launcher.cpp:580
 msgid "Change game options"
 msgstr "Cambiar opciones de juego"
 
-#: gui/launcher.cpp:572
+#: gui/launcher.cpp:575
 msgid "~R~emove Game"
 msgstr "E~l~iminar juego"
 
-#: gui/launcher.cpp:572 gui/launcher.cpp:579
+#: gui/launcher.cpp:575 gui/launcher.cpp:582
 msgid "Remove game from the list. The game data files stay intact"
 msgstr "Elimina el juego de la lista. Los archivos no se borran"
 
-#: gui/launcher.cpp:575
+#: gui/launcher.cpp:578
 msgctxt "lowres"
 msgid "~A~dd Game..."
 msgstr "~A~\xF1adir..."
 
-#: gui/launcher.cpp:577
+#: gui/launcher.cpp:580
 msgctxt "lowres"
 msgid "~E~dit Game..."
 msgstr "~E~ditar..."
 
-#: gui/launcher.cpp:579
+#: gui/launcher.cpp:582
 msgctxt "lowres"
 msgid "~R~emove Game"
 msgstr "E~l~iminar"
 
-#: gui/launcher.cpp:587
+#: gui/launcher.cpp:590
 msgid "Search in game list"
 msgstr "Buscar en la lista de juegos"
 
-#: gui/launcher.cpp:591 gui/launcher.cpp:1104
+#: gui/launcher.cpp:594 gui/launcher.cpp:1107
 msgid "Search:"
 msgstr "Buscar:"
 
-#: gui/launcher.cpp:594 gui/options.cpp:743
+#: gui/launcher.cpp:597 gui/options.cpp:743
 msgid "Clear value"
 msgstr "Eliminar valor"
 
-#: gui/launcher.cpp:616 engines/dialogs.cpp:120 engines/mohawk/myst.cpp:222
+#: gui/launcher.cpp:619 engines/dialogs.cpp:120 engines/mohawk/myst.cpp:222
 #: engines/mohawk/riven.cpp:655 engines/cruise/menu.cpp:218
 msgid "Load game:"
 msgstr "Cargar juego:"
 
-#: gui/launcher.cpp:616 engines/dialogs.cpp:120 engines/mohawk/myst.cpp:222
+#: gui/launcher.cpp:619 engines/dialogs.cpp:120 engines/mohawk/myst.cpp:222
 #: engines/mohawk/riven.cpp:655 engines/cruise/menu.cpp:218
 #: backends/platform/wince/CEActionsPocket.cpp:263
 #: backends/platform/wince/CEActionsSmartphone.cpp:225
 msgid "Load"
 msgstr "Cargar"
 
-#: gui/launcher.cpp:725
+#: gui/launcher.cpp:728
 msgid ""
 "Do you really want to run the mass game detector? This could potentially add "
 "a huge number of games."
@@ -430,7 +436,7 @@
 "\xBFSeguro que quieres ejecutar la detecci\xF3n masiva? Puede que se a\xF1ada un gran "
 "n\xFAmero de juegos."
 
-#: gui/launcher.cpp:726 gui/launcher.cpp:875
+#: gui/launcher.cpp:729 gui/launcher.cpp:878
 #: backends/platform/symbian/src/SymbianOS.cpp:446
 #: backends/platform/wince/CEActionsPocket.cpp:313
 #: backends/platform/wince/CEActionsSmartphone.cpp:272
@@ -438,7 +444,7 @@
 msgid "Yes"
 msgstr "S\xED"
 
-#: gui/launcher.cpp:726 gui/launcher.cpp:875
+#: gui/launcher.cpp:729 gui/launcher.cpp:878
 #: backends/platform/symbian/src/SymbianOS.cpp:446
 #: backends/platform/wince/CEActionsPocket.cpp:313
 #: backends/platform/wince/CEActionsSmartphone.cpp:272
@@ -446,46 +452,46 @@
 msgid "No"
 msgstr "No"
 
-#: gui/launcher.cpp:773
+#: gui/launcher.cpp:776
 msgid "ScummVM couldn't open the specified directory!"
 msgstr "\xA1ScummVM no ha podido abrir el directorio!"
 
-#: gui/launcher.cpp:785
+#: gui/launcher.cpp:788
 msgid "ScummVM could not find any game in the specified directory!"
 msgstr "\xA1ScummVM no ha encontrado ning\xFAn juego en el directorio!"
 
-#: gui/launcher.cpp:799
+#: gui/launcher.cpp:802
 msgid "Pick the game:"
 msgstr "Elige el juego:"
 
-#: gui/launcher.cpp:875
+#: gui/launcher.cpp:878
 msgid "Do you really want to remove this game configuration?"
 msgstr "\xBFSeguro que quieres eliminar la configuraci\xF3n de este juego?"
 
-#: gui/launcher.cpp:938
+#: gui/launcher.cpp:941
 msgid "This game does not support loading games from the launcher."
 msgstr "Este juego no permite cargar partidas desde el lanzador."
 
-#: gui/launcher.cpp:942
+#: gui/launcher.cpp:945
 msgid "ScummVM could not find any engine capable of running the selected game!"
 msgstr ""
 "\xA1ScummVM no ha podido encontrar ning\xFAn motor capaz de ejecutar el juego!"
 
-#: gui/launcher.cpp:1056
+#: gui/launcher.cpp:1059
 msgctxt "lowres"
 msgid "Mass Add..."
 msgstr "A\xF1adir varios..."
 
-#: gui/launcher.cpp:1056
+#: gui/launcher.cpp:1059
 msgid "Mass Add..."
 msgstr "A\xF1adir varios..."
 
-#: gui/launcher.cpp:1057
+#: gui/launcher.cpp:1060
 msgctxt "lowres"
 msgid "Add Game..."
 msgstr "A\xF1adir juego..."
 
-#: gui/launcher.cpp:1057
+#: gui/launcher.cpp:1060
 msgid "Add Game..."
 msgstr "A\xF1adir juego..."
 
@@ -1110,7 +1116,7 @@
 msgid "~C~lose"
 msgstr "Cerra~r~"
 
-#: engines/scumm/scumm.cpp:2171 engines/agos/saveload.cpp:192
+#: engines/scumm/scumm.cpp:2181 engines/agos/saveload.cpp:192
 #, c-format
 msgid ""
 "Failed to save game state to file:\n"
@@ -1121,7 +1127,7 @@
 "\n"
 "%s"
 
-#: engines/scumm/scumm.cpp:2178 engines/agos/saveload.cpp:157
+#: engines/scumm/scumm.cpp:2188 engines/agos/saveload.cpp:157
 #, c-format
 msgid ""
 "Failed to load game state from file:\n"
@@ -1132,7 +1138,7 @@
 "\n"
 "%s"
 
-#: engines/scumm/scumm.cpp:2190 engines/agos/saveload.cpp:200
+#: engines/scumm/scumm.cpp:2200 engines/agos/saveload.cpp:200
 #, c-format
 msgid ""
 "Successfully saved game state in file:\n"

Modified: scummvm/branches/branch-1-2-0/po/it_IT.po
===================================================================
--- scummvm/branches/branch-1-2-0/po/it_IT.po	2010-09-19 17:41:42 UTC (rev 52805)
+++ scummvm/branches/branch-1-2-0/po/it_IT.po	2010-09-19 17:42:48 UTC (rev 52806)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ScummVM 1.2.0svn\n"
 "Report-Msgid-Bugs-To: scummvm-devel at lists.sf.net\n"
-"POT-Creation-Date: 2010-09-15 23:40+0100\n"
+"POT-Creation-Date: 2010-09-19 18:13+0100\n"
 "PO-Revision-Date: 2010-09-14 19:25+0100\n"
 "Last-Translator: Matteo 'Maff' Angelino <matteo.maff at gmail dot com>\n"
 "Language-Team: Italian\n"
@@ -43,7 +43,7 @@
 msgstr "Su"
 
 #: gui/browser.cpp:73 gui/chooser.cpp:49 gui/KeysDialog.cpp:46
-#: gui/launcher.cpp:316 gui/massadd.cpp:95 gui/options.cpp:1084
+#: gui/launcher.cpp:319 gui/massadd.cpp:95 gui/options.cpp:1084
 #: gui/saveload.cpp:65 gui/saveload.cpp:157 gui/themebrowser.cpp:56
 #: backends/platform/wii/options.cpp:48
 msgid "Cancel"
@@ -73,8 +73,8 @@
 msgid "Map"
 msgstr "Mappa"
 
-#: gui/KeysDialog.cpp:45 gui/launcher.cpp:317 gui/launcher.cpp:938
-#: gui/launcher.cpp:942 gui/massadd.cpp:92 gui/options.cpp:1085
+#: gui/KeysDialog.cpp:45 gui/launcher.cpp:320 gui/launcher.cpp:941
+#: gui/launcher.cpp:945 gui/massadd.cpp:92 gui/options.cpp:1085
 #: backends/platform/wii/options.cpp:47
 #: backends/platform/wince/CELauncherDialog.cpp:56
 msgid "OK"
@@ -127,164 +127,170 @@
 msgid "ID:"
 msgstr "ID:"
 
-#: gui/launcher.cpp:182
+#: gui/launcher.cpp:183
 msgid "Name:"
 msgstr "Nome:"
 
-#: gui/launcher.cpp:182 gui/launcher.cpp:183
+#: gui/launcher.cpp:183 gui/launcher.cpp:185 gui/launcher.cpp:186
 msgid "Full title of the game"
 msgstr "Titolo completo del gioco"
 
-#: gui/launcher.cpp:186
+#: gui/launcher.cpp:185
+#, fuzzy
+msgctxt "lowres"
+msgid "Name:"
+msgstr "Nome:"
+
+#: gui/launcher.cpp:189
 msgid "Language:"
 msgstr "Lingua:"
 
-#: gui/launcher.cpp:186 gui/launcher.cpp:187
+#: gui/launcher.cpp:189 gui/launcher.cpp:190
 msgid ""
 "Language of the game. This will not turn your Spanish game version into "
 "English"
 msgstr ""
 "Lingua del gioco. Un gioco inglese non potr\xE0 risultare tradotto in italiano"
 
-#: gui/launcher.cpp:188 gui/launcher.cpp:202 gui/options.cpp:80
+#: gui/launcher.cpp:191 gui/launcher.cpp:205 gui/options.cpp:80
 #: gui/options.cpp:638 gui/options.cpp:648 gui/options.cpp:1055
 #: sound/null.cpp:42
 msgid "<default>"
 msgstr "<predefinito>"
 
-#: gui/launcher.cpp:198
+#: gui/launcher.cpp:201
 msgid "Platform:"
 msgstr "Piattaforma:"
 
-#: gui/launcher.cpp:198 gui/launcher.cpp:200 gui/launcher.cpp:201
+#: gui/launcher.cpp:201 gui/launcher.cpp:203 gui/launcher.cpp:204
 msgid "Platform the game was originally designed for"
 msgstr "La piattaforma per la quale il gioco \xE8 stato concepito"
 
-#: gui/launcher.cpp:200
+#: gui/launcher.cpp:203
 msgctxt "lowres"
 msgid "Platform:"
 msgstr "Piattaf.:"
 
-#: gui/launcher.cpp:212 gui/options.cpp:924 gui/options.cpp:941
+#: gui/launcher.cpp:215 gui/options.cpp:924 gui/options.cpp:941
 msgid "Graphics"
 msgstr "Grafica"
 
-#: gui/launcher.cpp:212 gui/options.cpp:924 gui/options.cpp:941
+#: gui/launcher.cpp:215 gui/options.cpp:924 gui/options.cpp:941
 msgid "GFX"
 msgstr "Grafica"
 
-#: gui/launcher.cpp:215
+#: gui/launcher.cpp:218
 msgid "Override global graphic settings"
 msgstr "Ignora le impostazioni grafiche globali"
 
-#: gui/launcher.cpp:217
+#: gui/launcher.cpp:220
 msgctxt "lowres"
 msgid "Override global graphic settings"
 msgstr "Ignora le impostazioni grafiche globali"
 
-#: gui/launcher.cpp:224 gui/options.cpp:947
+#: gui/launcher.cpp:227 gui/options.cpp:947
 msgid "Audio"
 msgstr "Audio"
 
-#: gui/launcher.cpp:227
+#: gui/launcher.cpp:230
 msgid "Override global audio settings"
 msgstr "Ignora le impostazioni audio globali"
 
-#: gui/launcher.cpp:229
+#: gui/launcher.cpp:232
 msgctxt "lowres"
 msgid "Override global audio settings"
 msgstr "Ignora le impostazioni audio globali"
 
-#: gui/launcher.cpp:238 gui/options.cpp:952
+#: gui/launcher.cpp:241 gui/options.cpp:952
 msgid "Volume"
 msgstr "Volume"
 
-#: gui/launcher.cpp:240 gui/options.cpp:954
+#: gui/launcher.cpp:243 gui/options.cpp:954
 msgctxt "lowres"
 msgid "Volume"
 msgstr "Volume"
 
-#: gui/launcher.cpp:243
+#: gui/launcher.cpp:246
 msgid "Override global volume settings"
 msgstr "Ignora le impostazioni globali di volume"
 
-#: gui/launcher.cpp:245
+#: gui/launcher.cpp:248
 msgctxt "lowres"
 msgid "Override global volume settings"
 msgstr "Ignora le impostazioni globali di volume"
 
-#: gui/launcher.cpp:252 gui/options.cpp:962
+#: gui/launcher.cpp:255 gui/options.cpp:962
 msgid "MIDI"
 msgstr "MIDI"
 
-#: gui/launcher.cpp:255
+#: gui/launcher.cpp:258
 msgid "Override global MIDI settings"
 msgstr "Ignora le impostazioni MIDI globali"
 
-#: gui/launcher.cpp:257
+#: gui/launcher.cpp:260
 msgctxt "lowres"
 msgid "Override global MIDI settings"
 msgstr "Ignora le impostazioni MIDI globali"
 
-#: gui/launcher.cpp:267 gui/options.cpp:968
+#: gui/launcher.cpp:270 gui/options.cpp:968
 msgid "MT-32"
 msgstr "MT-32"
 
-#: gui/launcher.cpp:270
+#: gui/launcher.cpp:273
 msgid "Override global MT-32 settings"
 msgstr "Ignora le impostazioni MT-32 globali"
 
-#: gui/launcher.cpp:272
+#: gui/launcher.cpp:275
 msgctxt "lowres"
 msgid "Override global MT-32 settings"
 msgstr "Ignora le impostazioni MT-32 globali"
 
-#: gui/launcher.cpp:283 gui/options.cpp:975
+#: gui/launcher.cpp:286 gui/options.cpp:975
 msgid "Paths"
 msgstr "Percorsi"
 
-#: gui/launcher.cpp:285 gui/options.cpp:977
+#: gui/launcher.cpp:288 gui/options.cpp:977
 msgctxt "lowres"
 msgid "Paths"
 msgstr "Perc."
 
-#: gui/launcher.cpp:292
+#: gui/launcher.cpp:295
 msgid "Game Path:"
 msgstr "Percorso gioco:"
 
-#: gui/launcher.cpp:294
+#: gui/launcher.cpp:297
 msgctxt "context"
 msgid "Game Path:"
 msgstr "Perc. gioco:"
 
-#: gui/launcher.cpp:299 gui/options.cpp:997
+#: gui/launcher.cpp:302 gui/options.cpp:997
 msgid "Extra Path:"
 msgstr "Percorso extra:"
 
-#: gui/launcher.cpp:299 gui/launcher.cpp:301 gui/launcher.cpp:302
+#: gui/launcher.cpp:302 gui/launcher.cpp:304 gui/launcher.cpp:305
 msgid "Specifies path to additional data used the game"
 msgstr "Specifica il percorso di ulteriori dati usati dal gioco"
 
-#: gui/launcher.cpp:301 gui/options.cpp:999
+#: gui/launcher.cpp:304 gui/options.cpp:999
 msgctxt "lowres"
 msgid "Extra Path:"
 msgstr "Perc. extra:"
 
-#: gui/launcher.cpp:306 gui/options.cpp:985
+#: gui/launcher.cpp:309 gui/options.cpp:985
 msgid "Save Path:"
 msgstr "Salvataggi:"
 
-#: gui/launcher.cpp:306 gui/launcher.cpp:308 gui/launcher.cpp:309
+#: gui/launcher.cpp:309 gui/launcher.cpp:311 gui/launcher.cpp:312
 #: gui/options.cpp:985 gui/options.cpp:987 gui/options.cpp:988
 msgid "Specifies where your savegames are put"
 msgstr "Specifica dove archiviare i salvataggi"
 
-#: gui/launcher.cpp:308 gui/options.cpp:987
+#: gui/launcher.cpp:311 gui/options.cpp:987
 msgctxt "lowres"
 msgid "Save Path:"
 msgstr "Salvataggi:"
 
-#: gui/launcher.cpp:325 gui/launcher.cpp:405 gui/launcher.cpp:454
+#: gui/launcher.cpp:328 gui/launcher.cpp:408 gui/launcher.cpp:457
 #: gui/options.cpp:994 gui/options.cpp:1000 gui/options.cpp:1007
 #: gui/options.cpp:1108 gui/options.cpp:1114 gui/options.cpp:1120
 #: gui/options.cpp:1128 gui/options.cpp:1152 gui/options.cpp:1156
@@ -293,135 +299,135 @@
 msgid "None"
 msgstr "Nessuno"
 
-#: gui/launcher.cpp:330 gui/launcher.cpp:409
+#: gui/launcher.cpp:333 gui/launcher.cpp:412
 #: backends/platform/wii/options.cpp:56
 msgid "Default"
 msgstr "Predefinito"
 
-#: gui/launcher.cpp:447 gui/options.cpp:1262
+#: gui/launcher.cpp:450 gui/options.cpp:1262
 msgid "Select SoundFont"
 msgstr "Seleziona SoundFont"
 
-#: gui/launcher.cpp:466 gui/launcher.cpp:613
+#: gui/launcher.cpp:469 gui/launcher.cpp:616
 msgid "Select directory with game data"
 msgstr "Seleziona la cartella contenente i file di gioco"
 
-#: gui/launcher.cpp:484
+#: gui/launcher.cpp:487
 msgid "Select additional game directory"
 msgstr "Seleziona la cartella di gioco aggiuntiva"
 
-#: gui/launcher.cpp:496
+#: gui/launcher.cpp:499
 msgid "Select directory for saved games"
 msgstr "Seleziona la cartella dei salvataggi"
 
-#: gui/launcher.cpp:515
+#: gui/launcher.cpp:518
 msgid "This game ID is already taken. Please choose another one."
 msgstr "Questo ID di gioco \xE8 gi\xE0 in uso. Si prega di sceglierne un'altro."
 
-#: gui/launcher.cpp:556 engines/dialogs.cpp:116
+#: gui/launcher.cpp:559 engines/dialogs.cpp:116
 msgid "~Q~uit"
 msgstr "C~h~iudi"
 
-#: gui/launcher.cpp:556
+#: gui/launcher.cpp:559
 msgid "Quit ScummVM"
 msgstr "Chiudi ScummVM"
 
-#: gui/launcher.cpp:557
+#: gui/launcher.cpp:560
 msgid "A~b~out..."
 msgstr "~I~nfo..."
 
-#: gui/launcher.cpp:557
+#: gui/launcher.cpp:560
 msgid "About ScummVM"
 msgstr "Informazioni su ScummVM"
 
-#: gui/launcher.cpp:558
+#: gui/launcher.cpp:561
 msgid "~O~ptions..."
 msgstr "~O~pzioni..."
 
-#: gui/launcher.cpp:558
+#: gui/launcher.cpp:561
 msgid "Change global ScummVM options"
 msgstr "Modifica le opzioni globali di ScummVM"
 
-#: gui/launcher.cpp:560
+#: gui/launcher.cpp:563
 msgid "~S~tart"
 msgstr "~G~ioca"
 
-#: gui/launcher.cpp:560
+#: gui/launcher.cpp:563
 msgid "Start selected game"
 msgstr "Esegue il gioco selezionato"
 
-#: gui/launcher.cpp:563
+#: gui/launcher.cpp:566
 msgid "~L~oad..."
 msgstr "~C~arica..."
 
-#: gui/launcher.cpp:563
+#: gui/launcher.cpp:566
 msgid "Load savegame for selected game"
 msgstr "Carica un salvataggio del gioco selezionato"
 
-#: gui/launcher.cpp:568
+#: gui/launcher.cpp:571
 msgid "~A~dd Game..."
 msgstr "~A~ggiungi gioco..."
 
-#: gui/launcher.cpp:568 gui/launcher.cpp:575
+#: gui/launcher.cpp:571 gui/launcher.cpp:578
 msgid "Hold Shift for Mass Add"
 msgstr "Tieni premuto Shift per l'aggiunta in massa"
 
-#: gui/launcher.cpp:570
+#: gui/launcher.cpp:573
 msgid "~E~dit Game..."
 msgstr "~M~odifica gioco..."
 
-#: gui/launcher.cpp:570 gui/launcher.cpp:577
+#: gui/launcher.cpp:573 gui/launcher.cpp:580
 msgid "Change game options"
 msgstr "Modifica le opzioni di gioco"
 
-#: gui/launcher.cpp:572
+#: gui/launcher.cpp:575
 msgid "~R~emove Game"
 msgstr "~R~imuovi gioco"
 
-#: gui/launcher.cpp:572 gui/launcher.cpp:579
+#: gui/launcher.cpp:575 gui/launcher.cpp:582
 msgid "Remove game from the list. The game data files stay intact"
 msgstr "Rimuove il gioco dalla lista. I file del gioco rimarranno intatti"
 
-#: gui/launcher.cpp:575
+#: gui/launcher.cpp:578
 msgctxt "lowres"
 msgid "~A~dd Game..."
 msgstr "~A~gg. gioco..."
 
-#: gui/launcher.cpp:577
+#: gui/launcher.cpp:580
 msgctxt "lowres"
 msgid "~E~dit Game..."
 msgstr "~M~odif. gioco..."
 
-#: gui/launcher.cpp:579
+#: gui/launcher.cpp:582
 msgctxt "lowres"
 msgid "~R~emove Game"
 msgstr "~R~im. gioco"
 
-#: gui/launcher.cpp:587
+#: gui/launcher.cpp:590
 msgid "Search in game list"
 msgstr "Cerca nella lista dei giochi"
 
-#: gui/launcher.cpp:591 gui/launcher.cpp:1104
+#: gui/launcher.cpp:594 gui/launcher.cpp:1107
 msgid "Search:"
 msgstr "Cerca:"
 
-#: gui/launcher.cpp:594 gui/options.cpp:743
+#: gui/launcher.cpp:597 gui/options.cpp:743
 msgid "Clear value"
 msgstr "Cancella"
 
-#: gui/launcher.cpp:616 engines/dialogs.cpp:120 engines/mohawk/myst.cpp:222
+#: gui/launcher.cpp:619 engines/dialogs.cpp:120 engines/mohawk/myst.cpp:222
 #: engines/mohawk/riven.cpp:655 engines/cruise/menu.cpp:218
 msgid "Load game:"
 msgstr "Carica gioco:"
 
-#: gui/launcher.cpp:616 engines/dialogs.cpp:120 engines/mohawk/myst.cpp:222
+#: gui/launcher.cpp:619 engines/dialogs.cpp:120 engines/mohawk/myst.cpp:222
 #: engines/mohawk/riven.cpp:655 engines/cruise/menu.cpp:218
 #: backends/platform/wince/CEActionsPocket.cpp:263
 #: backends/platform/wince/CEActionsSmartphone.cpp:225
 msgid "Load"
 msgstr "Carica"
 
-#: gui/launcher.cpp:725
+#: gui/launcher.cpp:728
 msgid ""
 "Do you really want to run the mass game detector? This could potentially add "
 "a huge number of games."
@@ -429,7 +435,7 @@
 "Vuoi davvero eseguire il rilevatore di giochi in massa? Potrebbe aggiungere "
 "un numero enorme di giochi."
 
-#: gui/launcher.cpp:726 gui/launcher.cpp:875
+#: gui/launcher.cpp:729 gui/launcher.cpp:878
 #: backends/platform/symbian/src/SymbianOS.cpp:446
 #: backends/platform/wince/CEActionsPocket.cpp:313
 #: backends/platform/wince/CEActionsSmartphone.cpp:272
@@ -437,7 +443,7 @@
 msgid "Yes"
 msgstr "S\xEC"
 
-#: gui/launcher.cpp:726 gui/launcher.cpp:875
+#: gui/launcher.cpp:729 gui/launcher.cpp:878
 #: backends/platform/symbian/src/SymbianOS.cpp:446
 #: backends/platform/wince/CEActionsPocket.cpp:313
 #: backends/platform/wince/CEActionsSmartphone.cpp:272
@@ -445,49 +451,49 @@
 msgid "No"
 msgstr "No"
 
-#: gui/launcher.cpp:773
+#: gui/launcher.cpp:776
 msgid "ScummVM couldn't open the specified directory!"
 msgstr "ScummVM non ha potuto aprire la cartella specificata!"
 
-#: gui/launcher.cpp:785
+#: gui/launcher.cpp:788
 msgid "ScummVM could not find any game in the specified directory!"
 msgstr "ScummVM non ha potuto trovare nessun gioco nella cartella specificata!"
 
-#: gui/launcher.cpp:799
+#: gui/launcher.cpp:802
 msgid "Pick the game:"
 msgstr "Scegli il gioco:"
 
-#: gui/launcher.cpp:875
+#: gui/launcher.cpp:878
 msgid "Do you really want to remove this game configuration?"
 msgstr "Sei sicuro di voler rimuovere questa configurazione di gioco?"
 
-#: gui/launcher.cpp:938
+#: gui/launcher.cpp:941
 msgid "This game does not support loading games from the launcher."
 msgstr ""
 "Questo gioco non supporta il caricamento di salvataggi dalla schermata di "
 "avvio."
 
-#: gui/launcher.cpp:942
+#: gui/launcher.cpp:945
 msgid "ScummVM could not find any engine capable of running the selected game!"
 msgstr ""
 "ScummVM non ha potuto trovare un motore in grado di eseguire il gioco "
 "selezionato!"
 
-#: gui/launcher.cpp:1056
+#: gui/launcher.cpp:1059
 msgctxt "lowres"
 msgid "Mass Add..."
 msgstr "Agg. massa..."
 
-#: gui/launcher.cpp:1056
+#: gui/launcher.cpp:1059
 msgid "Mass Add..."
 msgstr "Agg. in massa..."
 
-#: gui/launcher.cpp:1057
+#: gui/launcher.cpp:1060
 msgctxt "lowres"
 msgid "Add Game..."
 msgstr "Agg. gioco..."
 
-#: gui/launcher.cpp:1057
+#: gui/launcher.cpp:1060
 msgid "Add Game..."
 msgstr "Aggiungi gioco..."
 
@@ -1111,7 +1117,7 @@
 msgid "~C~lose"
 msgstr "~C~hiudi"
 
-#: engines/scumm/scumm.cpp:2171 engines/agos/saveload.cpp:192
+#: engines/scumm/scumm.cpp:2181 engines/agos/saveload.cpp:192
 #, c-format
 msgid ""
 "Failed to save game state to file:\n"
@@ -1119,7 +1125,7 @@
 "%s"
 msgstr ""
 
-#: engines/scumm/scumm.cpp:2178 engines/agos/saveload.cpp:157
+#: engines/scumm/scumm.cpp:2188 engines/agos/saveload.cpp:157
 #, c-format
 msgid ""
 "Failed to load game state from file:\n"
@@ -1127,7 +1133,7 @@
 "%s"
 msgstr ""
 
-#: engines/scumm/scumm.cpp:2190 engines/agos/saveload.cpp:200
+#: engines/scumm/scumm.cpp:2200 engines/agos/saveload.cpp:200
 #, c-format
 msgid ""
 "Successfully saved game state in file:\n"

Modified: scummvm/branches/branch-1-2-0/po/scummvm.pot
===================================================================
--- scummvm/branches/branch-1-2-0/po/scummvm.pot	2010-09-19 17:41:42 UTC (rev 52805)
+++ scummvm/branches/branch-1-2-0/po/scummvm.pot	2010-09-19 17:42:48 UTC (rev 52806)
@@ -6,9 +6,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: ScummVM 1.2.0svn\n"
+"Project-Id-Version: ScummVM 1.2.0pre\n"
 "Report-Msgid-Bugs-To: scummvm-devel at lists.sf.net\n"
-"POT-Creation-Date: 2010-09-15 23:40+0100\n"
+"POT-Creation-Date: 2010-09-19 18:13+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -44,7 +44,7 @@
 msgstr ""
 
 #: gui/browser.cpp:73 gui/chooser.cpp:49 gui/KeysDialog.cpp:46
-#: gui/launcher.cpp:316 gui/massadd.cpp:95 gui/options.cpp:1084
+#: gui/launcher.cpp:319 gui/massadd.cpp:95 gui/options.cpp:1084
 #: gui/saveload.cpp:65 gui/saveload.cpp:157 gui/themebrowser.cpp:56
 #: backends/platform/wii/options.cpp:48
 msgid "Cancel"
@@ -74,8 +74,8 @@
 msgid "Map"
 msgstr ""
 
-#: gui/KeysDialog.cpp:45 gui/launcher.cpp:317 gui/launcher.cpp:938
-#: gui/launcher.cpp:942 gui/massadd.cpp:92 gui/options.cpp:1085
+#: gui/KeysDialog.cpp:45 gui/launcher.cpp:320 gui/launcher.cpp:941
+#: gui/launcher.cpp:945 gui/massadd.cpp:92 gui/options.cpp:1085
 #: backends/platform/wii/options.cpp:47
 #: backends/platform/wince/CELauncherDialog.cpp:56
 msgid "OK"
@@ -126,163 +126,168 @@
 msgid "ID:"
 msgstr ""
 
-#: gui/launcher.cpp:182
+#: gui/launcher.cpp:183
 msgid "Name:"
 msgstr ""
 
-#: gui/launcher.cpp:182 gui/launcher.cpp:183
+#: gui/launcher.cpp:183 gui/launcher.cpp:185 gui/launcher.cpp:186
 msgid "Full title of the game"
 msgstr ""
 
-#: gui/launcher.cpp:186
+#: gui/launcher.cpp:185
+msgctxt "lowres"
+msgid "Name:"
+msgstr ""
+
+#: gui/launcher.cpp:189
 msgid "Language:"
 msgstr ""
 
-#: gui/launcher.cpp:186 gui/launcher.cpp:187
+#: gui/launcher.cpp:189 gui/launcher.cpp:190
 msgid ""
 "Language of the game. This will not turn your Spanish game version into "
 "English"
 msgstr ""
 
-#: gui/launcher.cpp:188 gui/launcher.cpp:202 gui/options.cpp:80
+#: gui/launcher.cpp:191 gui/launcher.cpp:205 gui/options.cpp:80
 #: gui/options.cpp:638 gui/options.cpp:648 gui/options.cpp:1055
 #: sound/null.cpp:42
 msgid "<default>"
 msgstr ""
 
-#: gui/launcher.cpp:198
+#: gui/launcher.cpp:201
 msgid "Platform:"
 msgstr ""
 
-#: gui/launcher.cpp:198 gui/launcher.cpp:200 gui/launcher.cpp:201
+#: gui/launcher.cpp:201 gui/launcher.cpp:203 gui/launcher.cpp:204
 msgid "Platform the game was originally designed for"
 msgstr ""
 
-#: gui/launcher.cpp:200
+#: gui/launcher.cpp:203
 msgctxt "lowres"
 msgid "Platform:"
 msgstr ""
 
-#: gui/launcher.cpp:212 gui/options.cpp:924 gui/options.cpp:941
+#: gui/launcher.cpp:215 gui/options.cpp:924 gui/options.cpp:941
 msgid "Graphics"
 msgstr ""
 
-#: gui/launcher.cpp:212 gui/options.cpp:924 gui/options.cpp:941
+#: gui/launcher.cpp:215 gui/options.cpp:924 gui/options.cpp:941
 msgid "GFX"
 msgstr ""
 
-#: gui/launcher.cpp:215
+#: gui/launcher.cpp:218
 msgid "Override global graphic settings"
 msgstr ""
 
-#: gui/launcher.cpp:217
+#: gui/launcher.cpp:220
 msgctxt "lowres"
 msgid "Override global graphic settings"
 msgstr ""
 
-#: gui/launcher.cpp:224 gui/options.cpp:947
+#: gui/launcher.cpp:227 gui/options.cpp:947
 msgid "Audio"
 msgstr ""
 
-#: gui/launcher.cpp:227
+#: gui/launcher.cpp:230
 msgid "Override global audio settings"
 msgstr ""
 
-#: gui/launcher.cpp:229
+#: gui/launcher.cpp:232
 msgctxt "lowres"
 msgid "Override global audio settings"
 msgstr ""
 
-#: gui/launcher.cpp:238 gui/options.cpp:952
+#: gui/launcher.cpp:241 gui/options.cpp:952
 msgid "Volume"
 msgstr ""
 
-#: gui/launcher.cpp:240 gui/options.cpp:954
+#: gui/launcher.cpp:243 gui/options.cpp:954
 msgctxt "lowres"
 msgid "Volume"
 msgstr ""
 
-#: gui/launcher.cpp:243
+#: gui/launcher.cpp:246
 msgid "Override global volume settings"
 msgstr ""
 
-#: gui/launcher.cpp:245
+#: gui/launcher.cpp:248
 msgctxt "lowres"
 msgid "Override global volume settings"
 msgstr ""
 
-#: gui/launcher.cpp:252 gui/options.cpp:962
+#: gui/launcher.cpp:255 gui/options.cpp:962
 msgid "MIDI"
 msgstr ""
 
-#: gui/launcher.cpp:255
+#: gui/launcher.cpp:258
 msgid "Override global MIDI settings"
 msgstr ""
 
-#: gui/launcher.cpp:257
+#: gui/launcher.cpp:260
 msgctxt "lowres"
 msgid "Override global MIDI settings"
 msgstr ""
 
-#: gui/launcher.cpp:267 gui/options.cpp:968
+#: gui/launcher.cpp:270 gui/options.cpp:968
 msgid "MT-32"
 msgstr ""
 
-#: gui/launcher.cpp:270
+#: gui/launcher.cpp:273
 msgid "Override global MT-32 settings"
 msgstr ""
 
-#: gui/launcher.cpp:272
+#: gui/launcher.cpp:275
 msgctxt "lowres"
 msgid "Override global MT-32 settings"
 msgstr ""
 
-#: gui/launcher.cpp:283 gui/options.cpp:975
+#: gui/launcher.cpp:286 gui/options.cpp:975
 msgid "Paths"
 msgstr ""
 
-#: gui/launcher.cpp:285 gui/options.cpp:977
+#: gui/launcher.cpp:288 gui/options.cpp:977
 msgctxt "lowres"
 msgid "Paths"
 msgstr ""
 
-#: gui/launcher.cpp:292
+#: gui/launcher.cpp:295
 msgid "Game Path:"
 msgstr ""
 
-#: gui/launcher.cpp:294
+#: gui/launcher.cpp:297
 msgctxt "context"
 msgid "Game Path:"
 msgstr ""
 
-#: gui/launcher.cpp:299 gui/options.cpp:997
+#: gui/launcher.cpp:302 gui/options.cpp:997
 msgid "Extra Path:"
 msgstr ""
 
-#: gui/launcher.cpp:299 gui/launcher.cpp:301 gui/launcher.cpp:302
+#: gui/launcher.cpp:302 gui/launcher.cpp:304 gui/launcher.cpp:305
 msgid "Specifies path to additional data used the game"
 msgstr ""
 
-#: gui/launcher.cpp:301 gui/options.cpp:999
+#: gui/launcher.cpp:304 gui/options.cpp:999
 msgctxt "lowres"
 msgid "Extra Path:"
 msgstr ""
 
-#: gui/launcher.cpp:306 gui/options.cpp:985
+#: gui/launcher.cpp:309 gui/options.cpp:985
 msgid "Save Path:"
 msgstr ""
 
-#: gui/launcher.cpp:306 gui/launcher.cpp:308 gui/launcher.cpp:309
+#: gui/launcher.cpp:309 gui/launcher.cpp:311 gui/launcher.cpp:312
 #: gui/options.cpp:985 gui/options.cpp:987 gui/options.cpp:988
 msgid "Specifies where your savegames are put"
 msgstr ""
 
-#: gui/launcher.cpp:308 gui/options.cpp:987
+#: gui/launcher.cpp:311 gui/options.cpp:987
 msgctxt "lowres"
 msgid "Save Path:"
 msgstr ""
 
-#: gui/launcher.cpp:325 gui/launcher.cpp:405 gui/launcher.cpp:454
+#: gui/launcher.cpp:328 gui/launcher.cpp:408 gui/launcher.cpp:457
 #: gui/options.cpp:994 gui/options.cpp:1000 gui/options.cpp:1007
 #: gui/options.cpp:1108 gui/options.cpp:1114 gui/options.cpp:1120
 #: gui/options.cpp:1128 gui/options.cpp:1152 gui/options.cpp:1156
@@ -291,141 +296,141 @@
 msgid "None"
 msgstr ""
 
-#: gui/launcher.cpp:330 gui/launcher.cpp:409
+#: gui/launcher.cpp:333 gui/launcher.cpp:412
 #: backends/platform/wii/options.cpp:56
 msgid "Default"
 msgstr ""
 
-#: gui/launcher.cpp:447 gui/options.cpp:1262
+#: gui/launcher.cpp:450 gui/options.cpp:1262
 msgid "Select SoundFont"
 msgstr ""
 
-#: gui/launcher.cpp:466 gui/launcher.cpp:613
+#: gui/launcher.cpp:469 gui/launcher.cpp:616
 msgid "Select directory with game data"
 msgstr ""
 
-#: gui/launcher.cpp:484
+#: gui/launcher.cpp:487
 msgid "Select additional game directory"
 msgstr ""
 
-#: gui/launcher.cpp:496
+#: gui/launcher.cpp:499
 msgid "Select directory for saved games"
 msgstr ""
 
-#: gui/launcher.cpp:515
+#: gui/launcher.cpp:518
 msgid "This game ID is already taken. Please choose another one."
 msgstr ""
 
-#: gui/launcher.cpp:556 engines/dialogs.cpp:116
+#: gui/launcher.cpp:559 engines/dialogs.cpp:116
 msgid "~Q~uit"
 msgstr ""
 
-#: gui/launcher.cpp:556
+#: gui/launcher.cpp:559
 msgid "Quit ScummVM"
 msgstr ""
 
-#: gui/launcher.cpp:557
+#: gui/launcher.cpp:560
 msgid "A~b~out..."
 msgstr ""
 
-#: gui/launcher.cpp:557
+#: gui/launcher.cpp:560
 msgid "About ScummVM"
 msgstr ""
 
-#: gui/launcher.cpp:558
+#: gui/launcher.cpp:561
 msgid "~O~ptions..."
 msgstr ""
 
-#: gui/launcher.cpp:558
+#: gui/launcher.cpp:561
 msgid "Change global ScummVM options"
 msgstr ""
 
-#: gui/launcher.cpp:560
+#: gui/launcher.cpp:563
 msgid "~S~tart"
 msgstr ""
 
-#: gui/launcher.cpp:560
+#: gui/launcher.cpp:563
 msgid "Start selected game"
 msgstr ""
 
-#: gui/launcher.cpp:563
+#: gui/launcher.cpp:566
 msgid "~L~oad..."
 msgstr ""
 
-#: gui/launcher.cpp:563
+#: gui/launcher.cpp:566
 msgid "Load savegame for selected game"
 msgstr ""
 
-#: gui/launcher.cpp:568
+#: gui/launcher.cpp:571
 msgid "~A~dd Game..."
 msgstr ""
 
-#: gui/launcher.cpp:568 gui/launcher.cpp:575
+#: gui/launcher.cpp:571 gui/launcher.cpp:578
 msgid "Hold Shift for Mass Add"
 msgstr ""
 
-#: gui/launcher.cpp:570
+#: gui/launcher.cpp:573
 msgid "~E~dit Game..."
 msgstr ""
 
-#: gui/launcher.cpp:570 gui/launcher.cpp:577
+#: gui/launcher.cpp:573 gui/launcher.cpp:580
 msgid "Change game options"
 msgstr ""
 
-#: gui/launcher.cpp:572
+#: gui/launcher.cpp:575
 msgid "~R~emove Game"
 msgstr ""
 
-#: gui/launcher.cpp:572 gui/launcher.cpp:579
+#: gui/launcher.cpp:575 gui/launcher.cpp:582
 msgid "Remove game from the list. The game data files stay intact"
 msgstr ""
 
-#: gui/launcher.cpp:575
+#: gui/launcher.cpp:578
 msgctxt "lowres"
 msgid "~A~dd Game..."
 msgstr ""
 
-#: gui/launcher.cpp:577
+#: gui/launcher.cpp:580
 msgctxt "lowres"
 msgid "~E~dit Game..."
 msgstr ""
 
-#: gui/launcher.cpp:579
+#: gui/launcher.cpp:582
 msgctxt "lowres"
 msgid "~R~emove Game"
 msgstr ""
 
-#: gui/launcher.cpp:587
+#: gui/launcher.cpp:590
 msgid "Search in game list"
 msgstr ""
 
-#: gui/launcher.cpp:591 gui/launcher.cpp:1104
+#: gui/launcher.cpp:594 gui/launcher.cpp:1107
 msgid "Search:"
 msgstr ""
 
-#: gui/launcher.cpp:594 gui/options.cpp:743
+#: gui/launcher.cpp:597 gui/options.cpp:743
 msgid "Clear value"
 msgstr ""
 
-#: gui/launcher.cpp:616 engines/dialogs.cpp:120 engines/mohawk/myst.cpp:222
+#: gui/launcher.cpp:619 engines/dialogs.cpp:120 engines/mohawk/myst.cpp:222
 #: engines/mohawk/riven.cpp:655 engines/cruise/menu.cpp:218
 msgid "Load game:"
 msgstr ""
 
-#: gui/launcher.cpp:616 engines/dialogs.cpp:120 engines/mohawk/myst.cpp:222
+#: gui/launcher.cpp:619 engines/dialogs.cpp:120 engines/mohawk/myst.cpp:222
 #: engines/mohawk/riven.cpp:655 engines/cruise/menu.cpp:218
 #: backends/platform/wince/CEActionsPocket.cpp:263
 #: backends/platform/wince/CEActionsSmartphone.cpp:225
 msgid "Load"
 msgstr ""
 
-#: gui/launcher.cpp:725
+#: gui/launcher.cpp:728
 msgid ""
 "Do you really want to run the mass game detector? This could potentially add "
 "a huge number of games."
 msgstr ""
 
-#: gui/launcher.cpp:726 gui/launcher.cpp:875
+#: gui/launcher.cpp:729 gui/launcher.cpp:878
 #: backends/platform/symbian/src/SymbianOS.cpp:446
 #: backends/platform/wince/CEActionsPocket.cpp:313
 #: backends/platform/wince/CEActionsSmartphone.cpp:272
@@ -433,7 +438,7 @@
 msgid "Yes"
 msgstr ""
 
-#: gui/launcher.cpp:726 gui/launcher.cpp:875
+#: gui/launcher.cpp:729 gui/launcher.cpp:878
 #: backends/platform/symbian/src/SymbianOS.cpp:446
 #: backends/platform/wince/CEActionsPocket.cpp:313
 #: backends/platform/wince/CEActionsSmartphone.cpp:272
@@ -441,45 +446,45 @@
 msgid "No"
 msgstr ""
 
-#: gui/launcher.cpp:773
+#: gui/launcher.cpp:776
 msgid "ScummVM couldn't open the specified directory!"
 msgstr ""
 
-#: gui/launcher.cpp:785
+#: gui/launcher.cpp:788
 msgid "ScummVM could not find any game in the specified directory!"
 msgstr ""
 
-#: gui/launcher.cpp:799
+#: gui/launcher.cpp:802
 msgid "Pick the game:"
 msgstr ""
 
-#: gui/launcher.cpp:875
+#: gui/launcher.cpp:878
 msgid "Do you really want to remove this game configuration?"
 msgstr ""
 
-#: gui/launcher.cpp:938
+#: gui/launcher.cpp:941
 msgid "This game does not support loading games from the launcher."
 msgstr ""
 
-#: gui/launcher.cpp:942
+#: gui/launcher.cpp:945
 msgid "ScummVM could not find any engine capable of running the selected game!"
 msgstr ""
 
-#: gui/launcher.cpp:1056
+#: gui/launcher.cpp:1059
 msgctxt "lowres"
 msgid "Mass Add..."
 msgstr ""
 
-#: gui/launcher.cpp:1056
+#: gui/launcher.cpp:1059
 msgid "Mass Add..."
 msgstr ""
 
-#: gui/launcher.cpp:1057
+#: gui/launcher.cpp:1060
 msgctxt "lowres"
 msgid "Add Game..."
 msgstr ""
 
-#: gui/launcher.cpp:1057
+#: gui/launcher.cpp:1060
 msgid "Add Game..."
 msgstr ""
 
@@ -1092,7 +1097,7 @@
 msgid "~C~lose"
 msgstr ""
 
-#: engines/scumm/scumm.cpp:2171 engines/agos/saveload.cpp:192
+#: engines/scumm/scumm.cpp:2181 engines/agos/saveload.cpp:192
 #, c-format
 msgid ""
 "Failed to save game state to file:\n"
@@ -1100,7 +1105,7 @@
 "%s"
 msgstr ""
 
-#: engines/scumm/scumm.cpp:2178 engines/agos/saveload.cpp:157
+#: engines/scumm/scumm.cpp:2188 engines/agos/saveload.cpp:157
 #, c-format
 msgid ""
 "Failed to load game state from file:\n"
@@ -1108,7 +1113,7 @@
 "%s"
 msgstr ""
 
-#: engines/scumm/scumm.cpp:2190 engines/agos/saveload.cpp:200
+#: engines/scumm/scumm.cpp:2200 engines/agos/saveload.cpp:200
 #, c-format
 msgid ""
 "Successfully saved game state in file:\n"

Modified: scummvm/branches/branch-1-2-0/po/uk_UA.po
===================================================================
--- scummvm/branches/branch-1-2-0/po/uk_UA.po	2010-09-19 17:41:42 UTC (rev 52805)
+++ scummvm/branches/branch-1-2-0/po/uk_UA.po	2010-09-19 17:42:48 UTC (rev 52806)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ScummVM VERSION\n"
 "Report-Msgid-Bugs-To: scummvm-devel at lists.sf.net\n"
-"POT-Creation-Date: 2010-09-15 23:40+0100\n"
+"POT-Creation-Date: 2010-09-19 18:13+0100\n"
 "PO-Revision-Date: 2010-07-30 22:19+0100\n"
 "Last-Translator: Lubomyr Lisen\n"
 "Language-Team: Ukrainian\n"
@@ -46,7 +46,7 @@
 msgstr "\xB2\xD2\xD5\xE0\xE5"
 
 #: gui/browser.cpp:73 gui/chooser.cpp:49 gui/KeysDialog.cpp:46
-#: gui/launcher.cpp:316 gui/massadd.cpp:95 gui/options.cpp:1084
+#: gui/launcher.cpp:319 gui/massadd.cpp:95 gui/options.cpp:1084
 #: gui/saveload.cpp:65 gui/saveload.cpp:157 gui/themebrowser.cpp:56
 #: backends/platform/wii/options.cpp:48
 msgid "Cancel"
@@ -76,8 +76,8 @@
 msgid "Map"
 msgstr "\xBF\xE0\xD8\xD7\xDD\xD0\xE7\xD8\xE2\xD8"
 
-#: gui/KeysDialog.cpp:45 gui/launcher.cpp:317 gui/launcher.cpp:938
-#: gui/launcher.cpp:942 gui/massadd.cpp:92 gui/options.cpp:1085
+#: gui/KeysDialog.cpp:45 gui/launcher.cpp:320 gui/launcher.cpp:941
+#: gui/launcher.cpp:945 gui/massadd.cpp:92 gui/options.cpp:1085
 #: backends/platform/wii/options.cpp:47
 #: backends/platform/wince/CELauncherDialog.cpp:56
 msgid "OK"
@@ -131,19 +131,25 @@
 msgid "ID:"
 msgstr "ID:"
 
-#: gui/launcher.cpp:182
+#: gui/launcher.cpp:183
 msgid "Name:"
 msgstr "\xBD\xD0\xD7\xD2\xD0:"
 
-#: gui/launcher.cpp:182 gui/launcher.cpp:183
+#: gui/launcher.cpp:183 gui/launcher.cpp:185 gui/launcher.cpp:186
 msgid "Full title of the game"
 msgstr "\xBF\xDE\xD2\xDD\xD0 \xDD\xD0\xD7\xD2\xD0 \xD3\xE0\xD8"
 
-#: gui/launcher.cpp:186
+#: gui/launcher.cpp:185
+#, fuzzy
+msgctxt "lowres"
+msgid "Name:"
+msgstr "\xBD\xD0\xD7\xD2\xD0:"
+
+#: gui/launcher.cpp:189
 msgid "Language:"
 msgstr "\xBC\xDE\xD2\xD0:"
 
-#: gui/launcher.cpp:186 gui/launcher.cpp:187
+#: gui/launcher.cpp:189 gui/launcher.cpp:190
 msgid ""
 "Language of the game. This will not turn your Spanish game version into "
 "English"
@@ -151,158 +157,158 @@
 "\xBC\xDE\xD2\xD0 \xD3\xE0\xD8. \xB7\xDC\xF6\xDD\xD0 \xE6\xEC\xDE\xD3\xDE \xDF\xD0\xE0\xD0\xDC\xD5\xE2\xE0\xE3 \xDD\xD5 \xDF\xD5\xE0\xD5\xE2\xD2\xDE\xE0\xD8\xE2\xEC \xD3\xE0\xE3 \xDD\xD0 \xD0\xDD\xD3\xDB\xF6\xD9\xE1\xEC\xDA\xF6\xD9 \xD2 "
 "\xE3\xDA\xE0\xD0\xF7\xDD\xE1\xEC\xDA\xE3"
 
-#: gui/launcher.cpp:188 gui/launcher.cpp:202 gui/options.cpp:80
+#: gui/launcher.cpp:191 gui/launcher.cpp:205 gui/options.cpp:80
 #: gui/options.cpp:638 gui/options.cpp:648 gui/options.cpp:1055
 #: sound/null.cpp:42
 msgid "<default>"
 msgstr "<\xD7\xD0 \xE3\xDC\xDE\xD2\xE7\xD0\xDD\xDD\xEF\xDC>"
 
-#: gui/launcher.cpp:198
+#: gui/launcher.cpp:201
 msgid "Platform:"
 msgstr "\xBF\xDB\xD0\xE2\xE4\xDE\xE0\xDC\xD0:"
 
-#: gui/launcher.cpp:198 gui/launcher.cpp:200 gui/launcher.cpp:201
+#: gui/launcher.cpp:201 gui/launcher.cpp:203 gui/launcher.cpp:204
 msgid "Platform the game was originally designed for"
 msgstr "\xBF\xDB\xD0\xE2\xE4\xDE\xE0\xDC\xD0, \xD4\xDB\xEF \xEF\xDA\xDE\xF7 \xD3\xE0\xD0 \xD1\xE3\xDB\xD0 \xE1\xDF\xDE\xE7\xD0\xE2\xDA\xE3 \xE0\xDE\xD7\xE0\xDE\xD1\xDB\xD5\xDD\xD0"
 
-#: gui/launcher.cpp:200
+#: gui/launcher.cpp:203
 #, fuzzy
 msgctxt "lowres"
 msgid "Platform:"
 msgstr "\xBF\xDB\xD0\xE2\xE4\xDE\xE0\xDC\xD0:"
 
-#: gui/launcher.cpp:212 gui/options.cpp:924 gui/options.cpp:941
+#: gui/launcher.cpp:215 gui/options.cpp:924 gui/options.cpp:941
 msgid "Graphics"
 msgstr "\xB3\xE0\xD0\xE4\xF6\xDA\xD0"
 
-#: gui/launcher.cpp:212 gui/options.cpp:924 gui/options.cpp:941
+#: gui/launcher.cpp:215 gui/options.cpp:924 gui/options.cpp:941
 msgid "GFX"
 msgstr "\xB3\xE0\xE4"
 
-#: gui/launcher.cpp:215
+#: gui/launcher.cpp:218
 msgid "Override global graphic settings"
 msgstr "\xBF\xD5\xE0\xD5\xDA\xE0\xD8\xE2\xD8 \xD3\xDB\xDE\xD1\xD0\xDB\xEC\xDD\xF6 \xE3\xE1\xE2\xD0\xDD\xDE\xD2\xDA\xD8 \xD3\xE0\xD0\xE4\xF6\xDA\xD8"
 
-#: gui/launcher.cpp:217
+#: gui/launcher.cpp:220
 #, fuzzy
 msgctxt "lowres"
 msgid "Override global graphic settings"
 msgstr "\xBF\xD5\xE0\xD5\xDA\xE0\xD8\xE2\xD8 \xD3\xDB\xDE\xD1\xD0\xDB\xEC\xDD\xF6 \xE3\xE1\xE2\xD0\xDD\xDE\xD2\xDA\xD8 \xD3\xE0\xD0\xE4\xF6\xDA\xD8"
 
-#: gui/launcher.cpp:224 gui/options.cpp:947
+#: gui/launcher.cpp:227 gui/options.cpp:947
 msgid "Audio"
 msgstr "\xB0\xE3\xD4\xF6\xDE"
 
-#: gui/launcher.cpp:227
+#: gui/launcher.cpp:230
 msgid "Override global audio settings"
 msgstr "\xBF\xD5\xE0\xD5\xDA\xE0\xD8\xE2\xD8 \xD3\xDB\xDE\xD1\xD0\xDB\xEC\xDD\xF6 \xE3\xE1\xE2\xD0\xDD\xDE\xD2\xDA\xD8 \xD0\xE3\xD4\xF6\xDE"
 
-#: gui/launcher.cpp:229
+#: gui/launcher.cpp:232
 #, fuzzy
 msgctxt "lowres"
 msgid "Override global audio settings"
 msgstr "\xBF\xD5\xE0\xD5\xDA\xE0\xD8\xE2\xD8 \xD3\xDB\xDE\xD1\xD0\xDB\xEC\xDD\xF6 \xE3\xE1\xE2\xD0\xDD\xDE\xD2\xDA\xD8 \xD0\xE3\xD4\xF6\xDE"
 
-#: gui/launcher.cpp:238 gui/options.cpp:952
+#: gui/launcher.cpp:241 gui/options.cpp:952
 msgid "Volume"
 msgstr "\xB3\xE3\xE7\xDD\xF6\xE1\xE2\xEC"
 
-#: gui/launcher.cpp:240 gui/options.cpp:954
+#: gui/launcher.cpp:243 gui/options.cpp:954
 #, fuzzy
 msgctxt "lowres"
 msgid "Volume"
 msgstr "\xB3\xE3\xE7\xDD\xF6\xE1\xE2\xEC"
 
-#: gui/launcher.cpp:243
+#: gui/launcher.cpp:246
 msgid "Override global volume settings"
 msgstr "\xBF\xD5\xE0\xD5\xDA\xE0\xD8\xE2\xD8 \xD3\xDB\xDE\xD1\xD0\xDB\xEC\xDD\xF6 \xE3\xE1\xE2\xD0\xDD\xDE\xD2\xDA\xD8 \xD3\xE3\xE7\xDD\xDE\xE1\xE2\xF6"
 
-#: gui/launcher.cpp:245
+#: gui/launcher.cpp:248
 #, fuzzy
 msgctxt "lowres"
 msgid "Override global volume settings"
 msgstr "\xBF\xD5\xE0\xD5\xDA\xE0\xD8\xE2\xD8 \xD3\xDB\xDE\xD1\xD0\xDB\xEC\xDD\xF6 \xE3\xE1\xE2\xD0\xDD\xDE\xD2\xDA\xD8 \xD3\xE3\xE7\xDD\xDE\xE1\xE2\xF6"
 
-#: gui/launcher.cpp:252 gui/options.cpp:962
+#: gui/launcher.cpp:255 gui/options.cpp:962
 msgid "MIDI"
 msgstr "MIDI"
 
-#: gui/launcher.cpp:255
+#: gui/launcher.cpp:258
 msgid "Override global MIDI settings"
 msgstr "\xBF\xD5\xE0\xD5\xDA\xE0\xD8\xE2\xD8 \xD3\xDB\xDE\xD1\xD0\xDB\xEC\xDD\xF6 \xE3\xE1\xE2\xD0\xDD\xDE\xD2\xDA\xD8 MIDI"
 
-#: gui/launcher.cpp:257
+#: gui/launcher.cpp:260
 #, fuzzy
 msgctxt "lowres"
 msgid "Override global MIDI settings"
 msgstr "\xBF\xD5\xE0\xD5\xDA\xE0\xD8\xE2\xD8 \xD3\xDB\xDE\xD1\xD0\xDB\xEC\xDD\xF6 \xE3\xE1\xE2\xD0\xDD\xDE\xD2\xDA\xD8 MIDI"
 
-#: gui/launcher.cpp:267 gui/options.cpp:968
+#: gui/launcher.cpp:270 gui/options.cpp:968
 #, fuzzy
 msgid "MT-32"
 msgstr "MT-32"
 
-#: gui/launcher.cpp:270
+#: gui/launcher.cpp:273
 #, fuzzy
 msgid "Override global MT-32 settings"
 msgstr "\xBF\xD5\xE0\xD5\xDA\xE0\xD8\xE2\xD8 \xD3\xDB\xDE\xD1\xD0\xDB\xEC\xDD\xF6 \xE3\xE1\xE2\xD0\xDD\xDE\xD2\xDA\xD8 MT-32"
 
-#: gui/launcher.cpp:272
+#: gui/launcher.cpp:275
 #, fuzzy
 msgctxt "lowres"
 msgid "Override global MT-32 settings"
 msgstr "\xBF\xD5\xE0\xD5\xDA\xE0\xD8\xE2\xD8 \xD3\xDB\xDE\xD1\xD0\xDB\xEC\xDD\xF6 \xE3\xE1\xE2\xD0\xDD\xDE\xD2\xDA\xD8 MT-32"
 
-#: gui/launcher.cpp:283 gui/options.cpp:975
+#: gui/launcher.cpp:286 gui/options.cpp:975
 msgid "Paths"
 msgstr "\xC8\xDB\xEF\xE5\xD8"
 
-#: gui/launcher.cpp:285 gui/options.cpp:977
+#: gui/launcher.cpp:288 gui/options.cpp:977
 #, fuzzy
 msgctxt "lowres"
 msgid "Paths"
 msgstr "\xC8\xDB\xEF\xE5\xD8"
 
-#: gui/launcher.cpp:292
+#: gui/launcher.cpp:295
 msgid "Game Path:"
 msgstr "\xC8\xDB\xEF\xE5 \xD4\xDE \xD3\xE0\xD8: "
 
-#: gui/launcher.cpp:294
+#: gui/launcher.cpp:297
 #, fuzzy
 msgctxt "context"
 msgid "Game Path:"
 msgstr "\xC8\xDB\xEF\xE5 \xD4\xDE \xD3\xE0\xD8: "
 
-#: gui/launcher.cpp:299 gui/options.cpp:997
+#: gui/launcher.cpp:302 gui/options.cpp:997
 msgid "Extra Path:"
 msgstr "\xB4\xDE\xD4. \xE8\xDB\xEF\xE5:"
 
-#: gui/launcher.cpp:299 gui/launcher.cpp:301 gui/launcher.cpp:302
+#: gui/launcher.cpp:302 gui/launcher.cpp:304 gui/launcher.cpp:305
 msgid "Specifies path to additional data used the game"
 msgstr "\xB2\xDA\xD0\xD7\xE3\xF4 \xE8\xDB\xEF\xE5 \xD4\xDE \xD4\xDE\xD4\xD0\xE2\xDA\xDE\xD2\xD8\xE5 \xE4\xD0\xD9\xDB\xF6\xD2 \xD4\xD0\xDD\xD8\xE5 \xD4\xDB\xEF \xD3\xE0\xD8"
 
-#: gui/launcher.cpp:301 gui/options.cpp:999
+#: gui/launcher.cpp:304 gui/options.cpp:999
 #, fuzzy
 msgctxt "lowres"
 msgid "Extra Path:"
 msgstr "\xB4\xDE\xD4. \xE8\xDB\xEF\xE5:"
 
-#: gui/launcher.cpp:306 gui/options.cpp:985
+#: gui/launcher.cpp:309 gui/options.cpp:985
 msgid "Save Path:"
 msgstr "\xC8\xDB\xEF\xE5 \xD7\xD1\xD5\xE0.: "
 
-#: gui/launcher.cpp:306 gui/launcher.cpp:308 gui/launcher.cpp:309
+#: gui/launcher.cpp:309 gui/launcher.cpp:311 gui/launcher.cpp:312
 #: gui/options.cpp:985 gui/options.cpp:987 gui/options.cpp:988
 msgid "Specifies where your savegames are put"
 msgstr "\xB2\xDA\xD0\xD7\xE3\xF4 \xE8\xDB\xEF\xE5 \xD4\xDE \xD7\xD1\xD5\xE0\xD5\xD6\xD5\xDD\xEC \xD3\xE0\xD8"
 
-#: gui/launcher.cpp:308 gui/options.cpp:987
+#: gui/launcher.cpp:311 gui/options.cpp:987
 #, fuzzy
 msgctxt "lowres"
 msgid "Save Path:"
 msgstr "\xC8\xDB\xEF\xE5 \xD7\xD1\xD5\xE0.: "
 
-#: gui/launcher.cpp:325 gui/launcher.cpp:405 gui/launcher.cpp:454
+#: gui/launcher.cpp:328 gui/launcher.cpp:408 gui/launcher.cpp:457
 #: gui/options.cpp:994 gui/options.cpp:1000 gui/options.cpp:1007
 #: gui/options.cpp:1108 gui/options.cpp:1114 gui/options.cpp:1120
 #: gui/options.cpp:1128 gui/options.cpp:1152 gui/options.cpp:1156
@@ -312,138 +318,138 @@
 msgid "None"
 msgstr "\xBD\xD5 \xD7\xD0\xD4\xD0\xDD\xD8\xD9"
 
-#: gui/launcher.cpp:330 gui/launcher.cpp:409
+#: gui/launcher.cpp:333 gui/launcher.cpp:412
 #: backends/platform/wii/options.cpp:56
 msgid "Default"
 msgstr "\xB7\xD0 \xE3\xDC\xDE\xD2\xE7\xD0\xDD\xDD\xEF\xDC"
 
-#: gui/launcher.cpp:447 gui/options.cpp:1262
+#: gui/launcher.cpp:450 gui/options.cpp:1262
 msgid "Select SoundFont"
 msgstr "\xB2\xD8\xD1\xD5\xE0\xF6\xE2\xEC SoundFont"
 
-#: gui/launcher.cpp:466 gui/launcher.cpp:613
+#: gui/launcher.cpp:469 gui/launcher.cpp:616
 msgid "Select directory with game data"
 msgstr "\xB2\xD8\xD1\xD5\xE0\xF6\xE2\xEC \xDF\xD0\xDF\xDA\xE3 \xD7 \xE4\xD0\xD9\xDB\xD0\xDC\xD8 \xD3\xE0\xD8"
 
-#: gui/launcher.cpp:484
+#: gui/launcher.cpp:487
 msgid "Select additional game directory"
 msgstr "\xB2\xD8\xD1\xD5\xE0\xF6\xE2\xEC \xD4\xDE\xD4\xD0\xE2\xDA\xDE\xD2\xE3 \xDF\xD0\xDF\xDA\xE3 \xD3\xE0\xD8"
 
-#: gui/launcher.cpp:496
+#: gui/launcher.cpp:499
 msgid "Select directory for saved games"
 msgstr "\xB2\xD8\xD1\xD5\xE0\xF6\xE2\xEC \xDF\xD0\xDF\xDA\xE3 \xD4\xDB\xEF \xD7\xD1\xD5\xE0\xD5\xD6\xD5\xDD\xEC"
 
-#: gui/launcher.cpp:515
+#: gui/launcher.cpp:518
 msgid "This game ID is already taken. Please choose another one."
 msgstr "\xC6\xD5\xD9 ID \xD3\xE0\xD8 \xD2\xD6\xD5 \xD2\xD8\xDA\xDE\xE0\xD8\xE1\xE2\xDE\xD2\xE3\xF4\xE2\xEC\xE1\xEF. \xB1\xE3\xD4\xEC \xDB\xD0\xE1\xDA\xD0, \xD2\xD8\xD1\xD5\xE0\xF6\xE2\xEC \xF6\xDD\xE8\xD8\xD9."
 
-#: gui/launcher.cpp:556 engines/dialogs.cpp:116
+#: gui/launcher.cpp:559 engines/dialogs.cpp:116
 msgid "~Q~uit"
 msgstr "~\xB2~\xD8\xE5\xF6\xD4"
 
-#: gui/launcher.cpp:556
+#: gui/launcher.cpp:559
 msgid "Quit ScummVM"
 msgstr "\xB2\xD8\xE5\xF6\xD4 \xD7 ScummVM"
 
-#: gui/launcher.cpp:557
+#: gui/launcher.cpp:560
 msgid "A~b~out..."
 msgstr "\xBF\xE0\xDE \xDF~\xE0~\xDE\xD3\xE0\xD0\xDC\xE3..."
 
-#: gui/launcher.cpp:557
+#: gui/launcher.cpp:560
 msgid "About ScummVM"
 msgstr "\xBF\xE0\xDE ScummVM"
 
-#: gui/launcher.cpp:558
+#: gui/launcher.cpp:561
 msgid "~O~ptions..."
 msgstr "~\xBE~\xDF\xE6\xF6\xF7..."
 
-#: gui/launcher.cpp:558
+#: gui/launcher.cpp:561
 msgid "Change global ScummVM options"
 msgstr "\xB7\xDC\xF6\xDD\xD8\xE2\xD8 \xD3\xDB\xDE\xD1\xD0\xDB\xEC\xDD\xF6 \xDE\xDF\xE6\xF6\xF7 ScummVM"
 
-#: gui/launcher.cpp:560
+#: gui/launcher.cpp:563
 msgid "~S~tart"
 msgstr "\xB7~\xD0~\xDF\xE3\xE1\xDA"
 
-#: gui/launcher.cpp:560
+#: gui/launcher.cpp:563
 msgid "Start selected game"
 msgstr "\xB7\xD0\xDF\xE3\xE1\xE2\xD8\xE2\xD8 \xD2\xD8\xD1\xE0\xD0\xDD\xE3 \xD3\xE0\xE3"
 
-#: gui/launcher.cpp:563
+#: gui/launcher.cpp:566
 msgid "~L~oad..."
 msgstr "~\xB7~\xD0\xD2\xD0\xDD..."
 
-#: gui/launcher.cpp:563
+#: gui/launcher.cpp:566
 msgid "Load savegame for selected game"
 msgstr "\xB7\xD0\xD2\xD0\xDD\xE2\xD0\xD6\xD8\xE2\xD8 \xD7\xD1\xD5\xE0\xD5\xD6\xD5\xDD\xDD\xEF \xD4\xDB\xEF \xD2\xD8\xD1\xE0\xD0\xDD\xDE\xF7 \xD3\xE0\xD8"
 
-#: gui/launcher.cpp:568
+#: gui/launcher.cpp:571
 msgid "~A~dd Game..."
 msgstr "~\xB4~\xDE\xD4. \xD3\xE0\xE3..."
 
-#: gui/launcher.cpp:568 gui/launcher.cpp:575
+#: gui/launcher.cpp:571 gui/launcher.cpp:578
 msgid "Hold Shift for Mass Add"
 msgstr "\xC3\xE2\xE0\xD8\xDC\xE3\xD9\xE2\xD5 \xDA\xDB\xD0\xD2\xF6\xE8\xE3 Shift \xD4\xDB\xEF \xE2\xDE\xD3\xDE, \xE9\xDE\xD1 \xD4\xDE\xD4\xD0\xE2\xD8 \xD4\xD5\xDA\xF6\xDB\xEC\xDA\xD0 \xF6\xD3\xDE\xE0"
 
-#: gui/launcher.cpp:570
+#: gui/launcher.cpp:573
 msgid "~E~dit Game..."
 msgstr "\xC0\xD5\xD4\xD0~\xD3~. \xD3\xE0\xE3..."
 
-#: gui/launcher.cpp:570 gui/launcher.cpp:577
+#: gui/launcher.cpp:573 gui/launcher.cpp:580
 msgid "Change game options"
 msgstr "\xB7\xDC\xF6\xDD\xD8\xE2\xD8 \xDE\xDF\xE6\xF6\xF7 \xD3\xE0\xD8"
 
-#: gui/launcher.cpp:572
+#: gui/launcher.cpp:575
 msgid "~R~emove Game"
 msgstr "~\xB2~\xD8\xD4\xD0\xDB\xD8\xE2\xD8 \xD3\xE0\xE3"
 
-#: gui/launcher.cpp:572 gui/launcher.cpp:579
+#: gui/launcher.cpp:575 gui/launcher.cpp:582
 msgid "Remove game from the list. The game data files stay intact"
 msgstr "\xB2\xD8\xD4\xD0\xDB\xD8\xE2\xD8 \xD3\xE0\xE3 \xD7\xF6 \xE1\xDF\xD8\xE1\xDA\xE3. \xBD\xD5 \xD2\xD8\xD4\xD0\xDB\xEF\xF4 \xD3\xE0\xE3 \xD7 \xD6\xDE\xE0\xE1\xE2\xDA\xDE\xD3\xDE \xD4\xD8\xE1\xDA\xD0"
 
-#: gui/launcher.cpp:575
+#: gui/launcher.cpp:578
 #, fuzzy
 msgctxt "lowres"
 msgid "~A~dd Game..."
 msgstr "~\xB4~\xDE\xD4. \xD3\xE0\xE3..."
 
-#: gui/launcher.cpp:577
+#: gui/launcher.cpp:580
 #, fuzzy
 msgctxt "lowres"
 msgid "~E~dit Game..."
 msgstr "\xC0\xD5\xD4\xD0~\xD3~. \xD3\xE0\xE3..."
 
-#: gui/launcher.cpp:579
+#: gui/launcher.cpp:582
 #, fuzzy
 msgctxt "lowres"
 msgid "~R~emove Game"
 msgstr "~\xB2~\xD8\xD4\xD0\xDB\xD8\xE2\xD8 \xD3\xE0\xE3"
 
-#: gui/launcher.cpp:587
+#: gui/launcher.cpp:590
 msgid "Search in game list"
 msgstr "\xBF\xDE\xE8\xE3\xDA \xD2 \xE1\xDF\xD8\xE1\xDA\xE3 \xF6\xD3\xDE\xE0"
 
-#: gui/launcher.cpp:591 gui/launcher.cpp:1104
+#: gui/launcher.cpp:594 gui/launcher.cpp:1107
 msgid "Search:"
 msgstr "\xBF\xDE\xE8\xE3\xDA:"
 
-#: gui/launcher.cpp:594 gui/options.cpp:743
+#: gui/launcher.cpp:597 gui/options.cpp:743
 msgid "Clear value"
 msgstr "\xBE\xE7\xD8\xE1\xE2\xD8\xE2\xD8 \xD7\xDD\xD0\xE7\xD5\xDD\xDD\xEF"
 
-#: gui/launcher.cpp:616 engines/dialogs.cpp:120 engines/mohawk/myst.cpp:222
+#: gui/launcher.cpp:619 engines/dialogs.cpp:120 engines/mohawk/myst.cpp:222
 #: engines/mohawk/riven.cpp:655 engines/cruise/menu.cpp:218
 msgid "Load game:"
 msgstr "\xB7\xD0\xD2\xD0\xDD\xE2\xD0\xD6\xD8\xE2\xD8 \xD3\xE0\xE3:"
 
-#: gui/launcher.cpp:616 engines/dialogs.cpp:120 engines/mohawk/myst.cpp:222
+#: gui/launcher.cpp:619 engines/dialogs.cpp:120 engines/mohawk/myst.cpp:222
 #: engines/mohawk/riven.cpp:655 engines/cruise/menu.cpp:218
 #: backends/platform/wince/CEActionsPocket.cpp:263
 #: backends/platform/wince/CEActionsSmartphone.cpp:225
 msgid "Load"
 msgstr "\xB7\xD0\xD2\xD0\xDD\xE2\xD0\xD6\xD8\xE2\xD8"
 
-#: gui/launcher.cpp:725
+#: gui/launcher.cpp:728
 msgid ""
 "Do you really want to run the mass game detector? This could potentially add "
 "a huge number of games."
@@ -451,7 +457,7 @@
 "\xB2\xD8 \xD4\xF6\xD9\xE1\xDD\xDE \xE5\xDE\xE7\xD5\xE2\xD5 \xD7\xD0\xDF\xE3\xE1\xE2\xD8\xE2\xD8 \xD4\xD5\xE2\xD5\xDA\xE2\xDE\xE0 \xE3\xE1\xF6\xE5 \xF6\xD3\xDE\xE0? \xC6\xD5 \xDF\xDE\xE2\xD5\xDD\xE6\xF6\xD9\xDD\xDE \xDC\xDE\xD6\xD5 \xD4\xDE\xD4\xD0\xE2\xD8 "
 "\xD2\xD5\xDB\xD8\xDA\xE3 \xDA\xF6\xDB\xEC\xDA\xF6\xE1\xE2\xEC \xF6\xD3\xDE\xE0."
 
-#: gui/launcher.cpp:726 gui/launcher.cpp:875
+#: gui/launcher.cpp:729 gui/launcher.cpp:878
 #: backends/platform/symbian/src/SymbianOS.cpp:446
 #: backends/platform/wince/CEActionsPocket.cpp:313
 #: backends/platform/wince/CEActionsSmartphone.cpp:272
@@ -459,7 +465,7 @@
 msgid "Yes"
 msgstr "\xC2\xD0\xDA"
 
-#: gui/launcher.cpp:726 gui/launcher.cpp:875
+#: gui/launcher.cpp:729 gui/launcher.cpp:878
 #: backends/platform/symbian/src/SymbianOS.cpp:446
 #: backends/platform/wince/CEActionsPocket.cpp:313
 #: backends/platform/wince/CEActionsSmartphone.cpp:272
@@ -467,47 +473,47 @@
 msgid "No"
 msgstr "\xBD\xF6"
 
-#: gui/launcher.cpp:773
+#: gui/launcher.cpp:776
 msgid "ScummVM couldn't open the specified directory!"
 msgstr "ScummVM \xDD\xD5 \xDC\xDE\xD6\xD5 \xD2\xF6\xD4\xDA\xE0\xD8\xE2\xD8 \xD2\xDA\xD0\xD7\xD0\xDD\xE3 \xDF\xD0\xDF\xDA\xE3!"
 
-#: gui/launcher.cpp:785
+#: gui/launcher.cpp:788
 msgid "ScummVM could not find any game in the specified directory!"
 msgstr "ScummVM \xDD\xD5 \xDC\xDE\xD6\xD5 \xD7\xDD\xD0\xD9\xE2\xD8 \xD3\xE0\xE3 \xE3 \xD2\xDA\xD0\xD7\xD0\xDD\xF6\xD9 \xDF\xD0\xDF\xE6\xF6!"
 
-#: gui/launcher.cpp:799
+#: gui/launcher.cpp:802
 msgid "Pick the game:"
 msgstr "\xB2\xD8\xD1\xD5\xE0\xF6\xE2\xEC \xD3\xE0\xE3:"
 
-#: gui/launcher.cpp:875
+#: gui/launcher.cpp:878
 msgid "Do you really want to remove this game configuration?"
 msgstr "\xB2\xD8 \xD4\xF6\xD9\xE1\xDD\xDE \xE5\xDE\xE7\xD5\xE2\xD5 \xD2\xD8\xD4\xD0\xDB\xD8\xE2\xD8 \xE3\xE1\xE2\xD0\xDD\xDE\xD2\xDA\xD8 \xD4\xDB\xEF \xE6\xF6\xF4\xF7 \xD3\xE0\xD8?"
 
-#: gui/launcher.cpp:938
+#: gui/launcher.cpp:941
 msgid "This game does not support loading games from the launcher."
 msgstr "\xC6\xEF \xD3\xE0\xD0 \xDD\xD5 \xDF\xF6\xD4\xE2\xE0\xD8\xDC\xE3\xF4 \xD7\xD0\xD2\xD0\xDD\xE2\xD0\xD6\xD5\xDD\xDD\xEF \xD7\xD1\xD5\xE0\xD5\xD6\xD5\xDD\xEC \xE7\xD5\xE0\xD5\xD7 \xD3\xDE\xDB\xDE\xD2\xDD\xD5 \xDC\xD5\xDD\xEE."
 
-#: gui/launcher.cpp:942
+#: gui/launcher.cpp:945
 msgid "ScummVM could not find any engine capable of running the selected game!"
 msgstr "ScummVM \xDD\xD5 \xD7\xDC\xF6\xD3 \xD7\xDD\xD0\xD9\xE2\xD8 \xD4\xD2\xD8\xD6\xDE\xDA \xD4\xDB\xEF \xD7\xD0\xDF\xE3\xE1\xDA\xE3 \xD2\xD8\xD1\xE0\xD0\xDD\xDE\xF7 \xD3\xE0\xD8!"
 
-#: gui/launcher.cpp:1056
+#: gui/launcher.cpp:1059
 #, fuzzy
 msgctxt "lowres"
 msgid "Mass Add..."
 msgstr "\xB4\xDE\xD4. \xD1\xD0\xD3\xD0\xE2\xDE..."
 
-#: gui/launcher.cpp:1056
+#: gui/launcher.cpp:1059
 msgid "Mass Add..."
 msgstr "\xB4\xDE\xD4. \xD1\xD0\xD3\xD0\xE2\xDE..."
 
-#: gui/launcher.cpp:1057
+#: gui/launcher.cpp:1060
 #, fuzzy
 msgctxt "lowres"
 msgid "Add Game..."
 msgstr "\xB4\xDE\xD4. \xD3\xE0\xE3..."
 
-#: gui/launcher.cpp:1057
+#: gui/launcher.cpp:1060
 msgid "Add Game..."
 msgstr "\xB4\xDE\xD4. \xD3\xE0\xE3..."
 
@@ -1153,7 +1159,7 @@
 msgid "~C~lose"
 msgstr "~\xB7~\xD0\xDA\xE0\xD8\xE2\xD8"
 
-#: engines/scumm/scumm.cpp:2171 engines/agos/saveload.cpp:192
+#: engines/scumm/scumm.cpp:2181 engines/agos/saveload.cpp:192
 #, c-format
 msgid ""
 "Failed to save game state to file:\n"
@@ -1161,7 +1167,7 @@
 "%s"
 msgstr ""
 
-#: engines/scumm/scumm.cpp:2178 engines/agos/saveload.cpp:157
+#: engines/scumm/scumm.cpp:2188 engines/agos/saveload.cpp:157
 #, c-format
 msgid ""
 "Failed to load game state from file:\n"
@@ -1169,7 +1175,7 @@
 "%s"
 msgstr ""
 
-#: engines/scumm/scumm.cpp:2190 engines/agos/saveload.cpp:200
+#: engines/scumm/scumm.cpp:2200 engines/agos/saveload.cpp:200
 #, c-format
 msgid ""
 "Successfully saved game state in file:\n"


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