diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-01-28 21:39:42 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-01-28 21:39:42 +0100 |
commit | b8f0e101782f8f4d16d205641352594e37ebd6b6 (patch) | |
tree | 5164c690016618f01946f7f356e31c72f8abdea4 /module | |
parent | closed #215 (diff) | |
download | pyload-b8f0e101782f8f4d16d205641352594e37ebd6b6.tar.xz |
new translations integrated, thanks to all translators
Diffstat (limited to 'module')
-rw-r--r-- | module/config/default.conf | 2 | ||||
-rw-r--r-- | module/setup.py | 2 | ||||
-rw-r--r-- | module/web/locale/de/LC_MESSAGES/django.mo | bin | 4596 -> 7798 bytes | |||
-rw-r--r-- | module/web/locale/es/LC_MESSAGES/django.mo | bin | 3698 -> 7633 bytes | |||
-rw-r--r-- | module/web/locale/fr/LC_MESSAGES/django.mo | bin | 367 -> 7925 bytes | |||
-rw-r--r-- | module/web/locale/it/LC_MESSAGES/django.mo | bin | 4648 -> 7112 bytes | |||
-rw-r--r-- | module/web/locale/pl/LC_MESSAGES/django.mo | bin | 4655 -> 4226 bytes |
7 files changed, 2 insertions, 2 deletions
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 Binary files differindex b03af964a..4c045f825 100644 --- a/module/web/locale/de/LC_MESSAGES/django.mo +++ b/module/web/locale/de/LC_MESSAGES/django.mo diff --git a/module/web/locale/es/LC_MESSAGES/django.mo b/module/web/locale/es/LC_MESSAGES/django.mo Binary files differindex ea55b4440..ee2ef2882 100644 --- a/module/web/locale/es/LC_MESSAGES/django.mo +++ b/module/web/locale/es/LC_MESSAGES/django.mo diff --git a/module/web/locale/fr/LC_MESSAGES/django.mo b/module/web/locale/fr/LC_MESSAGES/django.mo Binary files differindex 3fb287c3d..877c069ac 100644 --- a/module/web/locale/fr/LC_MESSAGES/django.mo +++ b/module/web/locale/fr/LC_MESSAGES/django.mo diff --git a/module/web/locale/it/LC_MESSAGES/django.mo b/module/web/locale/it/LC_MESSAGES/django.mo Binary files differindex d8916b35e..f7a682727 100644 --- a/module/web/locale/it/LC_MESSAGES/django.mo +++ b/module/web/locale/it/LC_MESSAGES/django.mo diff --git a/module/web/locale/pl/LC_MESSAGES/django.mo b/module/web/locale/pl/LC_MESSAGES/django.mo Binary files differindex 5f17f785d..e0ffde8e1 100644 --- a/module/web/locale/pl/LC_MESSAGES/django.mo +++ b/module/web/locale/pl/LC_MESSAGES/django.mo |