diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-07-18 01:02:57 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-07-19 02:25:56 +0200 |
commit | 35474a8f1f8acb141bb415556f3bda94399d2aee (patch) | |
tree | 79b13a6e2fdbedf99004b16d0723c677e781b9c1 | |
parent | Remove self-tests from all files (diff) | |
download | pyload-35474a8f1f8acb141bb415556f3bda94399d2aee.tar.xz |
Rename pyLoadCore as pyload and pyLoadCli as pyload-cli
172 files changed, 3516 insertions, 3517 deletions
@@ -57,16 +57,16 @@ Usage Run: - python pyLoadCore.py + python pyload.py and follow the setup assistant instructions. > **Note:** -If you installed pyLoad by package-manager, command `python pyLoadCore.py` is probably equivalent to `pyload` or `pyLoadCore`. +If you installed pyLoad by package-manager, command `python pyload.py` is probably equivalent to `pyload`. Additionally, you can whenever restart the setup assistant typing: - python pyLoadCore.py -s + python pyload.py -s Or you can even edit configuration files located in your pyLoad home directory (default to `~/.pyload`) with your favorite editor. @@ -77,24 +77,24 @@ For a short description of all the configuration options available visit <http:/ Run: - python pyLoadCore.py + python pyload.py So, to retrieve it point your web browser to the socket address configured by setup (default to `http://localhost:8000`). You can get the list of accepted arguments typing: - python pyLoadCore.py -h + python pyload.py -h ### Command Line Interface ### Run: - python pyLoadCli.py -l + python pyload-cli.py -l You can get the list of accepted arguments typing: - python pyLoadCli.py -h + python pyload-cli.py -h Notes diff --git a/docs/docs.conf b/docs/docs.conf index 253b2267b..0f30ab89e 100644 --- a/docs/docs.conf +++ b/docs/docs.conf @@ -3,7 +3,7 @@ [epydoc] -modules: pyLoadCore.py, pyLoadCli.py, module +modules: pyload.py, pyload-cli.py, module output: html target: docs docformat: restructuredtext diff --git a/locale/af/LC_MESSAGES/django.po b/locale/af/LC_MESSAGES/django.po index c7c933b13..073de1c55 100644 --- a/locale/af/LC_MESSAGES/django.po +++ b/locale/af/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" diff --git a/locale/af/LC_MESSAGES/pyLoad.po b/locale/af/LC_MESSAGES/pyLoad.po index d9c553059..28c2fee5f 100644 --- a/locale/af/LC_MESSAGES/pyLoad.po +++ b/locale/af/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" msgstr "" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "" -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "" -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "" -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "" @@ -333,7 +333,7 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" #: module/network/HTTPDownload.py:245 diff --git a/locale/af/LC_MESSAGES/pyLoadCli.po b/locale/af/LC_MESSAGES/pyLoadCli.po index 4ddf31ff2..1b0d1172a 100644 --- a/locale/af/LC_MESSAGES/pyLoadCli.po +++ b/locale/af/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr "" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr "" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr "" -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr "" -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr "" -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "" -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr "" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr "" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr "" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr "" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr "" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr "" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "" -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "" -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "" -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "" -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "" -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "" -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "" -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "" -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "" -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "" -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "" diff --git a/locale/af/LC_MESSAGES/setup.po b/locale/af/LC_MESSAGES/setup.po index 0032b75bc..8aae41ce1 100644 --- a/locale/af/LC_MESSAGES/setup.po +++ b/locale/af/LC_MESSAGES/setup.po @@ -37,7 +37,7 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "" #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." msgstr "" #: module/setup.py:79 @@ -45,7 +45,7 @@ msgid "If you have any problems with this assistent hit STRG-C," msgstr "" #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgid "to abort and don't let him start with pyload.py automatically anymore." msgstr "" #: module/setup.py:82 diff --git a/locale/ar/LC_MESSAGES/django.po b/locale/ar/LC_MESSAGES/django.po index e494919db..77a3dbd91 100644 --- a/locale/ar/LC_MESSAGES/django.po +++ b/locale/ar/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "غير متوفر" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." -msgstr "قم بتشغيل pyLoadCore.py -s لتبداء التثبيت" +msgid "Run pyload.py -s to access the setup." +msgstr "قم بتشغيل pyload.py -s لتبداء التثبيت" diff --git a/locale/ar/LC_MESSAGES/pyLoad.po b/locale/ar/LC_MESSAGES/pyLoad.po index 98d64141e..f32955bc5 100644 --- a/locale/ar/LC_MESSAGES/pyLoad.po +++ b/locale/ar/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "تم استقبال اشارة انهاء" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "باي لود يعمل حاليا بمعرف العملية %s" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "فشل في تغيير المجموعه: %s" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "فشل في تغيير المستخدم: %s" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "مجلد للتقارير" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "بدء" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "استخدام مجلد المنزل: %s" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "مجلد للملفات المؤقتة" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "مجلد للتحميلات" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "OpenSSL لاتصال امن" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "نقل اعدادت المستخدم القديم الى قاعدة البيانات" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" -msgstr "يرجى التاكد من بيانات الدخول بستخدام ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" +msgstr "يرجى التاكد من بيانات الدخول بستخدام ./pyload.py -u" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "تم مسح جميع الروابط" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "وقت التحميل: %" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "المساحه الحره: %s" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "تفعيل الحسابات..." -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "تفعيل الاضافات..." -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "باي ولد محدث و يعمل" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "اعادة تشغيل باي لود" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "اغلاق باي لود" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "التثبيت %" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "لا يمكن ايجاد %(وصف): %(اسم)" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "لا يمكن انشاء %(وصف): %(اسم)" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "جاري ايقاف التشغيل..." -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "خطاء اثناء ايقاف التشغيل " -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "انهاء باي لود من الطرفيه" @@ -333,8 +333,8 @@ msgid "not available" msgstr "غير متوفر" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." -msgstr "قم بتشغيل pyLoadCore.py -s لتبداء التثبيت" +msgid "Run pyload.py -s to access the setup." +msgstr "قم بتشغيل pyload.py -s لتبداء التثبيت" #: module/network/HTTPDownload.py:245 #, python-format diff --git a/locale/ar/LC_MESSAGES/pyLoadCli.po b/locale/ar/LC_MESSAGES/pyLoadCli.po index bac01a290..68d792617 100644 --- a/locale/ar/LC_MESSAGES/pyLoadCli.po +++ b/locale/ar/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr " واجهة سطر الأوامر" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "%s التنزيلات:" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr " السرعة: " -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr " الحجم: " -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr " الانتهاء في: " -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr " معرف: " -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "في انتظار: " -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "الحالة:" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "تم إيقاف مؤقتاً" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "تشغيل" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "السرعة الإجمالية" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "الملفات الموجودة في قائمة الانتظار" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "المجموع" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "القائمة:" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr " اضافة روابط" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr " إدارة قائمة الانتظار" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr " إدارة جامع الروابط" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr " (عدم) ايقاف مؤقت للخادم" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr " قتل الخادم" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr " إنهاء" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "الرجاء استخدام بناء الجملة التالي: إضافة <Package name><link><link2> ..." -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "التحقق %d من الروابط:" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "الملف غير موجود." -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "تم انهاء باي لود" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "اطبع حالة الخادم" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "اكتب التنزيلات اللتي في قائمة الانتظار" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "اكتب التنزيلات اللتي في جامع الروابط" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "اضافة حزمة الى قائمة الانتظار" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "اضافة حزمة إلى جامع الروابط" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "حذف الملفات من قائمة الانتظار/جامع الروابط" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "حذف حزم من قائمة الانتظار/جامع الروابط" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "نقل الحزم من قائمة الانتظار إلى جامع الروابط أو العكس بالعكس" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "إعادة تشغيل الملفات" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "إعادة تشغيل الحزم" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "تحقق من حالة الاتصال، يعمل مع المحتوى المحلي" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "التحقق من حالة الاتصال من الملف المحتوى" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "إيقاف الخادم مؤقتا" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "متابعة التنزيلات" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "تبديل إيقاف/عدم ايقاف الإيقاف المؤقت" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "قتل الخادم" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "قائمة الأوامر:" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "لا يمكن كتابة ملف اعدادات المستخدم" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "" -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "العنوان: " -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "المنفذ: " -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "اسم المستخدم: " -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "كلمة المرور: " -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "بيانات تسجيل الدخول خاطئة." -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "لا يمكن انشاء اتصال %(addr)s:%(port)s." -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "أنت بحاجة إلى py-openssl للاتصال بهذا الاساس من باي لود." -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "الوضع التبادلي تم تجاهله حيث انك مررت بعض الاوامر." diff --git a/locale/ar/LC_MESSAGES/setup.po b/locale/ar/LC_MESSAGES/setup.po index d528d1ac4..b9b466981 100644 --- a/locale/ar/LC_MESSAGES/setup.po +++ b/locale/ar/LC_MESSAGES/setup.po @@ -37,16 +37,16 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "في حال كنت لا ترغب في تغييرها أو كنت غير متأكد من ما تختار، فقط اضغط أدخال." #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." -msgstr "لا تنسى: يمكنك دائماً إعادة تشغيل هذا المساعد بستخدام--setup أو-s المعلمة، عند بدء تشغيل pyLoadCore." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." +msgstr "لا تنسى: يمكنك دائماً إعادة تشغيل هذا المساعد بستخدام--setup أو-s المعلمة، عند بدء تشغيل pyload.py ." #: module/setup.py:79 msgid "If you have any problems with this assistent hit STRG-C," msgstr "" #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." -msgstr "للانهاء، وعدم السماح له البدئ مع pyLoadCore تلقائياً بعد الآن." +msgid "to abort and don't let him start with pyload.py automatically anymore." +msgstr "للانهاء، وعدم السماح له البدئ مع pyload.py تلقائياً بعد الآن." #: module/setup.py:82 msgid "When you are ready for system check, hit enter." diff --git a/locale/bn/LC_MESSAGES/django.po b/locale/bn/LC_MESSAGES/django.po index d148de743..50cb678af 100644 --- a/locale/bn/LC_MESSAGES/django.po +++ b/locale/bn/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" diff --git a/locale/bn/LC_MESSAGES/pyLoad.po b/locale/bn/LC_MESSAGES/pyLoad.po index 76945909f..0299dacfe 100644 --- a/locale/bn/LC_MESSAGES/pyLoad.po +++ b/locale/bn/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" msgstr "" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "" -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "" -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "" -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "" @@ -333,7 +333,7 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" #: module/network/HTTPDownload.py:245 diff --git a/locale/bn/LC_MESSAGES/pyLoadCli.po b/locale/bn/LC_MESSAGES/pyLoadCli.po index 6c14de533..945fc0276 100644 --- a/locale/bn/LC_MESSAGES/pyLoadCli.po +++ b/locale/bn/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr "" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr "" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr "" -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr "" -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr "" -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "" -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr "" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr "" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr "" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr "" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr "" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr "" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "" -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "" -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "" -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "" -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "" -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "" -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "" -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "" -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "" -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "" -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "" diff --git a/locale/bn/LC_MESSAGES/setup.po b/locale/bn/LC_MESSAGES/setup.po index 3a689d084..da42f421a 100644 --- a/locale/bn/LC_MESSAGES/setup.po +++ b/locale/bn/LC_MESSAGES/setup.po @@ -37,7 +37,7 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "" #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." msgstr "" #: module/setup.py:79 @@ -45,7 +45,7 @@ msgid "If you have any problems with this assistent hit STRG-C," msgstr "" #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgid "to abort and don't let him start with pyload.py automatically anymore." msgstr "" #: module/setup.py:82 diff --git a/locale/ca/LC_MESSAGES/django.po b/locale/ca/LC_MESSAGES/django.po index e23d4643c..9662e6d61 100644 --- a/locale/ca/LC_MESSAGES/django.po +++ b/locale/ca/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "no disponible" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." -msgstr "Executa pyLoadCore.py -s per accedir a l'instal·lació." +msgid "Run pyload.py -s to access the setup." +msgstr "Executa pyload.py -s per accedir a l'instal·lació." diff --git a/locale/ca/LC_MESSAGES/pyLoad.po b/locale/ca/LC_MESSAGES/pyLoad.po index 3bd95e24d..875b4b52a 100644 --- a/locale/ca/LC_MESSAGES/pyLoad.po +++ b/locale/ca/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "S'ha rebut la senyal de Sortida" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "ja s'estat executant pyLoad amb el pid %s" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "Ha fallat el canvi de el grup: %s" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "Ha fallat el canvi d'usuari: %s" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "carpeta de registre" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "Començant" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "Emprant el directori d'inici: %s" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "pycrypto descodificarà el contenidor de fitxers" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "carpeta per fitxers temporals" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "carpeta de descàrregues" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "OpenSSL per connexions segures" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "Movent l'antiga configuració d'usuari a la DB" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" -msgstr "Comprova les teves dades de login amb ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" +msgstr "Comprova les teves dades de login amb ./pyload.py -u" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "Tots els enllaços eliminats" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "Temps de descàrrega: %s" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "Espai lliure: %s" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "Activant Comptes..." -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "Activant Plugins..." -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "pyLoad està en funcionament" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "reiniciant pyLoad" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "pyLoad està sortint" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "Instal·la %s" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "no s'ha pogut trobar %(desc)s: %(name)s" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "no s'ha pogut crear %(desc)s: %(name)s" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "apagant..." -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "ha succeït un error mentre s'apagava" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "matat pyLoad des de el Terminal" @@ -333,8 +333,8 @@ msgid "not available" msgstr "no disponible" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." -msgstr "Executa pyLoadCore.py -s per accedir a l'instal·lació." +msgid "Run pyload.py -s to access the setup." +msgstr "Executa pyload.py -s per accedir a l'instal·lació." #: module/network/HTTPDownload.py:245 #, python-format diff --git a/locale/ca/LC_MESSAGES/pyLoadCli.po b/locale/ca/LC_MESSAGES/pyLoadCli.po index 2779ee1fe..995e05137 100644 --- a/locale/ca/LC_MESSAGES/pyLoadCli.po +++ b/locale/ca/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr " Línia de Comandes" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "%s Baixades:" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr " Velocitat: " -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr " Mida: " -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr " Acabarà en: " -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr " ID: " -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "esperant: " -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "Estat:" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "pausat" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "executant" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "velocitat Total" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "Fitxers en cua" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "Menú:" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr " Afegeix enllaços" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr " Gestiona Cua" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr " Gestiona Col·lector" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr "Reprèn/Pausa Servidor" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr " Mata Servidor" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr " Surt" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "Si us plau empreu aquesta sintaxi: add <Package name> <link> <link2> ..." -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "Comprovant %d enllaç(os):" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "El fitxer no existeix." -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "pyLoad ha finalitzat" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "Mostra estat del servidor" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "Mostra descàrregues en cua" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "Mostra descàrreges en el col·lector" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "Afegeix paquet a la cua" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "Afegeix paquet al col·lector" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "Elimina Fitxers de la Cua/Col·lector" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "Elimina Paquets de la Cua/Col·lector" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "Mou Paquets de la Cua al Col·lector o viceversa" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "Reinicia fitxers" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "Reinicia paquets" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "Comprova l'estat online, funciona amb contenidor local" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "Comprova l'estat online d'un fitxer contenidor" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "Pausa el servidor" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "continua les descàrregues" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "Canvia pausa/reprèn" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "mata servidor" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "Llista de comandes:" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "No s'ha pogut escriure el fitxer de configuració d'usuari" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "Necessites py-openssl per connectar-te al nucli del pyLoad." -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "Adreça: " -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "" -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "Nom d'usuari: " -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "Contrasenya: " -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "Dades d'accés incorrectes." -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "No s'ha pogut establir la connexió a %(addr)s:%(port)s." -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "Necessites py-openssl per connectar-te al nucli del pyLoad." -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "Mode interactiu ignorat ja que has especificat algunes comandes." diff --git a/locale/ca/LC_MESSAGES/setup.po b/locale/ca/LC_MESSAGES/setup.po index 8b4c46341..0ad9ba08a 100644 --- a/locale/ca/LC_MESSAGES/setup.po +++ b/locale/ca/LC_MESSAGES/setup.po @@ -37,16 +37,16 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "en cas de no voler canviar-ho o si estas insegur de que triar simplement pitja enter." #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." -msgstr "No oblidis: Sempre pots tornar a l'assistent amb els paràmetres --setup o -s quan inicies el pyLoadCore." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." +msgstr "No oblidis: Sempre pots tornar a l'assistent amb els paràmetres --setup o -s quan inicies el pyload.py ." #: module/setup.py:79 msgid "If you have any problems with this assistent hit STRG-C," msgstr "Si tens cap problema amb l'assistent pitja Control-C," #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." -msgstr "per avortar i no permetre que s'iniciï automàticament amb pyLoadCore." +msgid "to abort and don't let him start with pyload.py automatically anymore." +msgstr "per avortar i no permetre que s'iniciï automàticament amb pyload.py ." #: module/setup.py:82 msgid "When you are ready for system check, hit enter." diff --git a/locale/cli.pot b/locale/cli.pot index 4c437d256..e6cd0a1e3 100644 --- a/locale/cli.pot +++ b/locale/cli.pot @@ -17,210 +17,210 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr "" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr "" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr "" -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr "" -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr "" -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "" -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr "" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr "" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr "" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr "" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr "" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr "" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "" -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "" -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "" -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "" -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "" -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "" -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "" -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "" -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "" -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "" -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "" diff --git a/locale/core.pot b/locale/core.pot index e4b0dc908..101d35349 100644 --- a/locale/core.pot +++ b/locale/core.pot @@ -17,120 +17,120 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: pyLoadCore.py:181 +#: pyload.py:181 msgid "Received Quit signal" msgstr "" -#: pyLoadCore.py:302 +#: pyload.py:302 #, python-format msgid "pyLoad already running with pid %s" msgstr "" -#: pyLoadCore.py:316 +#: pyload.py:316 #, python-format msgid "Failed changing group: %s" msgstr "" -#: pyLoadCore.py:326 +#: pyload.py:326 #, python-format msgid "Failed changing user: %s" msgstr "" -#: pyLoadCore.py:328 +#: pyload.py:328 msgid "folder for logs" msgstr "" -#: pyLoadCore.py:339 +#: pyload.py:339 msgid "Starting" msgstr "" -#: pyLoadCore.py:340 +#: pyload.py:340 #, python-format msgid "Using home directory: %s" msgstr "" -#: pyLoadCore.py:349 +#: pyload.py:349 msgid "pycrypto to decode container files" msgstr "" -#: pyLoadCore.py:352 +#: pyload.py:352 msgid "folder for temporary files" msgstr "" -#: pyLoadCore.py:357 +#: pyload.py:357 msgid "folder for downloads" msgstr "" -#: pyLoadCore.py:360 +#: pyload.py:360 msgid "OpenSSL for secure connection" msgstr "" -#: pyLoadCore.py:364 +#: pyload.py:364 msgid "Moving old user config to DB" msgstr "" -#: pyLoadCore.py:367 -msgid "Please check your logindata with ./pyLoadCore.py -u" +#: pyload.py:367 +msgid "Please check your logindata with ./pyload.py -u" msgstr "" -#: pyLoadCore.py:370 +#: pyload.py:370 msgid "All links removed" msgstr "" -#: pyLoadCore.py:401 +#: pyload.py:401 #, python-format msgid "Downloadtime: %s" msgstr "" -#: pyLoadCore.py:411 +#: pyload.py:411 #, python-format msgid "Free space: %s" msgstr "" -#: pyLoadCore.py:431 +#: pyload.py:431 msgid "Activating Accounts..." msgstr "" -#: pyLoadCore.py:437 +#: pyload.py:437 msgid "Activating Plugins..." msgstr "" -#: pyLoadCore.py:440 +#: pyload.py:440 msgid "pyLoad is up and running" msgstr "" -#: pyLoadCore.py:459 +#: pyload.py:459 msgid "restarting pyLoad" msgstr "" -#: pyLoadCore.py:463 +#: pyload.py:463 msgid "pyLoad quits" msgstr "" -#: pyLoadCore.py:520 +#: pyload.py:520 #, python-format msgid "Install %s" msgstr "" -#: pyLoadCore.py:556 +#: pyload.py:556 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:558 +#: pyload.py:558 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:579 +#: pyload.py:579 msgid "shutting down..." msgstr "" -#: pyLoadCore.py:596 +#: pyload.py:596 msgid "error while shutting down" msgstr "" -#: pyLoadCore.py:660 +#: pyload.py:660 msgid "killed pyLoad from Terminal" msgstr "" @@ -341,7 +341,7 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:509 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" #: module/network/HTTPDownload.py:245 diff --git a/locale/cs/LC_MESSAGES/django.po b/locale/cs/LC_MESSAGES/django.po index 8fe353e95..3c1eae329 100644 --- a/locale/cs/LC_MESSAGES/django.po +++ b/locale/cs/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "neni k dispozici" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." -msgstr "Pro setup spustte pyLoadCore.py -s." +msgid "Run pyload.py -s to access the setup." +msgstr "Pro setup spustte pyload.py -s." diff --git a/locale/cs/LC_MESSAGES/pyLoad.po b/locale/cs/LC_MESSAGES/pyLoad.po index 863d7c79b..9b1135be6 100644 --- a/locale/cs/LC_MESSAGES/pyLoad.po +++ b/locale/cs/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "Prijat Quit signal" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "pyLoad je jiz spusten pod pid %s" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "Zmena skupiny selhala: %s" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "Zmena uzivatele selhala: %s" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "slozka pro logy" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "Spoustim" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "Nastaven domovsky adresar: %s" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "pycrypto pro dekodovani kontejnerovych souboru" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "slozka pro docasne soubory" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "slozka pro stahovani" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "OpenSSL pro zabezpecene pripojeni" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "Presunuji stara nastaveni uzivatele do DB." -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" -msgstr "Prosim zkontrolujte sve prihlasovaci udaje pres ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" +msgstr "Prosim zkontrolujte sve prihlasovaci udaje pres ./pyload.py -u" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "Všechny odkazy odstraněny" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "Cas stahovani: %s" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "Volne misto: %s" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "Aktivuji Ucty..." -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "Aktivuji Pluginy..." -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "pyLoad je spusten" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "restartuji pyLoad" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "pyLoad se ukonci" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "Instalujte %s" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "nelze najit %(desc)s: %(name)s" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "nelze vytvorit %(desc)s: %(name)s" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "vypinani..." -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "chyba pri vypinani" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "pyLoad zastaven z terminalu" @@ -333,8 +333,8 @@ msgid "not available" msgstr "neni k dispozici" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." -msgstr "Pro setup spustte pyLoadCore.py -s." +msgid "Run pyload.py -s to access the setup." +msgstr "Pro setup spustte pyload.py -s." #: module/network/HTTPDownload.py:245 #, python-format diff --git a/locale/cs/LC_MESSAGES/pyLoadCli.po b/locale/cs/LC_MESSAGES/pyLoadCli.po index 6b38696ff..02483efb5 100644 --- a/locale/cs/LC_MESSAGES/pyLoadCli.po +++ b/locale/cs/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr " Příkazová řádka" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "%s Stahování:" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr " Rychlost: " -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr " Velikost: " -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr " Dokončeno za: " -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr "" -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "čeká: " -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "Stav:" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "pozastaveno" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "probíhá" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "celková rychlost" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "Souborů ve frontě" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "Celkem" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr " Přidat Odkazy" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr " Správa fronty" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr " Správa Sběrače" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr " Pozastavit/Spustit server" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr " Ukončit server" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr " Konec" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "Prosím použijte tuto syntaxi: add <Jmeno balicku> <odkaz> <odkaz2> ..." -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "Kontroluji %d odkazů:" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "Soubor neexistuje." -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "pyLoad byl ukončen" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "Vypíše stav serveru" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "Vypíše stahování ve frontě" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "Vypíše stahování ve sběrači" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "Přidá balíček do fronty" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "Přidá balíček do sběrače" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "Smazat soubory z fronty/sběrače" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "Smazat balíčky z fronty/sběrače" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "Přesun balíčku z fronty do sběrače nebo naopak" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "Restart souborů" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "Restart balíčků" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "Zkontrolovat stav online - funguje s místním zásobníkem" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "Zkontroluje online stav souboru ze zásobníku" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "Pozastavit server" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "pokracovat ve stahovani" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "Prepnout pozastaveni/beh" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "ukoncit server" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "Seznam prikazu:" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "Nemohu zapsat nastavení uživatele" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "Pro pripojeni k tomuto jadru pyLoad je vyzadovano py-openssl." -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "Adresa: " -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "" -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "Uzivatelske jmeno: " -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "Heslo: " -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "Prihlasovaci udaje jsou chybne." -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "Nelze vytvorit pripojeni k %(addr)s:%(port)s." -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "K pripojeni na toto pyLoad jadro potrebujete py-openssl." -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "Byly zadany prikazy, interaktivni mod je ignorovan." diff --git a/locale/cs/LC_MESSAGES/setup.po b/locale/cs/LC_MESSAGES/setup.po index fc8790d0a..25c99bd7a 100644 --- a/locale/cs/LC_MESSAGES/setup.po +++ b/locale/cs/LC_MESSAGES/setup.po @@ -37,16 +37,16 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "v pripade, ze ji nechcete zmenit nebo si nejste jisti co vybrat, jen stisknete enter." #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." -msgstr "Nezapomente: Tohoto pruvodce muzete kdykoli sputit znovu pouzitim parametru --setup nebo -s pri startu pyLoadCore." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." +msgstr "Nezapomente: Tohoto pruvodce muzete kdykoli sputit znovu pouzitim parametru --setup nebo -s pri startu pyload.py ." #: module/setup.py:79 msgid "If you have any problems with this assistent hit STRG-C," msgstr "Pokud mate s pruvodcem jakekoli problemy, stisknete CTRL-C" #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." -msgstr "pro zruseni a zamezeni jeho automatickeho spusteni pri dalsim startu pyLoadCore." +msgid "to abort and don't let him start with pyload.py automatically anymore." +msgstr "pro zruseni a zamezeni jeho automatickeho spusteni pri dalsim startu pyload.py ." #: module/setup.py:82 msgid "When you are ready for system check, hit enter." diff --git a/locale/da/LC_MESSAGES/django.po b/locale/da/LC_MESSAGES/django.po index 436a6e83c..7ace10719 100644 --- a/locale/da/LC_MESSAGES/django.po +++ b/locale/da/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "ikke tilgængelig" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" diff --git a/locale/da/LC_MESSAGES/pyLoad.po b/locale/da/LC_MESSAGES/pyLoad.po index 603fd5961..a4da17692 100644 --- a/locale/da/LC_MESSAGES/pyLoad.po +++ b/locale/da/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "Starter" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "mappe til midlertidige filer" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "OpenSSL til sikker forbindelse" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" msgstr "" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "Fri plads: %s" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "Aktiverer konti..." -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "" -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "genstarter pyLoad" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "pyLoad afslutter" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "Installér %s" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "lukker ned..." -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "fejl ved nedlukning" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "dræbte pyLoad fra terminal" @@ -333,7 +333,7 @@ msgid "not available" msgstr "ikke tilgængelig" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" #: module/network/HTTPDownload.py:245 diff --git a/locale/da/LC_MESSAGES/pyLoadCli.po b/locale/da/LC_MESSAGES/pyLoadCli.po index ce0146c20..303155034 100644 --- a/locale/da/LC_MESSAGES/pyLoadCli.po +++ b/locale/da/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr "" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "%s Hentes:" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr "Hastighed:" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr "Størrelse:" -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr "Færdig om:" -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr "ID:" -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "Venter:" -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr "Tilføj Links" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr "" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr "" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr "Genoptag/Pause Server" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr "Afslut Server" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr "Afslut" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "Brug venligst denne syntaks: add <Pakkens Navn> <link> <link2> ..." -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "" -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "pyLoad var afslutte" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "Udskriver server status" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "Flyt pakker fra kø til samler og opmvendt" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "Genstart filer" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "Genstart pakker" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "Pause serveren" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "Fortsæt hentning" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "Pause/Genoptag" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "Afslut server" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "Kommando liste" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "Kunne ikke skrive til bruger config filen" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "Du mangler py-openssl for at tilslutte til denne pyLoad Kerne" -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "Adresse:" -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "Port:" -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "Brugernavn:" -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "Kode:" -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "Login oplysninger er forkerte" -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "Can ikke etablere forbindelse til %(addr)s:%(port)s." -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "Du mangler py-openssl for at tilslutte til denne pyLoad Kerne" -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "Interaktiv tilstand ignoreres da du gik nogle kommandoer." diff --git a/locale/da/LC_MESSAGES/setup.po b/locale/da/LC_MESSAGES/setup.po index d58edc9a6..8ae55af99 100644 --- a/locale/da/LC_MESSAGES/setup.po +++ b/locale/da/LC_MESSAGES/setup.po @@ -37,7 +37,7 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "" #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." msgstr "" #: module/setup.py:79 @@ -45,7 +45,7 @@ msgid "If you have any problems with this assistent hit STRG-C," msgstr "" #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgid "to abort and don't let him start with pyload.py automatically anymore." msgstr "" #: module/setup.py:82 diff --git a/locale/de/LC_MESSAGES/django.po b/locale/de/LC_MESSAGES/django.po index 02eebf668..f8354e691 100644 --- a/locale/de/LC_MESSAGES/django.po +++ b/locale/de/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "nicht verfügbar" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." -msgstr "Starte pyLoadCore.py -s um auf dieses Setup zuzugreifen." +msgid "Run pyload.py -s to access the setup." +msgstr "Starte pyload.py -s um auf dieses Setup zuzugreifen." diff --git a/locale/de/LC_MESSAGES/pyLoad.po b/locale/de/LC_MESSAGES/pyLoad.po index 35d11e6b8..078c7e4c6 100644 --- a/locale/de/LC_MESSAGES/pyLoad.po +++ b/locale/de/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "Signal zum Beenden erhalten" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "pyLoad ist bereits gestartet mit der pid %s" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "Fehler beim Ändern der Gruppe: %s" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "Fehler beim Ändern des Benutzers: %s" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "Ordner für Logs" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "starte" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "Benutze Home-Verzeichnis: %s" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "pyCrypto um Containerdateien zu öffnen" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "Ordner für temporäre Dateien" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "Downloadordner" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "OpenSSL für eine sichere Verbindung" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "Migriere alte Benutzereinstellungen in die Datenbank..." -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" -msgstr "Bitte überprüfe deine Login-Informationen mit './pyLoadCore.py -u'" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" +msgstr "Bitte überprüfe deine Login-Informationen mit './pyload.py -u'" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "Alle Links entfernt" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "Downloadzeit: %s" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "Freier Speicher: %sGB" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "Aktiviere Konten..." -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "Aktiviere Plugins..." -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "pyLoad ist gestartet und läuft" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "starte pyLoad neu" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "pyLoad wird beendet" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "Installiere %s" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "konnte %(desc)s nicht finden: %(name)s" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "konnte %(desc)s nicht erstellen: %(name)s" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "Beenden..." -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "Fehler beim Beenden" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "pyLoad vom Terminal beendet" @@ -333,8 +333,8 @@ msgid "not available" msgstr "nicht verfügbar" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." -msgstr "Starte pyLoadCore.py -s um auf dieses Setup zuzugreifen." +msgid "Run pyload.py -s to access the setup." +msgstr "Starte pyload.py -s um auf dieses Setup zuzugreifen." #: module/network/HTTPDownload.py:245 #, python-format diff --git a/locale/de/LC_MESSAGES/pyLoadCli.po b/locale/de/LC_MESSAGES/pyLoadCli.po index 0863116b1..86b59213c 100644 --- a/locale/de/LC_MESSAGES/pyLoadCli.po +++ b/locale/de/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr " Kommandozeile" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "%s Downloads:" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr " Geschwindigkeit: " -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr " Größe: " -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr " Fertig in: " -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr " ID: " -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "wartend: " -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "Status:" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "pausiert" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "läuft" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "Gesamtgeschwindigkeit" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "Dateien in Warteschlange" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "Gesamt" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "Menü:" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr " Links hinzufügen" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr " Warteschlange verwalten" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr " Linksammler anpassen" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr " Server fortsetzen/pausieren" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr " Server beenden" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr " Beenden" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "Bitte benutze folgende Syntax: add <Package name> <link> <link2> ..." -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "Überprüfe %d Links:" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "Datei existiert nicht." -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "pyLoad wurde beendet" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "Zeigt den Server-Status" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "Zeigt die Warteschlange" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "Zeigt den Linksammler" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "Fügt Paket der Warteschlange hinzu" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "Fügt Paket zum Linksammler hinzu" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "Löscht Dateien aus der Warteschlange/Linksammler" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "Löscht Pakete aus der Warteschlange/Linksammler" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "Verschiebt Pakete aus der Warteschlange in den Linksammler oder umgekehrt" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "Dateien neustarten" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "Pakete neustarten" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "Überprüfe Onlinestatus, funktioniert mit lokalen Containern" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "Onlinestatus eines Containers prüfen" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "pausiert den Server" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "Downloads fortsetzen" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "Pause/Fortsetzen" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "Server beenden" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "Liste aller Befehle:" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "Konnte Benutzer-Konfigurationsdatei nicht schreiben" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "Du benötigst py-openssl um dich zu diesem pyLoad Server verbinden zu können." -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "Adresse: " -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "Port: " -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "Benutzername: " -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "Passwort: " -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "Logindaten sind falsch." -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "Konnte keine Verbindung zu %(addr)s:%(port)s aufbauen." -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "Du benötigst py-openssl um dich zu diesem pyLoad Server verbinden zu können." -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "Befehle im interaktiven Modus werden ignoriert, wenn zusätzliche Befehle übergeben wurden." diff --git a/locale/de/LC_MESSAGES/setup.po b/locale/de/LC_MESSAGES/setup.po index 175d8fbc0..ac026d48c 100644 --- a/locale/de/LC_MESSAGES/setup.po +++ b/locale/de/LC_MESSAGES/setup.po @@ -37,7 +37,7 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "Falls du sie nicht ändern möchtest oder unsicher bist, drücke einfach Enter." #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." msgstr "Beachte: Du kannst diesen Assistenten jederzeit wieder mit dem --setup oder -s Parameter starten." #: module/setup.py:79 @@ -45,7 +45,7 @@ msgid "If you have any problems with this assistent hit STRG-C," msgstr "Falls du beenden willst, drücke STRG-C," #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgid "to abort and don't let him start with pyload.py automatically anymore." msgstr "um abzubrechen und ihn nicht mehr automatisch zu starten." #: module/setup.py:82 diff --git a/locale/django.pot b/locale/django.pot index 9ef92986b..d3e94606b 100644 --- a/locale/django.pot +++ b/locale/django.pot @@ -685,5 +685,5 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:509 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" diff --git a/locale/el/LC_MESSAGES/django.po b/locale/el/LC_MESSAGES/django.po index 027c9869b..371702948 100644 --- a/locale/el/LC_MESSAGES/django.po +++ b/locale/el/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "μη διαθέσιμο" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." -msgstr "Εκτελέστε την εντολή pyLoadCore.py -s για πρόσβαση στην εγκατάσταση." +msgid "Run pyload.py -s to access the setup." +msgstr "Εκτελέστε την εντολή pyload.py -s για πρόσβαση στην εγκατάσταση." diff --git a/locale/el/LC_MESSAGES/pyLoad.po b/locale/el/LC_MESSAGES/pyLoad.po index 55b39f259..688fd67fe 100644 --- a/locale/el/LC_MESSAGES/pyLoad.po +++ b/locale/el/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "Ελήφθη σήμα εγκατάλειψης" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "Το pyLoad εκτελείται ήδη με pid %s" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "Αποτυχία αλλαγής ομάδας: %s" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "Αποτυχία αλλαγής χρήστη: %s" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "φάκελος για αρχεία καταγραφής" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "Σε εκκίνηση" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "Χρήση γονικού καταλόγου: %s" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "το pycrypto θα αποκωδικοποιήσει τα περιέχοντα αρχεία" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "φάκελος για προσωρινά αρχεία" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "φάκελος για κατεβασμένα" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "OpenSSL για ασφαλή σύνδεση" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" -msgstr "Παρακαλώ ελέγξτε τα στοιχεία σύνδεσης με τη χρήση του ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" +msgstr "Παρακαλώ ελέγξτε τα στοιχεία σύνδεσης με τη χρήση του ./pyload.py -u" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "Όλοι οι συνδεσμοι αφαιρέθηκαν" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "Χρόνος κατεβάσματος: %s" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "Ελέυθερος χώρος στο δίσκο: %s" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "Ενεργοποίηση Λογαριασμών..." -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "Ενεργοποίηση Πρόσθετων..." -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "Το pyLoad είναι ενεργό και εκτελείται " -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "το pyLoad επανεκκινείται" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "το pyLoad σταματάει" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "Εγκατάσταση %s" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "δεν βρεθηκε(καν) %(desc)s: %(name)s" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "δεν διμιουργήθηκε(καν) %(desc)s: %(name)s" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "κλείσιμο..." -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "σφάλμα κατα το κλείσιμο" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "το pyLoad σταματήθηκε απο το Τερματικο" @@ -333,8 +333,8 @@ msgid "not available" msgstr "μη διαθέσιμο" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." -msgstr "Εκτελέστε την εντολή pyLoadCore.py -s για πρόσβαση στην εγκατάσταση." +msgid "Run pyload.py -s to access the setup." +msgstr "Εκτελέστε την εντολή pyload.py -s για πρόσβαση στην εγκατάσταση." #: module/network/HTTPDownload.py:245 #, python-format diff --git a/locale/el/LC_MESSAGES/pyLoadCli.po b/locale/el/LC_MESSAGES/pyLoadCli.po index f2ae4bb74..52d49be62 100644 --- a/locale/el/LC_MESSAGES/pyLoadCli.po +++ b/locale/el/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr "Διασύνδεση Γραμμής Εντολών" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "%s Λήψεις:" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr "Ταχύτητα:" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr "Μέγεθος:" -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr "Ολοκλήρωση σε: " -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr "" -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "αναμονή: " -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "Κατάσταση:" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "σε παύση" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "εκτελείται" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "συνολική ταχύτητα" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "Αρχεία στην ουρά" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "Σύνολο" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr " Μενού:" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr " Προσθήκη Συνδέσμων" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr " Διαχείριση Ουράς" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr " Διαχείριση Συλλέκτη " -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr " Ενεργοποίηση/Αδρανοποίηση" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr " Τερματισμός Διακομιστή" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr " Έξοδος" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "Χρήση με: add <Package name> <link> <link2> ..." -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "Έλεγχος %d συνδέσμων:" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "Το αρχείο δεν υπάρχει." -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "Το pyLoad τερματίστηκε" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "Εμφανίζει την κατάσταση του διακομιστή" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "Εμφανίζει τις λήψεις σε ουρά" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "Εμφανίζει τις λήψεις στο συλλέκτη" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "Προσθέτει το πακέτο στην ουρά" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "Προσθέτει το πακέτο στο συλλέκτη" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "Διαγραφή αρχείου από Ουρά/Συλλεκτη" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "Διαγραφή πακέτων από Ουρά/Συλλέκτη" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "Μετακίνηση πακέτων από την Ουρά στο Συλλέκτη και αντίστροφα" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "Επανεκκίνηση αρχείων" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "Επανεκκίνηση πακέτων" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "Έλεγχος κατάστασης σύνδεσης. Λειτουργεί με τοπικά container" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "Έλεγχος κατάστασης σύνδεσης ενός αρχείου container" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "Παύση του διακομιστή" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "συνέχιση λήψεων" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "Εναλλαγή παύσης/εκτέλεσης" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "τερματισμός διακομιστή" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "Λίστα εντολών:" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "Αδυναμία εγγραφής του αρχείου ρυθμίσεων του χρήστη" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "Απαιτείται το py-openssl για σύνδεση σε αυτόν το pyLoad Core." -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "Διεύθυνση:" -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "Θύρα:" -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "Όνομα χρήστη:" -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "Κωδικός χρήστη:" -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "Τα στοιχεία σύνδεσης είναι λάθος." -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "Αδυναμία σύνδεσης στη διεύθυνση %(addr)s:%(port)s." -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "Απαιτείται το py-openssl για σύνδεση σε αυτόν τον pyLoad Core." -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "H αλληλεπιδραστική λειτουργία αγνοήθηκε εφόσον δώσατε κάποιες εντολές." diff --git a/locale/el/LC_MESSAGES/setup.po b/locale/el/LC_MESSAGES/setup.po index df115699a..0f9903201 100644 --- a/locale/el/LC_MESSAGES/setup.po +++ b/locale/el/LC_MESSAGES/setup.po @@ -37,15 +37,15 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "σε περίπτωση που δεν επιθυμείτε αλλαγή ή αμφιβάλλετε για την επιλογή σας, απλά πατήστε enter. " #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." -msgstr "Μην ξεχνάτε: Μπορείτε πάντα να εκτελέσετε ξανά τον Βοηθό, εισάγοντας τη παράμετρο --setup ή -s, κατά την εκτέλεση του pyLoadCore." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." +msgstr "Μην ξεχνάτε: Μπορείτε πάντα να εκτελέσετε ξανά τον Βοηθό, εισάγοντας τη παράμετρο --setup ή -s, κατά την εκτέλεση του pyload.py ." #: module/setup.py:79 msgid "If you have any problems with this assistent hit STRG-C," msgstr "Αν αντιμετωπίσετε προβλήματα με το Βοηθό, πατήστε CTRL-C," #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgid "to abort and don't let him start with pyload.py automatically anymore." msgstr "για να εγκαταλείψετε και να αποτρέψετε την αυτόματη εκτέλεσή του." #: module/setup.py:82 diff --git a/locale/eo/LC_MESSAGES/django.po b/locale/eo/LC_MESSAGES/django.po index dbf8da2ca..df0a82d13 100644 --- a/locale/eo/LC_MESSAGES/django.po +++ b/locale/eo/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" diff --git a/locale/eo/LC_MESSAGES/pyLoad.po b/locale/eo/LC_MESSAGES/pyLoad.po index 1fa0dfe7c..936fc0e0a 100644 --- a/locale/eo/LC_MESSAGES/pyLoad.po +++ b/locale/eo/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" msgstr "" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "" -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "" -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "" -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "" @@ -333,7 +333,7 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" #: module/network/HTTPDownload.py:245 diff --git a/locale/eo/LC_MESSAGES/pyLoadCli.po b/locale/eo/LC_MESSAGES/pyLoadCli.po index 1003c88ab..d098a93a2 100644 --- a/locale/eo/LC_MESSAGES/pyLoadCli.po +++ b/locale/eo/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr "" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr "" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr "" -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr "" -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr "" -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "" -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr "" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr "" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr "" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr "" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr "" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr "" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "" -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "" -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "" -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "" -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "" -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "" -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "" -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "" -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "" -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "" -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "" diff --git a/locale/eo/LC_MESSAGES/setup.po b/locale/eo/LC_MESSAGES/setup.po index 66890d7aa..259ad8543 100644 --- a/locale/eo/LC_MESSAGES/setup.po +++ b/locale/eo/LC_MESSAGES/setup.po @@ -37,7 +37,7 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "" #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." msgstr "" #: module/setup.py:79 @@ -45,7 +45,7 @@ msgid "If you have any problems with this assistent hit STRG-C," msgstr "" #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgid "to abort and don't let him start with pyload.py automatically anymore." msgstr "" #: module/setup.py:82 diff --git a/locale/es/LC_MESSAGES/django.po b/locale/es/LC_MESSAGES/django.po index cd6eedc43..1f01e7725 100644 --- a/locale/es/LC_MESSAGES/django.po +++ b/locale/es/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "no disponible" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." -msgstr "Ejecuta pyLoadCore.py -s para acceder a la instalación." +msgid "Run pyload.py -s to access the setup." +msgstr "Ejecuta pyload.py -s para acceder a la instalación." diff --git a/locale/es/LC_MESSAGES/pyLoad.po b/locale/es/LC_MESSAGES/pyLoad.po index 0f9edb8f8..64c43cfa8 100644 --- a/locale/es/LC_MESSAGES/pyLoad.po +++ b/locale/es/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "Señal de salida recibida" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "pyLoad ya está ejecutándose con pid %s" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "Cambio de grupo fallido: %s" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "Cambio de usuario fallido: %s" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "carpeta para los registros" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "Iniciando" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "Usando directorio de inicio: %s" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "pycrypto va a decodificar archivos contenedores" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "carpeta para archivos temporales" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "carpeta de descargas" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "OpenSSL para conexión segura" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "Moviendo la configuración antigua de usuario a la BD" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" -msgstr "Por favor, comprueba tus datos de inicio de sesión con ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" +msgstr "Por favor, comprueba tus datos de inicio de sesión con ./pyload.py -u" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "Se han eliminado todos los enlaces" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "Tiempo de descarga: %s" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "Espacio libre: %s" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "Activando Cuentas..." -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "Activando Plugins..." -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "pyLoad está funcionando" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "reiniciando pyLoad" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "pyLoad se cierra" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "Instalar %s" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "no se pudo encontrar %(desc)s: %(name)s" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "no se pudo crear %(desc)s: %(name)s" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "apagando..." -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "ha ocurrido un error mientras se apagaba" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "pyload terminado desde el Terminal" @@ -333,8 +333,8 @@ msgid "not available" msgstr "no disponible" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." -msgstr "Ejecuta pyLoadCore.py -s para acceder a la instalación." +msgid "Run pyload.py -s to access the setup." +msgstr "Ejecuta pyload.py -s para acceder a la instalación." #: module/network/HTTPDownload.py:245 #, python-format diff --git a/locale/es/LC_MESSAGES/pyLoadCli.po b/locale/es/LC_MESSAGES/pyLoadCli.po index 99e618ddd..1e9fc0af6 100644 --- a/locale/es/LC_MESSAGES/pyLoadCli.po +++ b/locale/es/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr " Interfaz de Línea de Comandos" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "%s Descargas:" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr " Velocidad: " -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr " Tamaño: " -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr " Finalizado el: " -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr " ID: " -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "esperando: " -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "Estado:" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "pausado" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "ejecutando" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "Velocidad total" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "Ficheros en cola" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "Total" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "Menú:" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr " Añadir enlaces" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr " Administrar Cola" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr " Administrar Recolector" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr " Detener/Reanudar Servidor" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr " Parar servidor" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr " Salir" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "Por favor usa esta sintaxis: add <Package name> <link> <link2> ..." -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "Comprobando %d enlace(s):" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "El archivo no existe." -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "pyLoad ha finalizado" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "Muestra el estado del servidor" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "Muestra las descargas en cola" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "Muestra las descargas en recolector" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "Agregar paquetes a la cola" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "Agrega un paquete al recolector" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "Borrar Archivos de la Cola/Recolector" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "Borrar Paquetes de la Cola/Recolector" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "Mover Paquetes de la Cola al Recolector o viceversa" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "Reiniciar archivos" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "Reiniciar paquetes" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "Comprobar el estado en-linea, trabaja con el contenedor local" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "Comprueba el estado en-linea de un contenedor" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "Pausar el servidor" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "continuar descargas" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "Alternar detener/reanudar" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "parar servidor" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "Lista de comandos:" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "No se puede escribir el archivo de configuración del usuario" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "Necesitas py-openssl para conectar a este Núcleo pyLoad." -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "Dirección: " -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "Puerto: " -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "Usuario: " -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "Contraseña: " -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "Los datos de inicio de sesión son incorrectos." -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "No se puede establecer la conexión a %(addr)s:%(port)s." -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "Necesitas py-openssl para conectar a este núcleo pyLoad." -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "Modo interactivo ignorado ya que pasaste algunas órdenes." diff --git a/locale/es/LC_MESSAGES/setup.po b/locale/es/LC_MESSAGES/setup.po index 8e50fbb58..9595559bb 100644 --- a/locale/es/LC_MESSAGES/setup.po +++ b/locale/es/LC_MESSAGES/setup.po @@ -37,16 +37,16 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "en caso que no quieras cambiarlo o no estés seguro de que opción elegir, solo presiona entrar." #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." -msgstr "No lo olvides: siempre puedes volver a ejecutar este asistente con el parámetro --setup ó -s, cuando inicies pyLoadCore." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." +msgstr "No lo olvides: siempre puedes volver a ejecutar este asistente con el parámetro --setup ó -s, cuando inicies pyload.py ." #: module/setup.py:79 msgid "If you have any problems with this assistent hit STRG-C," msgstr "Si tienes algún problema con el asistente presiona Ctrl-C," #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." -msgstr "para abortar y no permitirle volver a iniciarse automáticamente con pyLoadCore." +msgid "to abort and don't let him start with pyload.py automatically anymore." +msgstr "para abortar y no permitirle volver a iniciarse automáticamente con pyload.py ." #: module/setup.py:82 msgid "When you are ready for system check, hit enter." diff --git a/locale/fa/LC_MESSAGES/django.po b/locale/fa/LC_MESSAGES/django.po index 83148d52f..56667d281 100644 --- a/locale/fa/LC_MESSAGES/django.po +++ b/locale/fa/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" diff --git a/locale/fa/LC_MESSAGES/pyLoad.po b/locale/fa/LC_MESSAGES/pyLoad.po index 98b8783fe..e0a7f96e8 100644 --- a/locale/fa/LC_MESSAGES/pyLoad.po +++ b/locale/fa/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" msgstr "" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "" -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "" -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "" -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "" @@ -333,7 +333,7 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" #: module/network/HTTPDownload.py:245 diff --git a/locale/fa/LC_MESSAGES/pyLoadCli.po b/locale/fa/LC_MESSAGES/pyLoadCli.po index 8e9abd3dd..279daef1b 100644 --- a/locale/fa/LC_MESSAGES/pyLoadCli.po +++ b/locale/fa/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr "" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr " سرعت: " -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr " حجم: " -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr "" -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr " شناسه: " -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "" -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "وضعیت:" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "در حال اجرا" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "سرعت کل" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "فایلهای درون صف" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "مجموع" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "منو:" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr " اضافه کردن لینک" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr "" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr "" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr "" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr " بستن سرور" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr " خروج" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "" -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "فایل وجود ندارد." -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "بستن سرور" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "لیست دستورات:" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "فایل پیکربندی کاربر نمیتواند نوشته شود" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "" -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "آدرس: " -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "درگاه: " -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "نام کاربری: " -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "رمز عبور: " -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "اطلاعات ورود اشتباه است." -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "" -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "برای اتصال به هستهی pyLoad به py-openssl نیاز دارید." -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "" diff --git a/locale/fa/LC_MESSAGES/setup.po b/locale/fa/LC_MESSAGES/setup.po index e4d7a6c6a..2a1c9ad75 100644 --- a/locale/fa/LC_MESSAGES/setup.po +++ b/locale/fa/LC_MESSAGES/setup.po @@ -37,7 +37,7 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "" #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." msgstr "" #: module/setup.py:79 @@ -45,7 +45,7 @@ msgid "If you have any problems with this assistent hit STRG-C," msgstr "" #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgid "to abort and don't let him start with pyload.py automatically anymore." msgstr "" #: module/setup.py:82 diff --git a/locale/fi/LC_MESSAGES/django.po b/locale/fi/LC_MESSAGES/django.po index 115e2a2bc..385065353 100644 --- a/locale/fi/LC_MESSAGES/django.po +++ b/locale/fi/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" diff --git a/locale/fi/LC_MESSAGES/pyLoad.po b/locale/fi/LC_MESSAGES/pyLoad.po index 3d3c857ad..dff7fbcd1 100644 --- a/locale/fi/LC_MESSAGES/pyLoad.po +++ b/locale/fi/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" msgstr "" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "" -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "" -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "" -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "" @@ -333,7 +333,7 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" #: module/network/HTTPDownload.py:245 diff --git a/locale/fi/LC_MESSAGES/pyLoadCli.po b/locale/fi/LC_MESSAGES/pyLoadCli.po index 0c33c6a9b..6b2c3e606 100644 --- a/locale/fi/LC_MESSAGES/pyLoadCli.po +++ b/locale/fi/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr "Komentorivikäyttöliittymä" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "%s lataa:" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr "Nopeus:" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr "Koko:" -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr "Valmistunut:" -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr "Tunnus:" -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "odotetaan:" -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "Valikko:" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr "Lisää linkkejä" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr " Jonon hallinta" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr " Kerääjän hallinta" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr "" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr "" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr "" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "" -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "" -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "" -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "" -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "" -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "" -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "" -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "" -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "" -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "" -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "" diff --git a/locale/fi/LC_MESSAGES/setup.po b/locale/fi/LC_MESSAGES/setup.po index 874567855..32aba57dd 100644 --- a/locale/fi/LC_MESSAGES/setup.po +++ b/locale/fi/LC_MESSAGES/setup.po @@ -37,7 +37,7 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "" #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." msgstr "" #: module/setup.py:79 @@ -45,7 +45,7 @@ msgid "If you have any problems with this assistent hit STRG-C," msgstr "" #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgid "to abort and don't let him start with pyload.py automatically anymore." msgstr "" #: module/setup.py:82 diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index 9cce35ff6..4515ac5fc 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "non disponible" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." -msgstr "Lancez pyLoadCore.py -s pour accéder au paramétrage." +msgid "Run pyload.py -s to access the setup." +msgstr "Lancez pyload.py -s pour accéder au paramétrage." diff --git a/locale/fr/LC_MESSAGES/pyLoad.po b/locale/fr/LC_MESSAGES/pyLoad.po index b1c87464c..8a91fe0ad 100644 --- a/locale/fr/LC_MESSAGES/pyLoad.po +++ b/locale/fr/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "Signal d'arrêt reçu" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "pyLoad est déjà lancé avec le pid %s" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "Echec lors du changement de groupe: %s" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "Echec lors du changement d'utilisateur: %s" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "dossier des logs" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "Démarrage" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "Utilisation du dossier principal : %s" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "pycrypto pour décoder les fichiers conteneurs" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "dossier des fichiers temporaires" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "dossier des téléchargements" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "OpenSSL pour les connexions sécurisées" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "Déplacement des anciennes configurations utilisateur vers la BDD" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" -msgstr "Vérifiez vos identifiants avec ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" +msgstr "Vérifiez vos identifiants avec ./pyload.py -u" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "Tous les liens ont été supprimés" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "Temps de téléchargement : %s" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "Espace libre : %s" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "Activation des comptes ..." -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "Activation des Extensions..." -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "pyLoad est opérationnel" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "redémarrage de pyLoad" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "pyLoad se termine" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "Installation %s" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "impossible de trouver %(desc)s: %(name)s" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "impossible de créer %(desc)s: %(name)s" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "arrêt..." -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "erreur lors de l'arrêt" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "pyLoad a été tué depuis le Terminal" @@ -333,8 +333,8 @@ msgid "not available" msgstr "non disponible" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." -msgstr "Lancez pyLoadCore.py -s pour accéder au paramétrage." +msgid "Run pyload.py -s to access the setup." +msgstr "Lancez pyload.py -s pour accéder au paramétrage." #: module/network/HTTPDownload.py:245 #, python-format diff --git a/locale/fr/LC_MESSAGES/pyLoadCli.po b/locale/fr/LC_MESSAGES/pyLoadCli.po index a8839130e..43075a3a1 100644 --- a/locale/fr/LC_MESSAGES/pyLoadCli.po +++ b/locale/fr/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr " Interface en ligne de commande" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "%s téléchargement(s) :" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr " Vitesse : " -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr " Taille : " -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr " Fini dans : " -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr " ID : " -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "en attente : " -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "Statut:" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "en pause" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "en cours" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "Vitesse totale" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "Fichiers en attente" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "Menu :" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr " Ajouter des liens" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr "Gérer la file d'attente" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr "Gérer le collecteur" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr "Mettre en pause/Restaurer le serveur" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr " Stopper le serveur" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr " Quitter" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "Utilisez cette syntaxe : add <Nom paquet> <lien> <lien2> ..." -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "Vérification de %d liens :" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "Le fichier n'existe pas." -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "pyLoad a quitté" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "Affiche le statut du serveur" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "affiche les téléchargements en file d'attente" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "affiche les téléchargements dans le collecteur" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "Ajouter le paquet à la file d'attente" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "Ajouter le paquet au collecteur" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "Supprimer les fichiers de la file d'attente/du collecteur" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "Supprimer les paquets de la file d'attente/du collecteur" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "Déplacer les paquets de la file d'attente au collecteur ou vice versa" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "Redémarrer les fichiers" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "Redémarrer les paquets" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "Vérifie le statut en ligne (fonctionne avec un conteneur local)" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "Vérifie le statut en ligne d'un fichier conteneur" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "Mettre le serveur en pause" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "continuer les téléchargements" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "Basculer pause/reprendre" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "stopper le serveur" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "Liste des commandes :" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "Impossible d'écrire le fichier de configuration" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "Vous avez besoin de py-openssl pour vous connecter à ce Core pyLoad." -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "Adresse: " -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "Port : " -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "Nom d'utilisateur: " -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "Mot de passe : " -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "Les identifiants sont incorrects." -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "Impossible d'établir la connexion à %(addr)s:%(port)s." -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "Vous avez besoin de py-openssl pour vous connecter au moteur de Pyload." -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "Mode interactif ignoré jusqu'à ce que vous entriez des commandes." diff --git a/locale/fr/LC_MESSAGES/setup.po b/locale/fr/LC_MESSAGES/setup.po index 65e04c9ab..5afb2617a 100644 --- a/locale/fr/LC_MESSAGES/setup.po +++ b/locale/fr/LC_MESSAGES/setup.po @@ -37,16 +37,16 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "dans le cas où vous ne voulez pas la changer ou vous ne savez pas quoi choisir, appuyez sur entrée." #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." -msgstr "N'oubliez pas : vous pouvez toujours relancer cet assistant avec l'option --setup ou -s, lorsque vous démarrez pyLoadCore." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." +msgstr "N'oubliez pas : vous pouvez toujours relancer cet assistant avec l'option --setup ou -s, lorsque vous démarrez pyload.py ." #: module/setup.py:79 msgid "If you have any problems with this assistent hit STRG-C," msgstr "Si vous avez un problème avec cet assistant appuyer sur CTRL-C," #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." -msgstr "pour annuler et ne plus le laisser démarrer automatiquement avec pyLoadCore." +msgid "to abort and don't let him start with pyload.py automatically anymore." +msgstr "pour annuler et ne plus le laisser démarrer automatiquement avec pyload.py ." #: module/setup.py:82 msgid "When you are ready for system check, hit enter." diff --git a/locale/ga/LC_MESSAGES/django.po b/locale/ga/LC_MESSAGES/django.po index 4381ad437..a5c085ee9 100644 --- a/locale/ga/LC_MESSAGES/django.po +++ b/locale/ga/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" diff --git a/locale/ga/LC_MESSAGES/pyLoad.po b/locale/ga/LC_MESSAGES/pyLoad.po index 7738b2c57..7f6c96b75 100644 --- a/locale/ga/LC_MESSAGES/pyLoad.po +++ b/locale/ga/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" msgstr "" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "" -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "" -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "" -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "" @@ -333,7 +333,7 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" #: module/network/HTTPDownload.py:245 diff --git a/locale/ga/LC_MESSAGES/pyLoadCli.po b/locale/ga/LC_MESSAGES/pyLoadCli.po index 91fec6963..e383ae6f0 100644 --- a/locale/ga/LC_MESSAGES/pyLoadCli.po +++ b/locale/ga/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr "" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr "" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr "" -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr "" -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr "" -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "" -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr "" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr "" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr "" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr "" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr "" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr "" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "" -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "" -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "" -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "" -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "" -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "" -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "" -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "" -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "" -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "" -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "" diff --git a/locale/ga/LC_MESSAGES/setup.po b/locale/ga/LC_MESSAGES/setup.po index 9209a1ff3..006a7f1de 100644 --- a/locale/ga/LC_MESSAGES/setup.po +++ b/locale/ga/LC_MESSAGES/setup.po @@ -37,7 +37,7 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "" #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." msgstr "" #: module/setup.py:79 @@ -45,7 +45,7 @@ msgid "If you have any problems with this assistent hit STRG-C," msgstr "" #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgid "to abort and don't let him start with pyload.py automatically anymore." msgstr "" #: module/setup.py:82 diff --git a/locale/gl/LC_MESSAGES/django.po b/locale/gl/LC_MESSAGES/django.po index 660cbd024..6fc502c41 100644 --- a/locale/gl/LC_MESSAGES/django.po +++ b/locale/gl/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "non dispoñible" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." -msgstr "Execute pyLoadCore.py -s para acceder á instalación." +msgid "Run pyload.py -s to access the setup." +msgstr "Execute pyload.py -s para acceder á instalación." diff --git a/locale/gl/LC_MESSAGES/pyLoad.po b/locale/gl/LC_MESSAGES/pyLoad.po index 0aa5bb6e3..14a6cfd25 100644 --- a/locale/gl/LC_MESSAGES/pyLoad.po +++ b/locale/gl/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "Sinal de saída recibida" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "pyLoad xa está executándose con pid %s" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "Cambio de grupo falido: %s" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "Cambio de usuario falido: %s" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "cartafol para os rexistros" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "Comezando" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "Usando directorio de inicio: %s" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "pycrypto para descodificar contedores de ligazóns" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "cartafol para ficheiros temporais" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "cartafol para as descargas" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "OpenSSL para conexión segura" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "Movendo a antiga configuración de usuario á BD" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" -msgstr "Por favor, comprobe os seus datos de inicio de sesión con ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" +msgstr "Por favor, comprobe os seus datos de inicio de sesión con ./pyload.py -u" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "Todas as ligazóns foron eliminadas" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "Tempo de descarga: %s" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "Espazo libre: %s" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "Activando Contas..." -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "Activando Engadidos..." -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "pyLoad está funcionando" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "reiniciando pyLoad" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "pyLoad pechouse" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "Instalar %s" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "non se puido atopar %(desc)s: %(name)s" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "no se puido crear %(desc)s: %(name)s" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "apagando..." -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "produciuse un erro mentres se apagaba" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "pyload terminado dende o Terminal" @@ -333,8 +333,8 @@ msgid "not available" msgstr "non dispoñible" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." -msgstr "Execute pyLoadCore.py -s para acceder á instalación." +msgid "Run pyload.py -s to access the setup." +msgstr "Execute pyload.py -s para acceder á instalación." #: module/network/HTTPDownload.py:245 #, python-format diff --git a/locale/gl/LC_MESSAGES/pyLoadCli.po b/locale/gl/LC_MESSAGES/pyLoadCli.po index 89c06d6c1..4b1bbb714 100644 --- a/locale/gl/LC_MESSAGES/pyLoadCli.po +++ b/locale/gl/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr " Interface de Liña de Comandos" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "%s Descargas:" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr " Velocidade: " -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr " Tamaño: " -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr " Finalizado en: " -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr "" -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "esperando: " -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "Menú:" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr " Engadir Ligazóns" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr " Administrar Cola" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr " Administrar Colector" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr " Retomar/Deter Servidor" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr " Parar Servidor" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr " Saír" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "Por favor use esta sintaxe: add <Package name> <link> <link2> ..." -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "Comprobando %d ligazóns:" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "O ficheiro non existe." -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "pyLoad terminou" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "Amosa-lo estado do servidor" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "Amosa-las descargas en cola" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "Amosa-las descargas en colector" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "Engadir paquetes á cola" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "Engadir paquetes ó colector" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "Borrar Ficheiros da Cola/Colector" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "Borrar Paquetes da Cola/Colector" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "Mover os Paquetes da Cola ó Colector ou viceversa" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "Reiniciar ficheiros" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "Reiniciar paquetes" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "Comprobar o estado da conexión, traballa cun contedor local" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "Comprobar o estado en liña dun contedor" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "Pausa o servidor" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "continuar as descargas" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "Alternar deter/continuar" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "finalizar servidor" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "Lista de comandos:" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "Resultou imposíbel escribir no ficheiro de configuración do usuario" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "Necesita py-openssl para conectarse a este Núcleo de pyLoad." -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "Enderezo: " -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "Porto: " -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "Nome de usuario: " -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "Contrasinal: " -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "Os datos de inicio de sesión son incorrectos." -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "Non se puido establecer a conexión a %(addr)s:%(port)s." -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "Necesita py-openssl para conectarse a este núcleo pyLoad." -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "Modo interactivo ignorado, xa que pasou algúns comandos." diff --git a/locale/gl/LC_MESSAGES/setup.po b/locale/gl/LC_MESSAGES/setup.po index b4c99e9a3..b04099b35 100644 --- a/locale/gl/LC_MESSAGES/setup.po +++ b/locale/gl/LC_MESSAGES/setup.po @@ -37,16 +37,16 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "en caso de que non queira cambialo ou non estea seguro de que opción elixir, só prema entrar." #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." -msgstr "Non o esqueza: Sempre pode volver a executar este asistente co parámetro --setup ou -s cando inicie pyLoadCore." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." +msgstr "Non o esqueza: Sempre pode volver a executar este asistente co parámetro --setup ou -s cando inicie pyload.py ." #: module/setup.py:79 msgid "If you have any problems with this assistent hit STRG-C," msgstr "Se ten algún problema co asistente presione Ctrl-C," #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." -msgstr "para abortar e non permitirlle volver a iniciarse automaticamente con pyLoadCore." +msgid "to abort and don't let him start with pyload.py automatically anymore." +msgstr "para abortar e non permitirlle volver a iniciarse automaticamente con pyload.py ." #: module/setup.py:82 msgid "When you are ready for system check, hit enter." diff --git a/locale/he/LC_MESSAGES/django.po b/locale/he/LC_MESSAGES/django.po index dba1bccf5..86b822614 100644 --- a/locale/he/LC_MESSAGES/django.po +++ b/locale/he/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" diff --git a/locale/he/LC_MESSAGES/pyLoad.po b/locale/he/LC_MESSAGES/pyLoad.po index 6b6b96df8..ba5650bfa 100644 --- a/locale/he/LC_MESSAGES/pyLoad.po +++ b/locale/he/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" msgstr "" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "" -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "" -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "" -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "" @@ -333,7 +333,7 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" #: module/network/HTTPDownload.py:245 diff --git a/locale/he/LC_MESSAGES/pyLoadCli.po b/locale/he/LC_MESSAGES/pyLoadCli.po index d2a93521b..59cc71646 100644 --- a/locale/he/LC_MESSAGES/pyLoadCli.po +++ b/locale/he/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr "" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr "" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr "" -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr "" -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr "" -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "" -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr "" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr "" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr "" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr "" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr "" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr "" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "" -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "" -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "" -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "" -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "" -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "" -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "" -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "" -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "" -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "" -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "" diff --git a/locale/he/LC_MESSAGES/setup.po b/locale/he/LC_MESSAGES/setup.po index f23dbb8fa..1e1bacb56 100644 --- a/locale/he/LC_MESSAGES/setup.po +++ b/locale/he/LC_MESSAGES/setup.po @@ -37,7 +37,7 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "" #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." msgstr "" #: module/setup.py:79 @@ -45,7 +45,7 @@ msgid "If you have any problems with this assistent hit STRG-C," msgstr "" #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgid "to abort and don't let him start with pyload.py automatically anymore." msgstr "" #: module/setup.py:82 diff --git a/locale/hi/LC_MESSAGES/django.po b/locale/hi/LC_MESSAGES/django.po index d12d30455..e4d038dcc 100644 --- a/locale/hi/LC_MESSAGES/django.po +++ b/locale/hi/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" diff --git a/locale/hi/LC_MESSAGES/pyLoad.po b/locale/hi/LC_MESSAGES/pyLoad.po index a4dba0f9e..22a042a6f 100644 --- a/locale/hi/LC_MESSAGES/pyLoad.po +++ b/locale/hi/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" msgstr "" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "" -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "" -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "" -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "" @@ -333,7 +333,7 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" #: module/network/HTTPDownload.py:245 diff --git a/locale/hi/LC_MESSAGES/pyLoadCli.po b/locale/hi/LC_MESSAGES/pyLoadCli.po index 3dab69661..4737f6785 100644 --- a/locale/hi/LC_MESSAGES/pyLoadCli.po +++ b/locale/hi/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr "" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "%s डाउनलोड:" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr " गति: " -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr " आकार: " -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr "" -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr " आईडी: " -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "प्रतीक्षा में :" -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "स्थिति:" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "कुल गति" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "कुल" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "मेन्यू " -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr "लिंक्स जोड़ें" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr "" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr "" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr "" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr "" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr "" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "" -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "" -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "डाउनलोड जारी रखें " -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "सर्वर बंद करें " -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "कमांड सूची " -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "" -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "" -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "पोर्ट: " -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "उपयोगकर्ता नाम: " -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "पासवर्ड: " -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "" -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "" -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "" -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "" diff --git a/locale/hi/LC_MESSAGES/setup.po b/locale/hi/LC_MESSAGES/setup.po index f43049391..3ecfc5a1b 100644 --- a/locale/hi/LC_MESSAGES/setup.po +++ b/locale/hi/LC_MESSAGES/setup.po @@ -37,7 +37,7 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "" #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." msgstr "" #: module/setup.py:79 @@ -45,7 +45,7 @@ msgid "If you have any problems with this assistent hit STRG-C," msgstr "" #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgid "to abort and don't let him start with pyload.py automatically anymore." msgstr "" #: module/setup.py:82 diff --git a/locale/hr/LC_MESSAGES/django.po b/locale/hr/LC_MESSAGES/django.po index d872a157c..491deccf9 100644 --- a/locale/hr/LC_MESSAGES/django.po +++ b/locale/hr/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" diff --git a/locale/hr/LC_MESSAGES/pyLoad.po b/locale/hr/LC_MESSAGES/pyLoad.po index fe42b210f..c3dbe32f1 100644 --- a/locale/hr/LC_MESSAGES/pyLoad.po +++ b/locale/hr/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" msgstr "" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "" -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "" -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "" -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "" @@ -333,7 +333,7 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" #: module/network/HTTPDownload.py:245 diff --git a/locale/hr/LC_MESSAGES/pyLoadCli.po b/locale/hr/LC_MESSAGES/pyLoadCli.po index 34614df2d..ba9048e0c 100644 --- a/locale/hr/LC_MESSAGES/pyLoadCli.po +++ b/locale/hr/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr "" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr "" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr "" -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr "" -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr "" -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "" -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr "" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr "" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr "" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr "" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr "" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr "" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "" -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "" -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "" -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "" -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "" -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "" -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "" -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "" -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "" -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "" -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "" diff --git a/locale/hr/LC_MESSAGES/setup.po b/locale/hr/LC_MESSAGES/setup.po index f52bba44c..b4ef5c976 100644 --- a/locale/hr/LC_MESSAGES/setup.po +++ b/locale/hr/LC_MESSAGES/setup.po @@ -37,7 +37,7 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "" #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." msgstr "" #: module/setup.py:79 @@ -45,7 +45,7 @@ msgid "If you have any problems with this assistent hit STRG-C," msgstr "" #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgid "to abort and don't let him start with pyload.py automatically anymore." msgstr "" #: module/setup.py:82 diff --git a/locale/hu/LC_MESSAGES/django.po b/locale/hu/LC_MESSAGES/django.po index 7a8369673..7bbea3fce 100644 --- a/locale/hu/LC_MESSAGES/django.po +++ b/locale/hu/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "nem elérhető" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." -msgstr "A beállításhoz futtasd: pyLoadCore.py -s." +msgid "Run pyload.py -s to access the setup." +msgstr "A beállításhoz futtasd: pyload.py -s." diff --git a/locale/hu/LC_MESSAGES/pyLoad.po b/locale/hu/LC_MESSAGES/pyLoad.po index 6a67d9494..5543fc38a 100644 --- a/locale/hu/LC_MESSAGES/pyLoad.po +++ b/locale/hu/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "Leállítási jel érkezett" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "a pyLoad már fut az alábbi pid számmal: %s" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "Sikertelen csoport váltás: %s" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "Sikertelen felhasználó váltás: %s" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "könyvtár a naplóknak" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "Indítás" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "Főkönyvtár használata: %s" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "pycrypto a konténer fájlok dekódolásához" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "könyvtár az átmeneti fájloknak" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "könyvtár a letöltéseknek" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "OpenSSL a biztonságos kapcsolathoz" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" -msgstr "Ellenőrizd a belépési adataid a következő paranccsal: ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" +msgstr "Ellenőrizd a belépési adataid a következő paranccsal: ./pyload.py -u" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "Minden link törölve" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "Letöltési idő: %s" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "Szabad hely: %s" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "Hozzáférések aktiválása..." -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "Bővítmények aktiválása..." -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "pyLoad fut" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "pyLoad újraindítása" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "pyLoad kilép" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "Telepítés %s" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "leállítás..." -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "hiba leállítás közben" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "pyLoad kilőve konzolról" @@ -333,8 +333,8 @@ msgid "not available" msgstr "nem elérhető" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." -msgstr "A beállításhoz futtasd: pyLoadCore.py -s." +msgid "Run pyload.py -s to access the setup." +msgstr "A beállításhoz futtasd: pyload.py -s." #: module/network/HTTPDownload.py:245 #, python-format diff --git a/locale/hu/LC_MESSAGES/pyLoadCli.po b/locale/hu/LC_MESSAGES/pyLoadCli.po index 72c91324f..bdb9441d6 100644 --- a/locale/hu/LC_MESSAGES/pyLoadCli.po +++ b/locale/hu/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr " Parancssoros felület" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "%s letöltés:" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr " Sebesség: " -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr " Méret: " -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr " Befejezve: " -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr " ID: " -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "várakozás: " -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "Állapot:" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "felfüggesztve" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "fut" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "össz. sebesség" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "Várólistás fájlok" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "Összesen" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "Menü:" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr " Link hozzáadás" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr " Várólista kezelése" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr " Gyűjtő kezelése" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr " Szerver szüneteltetése/folytatása" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr " Szerver kilövése (Kill)" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr " Bezárás" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "Használd a következő formát: add <Csomag neve> <link> <link2> ..." -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "%d link ellenőrzése:" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "A fájl nem létezik." -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "pyLoad leállítva" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "Szerver állapota" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "Várólistás fájlok" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "Gyűjtőben levő letöltések" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "Csomag várólistához adása" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "Csomag gyűjtőhöz adása" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "Fájl törlése várólista/gyűjtő" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "Csomag törlése várólista/gyűjtő" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "Csomag áthelyezése a várólista és a gyűjtő között" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "Fájlok újraindítása" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "Csomagok újraindítása" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "Online státusz ellenőrzése, csak helyi konténer esetében" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "A konténer fájl online státuszának ellenőrzése" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "Szerver szüneteltetése" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "letöltések folytatása" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "Szüneteltetés/folytatás" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "szerver kilövése (Kill)" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "Parancsok listája:" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "Nem sikerült írni a felhasználói beállítások fájlját" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "Ehhez a pyLoad maghoz való csatlakozáshoz szükséged van py-openssl-re." -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "Cím: " -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "Port: " -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "Felhasználó: " -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "Jelszó: " -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "Hibás belépési adatok." -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "Nem sikerült kapcsolódni ide: %(addr)s:%(port)s." -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "Ehhez a pyLoad maghoz való csatlakozáshoz szükséged van py-openssl-re." -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "Az interaktív mód néhány parancs után figyelmen kívül hagyva." diff --git a/locale/hu/LC_MESSAGES/setup.po b/locale/hu/LC_MESSAGES/setup.po index 3871a80a6..6e9116909 100644 --- a/locale/hu/LC_MESSAGES/setup.po +++ b/locale/hu/LC_MESSAGES/setup.po @@ -37,15 +37,15 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "ha nem akarod megváltoztatni, vagy nem vagy biztos benne mit válassz, csak nyomj entert." #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." -msgstr "Ne feledd: a segédhez visszatérhetsz ha a pyLoadCore-t a --setup vagy -s paraméterekkel indítod." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." +msgstr "Ne feledd: a segédhez visszatérhetsz ha a pyload.py-t a --setup vagy -s paraméterekkel indítod." #: module/setup.py:79 msgid "If you have any problems with this assistent hit STRG-C," msgstr "Ha bármi probléma lépne fel a segéd futása közben nyomj STRG-C kombinációt" #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgid "to abort and don't let him start with pyload.py automatically anymore." msgstr "a megszakításhoz, és hogy ne induljon el újra automatikusan." #: module/setup.py:82 diff --git a/locale/id/LC_MESSAGES/django.po b/locale/id/LC_MESSAGES/django.po index 73c62ea18..20c731f07 100644 --- a/locale/id/LC_MESSAGES/django.po +++ b/locale/id/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" diff --git a/locale/id/LC_MESSAGES/pyLoad.po b/locale/id/LC_MESSAGES/pyLoad.po index b0d30c9bf..69cdacac6 100644 --- a/locale/id/LC_MESSAGES/pyLoad.po +++ b/locale/id/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" msgstr "" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "" -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "" -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "" -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "" @@ -333,7 +333,7 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" #: module/network/HTTPDownload.py:245 diff --git a/locale/id/LC_MESSAGES/pyLoadCli.po b/locale/id/LC_MESSAGES/pyLoadCli.po index 3904c7b88..589938d86 100644 --- a/locale/id/LC_MESSAGES/pyLoadCli.po +++ b/locale/id/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr "" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr "" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr "" -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr "" -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr "" -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "" -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr "" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr "" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr "" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr "" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr "" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr "" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "" -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "" -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "" -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "" -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "" -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "" -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "" -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "" -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "" -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "" -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "" diff --git a/locale/id/LC_MESSAGES/setup.po b/locale/id/LC_MESSAGES/setup.po index 7415ca4e7..7a2890016 100644 --- a/locale/id/LC_MESSAGES/setup.po +++ b/locale/id/LC_MESSAGES/setup.po @@ -37,7 +37,7 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "" #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." msgstr "" #: module/setup.py:79 @@ -45,7 +45,7 @@ msgid "If you have any problems with this assistent hit STRG-C," msgstr "" #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgid "to abort and don't let him start with pyload.py automatically anymore." msgstr "" #: module/setup.py:82 diff --git a/locale/it/LC_MESSAGES/django.po b/locale/it/LC_MESSAGES/django.po index a37d6919a..88bb38a7c 100644 --- a/locale/it/LC_MESSAGES/django.po +++ b/locale/it/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "non disponibile" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." -msgstr "Esegui pyLoadCore.py -s per accedere al setup." +msgid "Run pyload.py -s to access the setup." +msgstr "Esegui pyload.py -s per accedere al setup." diff --git a/locale/it/LC_MESSAGES/pyLoad.po b/locale/it/LC_MESSAGES/pyLoad.po index 659ceceff..5ed574e9e 100644 --- a/locale/it/LC_MESSAGES/pyLoad.po +++ b/locale/it/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "Ricevuto segnale di uscita" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "pyLoad già in esecuzione con pid %s" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "Impossibile cambiare il gruppo: %s" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "Impossibile cambiare utente: %s" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "cartella dei log" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "Avvio" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "Uso la cartella home: %s" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "pycrypto per decodificare la libreria di file" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "cartella per i file temporanei" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "cartella dei download" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "OpenSSL per la connessione sicura" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "Sposto la vecchia configurazione utente al DB" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" -msgstr "Per favore controlla i tuoi dati di accesso eseguendo ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" +msgstr "Per favore controlla i tuoi dati di accesso eseguendo ./pyload.py -u" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "Tutti i link rimossi" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "Tempo di download: %s" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "Spazio libero: %s" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "Attivazione Account..." -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "Attivo i Plugins..." -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "pyLoad è attivo e funzionante" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "riavvio pyLoad" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "esco da pyLoad" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "Installazione %s" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "%(desc)s: %(name)s non trovato" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "non posso creare %(desc)s: %(name)s" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "spegnimento..." -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "errore durante lo spegnimento" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "pyLoad chiuso da Terminale" @@ -333,8 +333,8 @@ msgid "not available" msgstr "non disponibile" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." -msgstr "Esegui pyLoadCore.py -s per accedere al setup." +msgid "Run pyload.py -s to access the setup." +msgstr "Esegui pyload.py -s per accedere al setup." #: module/network/HTTPDownload.py:245 #, python-format diff --git a/locale/it/LC_MESSAGES/pyLoadCli.po b/locale/it/LC_MESSAGES/pyLoadCli.po index 75b3800d6..937056b8a 100644 --- a/locale/it/LC_MESSAGES/pyLoadCli.po +++ b/locale/it/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr " Interfaccia a riga di comando" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "%s File Scaricati:" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr " Velocità: " -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr " Dimensione: " -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr " Terminato in: " -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr " ID: " -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "in attesa: " -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "Stato:" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "in pausa" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "in esecuzione" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "Velocità totale" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "File in coda" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "Totale" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "Menu:" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr " Aggiungi Link" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr "Gestisci Coda" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr "Gestisci Libreria" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr " Pausa/Riattiva Server" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr " Termina Server" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr " Esci" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "Si prega di utilizzare questa sintassi: add <Nome pacchetto> <link> <link2> ..." -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "Controllo %d link:" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "Il file non esiste." -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "pyLoad è stato chiuso" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "Mostra lo stato del server" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "Mostra i download in coda" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "Mostra i download nella libreria" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "Aggiunge pacchetti alla coda" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "Aggiungi pacchetto alla libreria" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "Elimina file dalla Coda/Collezione" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "Elimina pacchetti dalla Coda/Libreria" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "Sposta Pacchetti dalla Coda alla Libreria o vice versa" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "Riavvia file" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "Riavvia pacchetti" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "Controlla stato online, funziona con contenitori locali" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "Controlla stato online di un file contenitore" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "Mette in pausa il server" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "continua i download" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "Commutatore pausa/riprendi" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr " termina server" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "Lista dei comandi:" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "Impossibile scrivere il file di configurazione utente" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "Hai bisogno di py-openssl per connetterti a questo pyLoad Core." -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "Indirizzo:" -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "Porta: " -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "Nome utente: " -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "Password:" -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "I dati di login sono errati." -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "Impossibile stabilire una connessione a %(addr)s:%(port)s." -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "Hai bisogno di py-openssl per connetterti a questo pyLoad core." -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "Modalità interattiva ignorata dato che hai passato alcuni comandi." diff --git a/locale/it/LC_MESSAGES/setup.po b/locale/it/LC_MESSAGES/setup.po index a8383686b..bf61f047c 100644 --- a/locale/it/LC_MESSAGES/setup.po +++ b/locale/it/LC_MESSAGES/setup.po @@ -37,16 +37,16 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "nel caso in cui non vuoi cambiare impostazione o non sei sicuro su cosa scegliere, premi semplicemente Invio." #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." -msgstr "Ricorda: Puoi sempre rieseguire questo assistente con i parametri --setup o -s, quando avvii pyLoadCore." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." +msgstr "Ricorda: Puoi sempre rieseguire questo assistente con i parametri --setup o -s, quando avvii pyload.py ." #: module/setup.py:79 msgid "If you have any problems with this assistent hit STRG-C," msgstr "Se hai qualche problema con questo assistente premi CRTL+C," #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." -msgstr "per annullare e non farlo partire più automaticamente con pyLoadCore." +msgid "to abort and don't let him start with pyload.py automatically anymore." +msgstr "per annullare e non farlo partire più automaticamente con pyload.py ." #: module/setup.py:82 msgid "When you are ready for system check, hit enter." diff --git a/locale/ja/LC_MESSAGES/django.po b/locale/ja/LC_MESSAGES/django.po index 705144d00..f8f8a9fd8 100644 --- a/locale/ja/LC_MESSAGES/django.po +++ b/locale/ja/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "利用不可" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" diff --git a/locale/ja/LC_MESSAGES/pyLoad.po b/locale/ja/LC_MESSAGES/pyLoad.po index a5960a8ba..07216ca79 100644 --- a/locale/ja/LC_MESSAGES/pyLoad.po +++ b/locale/ja/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "終了のシグナルを受信" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "pyLoad はプロセス ID %s で既に実行中" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "グループの変更に失敗しました: %s" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "ユーザーの変更に失敗しました: %s" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "ログのフォルダ" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "開始中" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "ホームディレクトリとして %s を使用中" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "一時ファイルのフォルダ" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "ダウンロード先のフォルダ" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "セキュアな接続のための OpenSSL" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" -msgstr "./pyLoadCore.py -u であなたのログインデータをチェックしてください" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" +msgstr "./pyload.py -u であなたのログインデータをチェックしてください" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "すべてのリンクが削除されました" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "ダウンロード時間: %s" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "空き領域: %s" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "アカウントをアクティベート中..." -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "プラグインをアクティベート中..." -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "pyLoad が実行中" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "pyLoad を再起動中" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "pyLoad が終了します" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "%s をインストール" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "シャットダウン中..." -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "シャットダウン中にエラー" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "" @@ -333,7 +333,7 @@ msgid "not available" msgstr "利用不可" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" #: module/network/HTTPDownload.py:245 diff --git a/locale/ja/LC_MESSAGES/pyLoadCli.po b/locale/ja/LC_MESSAGES/pyLoadCli.po index e9c03a314..40b14f12c 100644 --- a/locale/ja/LC_MESSAGES/pyLoadCli.po +++ b/locale/ja/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr " コマンド ライン インタフェース" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "%s ダウンロード:" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr " 速度: " -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr " サイズ: " -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr " 完了: " -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr " ID: " -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "待機中: " -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "ステータス:" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "一時停止" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "実行しています。" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "合計速度" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "キュー内のファイル" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "合計" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "メニュー:" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr " リンクを追加" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr " キューを管理" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr " コレクターを管理" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr " サーバーを一時停止/再開" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr " サーバーを終了させる" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr " 終了" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "この構文を使用してください: add <Package name> <link> <link2> ..." -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "%d 個のリンクをチェック中:" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "ファイルが存在しません。" -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "pyLoad が終了しました" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "印刷サーバーの状態" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "キュー内のダウンロードを印刷" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "コレクター内のダウンロードを印刷" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "パッケージをキューに追加" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "パッケージをコレクターに追加" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "キュー/コレクターからファイルを削除" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "キュー/コレクターからパッケージを削除" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "キューからコレクター (またはその逆) にパッケージを移動" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "ファイルを再起動" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "パッケージを再起動" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "オンラインの状態やローカル コンテナの仕事をチェック" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "コンテナ ファイルのオンライン状態をチェック" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "サーバーを一時停止" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "ダウンロードを継続" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "一時停止/再開を切替え" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "サーバーを終了させる" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "コマンドの一覧:" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "ユーザー設定ファイルに書き込むことができませんでした" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "この pyLoad コアに接続するには py-openssl が必要です。" -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "アドレス: " -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "ポート: " -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "ユーザー名: " -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "パスワード: " -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "ログイン データが間違っています。" -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "%(addr)s:%(port)s への接続を確立できませんでした。" -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "この pyLoad コアに接続するには py-openssl が必要です。" -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "対話モードはあなたが入力したいくつかのコマンドを無視しました。" diff --git a/locale/ja/LC_MESSAGES/setup.po b/locale/ja/LC_MESSAGES/setup.po index c2e1a9394..b350f1063 100644 --- a/locale/ja/LC_MESSAGES/setup.po +++ b/locale/ja/LC_MESSAGES/setup.po @@ -37,16 +37,16 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "それを変更したくない、何を選択する確認が場合ヒットだけを入力します。" #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." -msgstr "忘れてはいけない: pyLoadCore を起動すると常にセットアップまたは-s パラメーターでこのアシスタントを再実行することができます。" +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." +msgstr "忘れてはいけない: pyload.py を起動すると常にセットアップまたは-s パラメーターでこのアシスタントを再実行することができます。" #: module/setup.py:79 msgid "If you have any problems with this assistent hit STRG-C," msgstr "" #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." -msgstr "中止しないでください彼はもはや自動的に pyLoadCore を開始させてください。" +msgid "to abort and don't let him start with pyload.py automatically anymore." +msgstr "中止しないでください彼はもはや自動的に pyload.py を開始させてください。" #: module/setup.py:82 msgid "When you are ready for system check, hit enter." diff --git a/locale/ko/LC_MESSAGES/django.po b/locale/ko/LC_MESSAGES/django.po index 04f3fb136..233460702 100644 --- a/locale/ko/LC_MESSAGES/django.po +++ b/locale/ko/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" diff --git a/locale/ko/LC_MESSAGES/pyLoad.po b/locale/ko/LC_MESSAGES/pyLoad.po index 0e310a5f8..cc190c8b9 100644 --- a/locale/ko/LC_MESSAGES/pyLoad.po +++ b/locale/ko/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" msgstr "" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "" -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "" -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "" -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "" @@ -333,7 +333,7 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" #: module/network/HTTPDownload.py:245 diff --git a/locale/ko/LC_MESSAGES/pyLoadCli.po b/locale/ko/LC_MESSAGES/pyLoadCli.po index 22f633cce..e85c7fb29 100644 --- a/locale/ko/LC_MESSAGES/pyLoadCli.po +++ b/locale/ko/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr "" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr "" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr "" -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr "" -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr "" -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "" -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr "" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr "" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr "" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr "" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr "" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr "" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "" -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "" -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "" -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "" -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "" -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "" -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "" -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "" -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "" -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "" -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "" diff --git a/locale/ko/LC_MESSAGES/setup.po b/locale/ko/LC_MESSAGES/setup.po index 270bf40ad..38f52ea3d 100644 --- a/locale/ko/LC_MESSAGES/setup.po +++ b/locale/ko/LC_MESSAGES/setup.po @@ -37,7 +37,7 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "" #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." msgstr "" #: module/setup.py:79 @@ -45,7 +45,7 @@ msgid "If you have any problems with this assistent hit STRG-C," msgstr "" #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgid "to abort and don't let him start with pyload.py automatically anymore." msgstr "" #: module/setup.py:82 diff --git a/locale/ms/LC_MESSAGES/django.po b/locale/ms/LC_MESSAGES/django.po index c8593ef33..0d5cbfb47 100644 --- a/locale/ms/LC_MESSAGES/django.po +++ b/locale/ms/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" diff --git a/locale/ms/LC_MESSAGES/pyLoad.po b/locale/ms/LC_MESSAGES/pyLoad.po index 84fbf8cfb..d6d34ff76 100644 --- a/locale/ms/LC_MESSAGES/pyLoad.po +++ b/locale/ms/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" msgstr "" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "" -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "" -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "" -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "" @@ -333,7 +333,7 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" #: module/network/HTTPDownload.py:245 diff --git a/locale/ms/LC_MESSAGES/pyLoadCli.po b/locale/ms/LC_MESSAGES/pyLoadCli.po index 613990df9..d4119d884 100644 --- a/locale/ms/LC_MESSAGES/pyLoadCli.po +++ b/locale/ms/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr "" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr "" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr "" -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr "" -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr "" -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "" -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr "" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr "" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr "" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr "" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr "" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr "" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "" -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "" -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "" -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "" -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "" -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "" -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "" -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "" -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "" -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "" -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "" diff --git a/locale/ms/LC_MESSAGES/setup.po b/locale/ms/LC_MESSAGES/setup.po index c07c03820..837f7ed34 100644 --- a/locale/ms/LC_MESSAGES/setup.po +++ b/locale/ms/LC_MESSAGES/setup.po @@ -37,7 +37,7 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "" #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." msgstr "" #: module/setup.py:79 @@ -45,7 +45,7 @@ msgid "If you have any problems with this assistent hit STRG-C," msgstr "" #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgid "to abort and don't let him start with pyload.py automatically anymore." msgstr "" #: module/setup.py:82 diff --git a/locale/nl/LC_MESSAGES/django.po b/locale/nl/LC_MESSAGES/django.po index 10f451a0a..f2f3f2bf6 100644 --- a/locale/nl/LC_MESSAGES/django.po +++ b/locale/nl/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "niet beschikbaar" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." -msgstr "Start pyLoadCore.py -s om setup te starten." +msgid "Run pyload.py -s to access the setup." +msgstr "Start pyload.py -s om setup te starten." diff --git a/locale/nl/LC_MESSAGES/pyLoad.po b/locale/nl/LC_MESSAGES/pyLoad.po index fc25c582e..86b7b4a35 100644 --- a/locale/nl/LC_MESSAGES/pyLoad.po +++ b/locale/nl/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "Quit signaal ontvangen" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "pyLoad is al actief met pid %s" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "Veranderen van groep mislukt: %s" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "Veranderen van gebruiker mislukt: %s" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "map voor logs" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "Startend" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "Gebruik hoofdmap: %s" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "Container bestanden decoderen met pycrypto" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "map voor tijdelijke bestanden" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "map voor downloads" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "OpenSSL voor beveiligde verbinding" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "Oude configuratie naar DB verplaatsen" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" -msgstr "Controleer je logingegevens met ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" +msgstr "Controleer je logingegevens met ./pyload.py -u" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "Alle links verwijderd" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "Downloadtijd: %s" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "Beschikbare ruimte: %s" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "Accounts worden geactiveerd..." -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "Plugins aan het activeren..." -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "pyLoad is lopende" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "pyLoad wordt herstart" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "pyLoad wordt afgesloten" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "Installeren %s" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "Niet te vinden %(desc)s: %(name)s" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "Niet aan te maken %(desc)s : %(name)s" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "afsluiten..." -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "fout tijdens afsluiten" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "pyLoad is afgesloten via Terminal" @@ -333,8 +333,8 @@ msgid "not available" msgstr "niet beschikbaar" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." -msgstr "Start pyLoadCore.py -s om setup te starten." +msgid "Run pyload.py -s to access the setup." +msgstr "Start pyload.py -s om setup te starten." #: module/network/HTTPDownload.py:245 #, python-format diff --git a/locale/nl/LC_MESSAGES/pyLoadCli.po b/locale/nl/LC_MESSAGES/pyLoadCli.po index 8ed2efb83..35e9d3aac 100644 --- a/locale/nl/LC_MESSAGES/pyLoadCli.po +++ b/locale/nl/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr " Opdrachtprompt" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr " Snelheid: " -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr " Grootte: " -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr " Compleet in: " -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr "" -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "wachtend: " -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "gepauzeerd" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "lopend" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "totale Snelheid" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "Bestanden in wachtrij" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "Totaal" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr " Links toevoegen" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr "Wachtrij beheren" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr "Verzamelaar beheren" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr " (De)Pauzeren Server" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr " Server afsluiten" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr " Afsluiten" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "Gebruik deze opbouw: add <Package name> <link> <link2> enz" -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "Controleren van %d links:" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "Bestand bestaat niet." -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "pyLoad was afgesloten" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "Server status weergeven" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "Downloads in wachtrij weergeven" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "Downloads in verzamelaar weergeven" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "Pakketten toevoegen aan wachtrij" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "Pakket toevoegen aan verzamelaar" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "Bestanden verwijderen uit Wachtrij/Verzamelaar" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "Pakketten verwijderen uit Wachtrij/Verzamelaar" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "Verplaats pakketten van Wachtrij naar Verzamelaar of omgekeerd" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "Bestanden herstarten" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "Pakketten herstarten" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "Controleer online status, werkt met lokale container" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "Controleert de online status van een container bestand" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "Server pauzeren" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "downloads hervatten" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "Pauzeren/Starten" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "server afsluiten" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "Lijst met commands:" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "Kan configuratiebestand voor gebruiker niet aanmaken" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "Om verbinding te maken met deze pyLoad Core is py-openssl nodig." -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "Adres: " -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "Poort: " -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "Gebruikersnaam: " -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "Wachtwoord: " -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "Login gegevens verkeerd." -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "Kan geen verbinding maken met %(addr)s:%(port)s." -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "Om verbinding te maken met pyLoad is py-openssl noodzakelijk." -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "Interactieve modus wordt genegeerd, omdat je commando's hebt ingevult." diff --git a/locale/nl/LC_MESSAGES/setup.po b/locale/nl/LC_MESSAGES/setup.po index 83d7caacc..ed88ba315 100644 --- a/locale/nl/LC_MESSAGES/setup.po +++ b/locale/nl/LC_MESSAGES/setup.po @@ -37,15 +37,15 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "mocht het zo zijn dat u deze niet wil veranderen of indien u niet zeker bent, druk op enter." #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." -msgstr "Let op: u kunt altijd deze setup herstarten met de --setup of -s parameter als u pyLoadCore start." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." +msgstr "Let op: u kunt altijd deze setup herstarten met de --setup of -s parameter als u pyload.py start." #: module/setup.py:79 msgid "If you have any problems with this assistent hit STRG-C," msgstr "Mocht u problemen hebben met deze assistent druk op STRG-C," #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgid "to abort and don't let him start with pyload.py automatically anymore." msgstr "om af te sluiten en de assistent niet meer automatisch te starten." #: module/setup.py:82 diff --git a/locale/no/LC_MESSAGES/django.po b/locale/no/LC_MESSAGES/django.po index 2ee6da6bc..0cbdd5a7d 100644 --- a/locale/no/LC_MESSAGES/django.po +++ b/locale/no/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" diff --git a/locale/no/LC_MESSAGES/pyLoad.po b/locale/no/LC_MESSAGES/pyLoad.po index 81e03b2d4..d3f0177dc 100644 --- a/locale/no/LC_MESSAGES/pyLoad.po +++ b/locale/no/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" msgstr "" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "" -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "" -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "" -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "" @@ -333,7 +333,7 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" #: module/network/HTTPDownload.py:245 diff --git a/locale/no/LC_MESSAGES/pyLoadCli.po b/locale/no/LC_MESSAGES/pyLoadCli.po index cf0e688c6..6853d47a2 100644 --- a/locale/no/LC_MESSAGES/pyLoadCli.po +++ b/locale/no/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr "" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr "" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr "" -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr "" -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr "" -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "" -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr "" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr "" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr "" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr "" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr "" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr "" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "" -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "" -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "" -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "" -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "" -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "" -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "" -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "" -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "" -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "" -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "" diff --git a/locale/no/LC_MESSAGES/setup.po b/locale/no/LC_MESSAGES/setup.po index c2aeef4dc..1d3d4bd71 100644 --- a/locale/no/LC_MESSAGES/setup.po +++ b/locale/no/LC_MESSAGES/setup.po @@ -37,7 +37,7 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "" #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." msgstr "" #: module/setup.py:79 @@ -45,7 +45,7 @@ msgid "If you have any problems with this assistent hit STRG-C," msgstr "" #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgid "to abort and don't let him start with pyload.py automatically anymore." msgstr "" #: module/setup.py:82 diff --git a/locale/pa/LC_MESSAGES/django.po b/locale/pa/LC_MESSAGES/django.po index 74d33abf4..c050b77e0 100644 --- a/locale/pa/LC_MESSAGES/django.po +++ b/locale/pa/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" diff --git a/locale/pa/LC_MESSAGES/pyLoad.po b/locale/pa/LC_MESSAGES/pyLoad.po index 3c7b84e09..ac130e4c4 100644 --- a/locale/pa/LC_MESSAGES/pyLoad.po +++ b/locale/pa/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" msgstr "" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "" -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "" -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "" -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "" @@ -333,7 +333,7 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" #: module/network/HTTPDownload.py:245 diff --git a/locale/pa/LC_MESSAGES/pyLoadCli.po b/locale/pa/LC_MESSAGES/pyLoadCli.po index 4348a9bbd..2c76600d5 100644 --- a/locale/pa/LC_MESSAGES/pyLoadCli.po +++ b/locale/pa/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr "" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr "" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr "" -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr "" -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr "" -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "" -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr "" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr "" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr "" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr "" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr "" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr "" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "" -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "" -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "" -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "" -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "" -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "" -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "" -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "" -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "" -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "" -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "" diff --git a/locale/pa/LC_MESSAGES/setup.po b/locale/pa/LC_MESSAGES/setup.po index 79d75777f..bc7f27197 100644 --- a/locale/pa/LC_MESSAGES/setup.po +++ b/locale/pa/LC_MESSAGES/setup.po @@ -37,7 +37,7 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "" #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." msgstr "" #: module/setup.py:79 @@ -45,7 +45,7 @@ msgid "If you have any problems with this assistent hit STRG-C," msgstr "" #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgid "to abort and don't let him start with pyload.py automatically anymore." msgstr "" #: module/setup.py:82 diff --git a/locale/pl/LC_MESSAGES/django.po b/locale/pl/LC_MESSAGES/django.po index 356f7becd..d559213aa 100644 --- a/locale/pl/LC_MESSAGES/django.po +++ b/locale/pl/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "niedostępny" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." -msgstr "Użyj polecenia pyLoadCore.py-s aby uzyskać dostęp do ustawień" +msgid "Run pyload.py -s to access the setup." +msgstr "Użyj polecenia pyload.py-s aby uzyskać dostęp do ustawień" diff --git a/locale/pl/LC_MESSAGES/pyLoad.po b/locale/pl/LC_MESSAGES/pyLoad.po index ffbd16644..0b8c6ed47 100644 --- a/locale/pl/LC_MESSAGES/pyLoad.po +++ b/locale/pl/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "Otrzymano sygnał zakończenia" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "pyLoad jest już uruchomiony - proces %s" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "Niepowodzenie przy zmianie grupy: %s" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "Niepowodzenie przy zmianie użytkownika: %s" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "katalog na logi" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "Rozpoczynam" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "Używam katalogu domowego: %s" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "pycrypto deszyfruje pliki kontenera" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "katalog dla plików tymczasowych" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "katalog na pobrane pliki" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "OpenSSL dla połączenia szyfrowanego" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "Przenoszę starą konfigurację użytkownika do Bazy Danych" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" -msgstr "Sprawdź dane logowania komendą ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" +msgstr "Sprawdź dane logowania komendą ./pyload.py -u" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "Wszystkie linki zostały usunięte" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "Czas pobierania: %s" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "Wolne miejsce: %s" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "Aktywacja kont ..." -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "Włączanie wtyczek ..." -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "pyLoad jest uruchomiony i działa" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "restartuję pyLoad" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "pyLoad kończy działanie" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "Zainstaluj %s" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "nie można znaleźć %(desc)s: %(name)s" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "nie można utworzyć %(desc)s: %(name)s" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "wyłączanie..." -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "błąd przy wyłączaniu" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "proces pyLoad wyłączono z poziomu terminala" @@ -333,8 +333,8 @@ msgid "not available" msgstr "niedostępny" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." -msgstr "Użyj polecenia pyLoadCore.py-s aby uzyskać dostęp do ustawień" +msgid "Run pyload.py -s to access the setup." +msgstr "Użyj polecenia pyload.py-s aby uzyskać dostęp do ustawień" #: module/network/HTTPDownload.py:245 #, python-format diff --git a/locale/pl/LC_MESSAGES/pyLoadCli.po b/locale/pl/LC_MESSAGES/pyLoadCli.po index 73437cdb3..eebdeeba7 100644 --- a/locale/pl/LC_MESSAGES/pyLoadCli.po +++ b/locale/pl/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr "Interfejs Linii Komend" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "%s Pobrań:" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr "Prędkość:" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr "Rozmiar:" -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr "Zakończono w:" -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr "ID:" -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "Oczekiwanie:" -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "Wstrzymane" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "Aktywne" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "Prędkość pobierania" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "Pliki w kolejce" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "Ogółem" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr "Dodaj linki" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr " Zarządzaj kolejką" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr " Zarządzanie poczekalnią linków" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr "Zatrzymaj/Wznów serwer" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr "Wyłącz serwer" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr "Wyjście" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "Używamy składni: add <Package name> <link> <link2> ..." -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "Sprawdzanie linków %d:" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "Plik nie istnieje." -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "pyLoad został wyłączony" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "Wyświetla status serwera" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "Wyświetla pobierane pliki z kolejki" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "Wyświetla pobierane pliki z poczekalni" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "Dodaje pakiet do kolejki" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "Dodaje paczkę do poczekalni" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "Usuń pliki z Kolejki/Poczekalni" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "Usuń Paczki z Kolejki/Poczekalni" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "Przenoszenie paczek z kolejki do poczekalni i odwrotnie" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "Zrestartuj pliki" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "Zrestartuj paczki" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "Sprawdź status online, współpracuje z lokalnym kontenerem" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "Sprawdź stan online pliku kontenera" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "Wstrzymaj serwer" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "kontynuuj pobieranie" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "Wstrzymaj/Wznów" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "wyłącz serwer" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "Lista poleceń:" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "Nie można zapisać pliku konfiguracyjnego" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "Do połączenia z pyLoad Core wymagana jest instalacja py-openssl." -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "Adres:" -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "Port:" -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "Użytkownik:" -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "Hasło:" -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "Błędne dane logowania." -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "Nie można połączyć z %(addr)s:%(port)s." -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "Do połączenia z pyLoad Core wymagana jest instalacja py-openssl." -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "Tryb interaktywny wyłączono po wprowadzonych komendach." diff --git a/locale/pl/LC_MESSAGES/setup.po b/locale/pl/LC_MESSAGES/setup.po index 2371220b6..9bebff39f 100644 --- a/locale/pl/LC_MESSAGES/setup.po +++ b/locale/pl/LC_MESSAGES/setup.po @@ -37,16 +37,16 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "jeśli nie chcesz zmieniać wartości lub nie masz pewności co wybrać, naciśnij enter." #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." -msgstr "Nie zapomnij: kiedy uruchamiasz pyLoadCore zawsze możesz ponownie wybrać asystenta dodając parametr --setup lub -s." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." +msgstr "Nie zapomnij: kiedy uruchamiasz pyload.py zawsze możesz ponownie wybrać asystenta dodając parametr --setup lub -s." #: module/setup.py:79 msgid "If you have any problems with this assistent hit STRG-C," msgstr "Jeśli masz jakiekolwiek problemy z asystentem wciśnij Ctlr-C," #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." -msgstr "aby go zatrzymać i nie pozwolić mu automatycznie uruchomić się z pyLoadCore. " +msgid "to abort and don't let him start with pyload.py automatically anymore." +msgstr "aby go zatrzymać i nie pozwolić mu automatycznie uruchomić się z pyload.py . " #: module/setup.py:82 msgid "When you are ready for system check, hit enter." diff --git a/locale/pt/LC_MESSAGES/django.po b/locale/pt/LC_MESSAGES/django.po index 2c087a9de..55a66bb4d 100644 --- a/locale/pt/LC_MESSAGES/django.po +++ b/locale/pt/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" diff --git a/locale/pt/LC_MESSAGES/pyLoad.po b/locale/pt/LC_MESSAGES/pyLoad.po index 686e49ad0..5f17839f7 100644 --- a/locale/pt/LC_MESSAGES/pyLoad.po +++ b/locale/pt/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "sinal de Sair recebido" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "pyLoad já está rodando com pid %s" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "Falha ao trocar grupo: %s" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "Falha ao trocar de usuario: %s" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "Iniciando" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "Usando diretório: %s" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" msgstr "" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "Todos os links foram removidos" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "Espaço livre: %s" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "Ativando contas..." -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "" -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "pyLoad está rodando" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "reiniciando pyLoad" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "pyLoad fechou" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "desligando..." -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "erro durante desligamento" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "" @@ -333,7 +333,7 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" #: module/network/HTTPDownload.py:245 diff --git a/locale/pt/LC_MESSAGES/pyLoadCli.po b/locale/pt/LC_MESSAGES/pyLoadCli.po index fce07f357..49a9ff501 100644 --- a/locale/pt/LC_MESSAGES/pyLoadCli.po +++ b/locale/pt/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr " Interface de Linha de Comandos" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr " Velocidade: " -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr " Tamanho: " -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr " Terminado em: " -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr " ID: " -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "em espera: " -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "Estado:" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "pausados" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "em execução" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "Velocidade total" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "Arquivos na fila" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr " Adicionar Links" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr " Gerir Fila" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr " Gerir Coletor" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr " Parar/Retomar servidor" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr " Terminar Servidor" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr " Sair" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "Por favor, use esta sintaxe: Adicionar <Nome do Pacote> <link> <link2>..." -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "Checar %d links:" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "O arquivo não existe." -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "pyLoad foi finalizado" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "Estado do servidor de impressões" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "Cópias de downloads na fila" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "Cópias de downloads no coletor" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "Adicionar pacotes para a fila" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "Adicionar pacotes para o coletor" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "Deletar arquivos da fila/coletor" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "Deletar pacotes da fila/coletor" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "Mover pacotes da fila para o coletor ou vice-versa" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "Reiniciar arquivos" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "Reiniciar pacotes" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "Verificar o estado online, trabalhar com recipiente local" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "Verifica o estado online de um arquivo de contêiner" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "Colocar servidor em Pausa" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "continuar downloads" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "Alternar pausa/retomar" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "terminar servidor" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "Lista de comandos:" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "Não foi possível escrever o arquivo de configuração do usuário" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "" -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "Endereço: " -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "Porta: " -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "Nome do usuário: " -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "Senha: " -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "Dados de login estão errados." -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "Não conseguiu estabelecer conexão com %(addr)s:%(port)s." -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "você precisa do py-openssl para se conectar com o pyLoad core." -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "O modo interativo foi ignorado pois alguns comandos foram pulados por você." diff --git a/locale/pt/LC_MESSAGES/setup.po b/locale/pt/LC_MESSAGES/setup.po index 5dd7799f0..66923aa8d 100644 --- a/locale/pt/LC_MESSAGES/setup.po +++ b/locale/pt/LC_MESSAGES/setup.po @@ -37,16 +37,16 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "no caso de você não quer mudá-lo ou você não tiver certeza qual escolher, apenas tecle enter." #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." -msgstr "Não se esqueça: você sempre pode executar novamente o assistente com os parâmetros --setup ou -s, quando você iniciar o pyLoadCore." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." +msgstr "Não se esqueça: você sempre pode executar novamente o assistente com os parâmetros --setup ou -s, quando você iniciar o pyload.py ." #: module/setup.py:79 msgid "If you have any problems with this assistent hit STRG-C," msgstr "" #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." -msgstr "para cancelar e não deixá-lo iniciar automaticamente com pyLoadCore." +msgid "to abort and don't let him start with pyload.py automatically anymore." +msgstr "para cancelar e não deixá-lo iniciar automaticamente com pyload.py ." #: module/setup.py:82 msgid "When you are ready for system check, hit enter." diff --git a/locale/ro/LC_MESSAGES/django.po b/locale/ro/LC_MESSAGES/django.po index 1ddfdbb84..eb7a516c1 100644 --- a/locale/ro/LC_MESSAGES/django.po +++ b/locale/ro/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" diff --git a/locale/ro/LC_MESSAGES/pyLoad.po b/locale/ro/LC_MESSAGES/pyLoad.po index acbe8716a..fcebf1e07 100644 --- a/locale/ro/LC_MESSAGES/pyLoad.po +++ b/locale/ro/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" msgstr "" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "" -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "" -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "" -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "" @@ -333,7 +333,7 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" #: module/network/HTTPDownload.py:245 diff --git a/locale/ro/LC_MESSAGES/pyLoadCli.po b/locale/ro/LC_MESSAGES/pyLoadCli.po index ae98f7d19..26a3f1f88 100644 --- a/locale/ro/LC_MESSAGES/pyLoadCli.po +++ b/locale/ro/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr "" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr "" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr "" -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr "" -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr "" -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "" -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr "" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr "" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr "" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr "" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr "" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr "" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "" -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "" -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "" -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "" -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "" -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "" -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "" -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "" -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "" -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "" -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "" diff --git a/locale/ro/LC_MESSAGES/setup.po b/locale/ro/LC_MESSAGES/setup.po index df3d23e01..aed4d803e 100644 --- a/locale/ro/LC_MESSAGES/setup.po +++ b/locale/ro/LC_MESSAGES/setup.po @@ -37,7 +37,7 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "" #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." msgstr "" #: module/setup.py:79 @@ -45,7 +45,7 @@ msgid "If you have any problems with this assistent hit STRG-C," msgstr "" #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgid "to abort and don't let him start with pyload.py automatically anymore." msgstr "" #: module/setup.py:82 diff --git a/locale/ru/LC_MESSAGES/django.po b/locale/ru/LC_MESSAGES/django.po index 7ea651478..43f992390 100644 --- a/locale/ru/LC_MESSAGES/django.po +++ b/locale/ru/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "не доступно" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." -msgstr "Для доступа к настройкам запустите pyLoadCore.py -s." +msgid "Run pyload.py -s to access the setup." +msgstr "Для доступа к настройкам запустите pyload.py -s." diff --git a/locale/ru/LC_MESSAGES/pyLoad.po b/locale/ru/LC_MESSAGES/pyLoad.po index 34cbf41a0..b58e6fa35 100644 --- a/locale/ru/LC_MESSAGES/pyLoad.po +++ b/locale/ru/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "Получен сигнал для завершения работы" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "pyLoad уже запущен, pid %s" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "Не удалось изменить группу: %s" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "Не удалось изменить пользователя: %s" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "папка отчетов" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "Запускается" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "Основная папка: %s" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "pycrypto для декодирования файлов контейнеров" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "папка временных файлов" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "папка для закачек" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "OpenSSL для безопасного соединения" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "Переместить прежнюю пользовательскую конфигурацию в БД" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" -msgstr "Пожалуйста, проверьте свои учётные данные запустив ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" +msgstr "Пожалуйста, проверьте свои учётные данные запустив ./pyload.py -u" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "Все ссылки удалены" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "Время закачки: %s" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "Свободное место: %s" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "Активация аккаунта..." -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "Активация плагина..." -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "pyLoad загружен и работает" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "перезапуск pyLoad" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "завершение работы pyLoad" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "Установка %s" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "не могу найти %(desc)s: %(name)s" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "не могу создать %(desc)s: %(name)s" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "завершение работы..." -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "ошибка при завершении работы" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "pyLoad остановлен с терминала" @@ -333,8 +333,8 @@ msgid "not available" msgstr "не доступно" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." -msgstr "Для доступа к настройкам запустите pyLoadCore.py -s." +msgid "Run pyload.py -s to access the setup." +msgstr "Для доступа к настройкам запустите pyload.py -s." #: module/network/HTTPDownload.py:245 #, python-format diff --git a/locale/ru/LC_MESSAGES/pyLoadCli.po b/locale/ru/LC_MESSAGES/pyLoadCli.po index 891bb865c..61d91a9fb 100644 --- a/locale/ru/LC_MESSAGES/pyLoadCli.po +++ b/locale/ru/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr "Интерфейс командной строки" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "%s загрузок:" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr "Скорость: " -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr "Размер: " -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr "Закончено в: " -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr "ID: " -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "ожидание: " -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "Состояние:" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "приостановлено" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "в процессе" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "общая скорость" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "Файлов в очереди" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "Всего" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "Меню:" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr "Добавить ссылки" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr "Управление очередью" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr "Управление коллектором ссылок" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr "Запустить/Приостановить сервер" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr "Остановить сервер" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr "Выход" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "Используйте шаблон: add <Имя контейнера> <ссылка1> <ссылка2> ..." -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "Проверка %d ссылки:" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "Файл не найден." -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "Работа pyLoad была принудительно завершена" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "Показать состояние сервера" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "Показать закачки в очереди" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "Показать закачки в списке коллектора" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "Добавить контейнер в очередь" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "Добавляет контейнер в коллектор ссылок" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "Удалить файлы из очереди/коллектора" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "Удалить контейнер из очереди/коллектора" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "Переместить пакет(ы) из очереди в коллектор и наоборот" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "Перезапустить файлы" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "Перезапустить пакеты" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "Проверка статуса связи, действует с местными контейнерами" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "Проверяет состояние файла-контейнера" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "Приостановить сервер" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "продолжить закачки" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "Переключить пауза/продолжить" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "остановить сервер" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "Список команд: " -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "Записать файл конфигурации пользователя не удалось" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "Для соединения с ядром pyLoad необходим пакет py-openssl." -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "Адрес: " -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "Порт: " -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "Имя пользователя: " -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "Пароль: " -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "Неправильные учётные данные." -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "Невозможно подключиться к %(addr)s:%(port)s." -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "Для соединения с ядром pyLoad необходим пакет py-openssl." -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "В связи с тем, что были введены ряд команд, интерактивный режим был прерван." diff --git a/locale/ru/LC_MESSAGES/setup.po b/locale/ru/LC_MESSAGES/setup.po index 551415cee..e55aa5fe7 100644 --- a/locale/ru/LC_MESSAGES/setup.po +++ b/locale/ru/LC_MESSAGES/setup.po @@ -37,16 +37,16 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "если Вы не хотите менять эти значения или не уверены в своём выборе, просто нажмите ENTER." #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." -msgstr "Не забудьте: Вы всегда можете снова запустить помощника по настройкам, набрав pyLoadCore с ключом --setup или -s." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." +msgstr "Не забудьте: Вы всегда можете снова запустить помощника по настройкам, набрав pyload.py с ключом --setup или -s." #: module/setup.py:79 msgid "If you have any problems with this assistent hit STRG-C," msgstr "При возникновении проблем с этим ассистентом нажмите STRG-C" #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." -msgstr "для прекращения установки. pyLoadCore больше не будет запускаться автоматически." +msgid "to abort and don't let him start with pyload.py automatically anymore." +msgstr "для прекращения установки. pyload.py больше не будет запускаться автоматически." #: module/setup.py:82 msgid "When you are ready for system check, hit enter." diff --git a/locale/setup.pot b/locale/setup.pot index 28d9905a4..11d64d094 100644 --- a/locale/setup.pot +++ b/locale/setup.pot @@ -47,7 +47,7 @@ msgstr "" #: module/setup.py:59 msgid "" "Don't forget: You can always rerun this assistant with --setup or -s " -"parameter, when you start pyLoadCore." +"parameter, when you start pyload.py ." msgstr "" #: module/setup.py:60 @@ -55,7 +55,7 @@ msgid "If you have any problems with this assistant hit STRG-C," msgstr "" #: module/setup.py:61 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgid "to abort and don't let him start with pyload.py automatically anymore." msgstr "" #: module/setup.py:63 diff --git a/locale/si/LC_MESSAGES/django.po b/locale/si/LC_MESSAGES/django.po index 1bef012dc..3c76eff43 100644 --- a/locale/si/LC_MESSAGES/django.po +++ b/locale/si/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" diff --git a/locale/si/LC_MESSAGES/pyLoad.po b/locale/si/LC_MESSAGES/pyLoad.po index 7b86080af..f5ccb32fc 100644 --- a/locale/si/LC_MESSAGES/pyLoad.po +++ b/locale/si/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" msgstr "" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "" -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "" -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "" -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "" @@ -333,7 +333,7 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" #: module/network/HTTPDownload.py:245 diff --git a/locale/si/LC_MESSAGES/pyLoadCli.po b/locale/si/LC_MESSAGES/pyLoadCli.po index 5bbdfbb20..f859072ff 100644 --- a/locale/si/LC_MESSAGES/pyLoadCli.po +++ b/locale/si/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr "" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr "" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr "" -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr "" -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr "" -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "" -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr "" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr "" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr "" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr "" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr "" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr "" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "" -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "" -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "" -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "" -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "" -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "" -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "" -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "" -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "" -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "" -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "" diff --git a/locale/si/LC_MESSAGES/setup.po b/locale/si/LC_MESSAGES/setup.po index bea700de3..c9bbb5513 100644 --- a/locale/si/LC_MESSAGES/setup.po +++ b/locale/si/LC_MESSAGES/setup.po @@ -37,7 +37,7 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "" #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." msgstr "" #: module/setup.py:79 @@ -45,7 +45,7 @@ msgid "If you have any problems with this assistent hit STRG-C," msgstr "" #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgid "to abort and don't let him start with pyload.py automatically anymore." msgstr "" #: module/setup.py:82 diff --git a/locale/sq/LC_MESSAGES/django.po b/locale/sq/LC_MESSAGES/django.po index ec2ee4332..5bd2039f8 100644 --- a/locale/sq/LC_MESSAGES/django.po +++ b/locale/sq/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" diff --git a/locale/sq/LC_MESSAGES/pyLoad.po b/locale/sq/LC_MESSAGES/pyLoad.po index 9c986a73b..8070d99eb 100644 --- a/locale/sq/LC_MESSAGES/pyLoad.po +++ b/locale/sq/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" msgstr "" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "" -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "" -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "" -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "" @@ -333,7 +333,7 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" #: module/network/HTTPDownload.py:245 diff --git a/locale/sq/LC_MESSAGES/pyLoadCli.po b/locale/sq/LC_MESSAGES/pyLoadCli.po index 45cc502c4..73f7e3230 100644 --- a/locale/sq/LC_MESSAGES/pyLoadCli.po +++ b/locale/sq/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr "" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr "" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr "" -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr "" -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr "" -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "" -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr "" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr "" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr "" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr "" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr "" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr "" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "" -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "" -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "" -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "" -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "" -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "" -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "" -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "" -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "" -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "" -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "" diff --git a/locale/sq/LC_MESSAGES/setup.po b/locale/sq/LC_MESSAGES/setup.po index 90d041566..0e0e1d124 100644 --- a/locale/sq/LC_MESSAGES/setup.po +++ b/locale/sq/LC_MESSAGES/setup.po @@ -37,7 +37,7 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "" #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." msgstr "" #: module/setup.py:79 @@ -45,7 +45,7 @@ msgid "If you have any problems with this assistent hit STRG-C," msgstr "" #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgid "to abort and don't let him start with pyload.py automatically anymore." msgstr "" #: module/setup.py:82 diff --git a/locale/sr/LC_MESSAGES/django.po b/locale/sr/LC_MESSAGES/django.po index 8dcaf0d1d..48fd3dc31 100644 --- a/locale/sr/LC_MESSAGES/django.po +++ b/locale/sr/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "није доступно" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." -msgstr "Покренути pyLoadCore.py -s за приступ подешавању." +msgid "Run pyload.py -s to access the setup." +msgstr "Покренути pyload.py -s за приступ подешавању." diff --git a/locale/sr/LC_MESSAGES/pyLoad.po b/locale/sr/LC_MESSAGES/pyLoad.po index eadba5f67..465d8fc3a 100644 --- a/locale/sr/LC_MESSAGES/pyLoad.po +++ b/locale/sr/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "Примљен је сигнал за излазак" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "pyLoad већ ради са бројем %s" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "Не могу да променим групу: %s" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "Не могу да променим корисника: %s" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "фасцикла за извештаје" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "Покрећем" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "Основна фасцикла: %s" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "pycrypto за дешифровање контејнера" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "фасцикла за привремене датотеке" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "фасцикла за преузимања" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "OpenSSL за сигурносне везе" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "Премештање старих подешавања у базу" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" -msgstr "Проверите ваше податке пријављивања са ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" +msgstr "Проверите ваше податке пријављивања са ./pyload.py -u" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "Све везе су уклоњене" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "Време преузимања: %s" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "Слободно простора: %s" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "Активирам налоге…" -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "Активација додатка..." -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "pyLoad је спреман за коришћење" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "поновно покретање pyLoad-а" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "pyLoad се затвара" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "Инсталација %s" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "не могу да нађем %(desc)s: %(name)s" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "не могу да креирам %(desc)s: %(name)s" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "искључујем…" -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "грешка при искључивању" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "убити pyLoad из терминала" @@ -333,8 +333,8 @@ msgid "not available" msgstr "није доступно" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." -msgstr "Покренути pyLoadCore.py -s за приступ подешавању." +msgid "Run pyload.py -s to access the setup." +msgstr "Покренути pyload.py -s за приступ подешавању." #: module/network/HTTPDownload.py:245 #, python-format diff --git a/locale/sr/LC_MESSAGES/pyLoadCli.po b/locale/sr/LC_MESSAGES/pyLoadCli.po index 22656121c..3cda02c25 100644 --- a/locale/sr/LC_MESSAGES/pyLoadCli.po +++ b/locale/sr/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr " Интерфејс командне линије" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "%s преузимања:" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr " Брзина: " -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr " Величина: " -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr " Завршено: " -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr " ID: " -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "на чекању: " -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "Статус:" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "паузирано" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "покренуто" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "Укупна брзина" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "Датотеке у списку" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "Укупно" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "Мени:" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr " Додај везе" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr " Управљај списком" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr " Управљај сакупљачем" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr " Паузирај/настави сервер" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr " Окончај сервер" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr " Изађи" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "Користите ову синтаксу: add <име пакета> <веза> <друга веза>…" -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "Провера %d веза:" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "Датотека не постоји." -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "pyLoad је обустављен" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "Штампа статус сервера" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "Штампа преузимања у списку" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "Штампа преузимања у сакупљачу" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "Додаје пакет у списак" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "Додаје пакет у сакупљач" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "Брише датотеке из списка/сакупљача" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "Брише пакете из списка/сакупљача" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "Премешта пакете из списка у сакупљач и обрнуто" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "Поново покрени датотеке" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "Поново покрени пакете" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "Проверава доступност (ради са локалним контејнером)" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "Проверава доступност датотеке контејнера" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "Паузирај сервер" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "настави преузимања" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "Паузирај/настави" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "окончај сервер" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "Списак команди:" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "Не могу да пишем на датотеку са подешавањима" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "Треба вам py-openssl да би се привезали на pyLoad језгро." -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "Адреса: " -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "Порт: " -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "Корисничко име: " -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "Лозинка: " -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "Подаци за пријаву су погрешни." -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "Не могу да успоставим везу са адресом %(addr)s:%(port)s." -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "Потребан вам је py-openssl да бисте се повезали на сервер pyLoad-а." -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "Занемарен је интерактивни режим јер сте задали неке команде." diff --git a/locale/sr/LC_MESSAGES/setup.po b/locale/sr/LC_MESSAGES/setup.po index b52266207..710c3f54c 100644 --- a/locale/sr/LC_MESSAGES/setup.po +++ b/locale/sr/LC_MESSAGES/setup.po @@ -37,16 +37,16 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "ако не желите да промените или незнате шта да изаберете, стисните 'ентер'." #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." -msgstr "Знајте: можете поново да покренете овај асистент са параметром --setup или -s када покренет pyLoadCore." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." +msgstr "Знајте: можете поново да покренете овај асистент са параметром --setup или -s када покренет pyload.py ." #: module/setup.py:79 msgid "If you have any problems with this assistent hit STRG-C," msgstr "Ако имате проблема са асистентом, стисните STRG-C," #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." -msgstr "за поништавање и немојте да га покренете аутоматски са pyLoadCore." +msgid "to abort and don't let him start with pyload.py automatically anymore." +msgstr "за поништавање и немојте да га покренете аутоматски са pyload.py ." #: module/setup.py:82 msgid "When you are ready for system check, hit enter." diff --git a/locale/sv/LC_MESSAGES/django.po b/locale/sv/LC_MESSAGES/django.po index 7002507f4..164b59001 100644 --- a/locale/sv/LC_MESSAGES/django.po +++ b/locale/sv/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "inte tillgänglig" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." -msgstr "Kör pyLoadCore.py -s för att komma åt konfigurationen." +msgid "Run pyload.py -s to access the setup." +msgstr "Kör pyload.py -s för att komma åt konfigurationen." diff --git a/locale/sv/LC_MESSAGES/pyLoad.po b/locale/sv/LC_MESSAGES/pyLoad.po index 8c5dac0bd..8d2b469f3 100644 --- a/locale/sv/LC_MESSAGES/pyLoad.po +++ b/locale/sv/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "Tog emot avslutningssignal" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "pyLoad körs redan med pid %s" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "Misslyckades att ändra gruppen %s" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "Kunde inte ändra användaren: %s" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "mapp för loggar" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "Startar" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "Använder hemkatalog: %s" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "pyCrypto avkodar containerfiler" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "mapp för temporära filer" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "mapp för hämtningar" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "OpenSSL för säker anslutning" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "Flyttar gamla användarinställningar till databasen" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" -msgstr "Kontrollera dina login-uppgifter med './pyLoadCore.py -u'" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" +msgstr "Kontrollera dina login-uppgifter med './pyload.py -u'" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "Alla länkar togs bort" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "Hämtningstid: %s" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "Ledigt utrymme: %s" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "Aktiverar konton..." -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "Aktiverar tilläggsprogram..." -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "pyLoad är igång" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "startar om pyLoad" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "pyLoad avslutas" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "Installera %s" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "kunde inte hitta %(desc)s: %(name)s" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "kunde inte skapa %(desc)s: %(name)s" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "stänger ner..." -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "fel vid nedstängning" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "dödade pyLoad från Terminal" @@ -333,8 +333,8 @@ msgid "not available" msgstr "inte tillgänglig" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." -msgstr "Kör pyLoadCore.py -s för att komma åt konfigurationen." +msgid "Run pyload.py -s to access the setup." +msgstr "Kör pyload.py -s för att komma åt konfigurationen." #: module/network/HTTPDownload.py:245 #, python-format diff --git a/locale/sv/LC_MESSAGES/pyLoadCli.po b/locale/sv/LC_MESSAGES/pyLoadCli.po index 88c545921..028585bc6 100644 --- a/locale/sv/LC_MESSAGES/pyLoadCli.po +++ b/locale/sv/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr " Kommandoradsgränssnitt" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "%s hämtningar:" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr " Hastighet: " -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr " Storlek: " -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr " Färdig om: " -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr "" -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "väntar: " -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "Meny:" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr " Lägg till länkar" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr " Hantera kö" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr "Hantera länksamlaren" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr "Pausa/starta servern" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr " Döda server" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr " Avsluta" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "Använd denna syntax: add <paketnamn> <länk> <länk2> ..." -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "Kontrollerar %d länkar:" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "Filen finns inte." -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "pyLoad avbröts" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "Visar serverstatus" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "Visar nedladdningar i kön" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "Visar nedladdningar i länksamlaren" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "Lägger till paketet i kön" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "Lägger till paketet i länksamlaren" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "Radera filer från kön/länksamlaren" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "Radera paket från kön/länksamlaren" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "Flytta paket från kön till länksamlaren och vice versa" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "Starta om filer" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "Starta om paket" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "Undersök onlinestatus, fungerar med lokal container" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "Kontrollerar onlinestatusen för en containerfil" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "Pausa servern" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "återuppta hämtningar" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "Pausa/fortsätt" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "döda server" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "Lista över kommandon:" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "Kunde inte skriva användarens inställningsfil" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "Du behöver py-openssl för att ansluta till denna pyLoad Core." -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "Adress: " -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "" -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "Användarnamn: " -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "Lösenord: " -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "Inloggningsdata är felaktigt." -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "Kunde inte etablera anslutning till %(addr)s:%(port)s." -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "Du behöver py-openssl för att ansluta till denna pyLoad core." -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "Interaktivt läge ignorerat då vissa kommandon skickades." diff --git a/locale/sv/LC_MESSAGES/setup.po b/locale/sv/LC_MESSAGES/setup.po index af1acc943..190b6ab71 100644 --- a/locale/sv/LC_MESSAGES/setup.po +++ b/locale/sv/LC_MESSAGES/setup.po @@ -37,16 +37,16 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "tryck bara Enter i de fall du inte vill ändra det eller om du är osäker vad du ska välja." #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." -msgstr "Glöm inte: Du kan alltid köra denna guide igen med --setup eller parametern -s, när du startar pyLoadCore." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." +msgstr "Glöm inte: Du kan alltid köra denna guide igen med --setup eller parametern -s, när du startar pyload.py ." #: module/setup.py:79 msgid "If you have any problems with this assistent hit STRG-C," msgstr "Om du får några problem med denna guide så tryck Ctrl-C," #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." -msgstr "för att avbryta och låt bli att starta automatiskt med pyLoadCore." +msgid "to abort and don't let him start with pyload.py automatically anymore." +msgstr "för att avbryta och låt bli att starta automatiskt med pyload.py ." #: module/setup.py:82 msgid "When you are ready for system check, hit enter." diff --git a/locale/te/LC_MESSAGES/django.po b/locale/te/LC_MESSAGES/django.po index 20043e193..7f8501d40 100644 --- a/locale/te/LC_MESSAGES/django.po +++ b/locale/te/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" diff --git a/locale/te/LC_MESSAGES/pyLoad.po b/locale/te/LC_MESSAGES/pyLoad.po index fc131616a..a2c6811c8 100644 --- a/locale/te/LC_MESSAGES/pyLoad.po +++ b/locale/te/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" msgstr "" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "" -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "" -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "" -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "" @@ -333,7 +333,7 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" #: module/network/HTTPDownload.py:245 diff --git a/locale/te/LC_MESSAGES/pyLoadCli.po b/locale/te/LC_MESSAGES/pyLoadCli.po index 5b4adcd99..8bea11172 100644 --- a/locale/te/LC_MESSAGES/pyLoadCli.po +++ b/locale/te/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr "" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr "" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr "" -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr "" -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr "" -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "" -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr "" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr "" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr "" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr "" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr "" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr "" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "" -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "" -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "" -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "" -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "" -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "" -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "" -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "" -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "" -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "" -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "" diff --git a/locale/te/LC_MESSAGES/setup.po b/locale/te/LC_MESSAGES/setup.po index f2f1a3ff0..3a58338b3 100644 --- a/locale/te/LC_MESSAGES/setup.po +++ b/locale/te/LC_MESSAGES/setup.po @@ -37,7 +37,7 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "" #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." msgstr "" #: module/setup.py:79 @@ -45,7 +45,7 @@ msgid "If you have any problems with this assistent hit STRG-C," msgstr "" #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgid "to abort and don't let him start with pyload.py automatically anymore." msgstr "" #: module/setup.py:82 diff --git a/locale/tr/LC_MESSAGES/django.po b/locale/tr/LC_MESSAGES/django.po index e1b6ee972..68c254e08 100644 --- a/locale/tr/LC_MESSAGES/django.po +++ b/locale/tr/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "mevcut değil" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." -msgstr "Ayarlara erişmek için pyLoadCore.py -s çalıştırın." +msgid "Run pyload.py -s to access the setup." +msgstr "Ayarlara erişmek için pyload.py -s çalıştırın." diff --git a/locale/tr/LC_MESSAGES/pyLoad.po b/locale/tr/LC_MESSAGES/pyLoad.po index a678bbf8a..169446370 100644 --- a/locale/tr/LC_MESSAGES/pyLoad.po +++ b/locale/tr/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "Çıkış sinyali alındı" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "pyLoad zaten %s pid ile çalışıyor" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "Grup değiştirme başarısız: %s" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "Kullanıcı değiştirme başarısız: %s" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "günlükler için klasör" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "Başlıyor" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "Ev dizinini kullan: %s" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "geçici dosyalar için klasör" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "indirmeler için klasör" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "Güvenli bağlantı için OpenSSL" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "Eski kullanıcı ayarlarını veritabanına taşı" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" -msgstr "Giriş bilgilerinizi kontrol edin ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" +msgstr "Giriş bilgilerinizi kontrol edin ./pyload.py -u" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "Tüm bağlantılar kaldırıldı" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "İndirme süresi: %s" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "Boş alan: %s" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "Hesap etkinleştiriliyor ..." -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "Eklentiler etkinleştiriliyor ..." -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "pyLoad başlatıldı ve çalışıyor" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "pyLoad yeniden başlatılıyor" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "pyload çıkış" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "kapatılıyor ..." -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "kapatma sırasında hata oluştu" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "" @@ -333,8 +333,8 @@ msgid "not available" msgstr "mevcut değil" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." -msgstr "Ayarlara erişmek için pyLoadCore.py -s çalıştırın." +msgid "Run pyload.py -s to access the setup." +msgstr "Ayarlara erişmek için pyload.py -s çalıştırın." #: module/network/HTTPDownload.py:245 #, python-format diff --git a/locale/tr/LC_MESSAGES/pyLoadCli.po b/locale/tr/LC_MESSAGES/pyLoadCli.po index f4033dea3..19d122f60 100644 --- a/locale/tr/LC_MESSAGES/pyLoadCli.po +++ b/locale/tr/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr " Komut satır arayüzü" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "%s İndirmeler:" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr " Hız: " -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr " Büyüklük: " -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr " Bitiş zamanı: " -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr "ID:" -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "bekleniyor: " -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "Durum" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "Duraklatıldı" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "çalışıyor" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "toplam hız" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "Sıradaki Dosyalar" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "Toplam" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "Menü:" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr " Linkleri Ekle" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr "Kuyruğu Düzenle" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr "Kolektörü Düzenle " -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr "(Un)Sunucuyu Durdur" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr "Sunucuyu Devredışı bırak" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr "Çıkış" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "Lütfen doğru eşleştirme metnini kullanın:Ekle <Paket adı> <link> <linkl2>" -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "%d Linkler Kontrol ediliyor" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "Dosya bulunamadı" -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "pyLoad durdu" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "Sunucu durumunu yazdır" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "Kuyruktakileri yazdır" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "Kolektördekileri yazdır" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "Kuyruğa paket ekle" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "Kolektöre paket ekle" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "Dosyaları Kuyruktan/Kolektör'den sil" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "Paketleri Kuyruktan/Kolektör'den sil" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "Paketleri Kuyruktan , Kolektöre taşı veya tam tersini yap" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "Dosyaları yenile" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "Paketleri yenile" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "Yerel konteynerla çalıştıgını ve online olup olmadığını kontrol et" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "Konteyner dosyalarının çemrimiçi oldugunu kontrol et" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "Sunucuyu durdur" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "indirmelere devam et" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "Seçilenleri durdur/devam ettir" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "sunucuyu durdur yap" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "Komut listesi" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "Kullanıcı ayar dosyası yazılamadı" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "pyLoad çekirdeğine bağlanmak için py-opensll ye baglanmanız lazım" -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "Adres: " -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "Port:" -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "Kullanıcı adı: " -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "Şifre: " -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "Giriş bilgileri yanlış" -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "%(addr)s:%(port)s. ile bağlantı kurulamadı" -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "pyLoad çekirdeğine bağlanmak için py-opensll ye baglanmanız lazım" -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "Bazı komutları onayladınızdan beri , Çevrimdışı modu engellendi" diff --git a/locale/tr/LC_MESSAGES/setup.po b/locale/tr/LC_MESSAGES/setup.po index fa2c99640..e12e79344 100644 --- a/locale/tr/LC_MESSAGES/setup.po +++ b/locale/tr/LC_MESSAGES/setup.po @@ -37,16 +37,16 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "değiştirmek istemediğinde yada neyi seçeceğinden emin değilsen, sadece enter'e bas." #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." -msgstr "Unutma: pyLoadCore -setup yada -s ekleyerek bu Asistanı her zaman yeniden başlatabilirsiniz." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." +msgstr "Unutma: pyload.py -setup yada -s ekleyerek bu Asistanı her zaman yeniden başlatabilirsiniz." #: module/setup.py:79 msgid "If you have any problems with this assistent hit STRG-C," msgstr "Asistan ile herhangi bir sorun yaşarsanız STRG-C tuşuna basın," #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." -msgstr "iptal etmek ve pyLoadCore ile otomatik başlatmamak için." +msgid "to abort and don't let him start with pyload.py automatically anymore." +msgstr "iptal etmek ve pyload.py ile otomatik başlatmamak için." #: module/setup.py:82 msgid "When you are ready for system check, hit enter." diff --git a/locale/uk/LC_MESSAGES/django.po b/locale/uk/LC_MESSAGES/django.po index 2677c84d4..3caf26311 100644 --- a/locale/uk/LC_MESSAGES/django.po +++ b/locale/uk/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" diff --git a/locale/uk/LC_MESSAGES/pyLoad.po b/locale/uk/LC_MESSAGES/pyLoad.po index 3c161c306..585202ec6 100644 --- a/locale/uk/LC_MESSAGES/pyLoad.po +++ b/locale/uk/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" msgstr "" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "" -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "" -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "" -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "" @@ -333,7 +333,7 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" #: module/network/HTTPDownload.py:245 diff --git a/locale/uk/LC_MESSAGES/pyLoadCli.po b/locale/uk/LC_MESSAGES/pyLoadCli.po index f3d8e697b..57cb147ef 100644 --- a/locale/uk/LC_MESSAGES/pyLoadCli.po +++ b/locale/uk/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr " Інтерфейс командного рядка" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "%s завантажень:" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr " Швидкість: " -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr " Розмір: " -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr " Закінчив у: " -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr "ID: " -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "очікування: " -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "Стан:" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "призупинено" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "загальна швидкість" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "Файли у черзі" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "Всього" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "Меню:" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr " Додати посилання" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr " Керування чергою" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr " Керувати колектором" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr "" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr " Вбити сервер" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr " Вийти" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "Будь ласка, використовуйте такий синтаксис: додати < ім'я Пакета > <link><link2>..." -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "Перевірка %d посилання:" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "Файл не існує." -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "Перемістити пакунки з черги у колектор і навпаки" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "" -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "" -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "" -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "" -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "" -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "" -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "" -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "" -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "" diff --git a/locale/uk/LC_MESSAGES/setup.po b/locale/uk/LC_MESSAGES/setup.po index 98567f57d..5693044f1 100644 --- a/locale/uk/LC_MESSAGES/setup.po +++ b/locale/uk/LC_MESSAGES/setup.po @@ -37,7 +37,7 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "" #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." msgstr "" #: module/setup.py:79 @@ -45,7 +45,7 @@ msgid "If you have any problems with this assistent hit STRG-C," msgstr "" #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgid "to abort and don't let him start with pyload.py automatically anymore." msgstr "" #: module/setup.py:82 diff --git a/locale/vi/LC_MESSAGES/django.po b/locale/vi/LC_MESSAGES/django.po index 97d076f41..7974eae04 100644 --- a/locale/vi/LC_MESSAGES/django.po +++ b/locale/vi/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" diff --git a/locale/vi/LC_MESSAGES/pyLoad.po b/locale/vi/LC_MESSAGES/pyLoad.po index c98072880..2e5178dc4 100644 --- a/locale/vi/LC_MESSAGES/pyLoad.po +++ b/locale/vi/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" msgstr "" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "" -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "" -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "" -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "" @@ -333,7 +333,7 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" #: module/network/HTTPDownload.py:245 diff --git a/locale/vi/LC_MESSAGES/pyLoadCli.po b/locale/vi/LC_MESSAGES/pyLoadCli.po index 13f651941..0f79cabe8 100644 --- a/locale/vi/LC_MESSAGES/pyLoadCli.po +++ b/locale/vi/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr "Giao diện Dòng lệnh" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "%s Tải xuống:" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr "Tốc độ:" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr "Kích thước:" -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr "Kết thúc trong:" -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr "ID:" -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "chờ:" -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "Danh Mục:" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr "Thêm liên kết" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr "" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr "" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr "(Un)Tạm dừng máy chủ" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr "Dừng máy chủ" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr "Thoát" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "" -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "Đang kiểm tra %d liên kết:" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "Tập tin không tồn tại." -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "in trạng thái máy chủ" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "in hàng đợi tải xuống" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "Khởi động lại các tập tin." -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "tạm dừng máy chủ" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "tiếp tục tải xuống" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "chuyển giữa tạm dừng/tiếp tục" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "dừng máy chủ" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "" -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "địa chỉ:" -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "Cổng:" -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "Tên người dùng:" -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "Mật khẩu:" -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "" -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "" -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "" -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "" diff --git a/locale/vi/LC_MESSAGES/setup.po b/locale/vi/LC_MESSAGES/setup.po index bb7d9a9bc..a063269c2 100644 --- a/locale/vi/LC_MESSAGES/setup.po +++ b/locale/vi/LC_MESSAGES/setup.po @@ -37,7 +37,7 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "" #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." msgstr "" #: module/setup.py:79 @@ -45,7 +45,7 @@ msgid "If you have any problems with this assistent hit STRG-C," msgstr "" #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgid "to abort and don't let him start with pyload.py automatically anymore." msgstr "" #: module/setup.py:82 diff --git a/locale/zh/LC_MESSAGES/django.po b/locale/zh/LC_MESSAGES/django.po index 79fd70b0c..bfc2f642e 100644 --- a/locale/zh/LC_MESSAGES/django.po +++ b/locale/zh/LC_MESSAGES/django.po @@ -679,6 +679,6 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" diff --git a/locale/zh/LC_MESSAGES/pyLoad.po b/locale/zh/LC_MESSAGES/pyLoad.po index fea87dbe5..680ca4f52 100644 --- a/locale/zh/LC_MESSAGES/pyLoad.po +++ b/locale/zh/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "收到退出訊號" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "pyLoad已經在執行,pid %s" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "無法改變群組: %s" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "無法改變使用者: %s" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "LOG文件夹" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "開始" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "使用家目錄: %s" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "使用pycrypto解密文件" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "临时文件夹" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "下载文件夹" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "使用OpenSSL安全登陆" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "将旧用户设定移入数据库" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" -msgstr "请执行./pyLoadCore.py -u 来确认你的logindata" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" +msgstr "请执行./pyload.py -u 来确认你的logindata" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "刪除所有連結" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "下载时间:%s" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "剩餘空間: %s" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "啟動帳戶..." -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "激活插件中..." -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "pyLoad已是最新的狀態" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "重新啟動pyLoad" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "離開pyLoad" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "安装 %s" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "无法找到%(desc)s: %(name)s" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "无法创建%(desc)s: %(name)s" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "關閉..." -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "關閉時出現錯誤" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "" @@ -333,7 +333,7 @@ msgid "not available" msgstr "" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." +msgid "Run pyload.py -s to access the setup." msgstr "" #: module/network/HTTPDownload.py:245 diff --git a/locale/zh/LC_MESSAGES/pyLoadCli.po b/locale/zh/LC_MESSAGES/pyLoadCli.po index 83303aaae..47d8acb01 100644 --- a/locale/zh/LC_MESSAGES/pyLoadCli.po +++ b/locale/zh/LC_MESSAGES/pyLoadCli.po @@ -12,210 +12,210 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: crowdin.net\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: module/cli/Cli.py:75 module/cli/Cli.py:133 msgid " Command Line Interface" msgstr "命令列介面" -#: pyLoadCli.py:165 +#: module/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "已下載 %s:" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Speed: " msgstr "速度:" -#: pyLoadCli.py:177 +#: module/cli/Cli.py:177 msgid " Size: " msgstr "大小:" -#: pyLoadCli.py:178 +#: module/cli/Cli.py:178 msgid " Finished in: " msgstr "距離完成:" -#: pyLoadCli.py:179 +#: module/cli/Cli.py:179 msgid " ID: " msgstr "編號:" -#: pyLoadCli.py:184 +#: module/cli/Cli.py:184 msgid "waiting: " msgstr "等待中:" -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: module/cli/Cli.py:191 module/cli/Cli.py:193 msgid "Status:" msgstr "狀態:" -#: pyLoadCli.py:191 +#: module/cli/Cli.py:191 msgid "paused" msgstr "已暫停" -#: pyLoadCli.py:193 +#: module/cli/Cli.py:193 msgid "running" msgstr "執行中" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "total Speed" msgstr "總速度" -#: pyLoadCli.py:196 +#: module/cli/Cli.py:196 msgid "Files in queue" msgstr "佇列中檔案" -#: pyLoadCli.py:197 +#: module/cli/Cli.py:197 msgid "Total" msgstr "總計" -#: pyLoadCli.py:203 +#: module/cli/Cli.py:203 msgid "Menu:" msgstr "表單:" -#: pyLoadCli.py:205 +#: module/cli/Cli.py:205 msgid " Add Links" msgstr "加入連結" -#: pyLoadCli.py:206 +#: module/cli/Cli.py:206 msgid " Manage Queue" msgstr "佇列管理" -#: pyLoadCli.py:207 +#: module/cli/Cli.py:207 msgid " Manage Collector" msgstr "收集器管理" -#: pyLoadCli.py:208 +#: module/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr "暫停/啟動 伺服器" -#: pyLoadCli.py:209 +#: module/cli/Cli.py:209 msgid " Kill Server" msgstr "終止伺服器" -#: pyLoadCli.py:210 +#: module/cli/Cli.py:210 msgid " Quit" msgstr "離開" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: module/cli/Cli.py:289 module/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "請使用此語法: add 任務名稱> <連結> <連結2> ..." -#: pyLoadCli.py:315 +#: module/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "檢查 %d 連結:" -#: pyLoadCli.py:324 +#: module/cli/Cli.py:324 msgid "File does not exists." msgstr "檔案不存在。" -#: pyLoadCli.py:385 +#: module/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "pyLoad 已終止" -#: pyLoadCli.py:443 +#: module/cli/Cli.py:443 msgid "Prints server status" msgstr "顯示伺服器狀態" -#: pyLoadCli.py:444 +#: module/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "顯示佇列中下載項目" -#: pyLoadCli.py:445 +#: module/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "顯示收集器中下載項目" -#: pyLoadCli.py:446 +#: module/cli/Cli.py:446 msgid "Adds package to queue" msgstr "新增任務到佇列" -#: pyLoadCli.py:447 +#: module/cli/Cli.py:447 msgid "Adds package to collector" msgstr "新增任務到收集器" -#: pyLoadCli.py:448 +#: module/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "從佇列/收集器中刪除檔案" -#: pyLoadCli.py:449 +#: module/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "從佇列/收集器中刪除任務" -#: pyLoadCli.py:450 +#: module/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "在佇列或收集器中移動任務" -#: pyLoadCli.py:451 +#: module/cli/Cli.py:451 msgid "Restart files" msgstr "重新開始檔案" -#: pyLoadCli.py:452 +#: module/cli/Cli.py:452 msgid "Restart packages" msgstr "重新開始任務" -#: pyLoadCli.py:453 +#: module/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "查看線上狀態,工作與本機容器" -#: pyLoadCli.py:454 +#: module/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "檢查容器內檔案上線狀態" -#: pyLoadCli.py:455 +#: module/cli/Cli.py:455 msgid "Pause the server" msgstr "暫停伺服器" -#: pyLoadCli.py:456 +#: module/cli/Cli.py:456 msgid "continue downloads" msgstr "繼續下載" -#: pyLoadCli.py:457 +#: module/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "暫停/繼續" -#: pyLoadCli.py:458 +#: module/cli/Cli.py:458 msgid "kill server" msgstr "終止伺服器" -#: pyLoadCli.py:460 +#: module/cli/Cli.py:460 msgid "List of commands:" msgstr "命令清單:" -#: pyLoadCli.py:473 +#: module/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "不能寫入使用者設定檔" -#: pyLoadCli.py:548 +#: module/cli/Cli.py:548 msgid "You need py-openssl to connect to this pyLoad Core." msgstr "您需要安装py-openssl来连接这个pyLoad核心。" -#: pyLoadCli.py:555 +#: module/cli/Cli.py:555 msgid "Address: " msgstr "位址:" -#: pyLoadCli.py:556 +#: module/cli/Cli.py:556 msgid "Port: " msgstr "連接埠:" -#: pyLoadCli.py:557 +#: module/cli/Cli.py:557 msgid "Username: " msgstr "使用者名稱:" -#: pyLoadCli.py:561 +#: module/cli/Cli.py:561 msgid "Password: " msgstr "密碼:" -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: module/cli/Cli.py:566 module/cli/Cli.py:575 msgid "Login data is wrong." msgstr "登入資訊錯誤。" -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: module/cli/Cli.py:568 module/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "無法建立 %(addr)s:%(port)s 連線。" -#: pyLoadCli.py:580 +#: module/cli/Cli.py:580 msgid "You need py-openssl to connect to this pyLoad core." msgstr "您需要 py-openssl 來連接 pyLoad 核心。" -#: pyLoadCli.py:582 +#: module/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "執行命令中,忽略互動模式。" diff --git a/locale/zh/LC_MESSAGES/setup.po b/locale/zh/LC_MESSAGES/setup.po index 46b26dbbd..323d06cea 100644 --- a/locale/zh/LC_MESSAGES/setup.po +++ b/locale/zh/LC_MESSAGES/setup.po @@ -37,15 +37,15 @@ msgid "in case you don't want to change it or you are unsure what to choose, jus msgstr "如果您不知道該如何設定或是不需改變,請直接按下Enter" #: module/setup.py:78 -msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." -msgstr "小提醒: 您以後可以透過pyLoadCore -s 或是 pyLoadCore --setup重新執行設定助手" +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyload.py ." +msgstr "小提醒: 您以後可以透過pyLoadCore -s 或是 pyload.py --setup重新執行設定助手" #: module/setup.py:79 msgid "If you have any problems with this assistent hit STRG-C," msgstr "如果你对本助理有任何疑问,请摁STRG-C," #: module/setup.py:80 -msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgid "to abort and don't let him start with pyload.py automatically anymore." msgstr "不再讓設定助手與pyLoad同時啟動" #: module/setup.py:82 diff --git a/pyLoadCli.py b/module/cli/Cli.py index 017aa03b3..929cf9881 100755..100644 --- a/pyLoadCli.py +++ b/module/cli/Cli.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # #Copyright (C) 2008-2014 RaNaN @@ -57,7 +56,7 @@ class Cli: self.command = command if not self.command: - renameProcess('pyLoadCli') + renameProcess('pyload-cli') self.getch = Getch() self.input = "" self.inputline = 0 @@ -392,12 +391,12 @@ class RefreshThread(Thread): def print_help(config): print - print "pyLoadCli Copyright (c) 2008-2014 the pyLoad Team" + print "pyLoad CLI Copyright (c) 2008-2014 the pyLoad Team" print - print "Usage: [python] pyLoadCli.py [options] [command]" + print "Usage: [python] pyload-cli.py [options] [command]" print print "<Commands>" - print "See pyLoadCli.py -c for a complete listing." + print "See pyload-cli.py -c for a complete listing." print print "<Options>" print " -i, --interactive", " Start in interactive mode" @@ -465,7 +464,7 @@ def print_commands(): def writeConfig(opts): try: - with open(join(homedir, ".pyloadcli"), "w") as cfgfile: + with open(join(homedir, ".pyload-cli"), "w") as cfgfile: cfgfile.write("[cli]") for opt in opts: cfgfile.write("%s=%s\n" % (opt, opts[opt])) @@ -484,14 +483,14 @@ def main(): config["language"] = "en" configFile = ConfigParser.ConfigParser() - configFile.read(join(homedir, ".pyloadcli")) + configFile.read(join(homedir, ".pyload-cli")) if configFile.has_section("cli"): for opt in configFile.items("cli"): config[opt[0]] = opt[1] gettext.setpaths([join(os.sep, "usr", "share", "pyload", "locale"), None]) - translation = gettext.translation("pyLoadCli", join(pypath, "locale"), + translation = gettext.translation("Cli", join(pypath, "locale"), languages=[config["language"], "en"], fallback=True) translation.install(unicode=True) @@ -517,7 +516,7 @@ def main(): elif option in ("-l", "--language"): config["language"] = params gettext.setpaths([join(os.sep, "usr", "share", "pyload", "locale"), None]) - translation = gettext.translation("pyLoadCli", join(pypath, "locale"), + translation = gettext.translation("Cli", join(pypath, "locale"), languages=[config["language"], "en"], fallback=True) translation.install(unicode=True) elif option in ("-h", "--help"): @@ -584,7 +583,3 @@ def main(): if client: writeConfig(config) cli = Cli(client, command) - - -if __name__ == "__main__": - main() diff --git a/module/common/pavement.py b/module/common/pavement.py index e66eb75f4..9d36e9c1d 100644 --- a/module/common/pavement.py +++ b/module/common/pavement.py @@ -210,9 +210,9 @@ def generate_locale(): EXCLUDE = ["BeautifulSoup.py", "module/cli", "web/locale", "web/ajax", "web/cnl", "web/pyload", "setup.py"] - makepot("core", path("module"), EXCLUDE, "./pyLoadCore.py\n") + makepot("core", path("module"), EXCLUDE, "./pyload.py\n") - makepot("cli", path("module") / "cli", [], includes="./pyLoadCli.py\n") + makepot("cli", path("module") / "cli", [], includes="./pyload-cli.py\n") makepot("setup", "", [], includes="./module/setup.py\n") EXCLUDE = ["ServerThread.py", "web/media/default"] diff --git a/module/setup.py b/module/setup.py index 9d18f0374..ffe2a01ef 100644 --- a/module/setup.py +++ b/module/setup.py @@ -56,9 +56,9 @@ class Setup: print _("The value in brackets [] always is the default value,") print _("in case you don't want to change it or you are unsure what to choose, just hit enter.") print _( - "Don't forget: You can always rerun this assistant with --setup or -s parameter, when you start pyLoadCore.") + "Don't forget: You can always rerun this assistant with --setup or -s parameter, when you start pyload.py .") print _("If you have any problems with this assistant hit STRG-C,") - print _("to abort and don't let him start with pyLoadCore automatically anymore.") + print _("to abort and don't let him start with pyload.py automatically anymore.") print print _("When you are ready for system check, hit enter.") raw_input() diff --git a/module/web/pyload_app.py b/module/web/pyload_app.py index c2749b128..1069176c6 100644 --- a/module/web/pyload_app.py +++ b/module/web/pyload_app.py @@ -505,7 +505,7 @@ def admin(): @route("/setup") def setup(): if PYLOAD or not SETUP: - return base([_("Run pyLoadCore.py -s to access the setup.")]) + return base([_("Run pyload.py -s to access the setup.")]) return render_to_response('setup.html', {"user": False, "perms": False}) diff --git a/pyload-cli.py b/pyload-cli.py new file mode 100644 index 000000000..eee1baa39 --- /dev/null +++ b/pyload-cli.py @@ -0,0 +1,7 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +from module.cli.Cli import * + +if __name__ == "__main__": + main() diff --git a/pyLoadCore.py b/pyload.py index 5f41d4dbc..3ebda6842 100755..100644 --- a/pyLoadCore.py +++ b/pyload.py @@ -146,9 +146,9 @@ class Core(object): print "pyLoad v%s 2008-2014 the pyLoad Team" % CURRENT_VERSION print if sys.argv[0].endswith(".py"): - print "Usage: python pyLoadCore.py [options]" + print "Usage: python pyload.py [options]" else: - print "Usage: pyLoadCore [options]" + print "Usage: pyload [options]" print print "<Options>" print " -v, --version", " " * 10, "Print version to terminal" @@ -364,7 +364,7 @@ class Core(object): self.log.info(_("Moving old user config to DB")) self.db.addUser(self.config.oldRemoteData["username"], self.config.oldRemoteData["password"]) - self.log.info(_("Please check your logindata with ./pyLoadCore.py -u")) + self.log.info(_("Please check your logindata with ./pyload.py -u")) if self.deleteLinks: self.log.info(_("All links removed")) @@ -646,9 +646,6 @@ def deamon(): def main(): - #change name to 'pyLoadCore' - #from module.lib.rename_process import renameProcess - #renameProcess('pyLoadCore') if "--daemon" in sys.argv: deamon() else: |