[Scummvm-cvs-logs] SF.net SVN: scummvm:[52475] scummvm/trunk
criezy at users.sourceforge.net
criezy at users.sourceforge.net
Tue Aug 31 22:03:47 CEST 2010
Revision: 52475
http://scummvm.svn.sourceforge.net/scummvm/?rev=52475&view=rev
Author: criezy
Date: 2010-08-31 20:03:47 +0000 (Tue, 31 Aug 2010)
Log Message:
-----------
I18N: Add "lowres" context in one place for the Add Game button
Modified Paths:
--------------
scummvm/trunk/gui/launcher.cpp
scummvm/trunk/po/ca_ES.po
scummvm/trunk/po/de_DE.po
scummvm/trunk/po/es_ES.po
scummvm/trunk/po/fr_FR.po
scummvm/trunk/po/hu_HU.po
scummvm/trunk/po/it_IT.po
scummvm/trunk/po/ru_RU.po
scummvm/trunk/po/scummvm.pot
scummvm/trunk/po/uk_UA.po
Modified: scummvm/trunk/gui/launcher.cpp
===================================================================
--- scummvm/trunk/gui/launcher.cpp 2010-08-31 15:50:46 UTC (rev 52474)
+++ scummvm/trunk/gui/launcher.cpp 2010-08-31 20:03:47 UTC (rev 52475)
@@ -1038,9 +1038,11 @@
// Update the label of the "Add" button depending on whether shift is pressed or not
int modifiers = g_system->getEventManager()->getModifierState();
const bool massAdd = (modifiers & Common::KBD_SHIFT) != 0;
+ const bool lowRes = g_system->getOverlayWidth() <= 320;
+
const char *newAddButtonLabel = massAdd
- ? _("Mass Add...")
- : _("Add Game...");
+ ? (lowRes ? _c("Mass Add...", "lowres") : _("Mass Add..."))
+ : (lowRes ? _c("Add Game...", "lowres") : _("Add Game..."));
if (_addButton->getLabel() != newAddButtonLabel)
_addButton->setLabel(newAddButtonLabel);
Modified: scummvm/trunk/po/ca_ES.po
===================================================================
--- scummvm/trunk/po/ca_ES.po 2010-08-31 15:50:46 UTC (rev 52474)
+++ scummvm/trunk/po/ca_ES.po 2010-08-31 20:03:47 UTC (rev 52475)
@@ -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-08-30 22:59+0100\n"
+"POT-Creation-Date: 2010-08-31 20:55+0100\n"
"PO-Revision-Date: 2010-06-26 16:45+0100\n"
"Last-Translator: Jordi Vilalta Prat <jvprat at gmail.com>\n"
"Language-Team: Catalan <scummvm-devel at lists.sf.net>\n"
@@ -393,7 +393,7 @@
msgid "Search in game list"
msgstr "Cerca a la llista de jocs"
-#: gui/launcher.cpp:579 gui/launcher.cpp:1090
+#: gui/launcher.cpp:579 gui/launcher.cpp:1092
msgid "Search:"
msgstr "Cerca:"
@@ -460,14 +460,26 @@
msgstr ""
"ScummVM no ha pogut trobar cap motor capa\xE7 d'executar el joc seleccionat!"
-#: gui/launcher.cpp:1042
+#: gui/launcher.cpp:1044
+#, fuzzy
+msgctxt "lowres"
msgid "Mass Add..."
msgstr "Addici\xF3 Massiva..."
-#: gui/launcher.cpp:1043
+#: gui/launcher.cpp:1044
+msgid "Mass Add..."
+msgstr "Addici\xF3 Massiva..."
+
+#: gui/launcher.cpp:1045
+#, fuzzy
+msgctxt "lowres"
msgid "Add Game..."
msgstr "Afegeix Joc..."
+#: gui/launcher.cpp:1045
+msgid "Add Game..."
+msgstr "Afegeix Joc..."
+
#: gui/massadd.cpp:79 gui/massadd.cpp:82
msgid "... progress ..."
msgstr "... progr\xE9s ..."
Modified: scummvm/trunk/po/de_DE.po
===================================================================
--- scummvm/trunk/po/de_DE.po 2010-08-31 15:50:46 UTC (rev 52474)
+++ scummvm/trunk/po/de_DE.po 2010-08-31 20:03:47 UTC (rev 52475)
@@ -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-08-30 22:59+0100\n"
+"POT-Creation-Date: 2010-08-31 20:55+0100\n"
"PO-Revision-Date: 2010-08-12 00:56+0100\n"
"Last-Translator: Simon Sawatzki\n"
"Language-Team: Lothar Serra Mari <Lothar at Windowsbase.de> & Simon Sawatzki "
@@ -393,7 +393,7 @@
msgid "Search in game list"
msgstr "In Spieleliste suchen"
-#: gui/launcher.cpp:579 gui/launcher.cpp:1090
+#: gui/launcher.cpp:579 gui/launcher.cpp:1092
msgid "Search:"
msgstr "Suchen:"
@@ -460,14 +460,26 @@
msgid "ScummVM could not find any engine capable of running the selected game!"
msgstr "ScummVM konnte keine Engine finden, um das Spiel zu starten!"
-#: gui/launcher.cpp:1042
+#: gui/launcher.cpp:1044
+#, fuzzy
+msgctxt "lowres"
msgid "Mass Add..."
msgstr "Durchsuchen"
-#: gui/launcher.cpp:1043
+#: gui/launcher.cpp:1044
+msgid "Mass Add..."
+msgstr "Durchsuchen"
+
+#: gui/launcher.cpp:1045
+#, fuzzy
+msgctxt "lowres"
msgid "Add Game..."
msgstr "Spiel hinzuf\xFCgen"
+#: gui/launcher.cpp:1045
+msgid "Add Game..."
+msgstr "Spiel hinzuf\xFCgen"
+
#: gui/massadd.cpp:79 gui/massadd.cpp:82
msgid "... progress ..."
msgstr "... l\xE4uft..."
Modified: scummvm/trunk/po/es_ES.po
===================================================================
--- scummvm/trunk/po/es_ES.po 2010-08-31 15:50:46 UTC (rev 52474)
+++ scummvm/trunk/po/es_ES.po 2010-08-31 20:03:47 UTC (rev 52475)
@@ -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-08-30 22:59+0100\n"
+"POT-Creation-Date: 2010-08-31 20:55+0100\n"
"PO-Revision-Date: 2010-07-30 22:17+0100\n"
"Last-Translator: Tom\xE1s Maidagan\n"
"Language-Team: \n"
@@ -389,7 +389,7 @@
msgid "Search in game list"
msgstr "Buscar en la lista de juegos"
-#: gui/launcher.cpp:579 gui/launcher.cpp:1090
+#: gui/launcher.cpp:579 gui/launcher.cpp:1092
msgid "Search:"
msgstr "Buscar:"
@@ -456,14 +456,26 @@
msgstr ""
"\xA1ScummVM no ha podido encontrar ning\xFAn motor capaz de ejecutar el juego!"
-#: gui/launcher.cpp:1042
+#: gui/launcher.cpp:1044
+#, fuzzy
+msgctxt "lowres"
msgid "Mass Add..."
msgstr "A\xF1adir varios..."
-#: gui/launcher.cpp:1043
+#: gui/launcher.cpp:1044
+msgid "Mass Add..."
+msgstr "A\xF1adir varios..."
+
+#: gui/launcher.cpp:1045
+#, fuzzy
+msgctxt "lowres"
msgid "Add Game..."
msgstr "A\xF1adir juego..."
+#: gui/launcher.cpp:1045
+msgid "Add Game..."
+msgstr "A\xF1adir juego..."
+
#: gui/massadd.cpp:79 gui/massadd.cpp:82
msgid "... progress ..."
msgstr "... progreso..."
Modified: scummvm/trunk/po/fr_FR.po
===================================================================
--- scummvm/trunk/po/fr_FR.po 2010-08-31 15:50:46 UTC (rev 52474)
+++ scummvm/trunk/po/fr_FR.po 2010-08-31 20:03:47 UTC (rev 52475)
@@ -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-08-30 22:59+0100\n"
+"POT-Creation-Date: 2010-08-31 20:55+0100\n"
"PO-Revision-Date: 2010-08-11 22:14+0100\n"
"Last-Translator: Thierry Crozat <criezy at scummvm.org>\n"
"Language-Team: French <scummvm-devel at lists.sf.net>\n"
@@ -380,7 +380,7 @@
msgid "Search in game list"
msgstr "Recherche dans la liste de jeux"
-#: gui/launcher.cpp:579 gui/launcher.cpp:1090
+#: gui/launcher.cpp:579 gui/launcher.cpp:1092
msgid "Search:"
msgstr "Filtre:"
@@ -447,14 +447,26 @@
msgid "ScummVM could not find any engine capable of running the selected game!"
msgstr "ScummVM n'a pas pu trouv\xE9 de moteur pour lancer le jeu s\xE9lectionn\xE9."
-#: gui/launcher.cpp:1042
+#: gui/launcher.cpp:1044
+#, fuzzy
+msgctxt "lowres"
msgid "Mass Add..."
msgstr "Ajout Massif..."
-#: gui/launcher.cpp:1043
+#: gui/launcher.cpp:1044
+msgid "Mass Add..."
+msgstr "Ajout Massif..."
+
+#: gui/launcher.cpp:1045
+#, fuzzy
+msgctxt "lowres"
msgid "Add Game..."
msgstr "Ajouter..."
+#: gui/launcher.cpp:1045
+msgid "Add Game..."
+msgstr "Ajouter..."
+
#: gui/massadd.cpp:79 gui/massadd.cpp:82
msgid "... progress ..."
msgstr "... en cours ..."
Modified: scummvm/trunk/po/hu_HU.po
===================================================================
--- scummvm/trunk/po/hu_HU.po 2010-08-31 15:50:46 UTC (rev 52474)
+++ scummvm/trunk/po/hu_HU.po 2010-08-31 20:03:47 UTC (rev 52475)
@@ -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-08-30 22:59+0100\n"
+"POT-Creation-Date: 2010-08-31 20:55+0100\n"
"PO-Revision-Date: 2009-11-25 07:42-0500\n"
"Last-Translator: Alex Bevilacqua <alexbevi at gmail.com>\n"
"Language-Team: Hungarian\n"
@@ -380,7 +380,7 @@
msgid "Search in game list"
msgstr ""
-#: gui/launcher.cpp:579 gui/launcher.cpp:1090
+#: gui/launcher.cpp:579 gui/launcher.cpp:1092
msgid "Search:"
msgstr ""
@@ -445,14 +445,24 @@
msgid "ScummVM could not find any engine capable of running the selected game!"
msgstr ""
-#: gui/launcher.cpp:1042
+#: gui/launcher.cpp:1044
+msgctxt "lowres"
msgid "Mass Add..."
msgstr ""
-#: gui/launcher.cpp:1043
+#: gui/launcher.cpp:1044
+msgid "Mass Add..."
+msgstr ""
+
+#: gui/launcher.cpp:1045
+msgctxt "lowres"
msgid "Add Game..."
msgstr ""
+#: gui/launcher.cpp:1045
+msgid "Add Game..."
+msgstr ""
+
#: gui/massadd.cpp:79 gui/massadd.cpp:82
msgid "... progress ..."
msgstr ""
Modified: scummvm/trunk/po/it_IT.po
===================================================================
--- scummvm/trunk/po/it_IT.po 2010-08-31 15:50:46 UTC (rev 52474)
+++ scummvm/trunk/po/it_IT.po 2010-08-31 20:03:47 UTC (rev 52475)
@@ -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-08-30 22:59+0100\n"
+"POT-Creation-Date: 2010-08-31 20:55+0100\n"
"PO-Revision-Date: 2010-06-30 23:56+0100\n"
"Last-Translator: Maff <matteo.maff at gmail dot com>\n"
"Language-Team: Italian\n"
@@ -389,7 +389,7 @@
msgid "Search in game list"
msgstr "Cerca nella lista dei giochi"
-#: gui/launcher.cpp:579 gui/launcher.cpp:1090
+#: gui/launcher.cpp:579 gui/launcher.cpp:1092
msgid "Search:"
msgstr "Cerca:"
@@ -459,14 +459,26 @@
"ScummVM non ha potuto trovare un motore in grado di eseguire il gioco "
"selezionato!"
-#: gui/launcher.cpp:1042
+#: gui/launcher.cpp:1044
+#, fuzzy
+msgctxt "lowres"
msgid "Mass Add..."
msgstr "Agg. in massa..."
-#: gui/launcher.cpp:1043
+#: gui/launcher.cpp:1044
+msgid "Mass Add..."
+msgstr "Agg. in massa..."
+
+#: gui/launcher.cpp:1045
+#, fuzzy
+msgctxt "lowres"
msgid "Add Game..."
msgstr "Aggiungi gioco..."
+#: gui/launcher.cpp:1045
+msgid "Add Game..."
+msgstr "Aggiungi gioco..."
+
#: gui/massadd.cpp:79 gui/massadd.cpp:82
msgid "... progress ..."
msgstr "... progresso ..."
Modified: scummvm/trunk/po/ru_RU.po
===================================================================
--- scummvm/trunk/po/ru_RU.po 2010-08-31 15:50:46 UTC (rev 52474)
+++ scummvm/trunk/po/ru_RU.po 2010-08-31 20:03:47 UTC (rev 52475)
@@ -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-08-30 22:59+0100\n"
+"POT-Creation-Date: 2010-08-31 20:55+0100\n"
"PO-Revision-Date: 2010-06-13 20:55+0300\n"
"Last-Translator: Eugene Sandulenko <sev at scummvm.org>\n"
"Language-Team: Russian\n"
@@ -391,7 +391,7 @@
msgid "Search in game list"
msgstr "\xBF\xDE\xD8\xE1\xDA \xD2 \xE1\xDF\xD8\xE1\xDA\xD5 \xD8\xD3\xE0"
-#: gui/launcher.cpp:579 gui/launcher.cpp:1090
+#: gui/launcher.cpp:579 gui/launcher.cpp:1092
msgid "Search:"
msgstr "\xBF\xDE\xD8\xE1\xDA:"
@@ -457,14 +457,26 @@
msgid "ScummVM could not find any engine capable of running the selected game!"
msgstr "ScummVM \xDD\xD5 \xE1\xDC\xDE\xD3 \xDD\xD0\xD9\xE2\xD8 \xD4\xD2\xD8\xD6\xDE\xDA \xD4\xDB\xEF \xD7\xD0\xDF\xE3\xE1\xDA\xD0 \xD2\xEB\xD1\xE0\xD0\xDD\xDD\xDE\xD9 \xD8\xD3\xE0\xEB!"
-#: gui/launcher.cpp:1042
+#: gui/launcher.cpp:1044
+#, fuzzy
+msgctxt "lowres"
msgid "Mass Add..."
msgstr "\xBC\xDD\xDE\xD3\xDE \xD8\xD3\xE0..."
-#: gui/launcher.cpp:1043
+#: gui/launcher.cpp:1044
+msgid "Mass Add..."
+msgstr "\xBC\xDD\xDE\xD3\xDE \xD8\xD3\xE0..."
+
+#: gui/launcher.cpp:1045
+#, fuzzy
+msgctxt "lowres"
msgid "Add Game..."
msgstr "\xBD\xDE\xD2\xD0\xEF \xD8\xD3\xE0\xD0..."
+#: gui/launcher.cpp:1045
+msgid "Add Game..."
+msgstr "\xBD\xDE\xD2\xD0\xEF \xD8\xD3\xE0\xD0..."
+
#: gui/massadd.cpp:79 gui/massadd.cpp:82
msgid "... progress ..."
msgstr "... \xD8\xE9\xE3 ..."
Modified: scummvm/trunk/po/scummvm.pot
===================================================================
--- scummvm/trunk/po/scummvm.pot 2010-08-31 15:50:46 UTC (rev 52474)
+++ scummvm/trunk/po/scummvm.pot 2010-08-31 20:03:47 UTC (rev 52475)
@@ -8,7 +8,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-08-30 22:59+0100\n"
+"POT-Creation-Date: 2010-08-31 20:55+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"
@@ -374,7 +374,7 @@
msgid "Search in game list"
msgstr ""
-#: gui/launcher.cpp:579 gui/launcher.cpp:1090
+#: gui/launcher.cpp:579 gui/launcher.cpp:1092
msgid "Search:"
msgstr ""
@@ -438,14 +438,24 @@
msgid "ScummVM could not find any engine capable of running the selected game!"
msgstr ""
-#: gui/launcher.cpp:1042
+#: gui/launcher.cpp:1044
+msgctxt "lowres"
msgid "Mass Add..."
msgstr ""
-#: gui/launcher.cpp:1043
+#: gui/launcher.cpp:1044
+msgid "Mass Add..."
+msgstr ""
+
+#: gui/launcher.cpp:1045
+msgctxt "lowres"
msgid "Add Game..."
msgstr ""
+#: gui/launcher.cpp:1045
+msgid "Add Game..."
+msgstr ""
+
#: gui/massadd.cpp:79 gui/massadd.cpp:82
msgid "... progress ..."
msgstr ""
Modified: scummvm/trunk/po/uk_UA.po
===================================================================
--- scummvm/trunk/po/uk_UA.po 2010-08-31 15:50:46 UTC (rev 52474)
+++ scummvm/trunk/po/uk_UA.po 2010-08-31 20:03:47 UTC (rev 52475)
@@ -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-08-30 22:59+0100\n"
+"POT-Creation-Date: 2010-08-31 20:55+0100\n"
"PO-Revision-Date: 2010-07-30 22:19+0100\n"
"Last-Translator: Lubomyr Lisen\n"
"Language-Team: Ukrainian\n"
@@ -393,7 +393,7 @@
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:579 gui/launcher.cpp:1090
+#: gui/launcher.cpp:579 gui/launcher.cpp:1092
msgid "Search:"
msgstr "\xBF\xDE\xE8\xE3\xDA:"
@@ -459,14 +459,26 @@
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:1042
+#: gui/launcher.cpp:1044
+#, fuzzy
+msgctxt "lowres"
msgid "Mass Add..."
msgstr "\xB4\xDE\xD4. \xD1\xD0\xD3\xD0\xE2\xDE..."
-#: gui/launcher.cpp:1043
+#: gui/launcher.cpp:1044
+msgid "Mass Add..."
+msgstr "\xB4\xDE\xD4. \xD1\xD0\xD3\xD0\xE2\xDE..."
+
+#: gui/launcher.cpp:1045
+#, fuzzy
+msgctxt "lowres"
msgid "Add Game..."
msgstr "\xB4\xDE\xD4. \xD3\xE0\xE3..."
+#: gui/launcher.cpp:1045
+msgid "Add Game..."
+msgstr "\xB4\xDE\xD4. \xD3\xE0\xE3..."
+
#: gui/massadd.cpp:79 gui/massadd.cpp:82
msgid "... progress ..."
msgstr "... \xDF\xDE\xE8\xE3\xDA ..."
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