[Scummvm-cvs-logs] SF.net SVN: scummvm:[52640] scummvm/trunk

dhewg at users.sourceforge.net dhewg at users.sourceforge.net
Wed Sep 8 19:41:32 CEST 2010


Revision: 52640
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52640&view=rev
Author:   dhewg
Date:     2010-09-08 17:41:31 +0000 (Wed, 08 Sep 2010)

Log Message:
-----------
WII: Fix typo, update translations.

Modified Paths:
--------------
    scummvm/trunk/backends/platform/wii/options.cpp
    scummvm/trunk/gui/themes/translations.dat
    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/backends/platform/wii/options.cpp
===================================================================
--- scummvm/trunk/backends/platform/wii/options.cpp	2010-09-08 17:05:55 UTC (rev 52639)
+++ scummvm/trunk/backends/platform/wii/options.cpp	2010-09-08 17:41:31 UTC (rev 52640)
@@ -183,7 +183,7 @@
 			break;
 
 		default:
-			label = String::printf(_("Network not initialsed (%d)"), status);
+			label = String::printf(_("Network not initialised (%d)"), status);
 			break;
 		}
 

Modified: scummvm/trunk/gui/themes/translations.dat
===================================================================
(Binary files differ)

Modified: scummvm/trunk/po/ca_ES.po
===================================================================
--- scummvm/trunk/po/ca_ES.po	2010-09-08 17:05:55 UTC (rev 52639)
+++ scummvm/trunk/po/ca_ES.po	2010-09-08 17:41:31 UTC (rev 52640)
@@ -7,14 +7,14 @@
 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-01 18:36+0300\n"
+"POT-Creation-Date: 2010-09-08 19:37+0200\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"
+"Language: Catalan\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=iso-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: Catalan\n"
 
 #: gui/about.cpp:96
 #, c-format
@@ -1477,8 +1477,8 @@
 msgstr ""
 
 #: backends/platform/wii/options.cpp:186
-#, c-format
-msgid "Network not initialsed (%d)"
+#, fuzzy, c-format
+msgid "Network not initialised (%d)"
 msgstr "Xarxa no iniciada (%d)"
 
 #: backends/platform/wince/CEActionsPocket.cpp:45

Modified: scummvm/trunk/po/de_DE.po
===================================================================
--- scummvm/trunk/po/de_DE.po	2010-09-08 17:05:55 UTC (rev 52639)
+++ scummvm/trunk/po/de_DE.po	2010-09-08 17:41:31 UTC (rev 52640)
@@ -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-01 18:36+0300\n"
+"POT-Creation-Date: 2010-09-08 19:37+0200\n"
 "PO-Revision-Date: 2010-09-02 16:01+0100\n"
 "Last-Translator: Simon Sawatzki <SimSaw at gmx.de>\n"
 "Language-Team: Lothar Serra Mari <Lothar at Windowsbase.de> & Simon Sawatzki "
@@ -1445,8 +1445,8 @@
 msgstr "Zeit\xFCberschreitung beim Starten des Netzwerks"
 
 #: backends/platform/wii/options.cpp:186
-#, c-format
-msgid "Network not initialsed (%d)"
+#, fuzzy, c-format
+msgid "Network not initialised (%d)"
 msgstr "Netzwerk nicht gestartet (%d)"
 
 #: backends/platform/wince/CEActionsPocket.cpp:45

Modified: scummvm/trunk/po/es_ES.po
===================================================================
--- scummvm/trunk/po/es_ES.po	2010-09-08 17:05:55 UTC (rev 52639)
+++ scummvm/trunk/po/es_ES.po	2010-09-08 17:41:31 UTC (rev 52640)
@@ -7,14 +7,14 @@
 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-01 18:36+0300\n"
+"POT-Creation-Date: 2010-09-08 19:37+0200\n"
 "PO-Revision-Date: 2010-07-30 22:17+0100\n"
 "Last-Translator: Tom\xE1s Maidagan\n"
 "Language-Team: \n"
+"Language: Espanol\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=iso-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: Espanol\n"
 
 #: gui/about.cpp:96
 #, c-format
@@ -1468,8 +1468,8 @@
 msgstr "Se ha excedido el tiempo de inicializaci\xF3n de red"
 
 #: backends/platform/wii/options.cpp:186
