[colobot] 209/390: Translations for autosave

Didier Raboud odyx at moszumanska.debian.org
Fri Jun 12 14:21:46 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 fa2bd7901af0382cb591a8799c16d543498f9682
Author: krzys-h <krzys_h at interia.pl>
Date:   Tue Nov 11 14:56:19 2014 +0100

    Translations for autosave
---
 po/colobot.pot           | 9 +++++++++
 po/de.po                 | 9 +++++++++
 po/fr.po                 | 9 +++++++++
 po/pl.po                 | 9 +++++++++
 po/ru.po                 | 9 +++++++++
 src/object/robotmain.cpp | 2 +-
 6 files changed, 46 insertions(+), 1 deletion(-)

diff --git a/po/colobot.pot b/po/colobot.pot
index c5473c0..cb3ecfe 100644
--- a/po/colobot.pot
+++ b/po/colobot.pot
@@ -402,6 +402,15 @@ msgstr ""
 msgid "Blood\\Display blood when the astronaut or the alien queen is hit"
 msgstr ""
 
+msgid "Autosave\\Enables autosave"
+msgstr ""
+
+msgid "Autosave interval\\How often your game will autosave"
+msgstr ""
+
+msgid "Autosave slots\\How many autosave slots you'll have"
+msgstr ""
+
 msgid "Standard controls\\Standard key functions"
 msgstr ""
 
diff --git a/po/de.po b/po/de.po
index 35e3593..e0b21f3 100644
--- a/po/de.po
+++ b/po/de.po
@@ -160,6 +160,15 @@ msgstr "Automatisches Labor"
 msgid "Automatic indent\\When program editing"
 msgstr "Automatisches Einrücken\\Beim Bearbeiten der Programme"
 
+msgid "Autosave interval\\How often your game will autosave"
+msgstr ""
+
+msgid "Autosave slots\\How many autosave slots you'll have"
+msgstr ""
+
+msgid "Autosave\\Enables autosave"
+msgstr ""
+
 msgid "Back"
 msgstr "Vorherg. Seite"
 
diff --git a/po/fr.po b/po/fr.po
index f0879ed..f774ce3 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -155,6 +155,15 @@ msgstr "Laboratoire de matières organiques"
 msgid "Automatic indent\\When program editing"
 msgstr "Indentation automatique\\Pendant l'édition d'un programme"
 
+msgid "Autosave interval\\How often your game will autosave"
+msgstr ""
+
+msgid "Autosave slots\\How many autosave slots you'll have"
+msgstr ""
+
+msgid "Autosave\\Enables autosave"
+msgstr ""
+
 msgid "Back"
 msgstr "Page précédente"
 
diff --git a/po/pl.po b/po/pl.po
index ca21133..047f73a 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -160,6 +160,15 @@ msgstr "Laboratorium"
 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"
+
+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"
+
+msgid "Autosave\\Enables autosave"
+msgstr "Autozapis\\Włącza automatyczny zapis"
+
 msgid "Back"
 msgstr "Wstecz"
 
diff --git a/po/ru.po b/po/ru.po
index b79041a..e457648 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -155,6 +155,15 @@ msgstr "Лаборатория"
 msgid "Automatic indent\\When program editing"
 msgstr "Автоматический отступ\\При редактировании программы"
 
+msgid "Autosave interval\\How often your game will autosave"
+msgstr ""
+
+msgid "Autosave slots\\How many autosave slots you'll have"
+msgstr ""
+
+msgid "Autosave\\Enables autosave"
+msgstr ""
+
 msgid "Back"
 msgstr "Назад"
 
diff --git a/src/object/robotmain.cpp b/src/object/robotmain.cpp
index 3e00f93..ee01767 100644
--- a/src/object/robotmain.cpp
+++ b/src/object/robotmain.cpp
@@ -6996,7 +6996,7 @@ int CRobotMain::AutosaveRotate(bool freeOne)
         }
         catch(...)
         {
-            CLogger::GetInstancePointer()->Debug("bad?\n");
+            CLogger::GetInstancePointer()->Info("Bad autosave found: %s\n", dir.c_str());
             // skip
         }
     }

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