[Scummvm-cvs-logs] SF.net SVN: scummvm:[53159] scummvm/trunk
jvprat at users.sourceforge.net
jvprat at users.sourceforge.net
Tue Oct 12 02:26:18 CEST 2010
Revision: 53159
http://scummvm.svn.sourceforge.net/scummvm/?rev=53159&view=rev
Author: jvprat
Date: 2010-10-12 00:26:17 +0000 (Tue, 12 Oct 2010)
Log Message:
-----------
I18N: Forward-port r53063 (minor lowres fixes)
Modified Paths:
--------------
scummvm/trunk/gui/launcher.cpp
scummvm/trunk/gui/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/gui/launcher.cpp
===================================================================
--- scummvm/trunk/gui/launcher.cpp 2010-10-11 23:26:26 UTC (rev 53158)
+++ scummvm/trunk/gui/launcher.cpp 2010-10-12 00:26:17 UTC (rev 53159)
@@ -294,7 +294,7 @@
if (g_system->getOverlayWidth() > 320)
new ButtonWidget(tab, "GameOptions_Paths.Gamepath", _("Game Path:"), 0, kCmdGameBrowser);
else
- new ButtonWidget(tab, "GameOptions_Paths.Gamepath", _c("Game Path:", "context"), 0, kCmdGameBrowser);
+ new ButtonWidget(tab, "GameOptions_Paths.Gamepath", _c("Game Path:", "lowres"), 0, kCmdGameBrowser);
_gamePathWidget = new StaticTextWidget(tab, "GameOptions_Paths.GamepathText", gamePath);
// GUI: Button + Label for the additional path
Modified: scummvm/trunk/gui/options.cpp
===================================================================
--- scummvm/trunk/gui/options.cpp 2010-10-11 23:26:26 UTC (rev 53158)
+++ scummvm/trunk/gui/options.cpp 2010-10-12 00:26:17 UTC (rev 53159)
@@ -666,7 +666,7 @@
if (g_system->getOverlayWidth() > 320)
_midiPopUpDesc = new StaticTextWidget(boss, prefix + "auMidiPopupDesc", _domain == Common::ConfigManager::kApplicationDomain ? _("Preferred Device:") : _("Music Device:"), _domain == Common::ConfigManager::kApplicationDomain ? _("Specifies preferred sound device or sound card emulator") : _("Specifies output sound device or sound card emulator"));
else
- _midiPopUpDesc = new StaticTextWidget(boss, prefix + "auMidiPopupDesc", _domain == Common::ConfigManager::kApplicationDomain ? _c("Preferred Device:", "lowres") : _c("Music Device:", "lowres"), _domain == Common::ConfigManager::kApplicationDomain ? _("Specifies preferred sound device or sound card emulator") : _("Specifies output sound device or sound card emulator"));
+ _midiPopUpDesc = new StaticTextWidget(boss, prefix + "auMidiPopupDesc", _domain == Common::ConfigManager::kApplicationDomain ? _c("Preferred Dev.:", "lowres") : _c("Music Device:", "lowres"), _domain == Common::ConfigManager::kApplicationDomain ? _("Specifies preferred sound device or sound card emulator") : _("Specifies output sound device or sound card emulator"));
_midiPopUp = new PopUpWidget(boss, prefix + "auMidiPopup", _("Specifies output sound device or sound card emulator"));
// Populate it
@@ -763,7 +763,7 @@
if (g_system->getOverlayWidth() > 320)
_mt32Checkbox = new CheckboxWidget(boss, prefix + "mcMt32Checkbox", _("True Roland MT-32 (disable GM emulation)"), _("Check if you want to use your real hardware Roland-compatible sound device connected to your computer"));
else
- _mt32Checkbox = new CheckboxWidget(boss, prefix + "mcMt32Checkbox", _c("True Roland MT-32 (disable GM emulation)", "lowres"), _("Check if you want to use your real hardware Roland-compatible sound device connected to your computer"));
+ _mt32Checkbox = new CheckboxWidget(boss, prefix + "mcMt32Checkbox", _c("True Roland MT-32 (no GM emulation)", "lowres"), _("Check if you want to use your real hardware Roland-compatible sound device connected to your computer"));
// GS Extensions setting
_enableGSCheckbox = new CheckboxWidget(boss, prefix + "mcGSCheckbox", _("Enable Roland GS Mode"), _("Turns off General MIDI mapping for games with Roland MT-32 soundtrack"));
Modified: scummvm/trunk/gui/themes/translations.dat
===================================================================
(Binary files differ)
Modified: scummvm/trunk/po/ca_ES.po
===================================================================
--- scummvm/trunk/po/ca_ES.po 2010-10-11 23:26:26 UTC (rev 53158)
+++ scummvm/trunk/po/ca_ES.po 2010-10-12 00:26:17 UTC (rev 53159)
@@ -1,5 +1,5 @@
# Catalan translation for ScummVM.
-# Copyright (C) 2007-2010 ScummVM
+# Copyright (C) 2007-2010 ScummVM Team
# This file is distributed under the same license as the ScummVM package.
# Jordi Vilalta Prat <jvprat at jvprat.com>, 2007-2010.
#
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: ScummVM 1.3.0svn\n"
"Report-Msgid-Bugs-To: scummvm-devel at lists.sf.net\n"
-"POT-Creation-Date: 2010-10-01 22:28+0100\n"
+"POT-Creation-Date: 2010-10-12 01:50+0200\n"
"PO-Revision-Date: 2010-09-21 23:12+0100\n"
"Last-Translator: Jordi Vilalta Prat <jvprat at jvprat.com>\n"
"Language-Team: Catalan <scummvm-devel at lists.sf.net>\n"
@@ -169,7 +169,7 @@
#: gui/launcher.cpp:203
msgctxt "lowres"
msgid "Platform:"
-msgstr "Plataforma:"
+msgstr "Platafor.:"
#: gui/launcher.cpp:215 gui/options.cpp:924 gui/options.cpp:941
msgid "Graphics"
@@ -259,9 +259,9 @@
msgstr "Cam\xED del joc:"
#: gui/launcher.cpp:297
-msgctxt "context"
+msgctxt "lowres"
msgid "Game Path:"
-msgstr "Cam\xED del joc:"
+msgstr "Cam\xED joc:"
#: gui/launcher.cpp:302 gui/options.cpp:997
msgid "Extra Path:"
@@ -288,7 +288,7 @@
#: gui/launcher.cpp:311 gui/options.cpp:987
msgctxt "lowres"
msgid "Save Path:"
-msgstr "Cam\xED de partides:"
+msgstr "Partides:"
#: gui/launcher.cpp:328 gui/launcher.cpp:408 gui/launcher.cpp:457
#: gui/options.cpp:994 gui/options.cpp:1000 gui/options.cpp:1007
@@ -608,7 +608,7 @@
#: gui/options.cpp:669
msgctxt "lowres"
-msgid "Preferred Device:"
+msgid "Preferred Dev.:"
msgstr "Disp. preferit:"
#: gui/options.cpp:669
@@ -618,7 +618,7 @@
#: gui/options.cpp:695
msgid "AdLib emulator:"
-msgstr "Emulador d'AdLib:"
+msgstr "Emulador AdLib:"
#: gui/options.cpp:695 gui/options.cpp:696
msgid "AdLib is used for music in many games"
@@ -626,7 +626,7 @@
#: gui/options.cpp:706
msgid "Output rate:"
-msgstr "Freq. de sortida:"
+msgstr "Freq. sortida:"
#: gui/options.cpp:706 gui/options.cpp:707
msgid ""
@@ -672,7 +672,7 @@
#: gui/options.cpp:759
msgid "MT-32 Device:"
-msgstr "Dispositiu MT-32:"
+msgstr "Disposit. MT-32:"
#: gui/options.cpp:759
msgid "Specifies default sound device for Roland MT-32/LAPC1/CM32l/CM64 output"
@@ -694,8 +694,8 @@
#: gui/options.cpp:766
msgctxt "lowres"
-msgid "True Roland MT-32 (disable GM emulation)"
-msgstr "Roland MT-32 real (desactiva l'emulaci\xF3 GM)"
+msgid "True Roland MT-32 (no GM emulation)"
+msgstr "Roland MT-32 real (sense emulaci\xF3 GM)"
#: gui/options.cpp:769
msgid "Enable Roland GS Mode"
@@ -752,7 +752,7 @@
#: gui/options.cpp:812
msgctxt "lowres"
msgid "Subtitle speed:"
-msgstr "Velocitat de subt.:"
+msgstr "Veloc. de subt.:"
#: gui/options.cpp:828
msgid "Music volume:"
@@ -796,7 +796,7 @@
#: gui/options.cpp:993
msgctxt "lowres"
msgid "Theme Path:"
-msgstr "Cam\xED de temes:"
+msgstr "Cam\xED temes:"
#: gui/options.cpp:997 gui/options.cpp:999 gui/options.cpp:1000
msgid "Specifies path to additional data used by all games or ScummVM"
@@ -828,7 +828,7 @@
#: gui/options.cpp:1023
msgid "GUI Renderer:"
-msgstr "Pintat de la IU:"
+msgstr "Pintat GUI:"
#: gui/options.cpp:1035
msgid "Autosave:"
@@ -837,7 +837,7 @@
#: gui/options.cpp:1037
msgctxt "lowres"
msgid "Autosave:"
-msgstr "Desat autom\xE0tic:"
+msgstr "Auto-desat:"
#: gui/options.cpp:1045
msgid "Keys"
@@ -845,7 +845,7 @@
#: gui/options.cpp:1052
msgid "GUI Language:"
-msgstr "Idioma de la IU:"
+msgstr "Idioma GUI:"
#: gui/options.cpp:1052
msgid "Language of ScummVM GUI"
@@ -867,7 +867,7 @@
#: gui/options.cpp:1230
msgid "Select directory for GUI themes"
-msgstr "Seleccioneu el directori dels temes de la interf\xEDcie d'usuari"
+msgstr "Seleccioneu el directori dels temes"
#: gui/options.cpp:1240
msgid "Select directory for extra files"
@@ -882,6 +882,8 @@
"The theme you selected does not support your current language. If you want "
"to use this theme you need to switch to another language first."
msgstr ""
+"El tema que heu seleccionat no suporta l'idioma actual. Si voleu utilitzar "
+"aquest tema primer haureu de canviar a un altre idioma."
#: gui/saveload.cpp:60 gui/saveload.cpp:241
msgid "No date saved"
@@ -1125,7 +1127,7 @@
msgid "~C~lose"
msgstr "~T~anca"
-#: engines/scumm/scumm.cpp:2183 engines/agos/saveload.cpp:192
+#: engines/scumm/scumm.cpp:2248 engines/agos/saveload.cpp:192
#, c-format
msgid ""
"Failed to save game state to file:\n"
@@ -1136,7 +1138,7 @@
"\n"
"%s"
-#: engines/scumm/scumm.cpp:2190 engines/agos/saveload.cpp:157
+#: engines/scumm/scumm.cpp:2255 engines/agos/saveload.cpp:157
#, c-format
msgid ""
"Failed to load game state from file:\n"
@@ -1147,7 +1149,7 @@
"\n"
"%s"
-#: engines/scumm/scumm.cpp:2202 engines/agos/saveload.cpp:200
+#: engines/scumm/scumm.cpp:2267 engines/agos/saveload.cpp:200
#, c-format
msgid ""
"Successfully saved game state in file:\n"
@@ -1184,7 +1186,7 @@
#: sound/fmopl.cpp:53
msgid "DOSBox OPL emulator"
-msgstr "Emulador OPL de DOSBox"
+msgstr "Emulador OPL DOSBox"
#: sound/null.h:45
msgid "No music"
@@ -1192,7 +1194,7 @@
#: sound/mods/paula.cpp:192
msgid "Amiga Audio Emulator"
-msgstr "Emulador d'\xE0udio d'Amiga"
+msgstr "Emulador d'\xE0udio Amiga"
#: sound/softsynth/adlib.cpp:1590
msgid "AdLib Emulator"
@@ -1204,7 +1206,7 @@
#: sound/softsynth/sid.cpp:1434
msgid "C64 Audio Emulator"
-msgstr "Emulador d'\xE0udio de C64"
+msgstr "Emulador d'\xE0udio C64"
#: sound/softsynth/mt32.cpp:327
msgid "Initialising MT-32 Emulator"
@@ -1216,7 +1218,7 @@
#: sound/softsynth/pcspk.cpp:142
msgid "PC Speaker Emulator"
-msgstr "Emulador d'Altaveu de PC"
+msgstr "Emulador Altaveu PC"
#: sound/softsynth/pcspk.cpp:161
msgid "IBM PCjr Emulator"
@@ -1335,7 +1337,7 @@
#: backends/platform/sdl/graphics.cpp:59
msgctxt "lowres"
msgid "Normal (no scaling)"
-msgstr "Normal (sense escalar)"
+msgstr "Normal (no escalat)"
#: backends/platform/symbian/src/SymbianActions.cpp:41
#: backends/platform/wince/CEActionsSmartphone.cpp:38
@@ -1630,9 +1632,8 @@
msgstr "Voleu fer una cerca autom\xE0tica?"
#: backends/platform/wince/wince-sdl.cpp:990
-#, fuzzy
msgid "Map right click action"
-msgstr "Clic dret"
+msgstr ""
#: backends/platform/wince/wince-sdl.cpp:994
msgid "You must map a key to the 'Right Click' action to play this game"
Modified: scummvm/trunk/po/de_DE.po
===================================================================
--- scummvm/trunk/po/de_DE.po 2010-10-11 23:26:26 UTC (rev 53158)
+++ scummvm/trunk/po/de_DE.po 2010-10-12 00:26:17 UTC (rev 53159)
@@ -5,9 +5,9 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: ScummVM 1.2.0svn\n"
+"Project-Id-Version: ScummVM 1.3.0svn\n"
"Report-Msgid-Bugs-To: scummvm-devel at lists.sf.net\n"
-"POT-Creation-Date: 2010-10-01 22:28+0100\n"
+"POT-Creation-Date: 2010-10-12 01:50+0200\n"
"PO-Revision-Date: 2010-10-01 17:37+0100\n"
"Last-Translator: Simon Sawatzki <SimSaw at gmx.de>\n"
"Language-Team: Lothar Serra Mari <Lothar at Windowsbase.de> & Simon Sawatzki "
@@ -261,7 +261,7 @@
msgstr "Spielpfad:"
#: gui/launcher.cpp:297
-msgctxt "context"
+msgctxt "lowres"
msgid "Game Path:"
msgstr "Spielpfad:"
@@ -611,7 +611,7 @@
#: gui/options.cpp:669
msgctxt "lowres"
-msgid "Preferred Device:"
+msgid "Preferred Dev.:"
msgstr "Standard-Ger\xE4t:"
#: gui/options.cpp:669
@@ -698,7 +698,7 @@
#: gui/options.cpp:766
msgctxt "lowres"
-msgid "True Roland MT-32 (disable GM emulation)"
+msgid "True Roland MT-32 (no GM emulation)"
msgstr "Echte Roland-MT-32-Emulation (kein GM)"
#: gui/options.cpp:769
@@ -1129,7 +1129,7 @@
msgid "~C~lose"
msgstr "~S~chlie\xDFen"
-#: engines/scumm/scumm.cpp:2183 engines/agos/saveload.cpp:192
+#: engines/scumm/scumm.cpp:2248 engines/agos/saveload.cpp:192
#, c-format
msgid ""
"Failed to save game state to file:\n"
@@ -1140,7 +1140,7 @@
"\n"
"%s"
-#: engines/scumm/scumm.cpp:2190 engines/agos/saveload.cpp:157
+#: engines/scumm/scumm.cpp:2255 engines/agos/saveload.cpp:157
#, c-format
msgid ""
"Failed to load game state from file:\n"
@@ -1151,7 +1151,7 @@
"\n"
"%s"
-#: engines/scumm/scumm.cpp:2202 engines/agos/saveload.cpp:200
+#: engines/scumm/scumm.cpp:2267 engines/agos/saveload.cpp:200
#, c-format
msgid ""
"Successfully saved game state in file:\n"
@@ -1668,6 +1668,18 @@
"Vergessen Sie nicht, der Aktion \"Werkzeugleiste verbergen\" eine Taste "
"zuzuweisen, um das ganze Inventar sehen zu k\xF6nnen."
+#~ msgctxt "context"
+#~ msgid "Game Path:"
+#~ msgstr "Spielpfad:"
+
+#~ msgctxt "lowres"
+#~ msgid "Preferred Device:"
+#~ msgstr "Standard-Ger\xE4t:"
+
+#~ msgctxt "lowres"
+#~ msgid "True Roland MT-32 (disable GM emulation)"
+#~ msgstr "Echte Roland-MT-32-Emulation (kein GM)"
+
#~ msgid "Save Path: "
#~ msgstr "Spielst\xE4nde: "
Modified: scummvm/trunk/po/es_ES.po
===================================================================
--- scummvm/trunk/po/es_ES.po 2010-10-11 23:26:26 UTC (rev 53158)
+++ scummvm/trunk/po/es_ES.po 2010-10-12 00:26:17 UTC (rev 53159)
@@ -1,13 +1,13 @@
# Spanish translation for ScummVM.
-# Copyright (C) YEAR ScummVM Team
+# Copyright (C) 2010 ScummVM Team
# This file is distributed under the same license as the ScummVM package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+# Tom\xE1s Maidagan, 2010.
#
msgid ""
msgstr ""
-"Project-Id-Version: ScummVM 1.2.0svn\n"
+"Project-Id-Version: ScummVM 1.3.0svn\n"
"Report-Msgid-Bugs-To: scummvm-devel at lists.sf.net\n"
-"POT-Creation-Date: 2010-10-01 22:28+0100\n"
+"POT-Creation-Date: 2010-10-12 01:50+0200\n"
"PO-Revision-Date: 2010-09-25 17:11+0100\n"
"Last-Translator: Tom\xE1s Maidagan\n"
"Language-Team: \n"
@@ -259,7 +259,7 @@
msgstr "Juego:"
#: gui/launcher.cpp:297
-msgctxt "context"
+msgctxt "lowres"
msgid "Game Path:"
msgstr "Juego:"
@@ -608,7 +608,7 @@
#: gui/options.cpp:669
msgctxt "lowres"
-msgid "Preferred Device:"
+msgid "Preferred Dev.:"
msgstr "Disp. preferido:"
#: gui/options.cpp:669
@@ -695,7 +695,7 @@
#: gui/options.cpp:766
msgctxt "lowres"
-msgid "True Roland MT-32 (disable GM emulation)"
+msgid "True Roland MT-32 (no GM emulation)"
msgstr "Roland MT-32 real (sin emulaci\xF3n GM)"
#: gui/options.cpp:769
@@ -1121,7 +1121,7 @@
msgid "~C~lose"
msgstr "Cerra~r~"
-#: engines/scumm/scumm.cpp:2183 engines/agos/saveload.cpp:192
+#: engines/scumm/scumm.cpp:2248 engines/agos/saveload.cpp:192
#, c-format
msgid ""
"Failed to save game state to file:\n"
@@ -1132,7 +1132,7 @@
"\n"
"%s"
-#: engines/scumm/scumm.cpp:2190 engines/agos/saveload.cpp:157
+#: engines/scumm/scumm.cpp:2255 engines/agos/saveload.cpp:157
#, c-format
msgid ""
"Failed to load game state from file:\n"
@@ -1143,7 +1143,7 @@
"\n"
"%s"
-#: engines/scumm/scumm.cpp:2202 engines/agos/saveload.cpp:200
+#: engines/scumm/scumm.cpp:2267 engines/agos/saveload.cpp:200
#, c-format
msgid ""
"Successfully saved game state in file:\n"
@@ -1654,29 +1654,3 @@
msgid ""
"Don't forget to map a key to 'Hide Toolbar' action to see the whole inventory"
msgstr ""
-
-#~ msgid "Save Path: "
-#~ msgstr "Partidas:"
-
-#, fuzzy
-#~ msgctxt "lowres"
-#~ msgid "Save Path: "
-#~ msgstr "Partidas:"
-
-#, fuzzy
-#~ msgctxt "lowres"
-#~ msgid "Standard Renderer (16bpp)"
-#~ msgstr "Est\xE1ndar (16bpp)"
-
-#, fuzzy
-#~ msgctxt "lowres"
-#~ msgid "Antialiased Renderer (16bpp)"
-#~ msgstr "Antialiasing (16bpp)"
-
-#, fuzzy
-#~ msgctxt "lowres"
-#~ msgid "Special sound effects volume"
-#~ msgstr "Volumen de los efectos de sonido"
-
-#~ msgid "English"
-#~ msgstr "Ingl\xE9s"
Modified: scummvm/trunk/po/fr_FR.po
===================================================================
--- scummvm/trunk/po/fr_FR.po 2010-10-11 23:26:26 UTC (rev 53158)
+++ scummvm/trunk/po/fr_FR.po 2010-10-12 00:26:17 UTC (rev 53159)
@@ -1,13 +1,13 @@
# French translation for ScummVM.
# Copyright (C) 2010 ScummVM Team
-# This file is distributed under the same license as the PACKAGE package.
+# This file is distributed under the same license as the ScummVM package.
# Thierry Crozat <criezy at scummvm.org>, 2010.
#
msgid ""
msgstr ""
-"Project-Id-Version: ScummVM 1.2.0svn\n"
+"Project-Id-Version: ScummVM 1.3.0svn\n"
"Report-Msgid-Bugs-To: scummvm-devel at lists.sf.net\n"
-"POT-Creation-Date: 2010-10-01 22:28+0100\n"
+"POT-Creation-Date: 2010-10-12 01:50+0200\n"
"PO-Revision-Date: 2010-10-01 22:12+0100\n"
"Last-Translator: Thierry Crozat <criezy at scummvm.org>\n"
"Language-Team: French <scummvm-devel at lists.sf.net>\n"
@@ -260,7 +260,7 @@
msgstr "Chemin du Jeu:"
#: gui/launcher.cpp:297
-msgctxt "context"
+msgctxt "lowres"
msgid "Game Path:"
msgstr "Chemin du Jeu:"
@@ -609,7 +609,7 @@
#: gui/options.cpp:669
msgctxt "lowres"
-msgid "Preferred Device:"
+msgid "Preferred Dev.:"
msgstr "Sortie Pr\xE9f\xE9r\xE9:"
#: gui/options.cpp:669
@@ -696,7 +696,7 @@
#: gui/options.cpp:766
msgctxt "lowres"
-msgid "True Roland MT-32 (disable GM emulation)"
+msgid "True Roland MT-32 (no GM emulation)"
msgstr "Roland MT-32 exacte (pas d'\xE9mu GM)"
#: gui/options.cpp:769
@@ -1128,7 +1128,7 @@
msgid "~C~lose"
msgstr "~F~ermer"
-#: engines/scumm/scumm.cpp:2183 engines/agos/saveload.cpp:192
+#: engines/scumm/scumm.cpp:2248 engines/agos/saveload.cpp:192
#, c-format
msgid ""
"Failed to save game state to file:\n"
@@ -1139,7 +1139,7 @@
"\n"
"%s"
-#: engines/scumm/scumm.cpp:2190 engines/agos/saveload.cpp:157
+#: engines/scumm/scumm.cpp:2255 engines/agos/saveload.cpp:157
#, c-format
msgid ""
"Failed to load game state from file:\n"
@@ -1150,7 +1150,7 @@
"\n"
"%s"
-#: engines/scumm/scumm.cpp:2202 engines/agos/saveload.cpp:200
+#: engines/scumm/scumm.cpp:2267 engines/agos/saveload.cpp:200
#, c-format
msgid ""
"Successfully saved game state in file:\n"
@@ -1667,28 +1667,6 @@
"Noubliez pas d'affecter une touche \xE0 l'action 'Cacher Bar d'Outils' pour "
"pouvoir voir enti\xE8rement l'inventaire"
-#~ msgid "Save Path: "
-#~ msgstr "Sauvegardes:"
-
-#~ msgctxt "lowres"
-#~ msgid "Save Path: "
-#~ msgstr "Sauvegardes:"
-
-#~ msgctxt "lowres"
-#~ msgid "Standard Renderer (16bpp)"
-#~ msgstr "Standard (16bpp)"
-
-#~ msgctxt "lowres"
-#~ msgid "Antialiased Renderer (16bpp)"
-#~ msgstr "Anti-cr\xE9nel\xE9 (16 bpp)"
-
-#~ msgctxt "lowres"
-#~ msgid "Special sound effects volume"
-#~ msgstr "Volume des effets sp\xE9ciaux sonores"
-
-#~ msgid "English"
-#~ msgstr "Anglais"
-
#~ msgid "Failed to load any GUI theme, aborting"
#~ msgstr "Aucun th\xE8me GUI n'a pu \xEAtre charg\xE9; abandon"
@@ -1716,54 +1694,12 @@
#~ "Le plugin %s a \xE9chou\xE9 dans l'instanciation du moteur de jeu: %s (cible "
#~ "'%s', chemin '%s')"
-#~ msgid "Ok"
-#~ msgstr "Ok"
-
#~ msgid "Music driver:"
#~ msgstr "Pilote audio:"
-#~ msgid "ALSA"
-#~ msgstr "ALSA"
-
#~ msgid "Atari ST MIDI"
#~ msgstr "MIDI Atari ST"
-#~ msgid "SEQ"
-#~ msgstr "SEQ"
-
-#~ msgid "DMedia"
-#~ msgstr "DMedia"
-
-#~ msgid "CAMD"
-#~ msgstr "CAMD"
-
-#~ msgid "CoreAudio"
-#~ msgstr "CoreAudio"
-
-#~ msgid "CoreMIDI"
-#~ msgstr "CoreMIDI"
-
-#~ msgid "Yamaha Pa1"
-#~ msgstr "Yamaha Pa1"
-
-#~ msgid "Tapwave Zodiac"
-#~ msgstr "Tapwave Zodiac"
-
-#~ msgid "FluidSynth"
-#~ msgstr "FluidSynth"
-
-#~ msgid "AdLib"
-#~ msgstr "AdLib"
-
-#~ msgid "IBM PCjr"
-#~ msgstr "IBM PCjr"
-
-#~ msgid "Creative Music System"
-#~ msgstr "Creative Music System"
-
-#~ msgid "TiMidity"
-#~ msgstr "TiMidity"
-
#~ msgid "About..."
#~ msgstr "A propos..."
Modified: scummvm/trunk/po/hu_HU.po
===================================================================
--- scummvm/trunk/po/hu_HU.po 2010-10-11 23:26:26 UTC (rev 53158)
+++ scummvm/trunk/po/hu_HU.po 2010-10-12 00:26:17 UTC (rev 53159)
@@ -1,13 +1,13 @@
# Hungarian translation for ScummVM.
-# Copyright (C) 2009 ScummVM
+# Copyright (C) 2009 ScummVM Team
# This file is distributed under the same license as the ScummVM package.
# Alex Bevilacqua <alexbevi at gmail.com>, 2009.
#
msgid ""
msgstr ""
-"Project-Id-Version: ScummVM VERSION\n"
+"Project-Id-Version: ScummVM 1.3.0svn\n"
"Report-Msgid-Bugs-To: scummvm-devel at lists.sf.net\n"
-"POT-Creation-Date: 2010-10-01 22:28+0100\n"
+"POT-Creation-Date: 2010-10-12 01:50+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"
@@ -260,7 +260,7 @@
#: gui/launcher.cpp:297
#, fuzzy
-msgctxt "context"
+msgctxt "lowres"
msgid "Game Path:"
msgstr "Extra \xDAtvonal:"
@@ -611,7 +611,7 @@
#: gui/options.cpp:669
msgctxt "lowres"
-msgid "Preferred Device:"
+msgid "Preferred Dev.:"
msgstr ""
#: gui/options.cpp:669
@@ -693,7 +693,7 @@
#: gui/options.cpp:766
#, fuzzy
msgctxt "lowres"
-msgid "True Roland MT-32 (disable GM emulation)"
+msgid "True Roland MT-32 (no GM emulation)"
msgstr "Igaz Roland MT-32 (megb\xE9n\xEDt GM emul\xE1ci\xF3)"
#: gui/options.cpp:769
@@ -1131,7 +1131,7 @@
msgid "~C~lose"
msgstr ""
-#: engines/scumm/scumm.cpp:2183 engines/agos/saveload.cpp:192
+#: engines/scumm/scumm.cpp:2248 engines/agos/saveload.cpp:192
#, c-format
msgid ""
"Failed to save game state to file:\n"
@@ -1139,7 +1139,7 @@
"%s"
msgstr ""
-#: engines/scumm/scumm.cpp:2190 engines/agos/saveload.cpp:157
+#: engines/scumm/scumm.cpp:2255 engines/agos/saveload.cpp:157
#, c-format
msgid ""
"Failed to load game state from file:\n"
@@ -1147,7 +1147,7 @@
"%s"
msgstr ""
-#: engines/scumm/scumm.cpp:2202 engines/agos/saveload.cpp:200
+#: engines/scumm/scumm.cpp:2267 engines/agos/saveload.cpp:200
#, c-format
msgid ""
"Successfully saved game state in file:\n"
@@ -1667,7 +1667,17 @@
msgstr ""
#, fuzzy
+#~ msgctxt "context"
+#~ msgid "Game Path:"
+#~ msgstr "Extra \xDAtvonal:"
+
+#, fuzzy
#~ msgctxt "lowres"
+#~ msgid "True Roland MT-32 (disable GM emulation)"
+#~ msgstr "Igaz Roland MT-32 (megb\xE9n\xEDt GM emul\xE1ci\xF3)"
+
+#, fuzzy
+#~ msgctxt "lowres"
#~ msgid "Save Path: "
#~ msgstr "Extra \xDAtvonal:"
Modified: scummvm/trunk/po/it_IT.po
===================================================================
--- scummvm/trunk/po/it_IT.po 2010-10-11 23:26:26 UTC (rev 53158)
+++ scummvm/trunk/po/it_IT.po 2010-10-12 00:26:17 UTC (rev 53159)
@@ -1,13 +1,13 @@
# Italian translation for ScummVM.
-# Copyright (C) YEAR ScummVM Team
+# Copyright (C) 2010 ScummVM Team
# This file is distributed under the same license as the ScummVM package.
# Matteo 'Maff' Angelino <matteo.maff at gmail dot com>, 2010.
#
msgid ""
msgstr ""
-"Project-Id-Version: ScummVM 1.2.0svn\n"
+"Project-Id-Version: ScummVM 1.3.0svn\n"
"Report-Msgid-Bugs-To: scummvm-devel at lists.sf.net\n"
-"POT-Creation-Date: 2010-10-01 22:28+0100\n"
+"POT-Creation-Date: 2010-10-12 01:50+0200\n"
"PO-Revision-Date: 2010-09-21 19:33+0100\n"
"Last-Translator: Matteo 'Maff' Angelino <matteo.maff at gmail dot com>\n"
"Language-Team: Italian\n"
@@ -258,7 +258,7 @@
msgstr "Percorso gioco:"
#: gui/launcher.cpp:297
-msgctxt "context"
+msgctxt "lowres"
msgid "Game Path:"
msgstr "Perc. gioco:"
@@ -609,7 +609,7 @@
#: gui/options.cpp:669
msgctxt "lowres"
-msgid "Preferred Device:"
+msgid "Preferred Dev.:"
msgstr "Disp. preferito:"
#: gui/options.cpp:669
@@ -694,7 +694,7 @@
#: gui/options.cpp:766
msgctxt "lowres"
-msgid "True Roland MT-32 (disable GM emulation)"
+msgid "True Roland MT-32 (no GM emulation)"
msgstr "Roland MT-32 effettivo (disat.emul.GM)"
#: gui/options.cpp:769
@@ -1122,7 +1122,7 @@
msgid "~C~lose"
msgstr "~C~hiudi"
-#: engines/scumm/scumm.cpp:2183 engines/agos/saveload.cpp:192
+#: engines/scumm/scumm.cpp:2248 engines/agos/saveload.cpp:192
#, c-format
msgid ""
"Failed to save game state to file:\n"
@@ -1133,7 +1133,7 @@
"\n"
"%s"
-#: engines/scumm/scumm.cpp:2190 engines/agos/saveload.cpp:157
+#: engines/scumm/scumm.cpp:2255 engines/agos/saveload.cpp:157
#, c-format
msgid ""
"Failed to load game state from file:\n"
@@ -1144,7 +1144,7 @@
"\n"
"%s"
-#: engines/scumm/scumm.cpp:2202 engines/agos/saveload.cpp:200
+#: engines/scumm/scumm.cpp:2267 engines/agos/saveload.cpp:200
#, c-format
msgid ""
"Successfully saved game state in file:\n"
@@ -1655,21 +1655,3 @@
msgid ""
"Don't forget to map a key to 'Hide Toolbar' action to see the whole inventory"
msgstr ""
-
-#~ msgid "Save Path: "
-#~ msgstr "Salvataggi:"
-
-#~ msgctxt "lowres"
-#~ msgid "Save Path: "
-#~ msgstr "Salvataggi:"
-
-#~ msgctxt "lowres"
-#~ msgid "Standard Renderer (16bpp)"
-#~ msgstr "Rend. standard (16bpp)"
-
-#~ msgctxt "lowres"
-#~ msgid "Antialiased Renderer (16bpp)"
-#~ msgstr "Rend. antialiasing (16bpp)"
-
-#~ msgid "English"
-#~ msgstr "Inglese"
Modified: scummvm/trunk/po/ru_RU.po
===================================================================
--- scummvm/trunk/po/ru_RU.po 2010-10-11 23:26:26 UTC (rev 53158)
+++ scummvm/trunk/po/ru_RU.po 2010-10-12 00:26:17 UTC (rev 53159)
@@ -1,13 +1,13 @@
# Russian translation for ScummVM.
-# Copyright (C) 2010 ScummVM
+# Copyright (C) 2010 ScummVM Team
# This file is distributed under the same license as the ScummVM package.
# Eugene Sandulenko <sev at scummvm.org>, 2010.
#
msgid ""
msgstr ""
-"Project-Id-Version: ScummVM VERSION\n"
+"Project-Id-Version: ScummVM 1.3.0svn\n"
"Report-Msgid-Bugs-To: scummvm-devel at lists.sf.net\n"
-"POT-Creation-Date: 2010-10-01 22:28+0100\n"
+"POT-Creation-Date: 2010-10-12 01:50+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"
@@ -261,7 +261,7 @@
msgstr "\xBF\xE3\xE2\xEC \xDA \xD8\xD3\xE0\xD5: "
#: gui/launcher.cpp:297
-msgctxt "context"
+msgctxt "lowres"
msgid "Game Path:"
msgstr "\xB3\xD4\xD5 \xD8\xD3\xE0\xD0: "
@@ -598,7 +598,8 @@
#: gui/options.cpp:667 gui/options.cpp:669
msgid "Specifies preferred sound device or sound card emulator"
-msgstr "\xC3\xDA\xD0\xD7\xEB\xD2\xD0\xD5\xE2 \xDF\xE0\xD5\xD4\xDF\xDE\xE7\xD8\xE2\xD0\xD5\xDC\xDE\xD5 \xD7\xD2\xE3\xDA\xDE\xD2\xDE\xD5 \xE3\xE1\xE2\xE0\xDE\xD9\xE1\xE2\xD2\xDE \xD8\xDB\xD8 \xED\xDC\xE3\xDB\xEF\xE2\xDE\xE0 \xD7\xD2\xE3\xDA\xDE\xD2\xDE\xD9 \xDA\xD0\xE0\xE2\xEB"
+msgstr ""
+"\xC3\xDA\xD0\xD7\xEB\xD2\xD0\xD5\xE2 \xDF\xE0\xD5\xD4\xDF\xDE\xE7\xD8\xE2\xD0\xD5\xDC\xDE\xD5 \xD7\xD2\xE3\xDA\xDE\xD2\xDE\xD5 \xE3\xE1\xE2\xE0\xDE\xD9\xE1\xE2\xD2\xDE \xD8\xDB\xD8 \xED\xDC\xE3\xDB\xEF\xE2\xDE\xE0 \xD7\xD2\xE3\xDA\xDE\xD2\xDE\xD9 \xDA\xD0\xE0\xE2\xEB"
#: gui/options.cpp:667 gui/options.cpp:669 gui/options.cpp:670
msgid "Specifies output sound device or sound card emulator"
@@ -606,7 +607,7 @@
#: gui/options.cpp:669
msgctxt "lowres"
-msgid "Preferred Device:"
+msgid "Preferred Dev.:"
msgstr "\xBF\xE0\xD5\xD4\xDF\xDE\xE7\xD8\xE2\xD0\xD5\xDC\xDE\xD5:"
#: gui/options.cpp:669
@@ -693,7 +694,7 @@
#: gui/options.cpp:766
msgctxt "lowres"
-msgid "True Roland MT-32 (disable GM emulation)"
+msgid "True Roland MT-32 (no GM emulation)"
msgstr "\xBD\xD0\xE1\xE2\xDE\xEF\xE9\xD8\xD9 Roland MT-32 (\xD7\xD0\xDF\xE0\xD5\xE2\xD8\xE2\xEC GM)"
#: gui/options.cpp:769
@@ -1123,7 +1124,7 @@
msgid "~C~lose"
msgstr "~\xB7~\xD0\xDA\xE0\xEB\xE2\xEC"
-#: engines/scumm/scumm.cpp:2183 engines/agos/saveload.cpp:192
+#: engines/scumm/scumm.cpp:2248 engines/agos/saveload.cpp:192
#, c-format
msgid ""
"Failed to save game state to file:\n"
@@ -1134,7 +1135,7 @@
"\n"
"%s"
-#: engines/scumm/scumm.cpp:2190 engines/agos/saveload.cpp:157
+#: engines/scumm/scumm.cpp:2255 engines/agos/saveload.cpp:157
#, c-format
msgid ""
"Failed to load game state from file:\n"
@@ -1145,7 +1146,7 @@
"\n"
"%s"
-#: engines/scumm/scumm.cpp:2202 engines/agos/saveload.cpp:200
+#: engines/scumm/scumm.cpp:2267 engines/agos/saveload.cpp:200
#, c-format
msgid ""
"Successfully saved game state in file:\n"
@@ -1655,4 +1656,5 @@
msgid ""
"Don't forget to map a key to 'Hide Toolbar' action to see the whole inventory"
msgstr ""
-"\xBD\xD5 \xD7\xD0\xD1\xE3\xD4\xEC\xE2\xD5 \xDD\xD0\xD7\xDD\xD0\xE7\xD8\xE2\xEC \xDA\xDB\xD0\xD2\xD8\xE8\xE3 \xD4\xDB\xEF \xD4\xD5\xD9\xE1\xE2\xD2\xD8\xEF 'Hide Toolbar' \xE7\xE2\xDE\xD1\xEB \xE3\xD2\xD8\xD4\xD5\xE2\xEC \xD2\xD5\xE1\xEC \xD8\xDD\xD2\xD5\xDD\xE2\xD0\xE0\xEC \xD2 \xD8\xD3\xE0\xD5"
+"\xBD\xD5 \xD7\xD0\xD1\xE3\xD4\xEC\xE2\xD5 \xDD\xD0\xD7\xDD\xD0\xE7\xD8\xE2\xEC \xDA\xDB\xD0\xD2\xD8\xE8\xE3 \xD4\xDB\xEF \xD4\xD5\xD9\xE1\xE2\xD2\xD8\xEF 'Hide Toolbar' \xE7\xE2\xDE\xD1\xEB \xE3\xD2\xD8\xD4\xD5\xE2\xEC \xD2\xD5\xE1\xEC "
+"\xD8\xDD\xD2\xD5\xDD\xE2\xD0\xE0\xEC \xD2 \xD8\xD3\xE0\xD5"
Modified: scummvm/trunk/po/scummvm.pot
===================================================================
--- scummvm/trunk/po/scummvm.pot 2010-10-11 23:26:26 UTC (rev 53158)
+++ scummvm/trunk/po/scummvm.pot 2010-10-12 00:26:17 UTC (rev 53159)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: ScummVM 1.3.0svn\n"
"Report-Msgid-Bugs-To: scummvm-devel at lists.sf.net\n"
-"POT-Creation-Date: 2010-10-01 22:28+0100\n"
+"POT-Creation-Date: 2010-10-12 01:50+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"
@@ -256,7 +256,7 @@
msgstr ""
#: gui/launcher.cpp:297
-msgctxt "context"
+msgctxt "lowres"
msgid "Game Path:"
msgstr ""
@@ -599,7 +599,7 @@
#: gui/options.cpp:669
msgctxt "lowres"
-msgid "Preferred Device:"
+msgid "Preferred Dev.:"
msgstr ""
#: gui/options.cpp:669
@@ -678,7 +678,7 @@
#: gui/options.cpp:766
msgctxt "lowres"
-msgid "True Roland MT-32 (disable GM emulation)"
+msgid "True Roland MT-32 (no GM emulation)"
msgstr ""
#: gui/options.cpp:769
@@ -1103,7 +1103,7 @@
msgid "~C~lose"
msgstr ""
-#: engines/scumm/scumm.cpp:2183 engines/agos/saveload.cpp:192
+#: engines/scumm/scumm.cpp:2248 engines/agos/saveload.cpp:192
#, c-format
msgid ""
"Failed to save game state to file:\n"
@@ -1111,7 +1111,7 @@
"%s"
msgstr ""
-#: engines/scumm/scumm.cpp:2190 engines/agos/saveload.cpp:157
+#: engines/scumm/scumm.cpp:2255 engines/agos/saveload.cpp:157
#, c-format
msgid ""
"Failed to load game state from file:\n"
@@ -1119,7 +1119,7 @@
"%s"
msgstr ""
-#: engines/scumm/scumm.cpp:2202 engines/agos/saveload.cpp:200
+#: engines/scumm/scumm.cpp:2267 engines/agos/saveload.cpp:200
#, c-format
msgid ""
"Successfully saved game state in file:\n"
Modified: scummvm/trunk/po/uk_UA.po
===================================================================
--- scummvm/trunk/po/uk_UA.po 2010-10-11 23:26:26 UTC (rev 53158)
+++ scummvm/trunk/po/uk_UA.po 2010-10-12 00:26:17 UTC (rev 53159)
@@ -1,13 +1,13 @@
# Ukrainian translation for ScummVM.
-# Copyright (C) 2010 ScummVM
+# Copyright (C) 2010 ScummVM Team
# This file is distributed under the same license as the ScummVM package.
# Lubomyr Lisen, 2010.
#
msgid ""
msgstr ""
-"Project-Id-Version: ScummVM VERSION\n"
+"Project-Id-Version: ScummVM 1.3.0svn\n"
"Report-Msgid-Bugs-To: scummvm-devel at lists.sf.net\n"
-"POT-Creation-Date: 2010-10-01 22:28+0100\n"
+"POT-Creation-Date: 2010-10-12 01:50+0200\n"
"PO-Revision-Date: 2010-09-21 18:46+0200\n"
"Last-Translator: Lubomyr Lisen\n"
"Language-Team: Ukrainian\n"
@@ -261,7 +261,7 @@
msgstr "\xC8\xDB\xEF\xE5 \xD4\xDE \xD3\xE0\xD8: "
#: gui/launcher.cpp:297
-msgctxt "context"
+msgctxt "lowres"
msgid "Game Path:"
msgstr "\xC8\xDB\xEF\xE5 \xD4\xDE \xD3\xE0\xD8: "
@@ -606,7 +606,7 @@
#: gui/options.cpp:669
msgctxt "lowres"
-msgid "Preferred Device:"
+msgid "Preferred Dev.:"
msgstr "\xBF\xE0\xD8\xE1\xE2\xE0\xF6\xD9 \xEF\xDA\xDE\xDC\xE3 \xD2\xF6\xD4\xD4\xD0\xF4\xE2\xEC\xE1\xEF \xDF\xD5\xE0\xD5\xD2\xD0\xD3\xD0:"
#: gui/options.cpp:669
@@ -692,7 +692,7 @@
#: gui/options.cpp:766
msgctxt "lowres"
-msgid "True Roland MT-32 (disable GM emulation)"
+msgid "True Roland MT-32 (no GM emulation)"
msgstr "\xC1\xDF\xE0\xD0\xD2\xD6\xDD\xF6\xD9 Roland MT-32 (\xD2\xD8\xDC\xDA\xDD\xE3\xE2\xD8 \xD5\xDC\xE3\xDB\xEF\xE6\xD8\xEE GM)"
#: gui/options.cpp:769
@@ -1120,7 +1120,7 @@
msgid "~C~lose"
msgstr "~\xB7~\xD0\xDA\xE0\xD8\xE2\xD8"
-#: engines/scumm/scumm.cpp:2183 engines/agos/saveload.cpp:192
+#: engines/scumm/scumm.cpp:2248 engines/agos/saveload.cpp:192
#, c-format
msgid ""
"Failed to save game state to file:\n"
@@ -1131,7 +1131,7 @@
"\n"
"%s"
-#: engines/scumm/scumm.cpp:2190 engines/agos/saveload.cpp:157
+#: engines/scumm/scumm.cpp:2255 engines/agos/saveload.cpp:157
#, c-format
msgid ""
"Failed to load game state from file:\n"
@@ -1142,7 +1142,7 @@
"\n"
"%s"
-#: engines/scumm/scumm.cpp:2202 engines/agos/saveload.cpp:200
+#: engines/scumm/scumm.cpp:2267 engines/agos/saveload.cpp:200
#, c-format
msgid ""
"Successfully saved game state in file:\n"
@@ -1654,13 +1654,13 @@
"Don't forget to map a key to 'Hide Toolbar' action to see the whole inventory"
msgstr ""
-#~ msgid "Save Path: "
-#~ msgstr "\xC8\xDB\xEF\xE5 \xD4\xDB\xEF \xD7\xD1\xD5\xE0\xD5\xD6\xD5\xDD\xEC: "
+#~ msgctxt "lowres"
+#~ msgid "Preferred Device:"
+#~ msgstr "\xBF\xE0\xD8\xE1\xE2\xE0\xF6\xD9 \xEF\xDA\xDE\xDC\xE3 \xD2\xF6\xD4\xD4\xD0\xF4\xE2\xEC\xE1\xEF \xDF\xD5\xE0\xD5\xD2\xD0\xD3\xD0:"
-#, fuzzy
#~ msgctxt "lowres"
-#~ msgid "Save Path: "
-#~ msgstr "\xC8\xDB\xEF\xE5 \xD4\xDB\xEF \xD7\xD1\xD5\xE0\xD5\xD6\xD5\xDD\xEC: "
+#~ msgid "True Roland MT-32 (disable GM emulation)"
+#~ msgstr "\xC1\xDF\xE0\xD0\xD2\xD6\xDD\xF6\xD9 Roland MT-32 (\xD2\xD8\xDC\xDA\xDD\xE3\xE2\xD8 \xD5\xDC\xE3\xDB\xEF\xE6\xD8\xEE GM)"
#, fuzzy
#~ msgctxt "lowres"
@@ -1676,6 +1676,3 @@
#~ msgctxt "lowres"
#~ msgid "Special sound effects volume"
#~ msgstr "\xB3\xE3\xE7\xDD\xF6\xE1\xE2\xEC \xE1\xDF\xD5\xE6\xF6\xD0\xDB\xEC\xDD\xD8\xE5 \xD7\xD2\xE3\xDA\xDE\xD2\xD8\xE5 \xD5\xE4\xD5\xDA\xE2\xF6\xD2"
-
-#~ msgid "English"
-#~ msgstr "English"
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