From 84bc0d7bbb1bb2d1290ba89529168e842cc3ba2f Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 29 Aug 2014 12:28:39 +0200 Subject: Fix Locales --- locale/core.pot | 132 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 66 insertions(+), 66 deletions(-) (limited to 'locale/core.pot') diff --git a/locale/core.pot b/locale/core.pot index 101d35349..177ac109c 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" -#: pyload.py:181 +#: module/Core.py:181 msgid "Received Quit signal" msgstr "" -#: pyload.py:302 +#: module/Core.py:302 #, python-format msgid "pyLoad already running with pid %s" msgstr "" -#: pyload.py:316 +#: module/Core.py:316 #, python-format msgid "Failed changing group: %s" msgstr "" -#: pyload.py:326 +#: module/Core.py:326 #, python-format msgid "Failed changing user: %s" msgstr "" -#: pyload.py:328 +#: module/Core.py:328 msgid "folder for logs" msgstr "" -#: pyload.py:339 +#: module/Core.py:339 msgid "Starting" msgstr "" -#: pyload.py:340 +#: module/Core.py:340 #, python-format msgid "Using home directory: %s" msgstr "" -#: pyload.py:349 +#: module/Core.py:349 msgid "pycrypto to decode container files" msgstr "" -#: pyload.py:352 +#: module/Core.py:352 msgid "folder for temporary files" msgstr "" -#: pyload.py:357 +#: module/Core.py:357 msgid "folder for downloads" msgstr "" -#: pyload.py:360 +#: module/Core.py:360 msgid "OpenSSL for secure connection" msgstr "" -#: pyload.py:364 +#: module/Core.py:364 msgid "Moving old user config to DB" msgstr "" -#: pyload.py:367 +#: module/Core.py:367 msgid "Please check your logindata with ./pyload.py -u" msgstr "" -#: pyload.py:370 +#: module/Core.py:370 msgid "All links removed" msgstr "" -#: pyload.py:401 +#: module/Core.py:401 #, python-format msgid "Downloadtime: %s" msgstr "" -#: pyload.py:411 +#: module/Core.py:411 #, python-format msgid "Free space: %s" msgstr "" -#: pyload.py:431 +#: module/Core.py:431 msgid "Activating Accounts..." msgstr "" -#: pyload.py:437 +#: module/Core.py:437 msgid "Activating Plugins..." msgstr "" -#: pyload.py:440 +#: module/Core.py:440 msgid "pyLoad is up and running" msgstr "" -#: pyload.py:459 +#: module/Core.py:459 msgid "restarting pyLoad" msgstr "" -#: pyload.py:463 +#: module/Core.py:463 msgid "pyLoad quits" msgstr "" -#: pyload.py:520 +#: module/Core.py:520 #, python-format msgid "Install %s" msgstr "" -#: pyload.py:556 +#: module/Core.py:556 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "" -#: pyload.py:558 +#: module/Core.py:558 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "" -#: pyload.py:579 +#: module/Core.py:579 msgid "shutting down..." msgstr "" -#: pyload.py:596 +#: module/Core.py:596 msgid "error while shutting down" msgstr "" -#: pyload.py:660 +#: module/Core.py:660 msgid "killed pyLoad from Terminal" msgstr "" @@ -239,108 +239,108 @@ msgstr "" msgid "Failed loading backend %(name)s | %(error)s" msgstr "" -#: module/web/json_app.py:57 +#: module/webui/app/json.py:57 #, python-format msgid "waiting %s" msgstr "" -#: module/web/ServerThread.py:36 +#: module/threads/ServerThread.py:36 msgid "SSL certificates not found." msgstr "" -#: module/web/ServerThread.py:40 +#: module/threads/ServerThread.py:40 #, python-format msgid "Sorry, we dropped support for starting %s directly within pyLoad" msgstr "" -#: module/web/ServerThread.py:41 +#: module/threads/ServerThread.py:41 msgid "You can use the threaded server which offers good performance and ssl," msgstr "" -#: module/web/ServerThread.py:42 +#: module/threads/ServerThread.py:42 #, python-format msgid "" "of course you can still use your existing %s with pyLoads fastcgi server" msgstr "" -#: module/web/ServerThread.py:43 -msgid "sample configs are located in the module/web/servers directory" +#: module/threads/ServerThread.py:43 +msgid "sample configs are located in the module/webui/servers directory" msgstr "" -#: module/web/ServerThread.py:49 +#: module/threads/ServerThread.py:49 #, python-format msgid "Can't use %(server)s, python-flup is not installed!" msgstr "" -#: module/web/ServerThread.py:58 +#: module/threads/ServerThread.py:58 #, python-format msgid "Error importing lightweight server: %s" msgstr "" -#: module/web/ServerThread.py:59 +#: module/threads/ServerThread.py:59 msgid "" "You need to download and compile bjoern, https://github.com/jonashaag/bjoern" msgstr "" -#: module/web/ServerThread.py:60 +#: module/threads/ServerThread.py:60 msgid "Copy the boern.so to module/lib folder or use setup.py install" msgstr "" -#: module/web/ServerThread.py:61 +#: module/threads/ServerThread.py:61 msgid "" "Of course you need to be familiar with linux and know how to compile software" msgstr "" -#: module/web/ServerThread.py:64 +#: module/threads/ServerThread.py:64 msgid "Server set to threaded, due to known performance problems on windows." msgstr "" -#: module/web/ServerThread.py:80 module/web/ServerThread.py:103 +#: module/threads/ServerThread.py:80 module/threads/ServerThread.py:103 msgid "This server offers no SSL, please consider using threaded instead" msgstr "" -#: module/web/ServerThread.py:82 +#: module/threads/ServerThread.py:82 #, python-format msgid "Starting builtin webserver: %(host)s:%(port)d" msgstr "" -#: module/web/ServerThread.py:87 +#: module/threads/ServerThread.py:87 #, python-format msgid "Starting threaded SSL webserver: %(host)s:%(port)d" msgstr "" -#: module/web/ServerThread.py:91 +#: module/threads/ServerThread.py:91 #, python-format msgid "Starting threaded webserver: %(host)s:%(port)d" msgstr "" -#: module/web/ServerThread.py:97 +#: module/threads/ServerThread.py:97 #, python-format msgid "Starting fastcgi server: %(host)s:%(port)d" msgstr "" -#: module/web/ServerThread.py:105 +#: module/threads/ServerThread.py:105 #, python-format msgid "Starting lightweight webserver (bjoern): %(host)s:%(port)d" msgstr "" -#: module/web/pyload_app.py:127 +#: module/webui/app/pyload.py:127 msgid "You dont have permission to access this page." msgstr "" -#: module/web/pyload_app.py:195 +#: module/webui/app/pyload.py:195 msgid "Download directory not found." msgstr "" -#: module/web/pyload_app.py:262 module/web/pyload_app.py:269 +#: module/webui/app/pyload.py:262 module/webui/app/pyload.py:269 msgid "unlimited" msgstr "" -#: module/web/pyload_app.py:264 module/web/pyload_app.py:271 +#: module/webui/app/pyload.py:264 module/webui/app/pyload.py:271 msgid "not available" msgstr "" -#: module/web/pyload_app.py:509 +#: module/webui/app/pyload.py:509 msgid "Run pyload.py -s to access the setup." msgstr "" @@ -349,73 +349,73 @@ msgstr "" msgid "Download chunks failed, fallback to single connection | %s" msgstr "" -#: module/PluginThread.py:183 +#: module/threads/PluginThread.py:183 #, python-format msgid "Download starts: %s" msgstr "" -#: module/PluginThread.py:189 +#: module/threads/PluginThread.py:189 #, python-format msgid "Download finished: %s" msgstr "" -#: module/PluginThread.py:194 module/PluginThread.py:365 +#: module/threads/PluginThread.py:194 module/threads/PluginThread.py:365 #, python-format msgid "Plugin %s is missing a function." msgstr "" -#: module/PluginThread.py:202 module/PluginThread.py:265 -#: module/PluginThread.py:382 +#: module/threads/PluginThread.py:202 module/threads/PluginThread.py:265 +#: module/threads/PluginThread.py:382 #, python-format msgid "Download aborted: %s" msgstr "" -#: module/PluginThread.py:222 +#: module/threads/PluginThread.py:222 #, python-format msgid "Download restarted: %(name)s | %(msg)s" msgstr "" -#: module/PluginThread.py:231 module/PluginThread.py:373 +#: module/threads/PluginThread.py:231 module/threads/PluginThread.py:373 #, python-format msgid "Download is offline: %s" msgstr "" -#: module/PluginThread.py:234 +#: module/threads/PluginThread.py:234 #, python-format msgid "Download is temporary offline: %s" msgstr "" -#: module/PluginThread.py:237 module/PluginThread.py:304 +#: module/threads/PluginThread.py:237 module/threads/PluginThread.py:304 #, python-format msgid "Download failed: %(name)s | %(msg)s" msgstr "" -#: module/PluginThread.py:254 +#: module/threads/PluginThread.py:254 msgid "" "Couldn't connect to host or connection reset, waiting 1 minute and retry." msgstr "" -#: module/PluginThread.py:290 +#: module/threads/PluginThread.py:290 #, python-format msgid "Download skipped: %(name)s due to %(plugin)s" msgstr "" -#: module/PluginThread.py:361 +#: module/threads/PluginThread.py:361 #, python-format msgid "Decrypting starts: %s" msgstr "" -#: module/PluginThread.py:376 module/PluginThread.py:394 +#: module/threads/PluginThread.py:376 module/threads/PluginThread.py:394 #, python-format msgid "Decrypting failed: %(name)s | %(msg)s" msgstr "" -#: module/PluginThread.py:388 +#: module/threads/PluginThread.py:388 #, python-format msgid "Retrying %s" msgstr "" -#: module/PluginThread.py:635 +#: module/threads/PluginThread.py:635 #, python-format msgid "Info Fetching for %(name)s failed | %(err)s" msgstr "" -- cgit v1.2.3