diff options
Diffstat (limited to 'locale/core.pot')
-rw-r--r-- | locale/core.pot | 282 |
1 files changed, 151 insertions, 131 deletions
diff --git a/locale/core.pot b/locale/core.pot index 27156399d..0e8afa8be 100644 --- a/locale/core.pot +++ b/locale/core.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: pyLoad 0.4.9\n" "Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" -"POT-Creation-Date: 2014-04-08 15:01+0200\n" +"POT-Creation-Date: 2014-07-13 20:53+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -17,120 +17,120 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: pyLoadCore.py:182 +#: pyLoadCore.py:181 msgid "Received Quit signal" msgstr "" -#: pyLoadCore.py:303 +#: pyLoadCore.py:302 #, python-format msgid "pyLoad already running with pid %s" msgstr "" -#: pyLoadCore.py:317 +#: pyLoadCore.py:316 #, python-format msgid "Failed changing group: %s" msgstr "" -#: pyLoadCore.py:327 +#: pyLoadCore.py:326 #, python-format msgid "Failed changing user: %s" msgstr "" -#: pyLoadCore.py:329 +#: pyLoadCore.py:328 msgid "folder for logs" msgstr "" -#: pyLoadCore.py:340 +#: pyLoadCore.py:339 msgid "Starting" msgstr "" -#: pyLoadCore.py:341 +#: pyLoadCore.py:340 #, python-format msgid "Using home directory: %s" msgstr "" -#: pyLoadCore.py:350 +#: pyLoadCore.py:349 msgid "pycrypto to decode container files" msgstr "" -#: pyLoadCore.py:353 +#: pyLoadCore.py:352 msgid "folder for temporary files" msgstr "" -#: pyLoadCore.py:358 +#: pyLoadCore.py:357 msgid "folder for downloads" msgstr "" -#: pyLoadCore.py:361 +#: pyLoadCore.py:360 msgid "OpenSSL for secure connection" msgstr "" -#: pyLoadCore.py:365 +#: pyLoadCore.py:364 msgid "Moving old user config to DB" msgstr "" -#: pyLoadCore.py:368 +#: pyLoadCore.py:367 msgid "Please check your logindata with ./pyLoadCore.py -u" msgstr "" -#: pyLoadCore.py:371 +#: pyLoadCore.py:370 msgid "All links removed" msgstr "" -#: pyLoadCore.py:402 +#: pyLoadCore.py:401 #, python-format msgid "Downloadtime: %s" msgstr "" -#: pyLoadCore.py:412 +#: pyLoadCore.py:411 #, python-format msgid "Free space: %s" msgstr "" -#: pyLoadCore.py:432 +#: pyLoadCore.py:431 msgid "Activating Accounts..." msgstr "" -#: pyLoadCore.py:438 +#: pyLoadCore.py:437 msgid "Activating Plugins..." msgstr "" -#: pyLoadCore.py:441 +#: pyLoadCore.py:440 msgid "pyLoad is up and running" msgstr "" -#: pyLoadCore.py:460 +#: pyLoadCore.py:459 msgid "restarting pyLoad" msgstr "" -#: pyLoadCore.py:464 +#: pyLoadCore.py:463 msgid "pyLoad quits" msgstr "" -#: pyLoadCore.py:521 +#: pyLoadCore.py:520 #, python-format msgid "Install %s" msgstr "" -#: pyLoadCore.py:557 +#: pyLoadCore.py:556 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:559 +#: pyLoadCore.py:558 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "" -#: pyLoadCore.py:580 +#: pyLoadCore.py:579 msgid "shutting down..." msgstr "" -#: pyLoadCore.py:597 +#: pyLoadCore.py:596 msgid "error while shutting down" msgstr "" -#: pyLoadCore.py:661 +#: pyLoadCore.py:660 msgid "killed pyLoad from Terminal" msgstr "" @@ -244,26 +244,26 @@ msgstr "" msgid "waiting %s" msgstr "" -#: module/web/ServerThread.py:35 +#: module/web/ServerThread.py:36 msgid "SSL certificates not found." msgstr "" -#: module/web/ServerThread.py:39 +#: module/web/ServerThread.py:40 #, python-format msgid "Sorry, we dropped support for starting %s directly within pyLoad" msgstr "" -#: module/web/ServerThread.py:40 +#: module/web/ServerThread.py:41 msgid "You can use the threaded server which offers good performance and ssl," msgstr "" -#: module/web/ServerThread.py:41 +#: module/web/ServerThread.py:42 #, python-format msgid "" "of course you can still use your existing %s with pyLoads fastcgi server" msgstr "" -#: module/web/ServerThread.py:42 +#: module/web/ServerThread.py:43 msgid "sample configs are located in the module/web/servers directory" msgstr "" @@ -272,26 +272,26 @@ msgstr "" msgid "Can't use %(server)s, python-flup is not installed!" msgstr "" -#: module/web/ServerThread.py:56 +#: module/web/ServerThread.py:58 #, python-format msgid "Error importing lightweight server: %s" msgstr "" -#: module/web/ServerThread.py:57 +#: module/web/ServerThread.py:59 msgid "" "You need to download and compile bjoern, https://github.com/jonashaag/bjoern" msgstr "" -#: module/web/ServerThread.py:58 +#: module/web/ServerThread.py:60 msgid "Copy the boern.so to module/lib folder or use setup.py install" msgstr "" -#: module/web/ServerThread.py:59 +#: module/web/ServerThread.py:61 msgid "" "Of course you need to be familiar with linux and know how to compile software" msgstr "" -#: module/web/ServerThread.py:63 +#: module/web/ServerThread.py:64 msgid "Server set to threaded, due to known performance problems on windows." msgstr "" @@ -324,23 +324,23 @@ msgstr "" msgid "Starting lightweight webserver (bjoern): %(host)s:%(port)d" msgstr "" -#: module/web/pyload_app.py:125 +#: module/web/pyload_app.py:127 msgid "You dont have permission to access this page." msgstr "" -#: module/web/pyload_app.py:193 +#: module/web/pyload_app.py:195 msgid "Download directory not found." msgstr "" -#: module/web/pyload_app.py:260 module/web/pyload_app.py:267 +#: module/web/pyload_app.py:262 module/web/pyload_app.py:269 msgid "unlimited" msgstr "" -#: module/web/pyload_app.py:262 module/web/pyload_app.py:269 +#: module/web/pyload_app.py:264 module/web/pyload_app.py:271 msgid "not available" msgstr "" -#: module/web/pyload_app.py:508 +#: module/web/pyload_app.py:509 msgid "Run pyLoadCore.py -s to access the setup." msgstr "" @@ -420,7 +420,7 @@ msgstr "" msgid "Info Fetching for %(name)s failed | %(err)s" msgstr "" -#: module/HookManager.py:90 module/plugins/Hook.py:102 +#: module/HookManager.py:90 module/plugins/Hook.py:103 #, python-format msgid "Error executing hooks: %s" msgstr "" @@ -466,7 +466,7 @@ msgstr "" msgid "Not enough space left on device" msgstr "" -#: module/plugins/Account.py:85 module/plugins/Account.py:91 +#: module/plugins/Account.py:85 module/plugins/Account.py:90 #, python-format msgid "Could not login with account %(user)s | %(msg)s" msgstr "" @@ -475,22 +475,22 @@ msgstr "" msgid "Wrong Password" msgstr "" -#: module/plugins/Account.py:240 +#: module/plugins/Account.py:243 #, python-format msgid "Your Time %s has wrong format, use: 1:22-3:44" msgstr "" -#: module/plugins/Account.py:266 +#: module/plugins/Account.py:269 #, python-format msgid "Account %s has not enough traffic, checking again in 30min" msgstr "" -#: module/plugins/Account.py:273 +#: module/plugins/Account.py:276 #, python-format msgid "Account %s is expired, checking again in 1h" msgstr "" -#: module/plugins/crypter/SerienjunkiesOrg.py:128 +#: module/plugins/crypter/SerienjunkiesOrg.py:126 msgid "Downloadlimit reached" msgstr "" @@ -504,15 +504,15 @@ msgstr "" msgid "Error importing %(name)s: %(msg)s" msgstr "" -#: module/plugins/internal/MultiHoster.py:133 +#: module/plugins/internal/MultiHoster.py:132 msgid "No Hoster loaded" msgstr "" -#: module/plugins/accounts/BitshareCom.py:37 +#: module/plugins/accounts/BitshareCom.py:38 msgid "Activate direct Download in your Bitshare Account" msgstr "" -#: module/plugins/container/LinkList.py:65 +#: module/plugins/container/LinkList.py:64 msgid "LinkList could not be cleared." msgstr "" @@ -524,48 +524,63 @@ msgstr "" msgid "Authorization required (username:password)" msgstr "" -#: module/plugins/hoster/SimplydebridCom.py:25 -#: module/plugins/hoster/RealdebridCom.py:41 -#: module/plugins/hoster/FreeWayMe.py:38 module/plugins/hoster/ZeveraCom.py:22 -#: module/plugins/hoster/UnrestrictLi.py:53 -#: module/plugins/hoster/Premium4Me.py:28 module/plugins/hoster/FastixRu.py:36 +#: module/plugins/hoster/SimplydebridCom.py:23 +#: module/plugins/hoster/RealdebridCom.py:40 +#: module/plugins/hoster/FreeWayMe.py:39 module/plugins/hoster/ZeveraCom.py:21 +#: module/plugins/hoster/UnrestrictLi.py:52 +#: module/plugins/hoster/Vipleech4uCom.py:30 +#: module/plugins/hoster/Premium4Me.py:27 module/plugins/hoster/FastixRu.py:36 +#: module/plugins/hoster/SimplyPremiumCom.py:52 +#: module/plugins/hoster/MegaDebridEu.py:46 #: module/plugins/hoster/AlldebridCom.py:38 -#: module/plugins/hoster/DebridItaliaCom.py:40 -#: module/plugins/hoster/RPNetBiz.py:26 -#: module/plugins/hoster/MultiDebridCom.py:41 -#: module/plugins/hoster/ReloadCc.py:24 module/plugins/hoster/RehostTo.py:26 -#: module/plugins/hoster/PremiumizeMe.py:22 -#: module/plugins/hooks/RPNetBiz.py:43 +#: module/plugins/hoster/LinksnappyCom.py:29 +#: module/plugins/hoster/DebridItaliaCom.py:39 +#: module/plugins/hoster/RPNetBiz.py:28 +#: module/plugins/hoster/MultiDebridCom.py:40 +#: module/plugins/hoster/ReloadCc.py:26 module/plugins/hoster/OverLoadMe.py:38 +#: module/plugins/hoster/RehostTo.py:25 +#: module/plugins/hoster/PremiumizeMe.py:24 +#: module/plugins/hooks/RPNetBiz.py:45 #, python-format msgid "Please enter your %s account or deactivate this plugin" msgstr "" -#: module/plugins/hoster/FilesMailRu.py:99 +#: module/plugins/hoster/FilesMailRu.py:98 #, python-format msgid "" "There was HTML Code in the Downloaded File (%s)...redirect error? The " "Download will be restarted." msgstr "" -#: module/plugins/hoster/NetloadIn.py:146 -#: module/plugins/hoster/NetloadIn.py:170 +#: module/plugins/hoster/NetloadIn.py:145 +#: module/plugins/hoster/NetloadIn.py:169 msgid "File temporarily not available" msgstr "" -#: module/plugins/hoster/NetloadIn.py:183 +#: module/plugins/hoster/NetloadIn.py:182 #, python-format msgid "Netload: waiting between downloads %d s." msgstr "" -#: module/plugins/hoster/NetloadIn.py:214 +#: module/plugins/hoster/NetloadIn.py:213 #, python-format msgid "Netload: waiting for captcha %d s." msgstr "" -#: module/plugins/hoster/NetloadIn.py:252 +#: module/plugins/hoster/NetloadIn.py:251 msgid "Downloaded File was empty" msgstr "" +#: module/plugins/hoster/MegaDebridEu.py:49 +#, python-format +msgid "Impossible to connect to %s" +msgstr "" + +#: module/plugins/hoster/MegaDebridEu.py:89 +#, python-format +msgid "Impossible to debrid %s" +msgstr "" + #: module/plugins/hoster/UploadedTo.py:129 msgid "API key invalid" msgstr "" @@ -579,36 +594,36 @@ msgstr "" msgid "Traffic exceeded" msgstr "" -#: module/plugins/hoster/RapidshareCom.py:100 +#: module/plugins/hoster/RapidshareCom.py:99 msgid "Rapidshare: Traffic Share (direct download)" msgstr "" -#: module/plugins/hoster/RapidshareCom.py:127 -#: module/plugins/hoster/RapidshareCom.py:194 +#: module/plugins/hoster/RapidshareCom.py:126 +#: module/plugins/hoster/RapidshareCom.py:193 msgid "Already downloading from this ip address, waiting 60 seconds" msgstr "" -#: module/plugins/hoster/RapidshareCom.py:131 +#: module/plugins/hoster/RapidshareCom.py:130 msgid "Invalid Auth Code, download will be restarted" msgstr "" -#: module/plugins/hoster/RapidshareCom.py:199 +#: module/plugins/hoster/RapidshareCom.py:198 msgid "RapidShareCom: No free slots" msgstr "" -#: module/plugins/hoster/RapidshareCom.py:202 +#: module/plugins/hoster/RapidshareCom.py:201 msgid "You need a premium account for this file" msgstr "" -#: module/plugins/hoster/RapidshareCom.py:204 +#: module/plugins/hoster/RapidshareCom.py:203 msgid "Filename reported invalid" msgstr "" -#: module/plugins/hoster/FileserveCom.py:99 +#: module/plugins/hoster/FileserveCom.py:100 msgid "Parallel download error, now waiting 60s." msgstr "" -#: module/plugins/hoster/FileserveCom.py:215 +#: module/plugins/hoster/FileserveCom.py:216 msgid "Not logged in." msgstr "" @@ -628,48 +643,53 @@ msgstr "" msgid "File not exists." msgstr "" -#: module/plugins/hooks/UpdateManager.py:74 -msgid "*** Plugins have been updated, please restart pyLoad ***" +#: module/plugins/hooks/UpdateManager.py:97 +msgid "Not able to connect server to get updates" msgstr "" -#: module/plugins/hooks/UpdateManager.py:76 -msgid "Plugins updated and reloaded" +#: module/plugins/hooks/UpdateManager.py:111 +msgid "No pyLoad version available" msgstr "" -#: module/plugins/hooks/UpdateManager.py:79 -msgid "No plugin updates available" +#: module/plugins/hooks/UpdateManager.py:118 +#, python-format +msgid "*** New pyLoad Version %s available ***" msgstr "" -#: module/plugins/hooks/UpdateManager.py:96 -msgid "No Updates for pyLoad" +#: module/plugins/hooks/UpdateManager.py:119 +msgid "*** Get it here: https://github.com/pyload/pyload/releases ***" msgstr "" -#: module/plugins/hooks/UpdateManager.py:100 +#: module/plugins/hooks/UpdateManager.py:170 #, python-format -msgid "*** New pyLoad Version %s available ***" +msgid "New version of [%(type)s] %(name)s (v%(oldver)s -> v%(newver)s)" msgstr "" -#: module/plugins/hooks/UpdateManager.py:101 -msgid "*** Get it here: http://pyload.org/download ***" +#: module/plugins/hooks/UpdateManager.py:180 +#: module/plugins/hooks/UpdateManager.py:185 +#, python-format +msgid "Error when updating plugin %s" msgstr "" -#: module/plugins/hooks/UpdateManager.py:104 -msgid "Not able to connect server for updates" +#: module/plugins/hooks/UpdateManager.py:185 +msgid "Version mismatch" msgstr "" -#: module/plugins/hooks/UpdateManager.py:148 +#: module/plugins/hooks/UpdateManager.py:196 #, python-format -msgid "New version of %(type)s|%(name)s : %(version).2f" +msgid "Removed blacklisted plugin: [%(type)s] %(name)s" msgstr "" -#: module/plugins/hooks/UpdateManager.py:157 -#: module/plugins/hooks/UpdateManager.py:162 -#, python-format -msgid "Error when updating %s" +#: module/plugins/hooks/UpdateManager.py:204 +msgid "Plugins updated and reloaded" msgstr "" -#: module/plugins/hooks/UpdateManager.py:162 -msgid "Version mismatch" +#: module/plugins/hooks/UpdateManager.py:206 +msgid "*** Plugins have been updated, pyLoad will be restarted now ***" +msgstr "" + +#: module/plugins/hooks/UpdateManager.py:211 +msgid "No plugin updates available" msgstr "" #: module/plugins/hooks/IRCInterface.py:82 @@ -691,83 +711,83 @@ msgstr "" msgid "Please add your premium.to account first and restart pyLoad" msgstr "" -#: module/plugins/hooks/HotFolder.py:82 +#: module/plugins/hooks/HotFolder.py:81 #, python-format msgid "Added %s from HotFolder" msgstr "" -#: module/plugins/hooks/ExtractArchive.py:95 +#: module/plugins/hooks/ExtractArchive.py:94 #, python-format msgid "No %s installed" msgstr "" -#: module/plugins/hooks/ExtractArchive.py:97 -#: module/plugins/hooks/ExtractArchive.py:102 +#: module/plugins/hooks/ExtractArchive.py:96 +#: module/plugins/hooks/ExtractArchive.py:101 #, python-format msgid "Could not activate %s" msgstr "" -#: module/plugins/hooks/ExtractArchive.py:107 +#: module/plugins/hooks/ExtractArchive.py:106 msgid "Activated" msgstr "" -#: module/plugins/hooks/ExtractArchive.py:109 +#: module/plugins/hooks/ExtractArchive.py:108 msgid "No Extract plugins activated" msgstr "" -#: module/plugins/hooks/ExtractArchive.py:121 +#: module/plugins/hooks/ExtractArchive.py:120 #, python-format msgid "Package %s queued for later extracting" msgstr "" -#: module/plugins/hooks/ExtractArchive.py:144 +#: module/plugins/hooks/ExtractArchive.py:143 #, python-format msgid "Check package %s" msgstr "" -#: module/plugins/hooks/ExtractArchive.py:185 +#: module/plugins/hooks/ExtractArchive.py:184 #, python-format msgid "Extract to %s" msgstr "" -#: module/plugins/hooks/ExtractArchive.py:200 +#: module/plugins/hooks/ExtractArchive.py:199 msgid "No files found to extract" msgstr "" -#: module/plugins/hooks/ExtractArchive.py:207 +#: module/plugins/hooks/ExtractArchive.py:206 msgid "extracting" msgstr "" -#: module/plugins/hooks/ExtractArchive.py:218 +#: module/plugins/hooks/ExtractArchive.py:217 msgid "Password protected" msgstr "" -#: module/plugins/hooks/ExtractArchive.py:239 +#: module/plugins/hooks/ExtractArchive.py:238 msgid "Wrong password" msgstr "" -#: module/plugins/hooks/ExtractArchive.py:247 +#: module/plugins/hooks/ExtractArchive.py:246 #, python-format msgid "Deleting %s files" msgstr "" -#: module/plugins/hooks/ExtractArchive.py:254 +#: module/plugins/hooks/ExtractArchive.py:253 msgid "Extracting finished" msgstr "" -#: module/plugins/hooks/ExtractArchive.py:260 +#: module/plugins/hooks/ExtractArchive.py:259 msgid "Archive Error" msgstr "" -#: module/plugins/hooks/ExtractArchive.py:262 +#: module/plugins/hooks/ExtractArchive.py:261 msgid "CRC Mismatch" msgstr "" -#: module/plugins/hooks/ExtractArchive.py:266 +#: module/plugins/hooks/ExtractArchive.py:265 msgid "Unknown Error" msgstr "" -#: module/plugins/hooks/ExtractArchive.py:318 +#: module/plugins/hooks/ExtractArchive.py:317 msgid "Setting User and Group failed" msgstr "" @@ -775,26 +795,26 @@ msgstr "" msgid "Click'N'Load: Port 9666 already in use" msgstr "" -#: module/plugins/hooks/CaptchaTrader.py:69 -#: module/plugins/hooks/Captcha9kw.py:59 -#: module/plugins/hooks/ExpertDecoders.py:50 +#: module/plugins/hooks/CaptchaTrader.py:70 +#: module/plugins/hooks/Captcha9kw.py:60 +#: module/plugins/hooks/ExpertDecoders.py:51 #, python-format msgid "%s credits left" msgstr "" -#: module/plugins/hooks/CaptchaTrader.py:117 +#: module/plugins/hooks/CaptchaTrader.py:118 msgid "Could not send response." msgstr "" -#: module/plugins/hooks/CaptchaTrader.py:135 +#: module/plugins/hooks/CaptchaTrader.py:136 msgid "Your CaptchaTrader Account has not enough credits" msgstr "" -#: module/plugins/hooks/LinkdecrypterCom.py:43 +#: module/plugins/hooks/LinkdecrypterCom.py:45 msgid "Crypter list not found" msgstr "" -#: module/plugins/hooks/LinkdecrypterCom.py:57 +#: module/plugins/hooks/LinkdecrypterCom.py:59 msgid "Crypter list is empty" msgstr "" @@ -803,12 +823,12 @@ msgstr "" msgid "Download finished: %(name)s @ %(plugin)s" msgstr "" -#: module/plugins/hooks/Captcha9kw.py:93 +#: module/plugins/hooks/Captcha9kw.py:94 #, python-format msgid "New CaptchaID from upload: %s : %s" msgstr "" -#: module/plugins/hooks/Captcha9kw.py:129 +#: module/plugins/hooks/Captcha9kw.py:130 msgid "Your Captcha 9kw.eu Account has not enough credits" msgstr "" @@ -826,7 +846,7 @@ msgstr "" msgid "Error in %(script)s: %(error)s" msgstr "" -#: module/plugins/hooks/ExpertDecoders.py:95 +#: module/plugins/hooks/ExpertDecoders.py:96 msgid "Your ExpertDecoders Account has not enough credits" msgstr "" @@ -834,11 +854,11 @@ msgstr "" msgid "Please add your rehost.to account first and restart pyLoad" msgstr "" -#: module/plugins/hooks/PremiumizeMe.py:48 +#: module/plugins/hooks/PremiumizeMe.py:50 msgid "Please add a valid premiumize.me account first and restart pyLoad." msgstr "" -#: module/plugins/hooks/CaptchaBrotherhood.py:69 +#: module/plugins/hooks/CaptchaBrotherhood.py:70 #, python-format msgid "%d credits left" msgstr "" |