From b8f0e101782f8f4d16d205641352594e37ebd6b6 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 28 Jan 2011 21:39:42 +0100 Subject: new translations integrated, thanks to all translators --- module/config/default.conf | 2 +- module/setup.py | 2 +- module/web/locale/de/LC_MESSAGES/django.mo | Bin 4596 -> 7798 bytes module/web/locale/es/LC_MESSAGES/django.mo | Bin 3698 -> 7633 bytes module/web/locale/fr/LC_MESSAGES/django.mo | Bin 367 -> 7925 bytes module/web/locale/it/LC_MESSAGES/django.mo | Bin 4648 -> 7112 bytes module/web/locale/pl/LC_MESSAGES/django.mo | Bin 4655 -> 4226 bytes 7 files changed, 2 insertions(+), 2 deletions(-) (limited to 'module') diff --git a/module/config/default.conf b/module/config/default.conf index 454a52abe..a9b64dd92 100644 --- a/module/config/default.conf +++ b/module/config/default.conf @@ -21,7 +21,7 @@ log - "Log": folder log_folder : "Folder" = Logs int log_count : "Count" = 5 general - "General": - en;de;it;pl;es language : "Language" = en + en;de;it;pl;es;cs;fr language : "Language" = en folder download_folder : "Download Folder" = Downloads bool debug_mode : "Debug Mode" = False bool checksum : "Use Checksum" = False diff --git a/module/setup.py b/module/setup.py index 7799ea30c..287580b2d 100644 --- a/module/setup.py +++ b/module/setup.py @@ -46,7 +46,7 @@ class Setup(): def start(self): - lang = self.ask(u"Choose your Language / Wähle deine Sprache", "en", ["en", "de","it","pl"]) + lang = self.ask(u"Choose your Language / Wähle deine Sprache", "en", ["en", "de","it","pl", "fr", "cs", "es"]) translation = gettext.translation("setup", join(self.path, "locale"), languages=["en", lang]) translation.install(True) diff --git a/module/web/locale/de/LC_MESSAGES/django.mo b/module/web/locale/de/LC_MESSAGES/django.mo index b03af964a..4c045f825 100644 Binary files a/module/web/locale/de/LC_MESSAGES/django.mo and b/module/web/locale/de/LC_MESSAGES/django.mo differ diff --git a/module/web/locale/es/LC_MESSAGES/django.mo b/module/web/locale/es/LC_MESSAGES/django.mo index ea55b4440..ee2ef2882 100644 Binary files a/module/web/locale/es/LC_MESSAGES/django.mo and b/module/web/locale/es/LC_MESSAGES/django.mo differ diff --git a/module/web/locale/fr/LC_MESSAGES/django.mo b/module/web/locale/fr/LC_MESSAGES/django.mo index 3fb287c3d..877c069ac 100644 Binary files a/module/web/locale/fr/LC_MESSAGES/django.mo and b/module/web/locale/fr/LC_MESSAGES/django.mo differ diff --git a/module/web/locale/it/LC_MESSAGES/django.mo b/module/web/locale/it/LC_MESSAGES/django.mo index d8916b35e..f7a682727 100644 Binary files a/module/web/locale/it/LC_MESSAGES/django.mo and b/module/web/locale/it/LC_MESSAGES/django.mo differ diff --git a/module/web/locale/pl/LC_MESSAGES/django.mo b/module/web/locale/pl/LC_MESSAGES/django.mo index 5f17f785d..e0ffde8e1 100644 Binary files a/module/web/locale/pl/LC_MESSAGES/django.mo and b/module/web/locale/pl/LC_MESSAGES/django.mo differ -- cgit v1.2.3