Skip to content

Commit

Permalink
pyLoad 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
RaNaN committed Mar 15, 2011
1 parent bd794c1 commit a74c792
Show file tree
Hide file tree
Showing 51 changed files with 6 additions and 5 deletions.
Binary file added locale/cs/LC_MESSAGES/django.mo
Binary file not shown.
Binary file added locale/cs/LC_MESSAGES/pyLoad.mo
Binary file not shown.
Binary file added locale/cs/LC_MESSAGES/pyLoadCli.mo
Binary file not shown.
Binary file added locale/cs/LC_MESSAGES/pyLoadGui.mo
Binary file not shown.
Binary file added locale/cs/LC_MESSAGES/setup.mo
Binary file not shown.
Binary file added locale/de/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified locale/de/LC_MESSAGES/pyLoad.mo 100644 → 100755
Binary file not shown.
Binary file modified locale/de/LC_MESSAGES/pyLoadCli.mo 100644 → 100755
Binary file not shown.
Binary file modified locale/de/LC_MESSAGES/pyLoadGui.mo 100644 → 100755
Binary file not shown.
Binary file modified locale/de/LC_MESSAGES/setup.mo 100644 → 100755
Binary file not shown.
Binary file renamed module/web/locale/fi/LC_MESSAGES/django.mo → locale/en/LC_MESSAGES/django.mo 100644 → 100755
Binary file not shown.
Binary file modified locale/en/LC_MESSAGES/pyLoad.mo 100644 → 100755
Binary file not shown.
Binary file modified locale/en/LC_MESSAGES/pyLoadCli.mo 100644 → 100755
Binary file not shown.
Binary file modified locale/en/LC_MESSAGES/pyLoadGui.mo 100644 → 100755
Binary file not shown.
Binary file modified locale/en/LC_MESSAGES/setup.mo 100644 → 100755
Binary file not shown.
Binary file added locale/es/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified locale/es/LC_MESSAGES/pyLoad.mo 100644 → 100755
Binary file not shown.
Binary file modified locale/es/LC_MESSAGES/pyLoadCli.mo 100644 → 100755
Binary file not shown.
Binary file modified locale/es/LC_MESSAGES/pyLoadGui.mo 100644 → 100755
Binary file not shown.
Binary file modified locale/es/LC_MESSAGES/setup.mo 100644 → 100755
Binary file not shown.
Binary file added locale/fr/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified locale/fr/LC_MESSAGES/pyLoad.mo 100644 → 100755
Binary file not shown.
Binary file modified locale/fr/LC_MESSAGES/pyLoadCli.mo 100644 → 100755
Binary file not shown.
Binary file modified locale/fr/LC_MESSAGES/pyLoadGui.mo 100644 → 100755
Binary file not shown.
Binary file added locale/fr/LC_MESSAGES/setup.mo
Binary file not shown.
1 change: 1 addition & 0 deletions locale/includes.txt
@@ -0,0 +1 @@
./pyLoadCore.py
Binary file added locale/it/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified locale/it/LC_MESSAGES/pyLoad.mo 100644 → 100755
Binary file not shown.
Binary file modified locale/it/LC_MESSAGES/pyLoadCli.mo 100644 → 100755
Binary file not shown.
Binary file modified locale/it/LC_MESSAGES/pyLoadGui.mo 100644 → 100755
Binary file not shown.
Binary file modified locale/it/LC_MESSAGES/setup.mo 100644 → 100755
Binary file not shown.
Binary file added locale/pl/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified locale/pl/LC_MESSAGES/pyLoad.mo 100644 → 100755
Binary file not shown.
Binary file modified locale/pl/LC_MESSAGES/pyLoadCli.mo 100644 → 100755
Binary file not shown.
Binary file modified locale/pl/LC_MESSAGES/pyLoadGui.mo 100644 → 100755
Binary file not shown.
Binary file modified locale/pl/LC_MESSAGES/setup.mo 100644 → 100755
Binary file not shown.
2 changes: 1 addition & 1 deletion module/PluginThread.py
Expand Up @@ -227,7 +227,7 @@ def run(self):
self.m.log.debug("pycurl exception %s: %s" % (code, msg))

if code in (7, 18, 28, 52, 56):
self.m.log.warning(_("Couldn't connect to host or connection resetted waiting 1 minute and retry."))
self.m.log.warning(_("Couldn't connect to host or connection reset, waiting 1 minute and retry."))
wait = time() + 60

pyfile.waitUntil = wait
Expand Down
2 changes: 1 addition & 1 deletion module/gui/connector.py
Expand Up @@ -16,7 +16,7 @@
@author: mkaay
"""

SERVER_VERSION = "0.4.4"
SERVER_VERSION = "0.4.5"

from time import sleep
from uuid import uuid4 as uuid
Expand Down
Binary file removed module/web/locale/cs/LC_MESSAGES/django.mo
Binary file not shown.
Binary file removed module/web/locale/de/LC_MESSAGES/django.mo
Binary file not shown.
Binary file removed module/web/locale/en/LC_MESSAGES/django.mo
Binary file not shown.
Binary file removed module/web/locale/es/LC_MESSAGES/django.mo
Binary file not shown.
Binary file removed module/web/locale/fr/LC_MESSAGES/django.mo
Binary file not shown.
Binary file removed module/web/locale/it/LC_MESSAGES/django.mo
Binary file not shown.
Binary file removed module/web/locale/nl/LC_MESSAGES/django.mo
Binary file not shown.
Binary file removed module/web/locale/pl/LC_MESSAGES/django.mo
Binary file not shown.
Binary file removed module/web/locale/ro/LC_MESSAGES/django.mo
Binary file not shown.
Binary file removed module/web/locale/ru/LC_MESSAGES/django.mo
Binary file not shown.
Binary file removed module/web/locale/tr/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion module/web/webinterface.py
Expand Up @@ -82,7 +82,7 @@
env.filters["decode"] = decode


translation = gettext.translation("django", join(PROJECT_DIR, "locale"),
translation = gettext.translation("django", join(PYLOAD_DIR, "locale"),
languages=["en", config.get("general","language")])
translation.install(True)
env.install_gettext_translations(translation)
Expand Down
4 changes: 2 additions & 2 deletions pyLoadCore.py
Expand Up @@ -18,9 +18,9 @@
@author: sebnapi
@author: RaNaN
@author: mkaay
@version: v0.4.4
@version: v0.4.5
"""
CURRENT_VERSION = '0.4.4'
CURRENT_VERSION = '0.4.5'

import __builtin__

Expand Down

0 comments on commit a74c792

Please sign in to comment.