-#, c-format
-msgid "Network not initialsed (%d)"
+#, fuzzy, c-format
+msgid "Network not initialised (%d)"
 msgstr "Red no inicializada (%d)"
 
 #: backends/platform/wince/CEActionsPocket.cpp:45

Modified: scummvm/trunk/po/fr_FR.po
===================================================================
--- scummvm/trunk/po/fr_FR.po	2010-09-08 17:05:55 UTC (rev 52639)
+++ scummvm/trunk/po/fr_FR.po	2010-09-08 17:41:31 UTC (rev 52640)
@@ -7,14 +7,14 @@
 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-01 18:36+0300\n"
+"POT-Creation-Date: 2010-09-08 19:37+0200\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"
+"Language: Francais\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=iso-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: Francais\n"
 "Plural-Forms: nplurals=2; plural=n>1;\n"
 
 #: gui/about.cpp:96
@@ -1455,8 +1455,8 @@
 msgstr "D\xE9passement du d\xE9lai lors de l'initialisation du r\xE9seau"
 
 #: backends/platform/wii/options.cpp:186
-#, c-format
-msgid "Network not initialsed (%d)"
+#, fuzzy, c-format
+msgid "Network not initialised (%d)"
 msgstr "R\xE9seau non initialis\xE9 (%d)"
 
 #: backends/platform/wince/CEActionsPocket.cpp:45
@@ -1581,8 +1581,8 @@
 
 #~ msgid "%s failed to instantiate engine: %s (target '%s', path '%s')"
 #~ msgstr ""
-#~ "Le plugin %s a \xE9chou\xE9 dans l'instanciation du moteur de jeu: %s (cible '%"
-#~ "s', chemin '%s')"
+#~ "Le plugin %s a \xE9chou\xE9 dans l'instanciation du moteur de jeu: %s (cible "
+#~ "'%s', chemin '%s')"
 
 #~ msgid "Ok"
 #~ msgstr "Ok"

Modified: scummvm/trunk/po/hu_HU.po
===================================================================
--- scummvm/trunk/po/hu_HU.po	2010-09-08 17:05:55 UTC (rev 52639)
+++ scummvm/trunk/po/hu_HU.po	2010-09-08 17:41:31 UTC (rev 52640)
@@ -7,14 +7,14 @@
 msgstr ""
 "Project-Id-Version: ScummVM VERSION\n"
 "Report-Msgid-Bugs-To: scummvm-devel at lists.sf.net\n"
-"POT-Creation-Date: 2010-09-01 18:36+0300\n"
+"POT-Creation-Date: 2010-09-08 19:37+0200\n"
 "PO-Revision-Date: 2009-11-25 07:42-0500\n"
 "Last-Translator: Alex Bevilacqua <alexbevi at gmail.com>\n"
 "Language-Team: Hungarian\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=cp1250\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: \n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: gui/about.cpp:96
@@ -1452,7 +1452,7 @@
 
 #: backends/platform/wii/options.cpp:186
 #, c-format
-msgid "Network not initialsed (%d)"
+msgid "Network not initialised (%d)"
 msgstr ""
 
 #: backends/platform/wince/CEActionsPocket.cpp:45

Modified: scummvm/trunk/po/it_IT.po
===================================================================
--- scummvm/trunk/po/it_IT.po	2010-09-08 17:05:55 UTC (rev 52639)
+++ scummvm/trunk/po/it_IT.po	2010-09-08 17:41:31 UTC (rev 52640)
@@ -7,14 +7,14 @@
 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-01 18:36+0300\n"
+"POT-Creation-Date: 2010-09-08 19:37+0200\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"
+"Language: Italiano\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=iso-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: Italiano\n"
 
 #: gui/about.cpp:96
 #, c-format
@@ -1474,8 +1474,8 @@
 msgstr "Attesa per l'avvio della rete"
 
 #: backends/platform/wii/options.cpp:186
-#, c-format
-msgid "Network not initialsed (%d)"
+#, fuzzy, c-format
+msgid "Network not initialised (%d)"
 msgstr "Rete non avviata (%d)"
 
 #: backends/platform/wince/CEActionsPocket.cpp:45

