[colobot] 174/390: Depth of field to Render distance in EN & PL translations, close issue #369

Didier Raboud odyx at moszumanska.debian.org
Fri Jun 12 14:21:42 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 81a02220eefc33f7dd9d636dc5632e8f62294c7f
Author: CoLoRaptor <raptor.oto at gmail.com>
Date:   Wed Nov 5 23:01:33 2014 +0100

    Depth of field to Render distance in EN & PL translations, close issue #369
---
 po/colobot.pot         | 2 +-
 po/de.po               | 3 ++-
 po/fr.po               | 3 ++-
 po/pl.po               | 4 ++--
 po/ru.po               | 3 ++-
 src/common/restext.cpp | 2 +-
 6 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/po/colobot.pot b/po/colobot.pot
index 3a1ddea..c5473c0 100644
--- a/po/colobot.pot
+++ b/po/colobot.pot
@@ -345,7 +345,7 @@ msgstr ""
 msgid "Number of particles\\Explosions, dust, reflections, etc."
 msgstr ""
 
-msgid "Depth of field\\Maximum visibility"
+msgid "Render distance\\Maximum visibility"
 msgstr ""
 
 msgid "Details\\Visual quality of 3D objects"
diff --git a/po/de.po b/po/de.po
index 5a63f51..4aeacfa 100644
--- a/po/de.po
+++ b/po/de.po
@@ -446,7 +446,8 @@ msgstr "Spieler löschen\\Löscht den Spieler aus der Liste"
 msgid "Delete\\Deletes the selected file"
 msgstr "Löschen\\Löscht die gespeicherte Mission"
 
-msgid "Depth of field\\Maximum visibility"
+#, fuzzy
+msgid "Render distance\\Maximum visibility"
 msgstr "Sichtweite\\Maximale Sichtweite"
 
 msgid "Derrick"
diff --git a/po/fr.po b/po/fr.po
index a72fc23..8b82dde 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -441,7 +441,8 @@ msgstr "Supprimer le joueur\\Supprimer le joueur de la liste"
 msgid "Delete\\Deletes the selected file"
 msgstr "Supprimer\\Supprime l'enregistrement sélectionné"
 
-msgid "Depth of field\\Maximum visibility"
+#, fuzzy
+msgid "Render distance\\Maximum visibility"
 msgstr "Profondeur de champ\\Distance de vue maximale"
 
 msgid "Derrick"
diff --git a/po/pl.po b/po/pl.po
index 322bd92..8bf9893 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -447,8 +447,8 @@ msgstr "Usuń gracza\\Usuwa gracza z listy"
 msgid "Delete\\Deletes the selected file"
 msgstr "Usuń\\Usuwa zaznaczony plik"
 
-msgid "Depth of field\\Maximum visibility"
-msgstr "Głębokość pola\\Maksymalna widoczność"
+msgid "Render distance\\Maximum visibility"
+msgstr "Zasięg renderingu\\Maksymalna widoczność"
 
 msgid "Derrick"
 msgstr "Kopalnia"
diff --git a/po/ru.po b/po/ru.po
index f0276bf..e55f31d 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -440,7 +440,8 @@ msgstr "Удалить игрока\\Удаление игрока из спис
 msgid "Delete\\Deletes the selected file"
 msgstr "Удалить\\Удаление выбранного файла"
 
-msgid "Depth of field\\Maximum visibility"
+#, fuzzy
+msgid "Render distance\\Maximum visibility"
 msgstr "Дальность прорисовки\\Максимальная видимость"
 
 msgid "Derrick"
diff --git a/src/common/restext.cpp b/src/common/restext.cpp
index 66e3606..493f141 100644
--- a/src/common/restext.cpp
+++ b/src/common/restext.cpp
@@ -187,7 +187,7 @@ void InitializeRestext()
     stringsEvent[EVENT_INTERFACE_PLANET]    = TR("Planets and stars\\Astronomical objects in the sky");
     stringsEvent[EVENT_INTERFACE_LIGHT]     = TR("Dynamic lighting\\Mobile light sources");
     stringsEvent[EVENT_INTERFACE_PARTI]     = TR("Number of particles\\Explosions, dust, reflections, etc.");
-    stringsEvent[EVENT_INTERFACE_CLIP]      = TR("Depth of field\\Maximum visibility");
+    stringsEvent[EVENT_INTERFACE_CLIP]      = TR("Render distance\\Maximum visibility");
     stringsEvent[EVENT_INTERFACE_DETAIL]    = TR("Details\\Visual quality of 3D objects");
     stringsEvent[EVENT_INTERFACE_TEXTURE]   = TR("Textures\\Quality of textures ");
     stringsEvent[EVENT_INTERFACE_GADGET]    = TR("Num of decorative objects\\Number of purely ornamental objects");

-- 
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