Skip to content

Commit

Permalink
updated translations + dutch
Browse files Browse the repository at this point in the history
  • Loading branch information
RaNaN committed Oct 4, 2011
1 parent e2d4a21 commit 5db99cd
Show file tree
Hide file tree
Showing 43 changed files with 5 additions and 6 deletions.
Binary file modified locale/cs/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified locale/cs/LC_MESSAGES/pyLoad.mo
Binary file not shown.
Binary file modified locale/cs/LC_MESSAGES/pyLoadCli.mo
Binary file not shown.
Binary file modified locale/cs/LC_MESSAGES/pyLoadGui.mo
Binary file not shown.
Binary file modified locale/cs/LC_MESSAGES/setup.mo
Binary file not shown.
Binary file modified locale/de/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified locale/de/LC_MESSAGES/pyLoad.mo
Binary file not shown.
Binary file modified locale/de/LC_MESSAGES/pyLoadCli.mo
Binary file not shown.
Binary file modified locale/de/LC_MESSAGES/pyLoadGui.mo
Binary file not shown.
Binary file modified locale/de/LC_MESSAGES/setup.mo
Binary file not shown.
Binary file modified locale/es/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified locale/es/LC_MESSAGES/pyLoad.mo
Binary file not shown.
Binary file modified locale/es/LC_MESSAGES/pyLoadCli.mo
Binary file not shown.
Binary file modified locale/es/LC_MESSAGES/pyLoadGui.mo
Binary file not shown.
Binary file modified locale/es/LC_MESSAGES/setup.mo
Binary file not shown.
Binary file modified locale/fr/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified locale/fr/LC_MESSAGES/pyLoad.mo
Binary file not shown.
Binary file modified locale/fr/LC_MESSAGES/pyLoadCli.mo
Binary file not shown.
Binary file modified locale/fr/LC_MESSAGES/pyLoadGui.mo
Binary file not shown.
Binary file modified locale/fr/LC_MESSAGES/setup.mo
Binary file not shown.
Binary file modified locale/it/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified locale/it/LC_MESSAGES/pyLoad.mo
Binary file not shown.
Binary file modified locale/it/LC_MESSAGES/pyLoadCli.mo
Binary file not shown.
Binary file modified locale/it/LC_MESSAGES/pyLoadGui.mo
Binary file not shown.
Binary file modified locale/it/LC_MESSAGES/setup.mo
Binary file not shown.
Binary file modified locale/nl/LC_MESSAGES/pyLoad.mo
100644 → 100755
Binary file not shown.
Binary file modified locale/nl/LC_MESSAGES/pyLoadCli.mo
100644 → 100755
Binary file not shown.
Binary file modified locale/nl/LC_MESSAGES/pyLoadGui.mo
100644 → 100755
Binary file not shown.
Binary file modified locale/pl/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified locale/pl/LC_MESSAGES/pyLoad.mo
Binary file not shown.
Binary file modified locale/pl/LC_MESSAGES/pyLoadCli.mo
Binary file not shown.
Binary file modified locale/pl/LC_MESSAGES/pyLoadGui.mo
Binary file not shown.
Binary file modified locale/pl/LC_MESSAGES/setup.mo
Binary file not shown.
Binary file modified locale/pt_BR/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified locale/pt_BR/LC_MESSAGES/pyLoad.mo
Binary file not shown.
Binary file modified locale/pt_BR/LC_MESSAGES/pyLoadGui.mo
Binary file not shown.
Binary file modified locale/pt_BR/LC_MESSAGES/setup.mo
Binary file not shown.
Binary file modified locale/ru/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified locale/ru/LC_MESSAGES/pyLoad.mo
Binary file not shown.
Binary file modified locale/ru/LC_MESSAGES/pyLoadGui.mo
Binary file not shown.
Binary file modified locale/ru/LC_MESSAGES/setup.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion module/config/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ log - "Log":
int log_size : "Size in kb" = 100
bool log_rotate : "Log Rotate" = True
general - "General":
en;de;fr;it;es;sv;ru;pl;cs;pt_BR language : "Language" = en
en;de;fr;it;es;nl;sv;ru;pl;cs;pt_BR language : "Language" = en
folder download_folder : "Download Folder" = Downloads
bool debug_mode : "Debug Mode" = False
bool checksum : "Use Checksum" = False
Expand Down
9 changes: 4 additions & 5 deletions module/web/templates/default/package_ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,10 @@ var Package = new Class({
this.folder = this.ele.getElements('.folder')[0];
this.password = this.ele.getElements('.password')[0];

imgs[1].addEvent('click', this.confirmDeletePackage.bind(this));

imgs[1].addEvent('click', this.deletePackage.bind(this));
//imgs[1].addEvent('click', this.confirmDeletePackage.bind(this));
imgs[2].addEvent('click', this.restartPackage.bind(this));

imgs[3].addEvent('click', this.editPackage.bind(this));

imgs[4].addEvent('click', this.movePackage.bind(this));

this.ele.getElement('.packagename').addEvent('click', this.toggle.bind(this));
Expand Down Expand Up @@ -315,7 +313,8 @@ var Package = new Class({
}.bind(this),
onFailure: indicateFail
}).send();
hide_pack();
//hide_pack();
event.stop();
},

restartPackage: function(event) {
Expand Down

0 comments on commit 5db99cd

Please sign in to comment.