[colobot] 210/390: Removed info about CD in background music tooltip; removed unused 3D sound translation

Didier Raboud odyx at moszumanska.debian.org
Fri Jun 12 14:21:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

odyx pushed a commit to branch upstream/latest
in repository colobot.

commit 48ca5b5663fbcb39de82f946cd4eb58126115331
Author: krzys-h <krzys_h at interia.pl>
Date:   Tue Nov 11 14:59:56 2014 +0100

    Removed info about CD in background music tooltip; removed unused 3D sound translation
---
 po/colobot.pot         |  2 +-
 po/de.po               |  3 ++-
 po/fr.po               |  3 ++-
 po/pl.po               | 12 ++++++++----
 po/ru.po               |  3 ++-
 src/common/event.cpp   |  1 -
 src/common/event.h     |  1 -
 src/common/restext.cpp |  3 +--
 8 files changed, 16 insertions(+), 12 deletions(-)

diff --git a/po/colobot.pot b/po/colobot.pot
index cb3ecfe..5d6b151 100644
--- a/po/colobot.pot
+++ b/po/colobot.pot
@@ -484,7 +484,7 @@ msgstr ""
 msgid "Sound effects:\\Volume of engines, voice, shooting, etc."
 msgstr ""
 
-msgid "Background sound :\\Volume of audio tracks on the CD"
+msgid "Background sound :\\Volume of audio tracks"
 msgstr ""
 
 msgid "3D sound\\3D positioning of the sound"
diff --git a/po/de.po b/po/de.po
index e0b21f3..98f707c 100644
--- a/po/de.po
+++ b/po/de.po
@@ -172,7 +172,8 @@ msgstr ""
 msgid "Back"
 msgstr "Vorherg. Seite"
 
-msgid "Background sound :\\Volume of audio tracks on the CD"
+#, fuzzy
+msgid "Background sound :\\Volume of audio tracks"
 msgstr "Geräuschkulisse:\\Lautstärke der Soundtracks der CD"
 
 msgid "Backward (\\key down;)"
diff --git a/po/fr.po b/po/fr.po
index f774ce3..9949b71 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -167,7 +167,8 @@ msgstr ""
 msgid "Back"
 msgstr "Page précédente"
 
-msgid "Background sound :\\Volume of audio tracks on the CD"
+#, fuzzy
+msgid "Background sound :\\Volume of audio tracks"
 msgstr "Fond sonore :\\Volume des pistes audio du CD"
 
 msgid "Backward (\\key down;)"
diff --git a/po/pl.po b/po/pl.po
index 047f73a..5e0f5b5 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -161,10 +161,14 @@ msgid "Automatic indent\\When program editing"
 msgstr "Automatyczne wcięcia\\Automatyczne wcięcia podczas edycji programu"
 
 msgid "Autosave interval\\How often your game will autosave"
-msgstr "Częstotliwość autozapisu\\Jak często gra będzie automatycznie zapisywać twój postęp"
+msgstr ""
+"Częstotliwość autozapisu\\Jak często gra będzie automatycznie zapisywać twój "
+"postęp"
 
 msgid "Autosave slots\\How many autosave slots you'll have"
-msgstr "Sloty autozapisów\\Określa ile slotów na automatyczne zapisy będzie dostępnych"
+msgstr ""
+"Sloty autozapisów\\Określa ile slotów na automatyczne zapisy będzie "
+"dostępnych"
 
 msgid "Autosave\\Enables autosave"
 msgstr "Autozapis\\Włącza automatyczny zapis"
@@ -172,8 +176,8 @@ msgstr "Autozapis\\Włącza automatyczny zapis"
 msgid "Back"
 msgstr "Wstecz"
 
-msgid "Background sound :\\Volume of audio tracks on the CD"
-msgstr "Muzyka w tle :\\Głośność ścieżek dźwiękowych z płyty CD"
+msgid "Background sound :\\Volume of audio tracks"
+msgstr "Muzyka w tle :\\Głośność ścieżek dźwiękowych"
 
 msgid "Backward (\\key down;)"
 msgstr "Cofnij (\\key down;)"
diff --git a/po/ru.po b/po/ru.po
index e457648..3bdb569 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -167,7 +167,8 @@ msgstr ""
 msgid "Back"
 msgstr "Назад"
 
-msgid "Background sound :\\Volume of audio tracks on the CD"
+#, fuzzy
+msgid "Background sound :\\Volume of audio tracks"
 msgstr "Фоновый звук:\\Громкость звуковых дорожек на CD"
 
 msgid "Backward (\\key down;)"
diff --git a/src/common/event.cpp b/src/common/event.cpp
index 37a6fe8..f5f5247 100644
--- a/src/common/event.cpp
+++ b/src/common/event.cpp
@@ -248,7 +248,6 @@ void InitializeEventTypeTexts()
 
     EVENT_TYPE_TEXT[EVENT_INTERFACE_VOLSOUND]= "EVENT_INTERFACE_VOLSOUND";
     EVENT_TYPE_TEXT[EVENT_INTERFACE_VOLMUSIC]= "EVENT_INTERFACE_VOLMUSIC";
-    EVENT_TYPE_TEXT[EVENT_INTERFACE_SOUND3D] = "EVENT_INTERFACE_SOUND3D";
 
     EVENT_TYPE_TEXT[EVENT_INTERFACE_MIN]     = "EVENT_INTERFACE_MIN";
     EVENT_TYPE_TEXT[EVENT_INTERFACE_NORM]    = "EVENT_INTERFACE_NORM";
diff --git a/src/common/event.h b/src/common/event.h
index ed5d60e..83dedfe 100644
--- a/src/common/event.h
+++ b/src/common/event.h
@@ -275,7 +275,6 @@ enum EventType
 
     EVENT_INTERFACE_VOLSOUND= 530,
     EVENT_INTERFACE_VOLMUSIC= 531,
-    EVENT_INTERFACE_SOUND3D = 532,
 
     EVENT_INTERFACE_MIN     = 540,
     EVENT_INTERFACE_NORM    = 541,
diff --git a/src/common/restext.cpp b/src/common/restext.cpp
index 09bf6bd..ef1b37b 100644
--- a/src/common/restext.cpp
+++ b/src/common/restext.cpp
@@ -235,8 +235,7 @@ void InitializeRestext()
     stringsEvent[EVENT_INTERFACE_KSPEED30]  = TR("Speed 3.0x\\Three times faster");
 
     stringsEvent[EVENT_INTERFACE_VOLSOUND]  = TR("Sound effects:\\Volume of engines, voice, shooting, etc.");
-    stringsEvent[EVENT_INTERFACE_VOLMUSIC]  = TR("Background sound :\\Volume of audio tracks on the CD");
-    stringsEvent[EVENT_INTERFACE_SOUND3D]   = TR("3D sound\\3D positioning of the sound");
+    stringsEvent[EVENT_INTERFACE_VOLMUSIC]  = TR("Background sound :\\Volume of audio tracks");
 
     stringsEvent[EVENT_INTERFACE_MIN]       = TR("Lowest\\Minimum graphic quality (highest frame rate)");
     stringsEvent[EVENT_INTERFACE_NORM]      = TR("Normal\\Normal graphic quality");

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/colobot.git



More information about the Pkg-games-commits mailing list