Modified: scummvm/trunk/po/ru_RU.po
===================================================================
--- scummvm/trunk/po/ru_RU.po	2010-09-08 17:05:55 UTC (rev 52639)
+++ scummvm/trunk/po/ru_RU.po	2010-09-08 17:41:31 UTC (rev 52640)
@@ -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-31 20:55+0100\n"
+"POT-Creation-Date: 2010-09-08 19:37+0200\n"
 "PO-Revision-Date: 2010-06-13 20:55+0300\n"
 "Last-Translator: Eugene Sandulenko <sev at scummvm.org>\n"
 "Language-Team: Russian\n"
@@ -1437,8 +1437,8 @@
 msgstr "\xB2\xE0\xD5\xDC\xEF \xDF\xDE\xD4\xDA\xDB\xEE\xE7\xD5\xDD\xD8\xEF \xDA \xE1\xD5\xE2\xD8 \xD8\xE1\xE2\xD5\xDA\xDB\xDE"
 
 #: backends/platform/wii/options.cpp:186
-#, c-format
-msgid "Network not initialsed (%d)"
+#, fuzzy, c-format
+msgid "Network not initialised (%d)"
 msgstr "\xC1\xD5\xE2\xEC \xDD\xD5 \xDD\xD0\xE1\xE2\xE0\xDE\xD5\xDD\xD0 (%d)"
 
 #: backends/platform/wince/CEActionsPocket.cpp:45

Modified: scummvm/trunk/po/scummvm.pot
===================================================================
--- scummvm/trunk/po/scummvm.pot	2010-09-08 17:05:55 UTC (rev 52639)
+++ scummvm/trunk/po/scummvm.pot	2010-09-08 17:41:31 UTC (rev 52640)
@@ -8,10 +8,11 @@
 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-01 18:36+0300\n"
+"POT-Creation-Date: 2010-09-08 19:37+0200\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"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -1419,7 +1420,7 @@
 
 #: backends/platform/wii/options.cpp:186
 #, c-format
-msgid "Network not initialsed (%d)"
+msgid "Network not initialised (%d)"
 msgstr ""
 
 #: backends/platform/wince/CEActionsPocket.cpp:45

Modified: scummvm/trunk/po/uk_UA.po
===================================================================
--- scummvm/trunk/po/uk_UA.po	2010-09-08 17:05:55 UTC (rev 52639)
+++ scummvm/trunk/po/uk_UA.po	2010-09-08 17:41:31 UTC (rev 52640)
@@ -7,16 +7,16 @@
 msgstr ""
 "Project-Id-Version: ScummVM VERSION\n"
 "Report-Msgid-Bugs-To: scummvm-devel at lists.sf.net\n"
-"POT-Creation-Date: 2010-09-01 18:36+0300\n"
+"POT-Creation-Date: 2010-09-08 19:37+0200\n"
 "PO-Revision-Date: 2010-07-30 22:19+0100\n"
 "Last-Translator: Lubomyr Lisen\n"
 "Language-Team: Ukrainian\n"
+"Language: Ukrainian\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=iso-8859-5\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: Ukrainian\n"
-"Plural-Forms: nplurals=3;     plural=n%10==1 && n%100!=11 ? 0 :            n%"
-"10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"Plural-Forms: nplurals=3;     plural=n%10==1 && n%100!=11 ? 0 :            n"
+"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
 
 #: gui/about.cpp:96
 #, c-format
@@ -1473,8 +1473,8 @@
 msgstr "\xC7\xD0\xE1 \xDF\xF6\xD4\xDA\xDB\xEE\xE7\xD5\xDD\xDD\xEF \xD4\xDE \xDC\xD5\xE0\xD5\xD6\xF6 \xD2\xD8\xE2\xF6\xDA"
 
 #: backends/platform/wii/options.cpp:186
-#, c-format
-msgid "Network not initialsed (%d)"
+#, fuzzy, c-format
+msgid "Network not initialised (%d)"
 msgstr "\xBC\xD5\xE0\xD5\xD6\xD0 \xDD\xD5 \xDD\xD0\xDB\xD0\xD3\xDE\xD4\xD6\xD5\xDD\xD0 (%d)"
 
 #: backends/platform/wince/CEActionsPocket.cpp:45


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