summaryrefslogtreecommitdiffstats
path: root/locale/core.pot
diff options
context:
space:
mode:
Diffstat (limited to 'locale/core.pot')
-rw-r--r--locale/core.pot899
1 files changed, 0 insertions, 899 deletions
diff --git a/locale/core.pot b/locale/core.pot
deleted file mode 100644
index 84879674d..000000000
--- a/locale/core.pot
+++ /dev/null
@@ -1,899 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR pyLoad Team
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: pyLoad 0.4.10\n"
-"Report-Msgid-Bugs-To: 'bugs@pyload.org'\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"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: pyload/Core.py:181
-msgid "Received Quit signal"
-msgstr ""
-
-#: pyload/Core.py:302
-#, python-format
-msgid "pyLoad already running with pid %s"
-msgstr ""
-
-#: pyload/Core.py:316
-#, python-format
-msgid "Failed changing group: %s"
-msgstr ""
-
-#: pyload/Core.py:326
-#, python-format
-msgid "Failed changing user: %s"
-msgstr ""
-
-#: pyload/Core.py:328
-msgid "folder for logs"
-msgstr ""
-
-#: pyload/Core.py:339
-msgid "Starting"
-msgstr ""
-
-#: pyload/Core.py:340
-#, python-format
-msgid "Using home directory: %s"
-msgstr ""
-
-#: pyload/Core.py:349
-msgid "pycrypto to decode container files"
-msgstr ""
-
-#: pyload/Core.py:352
-msgid "folder for temporary files"
-msgstr ""
-
-#: pyload/Core.py:357
-msgid "folder for downloads"
-msgstr ""
-
-#: pyload/Core.py:360
-msgid "OpenSSL for secure connection"
-msgstr ""
-
-#: pyload/Core.py:364
-msgid "Moving old user config to DB"
-msgstr ""
-
-#: pyload/Core.py:367
-msgid "Please check your logindata with ./pyload.py -u"
-msgstr ""
-
-#: pyload/Core.py:370
-msgid "All links removed"
-msgstr ""
-
-#: pyload/Core.py:401
-#, python-format
-msgid "Downloadtime: %s"
-msgstr ""
-
-#: pyload/Core.py:411
-#, python-format
-msgid "Free space: %s"
-msgstr ""
-
-#: pyload/Core.py:431
-msgid "Activating Accounts..."
-msgstr ""
-
-#: pyload/Core.py:437
-msgid "Activating Plugins..."
-msgstr ""
-
-#: pyload/Core.py:440
-msgid "pyLoad is up and running"
-msgstr ""
-
-#: pyload/Core.py:459
-msgid "restarting pyLoad"
-msgstr ""
-
-#: pyload/Core.py:463
-msgid "pyLoad quits"
-msgstr ""
-
-#: pyload/Core.py:520
-#, python-format
-msgid "Install %s"
-msgstr ""
-
-#: pyload/Core.py:556
-#, python-format
-msgid "could not find %(desc)s: %(name)s"
-msgstr ""
-
-#: pyload/Core.py:558
-#, python-format
-msgid "could not create %(desc)s: %(name)s"
-msgstr ""
-
-#: pyload/Core.py:579
-msgid "shutting down..."
-msgstr ""
-
-#: pyload/Core.py:596
-msgid "error while shutting down"
-msgstr ""
-
-#: pyload/Core.py:660
-msgid "killed pyLoad from Terminal"
-msgstr ""
-
-#: pyload/database/DatabaseBackend.py:174
-msgid "Filedatabase was deleted due to incompatible version."
-msgstr ""
-
-#: pyload/database/DatabaseBackend.py:189
-msgid "Filedatabase could NOT be converted."
-msgstr ""
-
-#: pyload/database/DatabaseBackend.py:198
-msgid "Database was converted from v2 to v3."
-msgstr ""
-
-#: pyload/database/DatabaseBackend.py:206
-msgid "Database was converted from v3 to v4."
-msgstr ""
-
-#: pyload/database/DatabaseBackend.py:252
-msgid "Converting old Django DB"
-msgstr ""
-
-#: pyload/database/FileDatabase.py:45
-msgid "finished"
-msgstr ""
-
-#: pyload/database/FileDatabase.py:45
-msgid "offline"
-msgstr ""
-
-#: pyload/database/FileDatabase.py:45
-msgid "online"
-msgstr ""
-
-#: pyload/database/FileDatabase.py:45
-msgid "queued"
-msgstr ""
-
-#: pyload/database/FileDatabase.py:45
-msgid "skipped"
-msgstr ""
-
-#: pyload/database/FileDatabase.py:45
-msgid "waiting"
-msgstr ""
-
-#: pyload/database/FileDatabase.py:45
-msgid "temp. offline"
-msgstr ""
-
-#: pyload/database/FileDatabase.py:45
-msgid "starting"
-msgstr ""
-
-#: pyload/database/FileDatabase.py:45
-msgid "failed"
-msgstr ""
-
-#: pyload/database/FileDatabase.py:45
-msgid "aborted"
-msgstr ""
-
-#: pyload/database/FileDatabase.py:45
-msgid "decrypting"
-msgstr ""
-
-#: pyload/database/FileDatabase.py:45
-msgid "custom"
-msgstr ""
-
-#: pyload/database/FileDatabase.py:45
-msgid "downloading"
-msgstr ""
-
-#: pyload/database/FileDatabase.py:45
-msgid "processing"
-msgstr ""
-
-#: pyload/database/FileDatabase.py:45
-msgid "unknown"
-msgstr ""
-
-#: pyload/database/FileDatabase.py:531 pyload/plugin/hooks/IRCInterface.py:74
-#: pyload/plugin/hooks/XMPPInterface.py:83
-#, python-format
-msgid "Package finished: %s"
-msgstr ""
-
-#: pyload/remote/ThriftBackend.py:39
-msgid "Using SSL ThriftBackend"
-msgstr ""
-
-#: pyload/remote/RemoteManager.py:35
-#, python-format
-msgid "Remote backend error: %s"
-msgstr ""
-
-#: pyload/remote/RemoteManager.py:82
-#, python-format
-msgid "Starting %(name)s: %(addr)s:%(port)s"
-msgstr ""
-
-#: pyload/remote/RemoteManager.py:84
-#, python-format
-msgid "Failed loading backend %(name)s | %(error)s"
-msgstr ""
-
-#: pyload/webui/app/json.py:57
-#, python-format
-msgid "waiting %s"
-msgstr ""
-
-#: pyload/threads/ServerThread.py:36
-msgid "SSL certificates not found."
-msgstr ""
-
-#: pyload/threads/ServerThread.py:40
-#, python-format
-msgid "Sorry, we dropped support for starting %s directly within pyLoad"
-msgstr ""
-
-#: pyload/threads/ServerThread.py:41
-msgid "You can use the threaded server which offers good performance and ssl,"
-msgstr ""
-
-#: pyload/threads/ServerThread.py:42
-#, python-format
-msgid ""
-"of course you can still use your existing %s with pyLoads fastcgi server"
-msgstr ""
-
-#: pyload/threads/ServerThread.py:43
-msgid "sample configs are located in the pyload/webui/servers directory"
-msgstr ""
-
-#: pyload/threads/ServerThread.py:49
-#, python-format
-msgid "Can't use %(server)s, python-flup is not installed!"
-msgstr ""
-
-#: pyload/threads/ServerThread.py:58
-#, python-format
-msgid "Error importing lightweight server: %s"
-msgstr ""
-
-#: pyload/threads/ServerThread.py:59
-msgid ""
-"You need to download and compile bjoern, https://github.com/jonashaag/bjoern"
-msgstr ""
-
-#: pyload/threads/ServerThread.py:60
-msgid "Copy the boern.so file to lib/Python/Lib or use setup.py install"
-msgstr ""
-
-#: pyload/threads/ServerThread.py:61
-msgid ""
-"Of course you need to be familiar with linux and know how to compile software"
-msgstr ""
-
-#: pyload/threads/ServerThread.py:64
-msgid "Server set to threaded, due to known performance problems on windows."
-msgstr ""
-
-#: pyload/threads/ServerThread.py:80 pyload/threads/ServerThread.py:103
-msgid "This server offers no SSL, please consider using threaded instead"
-msgstr ""
-
-#: pyload/threads/ServerThread.py:82
-#, python-format
-msgid "Starting builtin webserver: %(host)s:%(port)d"
-msgstr ""
-
-#: pyload/threads/ServerThread.py:87
-#, python-format
-msgid "Starting threaded SSL webserver: %(host)s:%(port)d"
-msgstr ""
-
-#: pyload/threads/ServerThread.py:91
-#, python-format
-msgid "Starting threaded webserver: %(host)s:%(port)d"
-msgstr ""
-
-#: pyload/threads/ServerThread.py:97
-#, python-format
-msgid "Starting fastcgi server: %(host)s:%(port)d"
-msgstr ""
-
-#: pyload/threads/ServerThread.py:105
-#, python-format
-msgid "Starting lightweight webserver (bjoern): %(host)s:%(port)d"
-msgstr ""
-
-#: pyload/webui/app/pyload.py:127
-msgid "You dont have permission to access this page."
-msgstr ""
-
-#: pyload/webui/app/pyload.py:195
-msgid "Download directory not found."
-msgstr ""
-
-#: pyload/webui/app/pyload.py:262 pyload/webui/app/pyload.py:269
-msgid "unlimited"
-msgstr ""
-
-#: pyload/webui/app/pyload.py:264 pyload/webui/app/pyload.py:271
-msgid "not available"
-msgstr ""
-
-#: pyload/webui/app/pyload.py:509
-msgid "Run pyload.py -s to access the setup."
-msgstr ""
-
-#: pyload/network/HTTPDownload.py:245
-#, python-format
-msgid "Download chunks failed, fallback to single connection | %s"
-msgstr ""
-
-#: pyload/threads/PluginThread.py:183
-#, python-format
-msgid "Download starts: %s"
-msgstr ""
-
-#: pyload/threads/PluginThread.py:189
-#, python-format
-msgid "Download finished: %s"
-msgstr ""
-
-#: pyload/threads/PluginThread.py:194 pyload/threads/PluginThread.py:365
-#, python-format
-msgid "Plugin %s is missing a function."
-msgstr ""
-
-#: pyload/threads/PluginThread.py:202 pyload/threads/PluginThread.py:265
-#: pyload/threads/PluginThread.py:382
-#, python-format
-msgid "Download aborted: %s"
-msgstr ""
-
-#: pyload/threads/PluginThread.py:222
-#, python-format
-msgid "Download restarted: %(name)s | %(msg)s"
-msgstr ""
-
-#: pyload/threads/PluginThread.py:231 pyload/threads/PluginThread.py:373
-#, python-format
-msgid "Download is offline: %s"
-msgstr ""
-
-#: pyload/threads/PluginThread.py:234
-#, python-format
-msgid "Download is temporary offline: %s"
-msgstr ""
-
-#: pyload/threads/PluginThread.py:237 pyload/threads/PluginThread.py:304
-#, python-format
-msgid "Download failed: %(name)s | %(msg)s"
-msgstr ""
-
-#: pyload/threads/PluginThread.py:254
-msgid ""
-"Couldn't connect to host or connection reset, waiting 1 minute and retry."
-msgstr ""
-
-#: pyload/threads/PluginThread.py:290
-#, python-format
-msgid "Download skipped: %(name)s due to %(plugin)s"
-msgstr ""
-
-#: pyload/threads/PluginThread.py:361
-#, python-format
-msgid "Decrypting starts: %s"
-msgstr ""
-
-#: pyload/threads/PluginThread.py:376 pyload/threads/PluginThread.py:394
-#, python-format
-msgid "Decrypting failed: %(name)s | %(msg)s"
-msgstr ""
-
-#: pyload/threads/PluginThread.py:388
-#, python-format
-msgid "Retrying %s"
-msgstr ""
-
-#: pyload/threads/PluginThread.py:635
-#, python-format
-msgid "Info Fetching for %(name)s failed | %(err)s"
-msgstr ""
-
-#: pyload/HookManager.py:90 pyload/plugin/Hook.py:103
-#, python-format
-msgid "Error executing hooks: %s"
-msgstr ""
-
-#: pyload/HookManager.py:140
-#, python-format
-msgid "Failed activating %(name)s"
-msgstr ""
-
-#: pyload/HookManager.py:144
-#, python-format
-msgid "Activated plugins: %s"
-msgstr ""
-
-#: pyload/HookManager.py:145
-#, python-format
-msgid "Deactivate plugins: %s"
-msgstr ""
-
-#: pyload/ThreadManager.py:137
-#, python-format
-msgid "Reconnect Failed: %s"
-msgstr ""
-
-#: pyload/ThreadManager.py:176
-msgid "Reconnect script not found!"
-msgstr ""
-
-#: pyload/ThreadManager.py:182
-msgid "Starting reconnect"
-msgstr ""
-
-#: pyload/ThreadManager.py:196
-msgid "Failed executing reconnect script!"
-msgstr ""
-
-#: pyload/ThreadManager.py:208
-#, python-format
-msgid "Reconnected, new IP: %s"
-msgstr ""
-
-#: pyload/ThreadManager.py:288
-msgid "Not enough space left on device"
-msgstr ""
-
-#: pyload/plugin/Account.py:85 pyload/plugin/Account.py:90
-#, python-format
-msgid "Could not login with account %(user)s | %(msg)s"
-msgstr ""
-
-#: pyload/plugin/Account.py:86
-msgid "Wrong Password"
-msgstr ""
-
-#: pyload/plugin/Account.py:243
-#, python-format
-msgid "Your Time %s has wrong format, use: 1:22-3:44"
-msgstr ""
-
-#: pyload/plugin/Account.py:269
-#, python-format
-msgid "Account %s has not enough traffic, checking again in 30min"
-msgstr ""
-
-#: pyload/plugin/Account.py:276
-#, python-format
-msgid "Account %s is expired, checking again in 1h"
-msgstr ""
-
-#: pyload/plugin/crypter/SerienjunkiesOrg.py:126
-msgid "Downloadlimit reached"
-msgstr ""
-
-#: pyload/plugin/PluginManager.py:153
-#, python-format
-msgid "%s has a invalid pattern."
-msgstr ""
-
-#: pyload/plugin/PluginManager.py:272
-#, python-format
-msgid "Error importing %(name)s: %(msg)s"
-msgstr ""
-
-#: pyload/plugin/internal/MultiHoster.py:132
-msgid "No Hoster loaded"
-msgstr ""
-
-#: pyload/plugin/accounts/BitshareCom.py:38
-msgid "Activate direct Download in your Bitshare Account"
-msgstr ""
-
-#: pyload/plugin/container/LinkList.py:64
-msgid "LinkList could not be cleared."
-msgstr ""
-
-#: pyload/plugin/AccountManager.py:88
-msgid "Account settings deleted, due to new config format."
-msgstr ""
-
-#: pyload/plugin/hoster/BasePlugin.py:65
-msgid "Authorization required (username:password)"
-msgstr ""
-
-#: pyload/plugin/hoster/SimplydebridCom.py:23
-#: pyload/plugin/hoster/RealdebridCom.py:40
-#: pyload/plugin/hoster/FreeWayMe.py:39 pyload/plugin/hoster/ZeveraCom.py:21
-#: pyload/plugin/hoster/UnrestrictLi.py:52
-#: pyload/plugin/hoster/Vipleech4uCom.py:30
-#: pyload/plugin/hoster/Premium4Me.py:27 pyload/plugin/hoster/FastixRu.py:36
-#: pyload/plugin/hoster/SimplyPremiumCom.py:52
-#: pyload/plugin/hoster/MegaDebridEu.py:46
-#: pyload/plugin/hoster/AlldebridCom.py:38
-#: pyload/plugin/hoster/LinksnappyCom.py:29
-#: pyload/plugin/hoster/DebridItaliaCom.py:39
-#: pyload/plugin/hoster/RPNetBiz.py:28
-#: pyload/plugin/hoster/MultiDebridCom.py:40
-#: pyload/plugin/hoster/ReloadCc.py:26 pyload/plugin/hoster/OverLoadMe.py:38
-#: pyload/plugin/hoster/RehostTo.py:25
-#: pyload/plugin/hoster/PremiumizeMe.py:24
-#: pyload/plugin/hooks/RPNetBiz.py:45
-#, python-format
-msgid "Please enter your %s account or deactivate this plugin"
-msgstr ""
-
-#: pyload/plugin/hoster/FilesMailRu.py:98
-#, python-format
-msgid ""
-"There was HTML Code in the Downloaded File (%s)...redirect error? The "
-"Download will be restarted."
-msgstr ""
-
-#: pyload/plugin/hoster/NetloadIn.py:145
-#: pyload/plugin/hoster/NetloadIn.py:169
-msgid "File temporarily not available"
-msgstr ""
-
-#: pyload/plugin/hoster/NetloadIn.py:182
-#, python-format
-msgid "Netload: waiting between downloads %d s."
-msgstr ""
-
-#: pyload/plugin/hoster/NetloadIn.py:213
-#, python-format
-msgid "Netload: waiting for captcha %d s."
-msgstr ""
-
-#: pyload/plugin/hoster/NetloadIn.py:251
-msgid "Downloaded File was empty"
-msgstr ""
-
-#: pyload/plugin/hoster/MegaDebridEu.py:49
-#, python-format
-msgid "Impossible to connect to %s"
-msgstr ""
-
-#: pyload/plugin/hoster/MegaDebridEu.py:89
-#, python-format
-msgid "Impossible to debrid %s"
-msgstr ""
-
-#: pyload/plugin/hoster/UploadedTo.py:129
-msgid "API key invalid"
-msgstr ""
-
-#: pyload/plugin/hoster/UploadedTo.py:153
-#, python-format
-msgid "%s: Not enough traffic left"
-msgstr ""
-
-#: pyload/plugin/hoster/UploadedTo.py:156
-msgid "Traffic exceeded"
-msgstr ""
-
-#: pyload/plugin/hoster/RapidshareCom.py:99
-msgid "Rapidshare: Traffic Share (direct download)"
-msgstr ""
-
-#: pyload/plugin/hoster/RapidshareCom.py:126
-#: pyload/plugin/hoster/RapidshareCom.py:193
-msgid "Already downloading from this ip address, waiting 60 seconds"
-msgstr ""
-
-#: pyload/plugin/hoster/RapidshareCom.py:130
-msgid "Invalid Auth Code, download will be restarted"
-msgstr ""
-
-#: pyload/plugin/hoster/RapidshareCom.py:198
-msgid "RapidShareCom: No free slots"
-msgstr ""
-
-#: pyload/plugin/hoster/RapidshareCom.py:201
-msgid "You need a premium account for this file"
-msgstr ""
-
-#: pyload/plugin/hoster/RapidshareCom.py:203
-msgid "Filename reported invalid"
-msgstr ""
-
-#: pyload/plugin/hoster/FileserveCom.py:100
-msgid "Parallel download error, now waiting 60s."
-msgstr ""
-
-#: pyload/plugin/hoster/FileserveCom.py:216
-msgid "Not logged in."
-msgstr ""
-
-#: pyload/plugin/hoster/MegaNz.py:56
-msgid "Decryption failed"
-msgstr ""
-
-#: pyload/plugin/hoster/MegaNz.py:106
-msgid "No file key provided in the URL"
-msgstr ""
-
-#: pyload/plugin/hoster/MegaNz.py:118
-msgid "Error code:"
-msgstr ""
-
-#: pyload/plugin/Container.py:68
-msgid "File not exists."
-msgstr ""
-
-#: pyload/plugin/hooks/UpdateManager.py:97
-msgid "Not able to connect server to get updates"
-msgstr ""
-
-#: pyload/plugin/hooks/UpdateManager.py:111
-msgid "No pyLoad version available"
-msgstr ""
-
-#: pyload/plugin/hooks/UpdateManager.py:118
-#, python-format
-msgid "*** New pyLoad Version %s available ***"
-msgstr ""
-
-#: pyload/plugin/hooks/UpdateManager.py:119
-msgid "*** Get it here: https://github.com/pyload/pyload/releases ***"
-msgstr ""
-
-#: pyload/plugin/hooks/UpdateManager.py:170
-#, python-format
-msgid "New version of [%(type)s] %(name)s (v%(oldver)s -> v%(newver)s)"
-msgstr ""
-
-#: pyload/plugin/hooks/UpdateManager.py:180
-#: pyload/plugin/hooks/UpdateManager.py:185
-#, python-format
-msgid "Error when updating plugin %s"
-msgstr ""
-
-#: pyload/plugin/hooks/UpdateManager.py:185
-msgid "Version mismatch"
-msgstr ""
-
-#: pyload/plugin/hooks/UpdateManager.py:196
-#, python-format
-msgid "Removed blacklisted plugin: [%(type)s] %(name)s"
-msgstr ""
-
-#: pyload/plugin/hooks/UpdateManager.py:204
-msgid "Plugins updated and reloaded"
-msgstr ""
-
-#: pyload/plugin/hooks/UpdateManager.py:206
-msgid "*** Plugins have been updated, pyLoad will be restarted now ***"
-msgstr ""
-
-#: pyload/plugin/hooks/UpdateManager.py:211
-msgid "No plugin updates available"
-msgstr ""
-
-#: pyload/plugin/hooks/IRCInterface.py:82
-#, python-format
-msgid "Download finished: %(name)s @ %(plugin)s "
-msgstr ""
-
-#: pyload/plugin/hooks/IRCInterface.py:95
-#, python-format
-msgid "New Captcha Request: %s"
-msgstr ""
-
-#: pyload/plugin/hooks/IRCInterface.py:96
-#, python-format
-msgid "Answer with 'c %s text on the captcha'"
-msgstr ""
-
-#: pyload/plugin/hooks/Premium4Me.py:29
-msgid "Please add your premium.to account first and restart pyLoad"
-msgstr ""
-
-#: pyload/plugin/hooks/HotFolder.py:81
-#, python-format
-msgid "Added %s from HotFolder"
-msgstr ""
-
-#: pyload/plugin/hooks/ExtractArchive.py:94
-#, python-format
-msgid "No %s installed"
-msgstr ""
-
-#: pyload/plugin/hooks/ExtractArchive.py:96
-#: pyload/plugin/hooks/ExtractArchive.py:101
-#, python-format
-msgid "Could not activate %s"
-msgstr ""
-
-#: pyload/plugin/hooks/ExtractArchive.py:106
-msgid "Activated"
-msgstr ""
-
-#: pyload/plugin/hooks/ExtractArchive.py:108
-msgid "No Extract plugins activated"
-msgstr ""
-
-#: pyload/plugin/hooks/ExtractArchive.py:120
-#, python-format
-msgid "Package %s queued for later extracting"
-msgstr ""
-
-#: pyload/plugin/hooks/ExtractArchive.py:143
-#, python-format
-msgid "Check package %s"
-msgstr ""
-
-#: pyload/plugin/hooks/ExtractArchive.py:184
-#, python-format
-msgid "Extract to %s"
-msgstr ""
-
-#: pyload/plugin/hooks/ExtractArchive.py:199
-msgid "No files found to extract"
-msgstr ""
-
-#: pyload/plugin/hooks/ExtractArchive.py:206
-msgid "extracting"
-msgstr ""
-
-#: pyload/plugin/hooks/ExtractArchive.py:217
-msgid "Password protected"
-msgstr ""
-
-#: pyload/plugin/hooks/ExtractArchive.py:238
-msgid "Wrong password"
-msgstr ""
-
-#: pyload/plugin/hooks/ExtractArchive.py:246
-#, python-format
-msgid "Deleting %s files"
-msgstr ""
-
-#: pyload/plugin/hooks/ExtractArchive.py:253
-msgid "Extracting finished"
-msgstr ""
-
-#: pyload/plugin/hooks/ExtractArchive.py:259
-msgid "Archive Error"
-msgstr ""
-
-#: pyload/plugin/hooks/ExtractArchive.py:261
-msgid "CRC Mismatch"
-msgstr ""
-
-#: pyload/plugin/hooks/ExtractArchive.py:265
-msgid "Unknown Error"
-msgstr ""
-
-#: pyload/plugin/hooks/ExtractArchive.py:317
-msgid "Setting User and Group failed"
-msgstr ""
-
-#: pyload/plugin/hooks/ClickNLoad.py:75
-msgid "Click'N'Load: Port 9666 already in use"
-msgstr ""
-
-#: pyload/plugin/hooks/CaptchaTrader.py:70
-#: pyload/plugin/hooks/Captcha9kw.py:60
-#: pyload/plugin/hooks/ExpertDecoders.py:51
-#, python-format
-msgid "%s credits left"
-msgstr ""
-
-#: pyload/plugin/hooks/CaptchaTrader.py:118
-msgid "Could not send response."
-msgstr ""
-
-#: pyload/plugin/hooks/CaptchaTrader.py:136
-msgid "Your CaptchaTrader Account has not enough credits"
-msgstr ""
-
-#: pyload/plugin/hooks/LinkdecrypterCom.py:45
-msgid "Crypter list not found"
-msgstr ""
-
-#: pyload/plugin/hooks/LinkdecrypterCom.py:59
-msgid "Crypter list is empty"
-msgstr ""
-
-#: pyload/plugin/hooks/XMPPInterface.py:91
-#, python-format
-msgid "Download finished: %(name)s @ %(plugin)s"
-msgstr ""
-
-#: pyload/plugin/hooks/Captcha9kw.py:94
-#, python-format
-msgid "New CaptchaID from upload: %s : %s"
-msgstr ""
-
-#: pyload/plugin/hooks/Captcha9kw.py:130
-msgid "Your Captcha 9kw.eu Account has not enough credits"
-msgstr ""
-
-#: pyload/plugin/hooks/ExternalScripts.py:54
-#, python-format
-msgid "Installed scripts for %s: "
-msgstr ""
-
-#: pyload/plugin/hooks/ExternalScripts.py:69
-msgid "Script not executable:"
-msgstr ""
-
-#: pyload/plugin/hooks/ExternalScripts.py:80
-#, python-format
-msgid "Error in %(script)s: %(error)s"
-msgstr ""
-
-#: pyload/plugin/hooks/ExpertDecoders.py:96
-msgid "Your ExpertDecoders Account has not enough credits"
-msgstr ""
-
-#: pyload/plugin/hooks/RehostTo.py:32
-msgid "Please add your rehost.to account first and restart pyLoad"
-msgstr ""
-
-#: pyload/plugin/hooks/PremiumizeMe.py:50
-msgid "Please add a valid premiumize.me account first and restart pyLoad."
-msgstr ""
-
-#: pyload/plugin/hooks/CaptchaBrotherhood.py:70
-#, python-format
-msgid "%d credits left"
-msgstr ""
-
-#: pyload/plugin/Plugin.py:389
-msgid ""
-"Pil and tesseract not installed and no Client connected for captcha "
-"decrypting"
-msgstr ""
-
-#: pyload/plugin/Plugin.py:393
-msgid "No captcha result obtained in appropiate time by any of the plugins."
-msgstr ""
-
-#: pyload/plugin/Plugin.py:498 pyload/plugin/Plugin.py:532
-#, python-format
-msgid "Setting User and Group failed: %s"
-msgstr ""
-
-#: pyload/CaptchaManager.py:78
-msgid "No Client connected for captcha decrypting"
-msgstr ""
-
-#: pyload/Api.py:330
-#, python-format
-msgid "Added package %(name)s containing %(count)d links"
-msgstr ""
-
-#: pyload/Api.py:593
-#, python-format
-msgid "Added %(count)d links to package #%(package)d "
-msgstr ""
-
-#: pyload/common/JsEngine.py:156
-msgid ""
-"No js engine detected, please install either Spidermonkey, ossp-js, pyv8 or "
-"rhino"
-msgstr ""