From fa2bd7901af0382cb591a8799c16d543498f9682 Mon Sep 17 00:00:00 2001 From: krzys-h Date: Tue, 11 Nov 2014 14:56:19 +0100 Subject: [PATCH] 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 c5473c0e..cb3ecfe2 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 35e3593f..e0b21f32 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 f0879edb..f774ce3e 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 ca211334..047f73ad 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 b79041ab..e457648b 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 3e00f933..ee017672 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 } }