diff options
Diffstat (limited to 'locale')
248 files changed, 64287 insertions, 2108 deletions
diff --git a/locale/README.md b/locale/README.md new file mode 100644 index 000000000..215b98a6e --- /dev/null +++ b/locale/README.md @@ -0,0 +1,55 @@ +# Localization + +The localization process take place on Crowdin: + +http://translate.pyload.org + +or + +http://crowdin.net/project/pyload + +## Add a tip for translators +If you want to explain a translatable string to make the translation process easier you can do that using comment block starting with `L10N:`. For example: + +```python +# L10N: Here the tip for translators +# Thanks +print _("A translatable string") +``` + +Translators will see: + +``` +L10N: Here the tip for translators +Thanks +``` + +## Updating templates + +To update POT files run: + +`paver generate_locale` + +to automatically upload the updated POTs on Crowdin for the localization process just run: + +`paver upload_translations -k [api_key]` + +the API Key can be retrieved in the Settings panel of the project on Crowdin. + +## Retrieve updated PO files + +Updated PO files can be automatically download from Crowdin using: + +`paver download_translations -k [api_key]` + +This is allowed only to administrators, users can download the last version of the translations using the Crowdin web interface. + +## Compile PO files + +MO files can be generated using: + +`paver compile_translations` + +To compile a single file just use `msgfmt`. For example to compile a core.po file run: + +`msgfmt -o core.mo core.po` diff --git a/locale/af/LC_MESSAGES/cli.po b/locale/af/LC_MESSAGES/cli.po new file mode 100644 index 000000000..57be6fd9e --- /dev/null +++ b/locale/af/LC_MESSAGES/cli.po @@ -0,0 +1,291 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Afrikaans\n" +"Language: af_ZA\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/cli/AddPackage.py:48 +msgid "Add Package:" +msgstr "" + +#: pyload/cli/AddPackage.py:53 +msgid "Enter a name for the new package" +msgstr "" + +#: pyload/cli/AddPackage.py:57 +#, python-format +msgid "Package: %s" +msgstr "" + +#: pyload/cli/AddPackage.py:58 +msgid "Parse the links you want to add." +msgstr "" + +#: pyload/cli/AddPackage.py:59 +#, python-format +msgid "Type %s when done." +msgstr "" + +#: pyload/cli/AddPackage.py:60 +msgid "Links added: " +msgstr "" + +#: pyload/cli/AddPackage.py:64 pyload/cli/ManageFiles.py:149 +msgid " back to main menu" +msgstr "" + +#: pyload/cli/ManageFiles.py:97 +msgid "Manage Packages:" +msgstr "" + +#: pyload/cli/ManageFiles.py:99 +msgid "Manage Links:" +msgstr "" + +#: pyload/cli/ManageFiles.py:104 +msgid "What do you want to move?" +msgstr "" + +#: pyload/cli/ManageFiles.py:106 +msgid "What do you want to delete?" +msgstr "" + +#: pyload/cli/ManageFiles.py:108 +msgid "What do you want to restart?" +msgstr "" + +#: pyload/cli/ManageFiles.py:113 +msgid "Choose what you want to do, or enter package number." +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "delete" +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "move" +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "restart" +msgstr "" + +#: pyload/cli/ManageFiles.py:148 +msgid " - previous" +msgstr "" + +#: pyload/cli/ManageFiles.py:148 +msgid " - next" +msgstr "" + +#: pyload/cli/Cli.py:75 pyload/cli/Cli.py:133 +msgid " Command Line Interface" +msgstr "" + +#: pyload/cli/Cli.py:165 +#, python-format +msgid "%s Downloads:" +msgstr "" + +#: pyload/cli/Cli.py:177 +msgid " Speed: " +msgstr "" + +#: pyload/cli/Cli.py:177 +msgid " Size: " +msgstr "" + +#: pyload/cli/Cli.py:178 +msgid " Finished in: " +msgstr "" + +#: pyload/cli/Cli.py:179 +msgid " ID: " +msgstr "" + +#: pyload/cli/Cli.py:184 +msgid "waiting: " +msgstr "" + +#: pyload/cli/Cli.py:191 pyload/cli/Cli.py:193 +msgid "Status:" +msgstr "" + +#: pyload/cli/Cli.py:191 +msgid "paused" +msgstr "" + +#: pyload/cli/Cli.py:193 +msgid "running" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "total Speed" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "Files in queue" +msgstr "" + +#: pyload/cli/Cli.py:197 +msgid "Total" +msgstr "" + +#: pyload/cli/Cli.py:203 +msgid "Menu:" +msgstr "" + +#: pyload/cli/Cli.py:205 +msgid " Add Links" +msgstr "" + +#: pyload/cli/Cli.py:206 +msgid " Manage Queue" +msgstr "" + +#: pyload/cli/Cli.py:207 +msgid " Manage Collector" +msgstr "" + +#: pyload/cli/Cli.py:208 +msgid " (Un)Pause Server" +msgstr "" + +#: pyload/cli/Cli.py:209 +msgid " Kill Server" +msgstr "" + +#: pyload/cli/Cli.py:210 +msgid " Quit" +msgstr "" + +#: pyload/cli/Cli.py:289 pyload/cli/Cli.py:296 +msgid "Please use this syntax: add <Package name> <link> <link2> ..." +msgstr "" + +#: pyload/cli/Cli.py:315 +#, python-format +msgid "Checking %d links:" +msgstr "" + +#: pyload/cli/Cli.py:324 +msgid "File does not exists." +msgstr "" + +#: pyload/cli/Cli.py:385 +msgid "pyLoad was terminated" +msgstr "" + +#: pyload/cli/Cli.py:443 +msgid "Prints server status" +msgstr "" + +#: pyload/cli/Cli.py:444 +msgid "Prints downloads in queue" +msgstr "" + +#: pyload/cli/Cli.py:445 +msgid "Prints downloads in collector" +msgstr "" + +#: pyload/cli/Cli.py:446 +msgid "Adds package to queue" +msgstr "" + +#: pyload/cli/Cli.py:447 +msgid "Adds package to collector" +msgstr "" + +#: pyload/cli/Cli.py:448 +msgid "Delete Files from Queue/Collector" +msgstr "" + +#: pyload/cli/Cli.py:449 +msgid "Delete Packages from Queue/Collector" +msgstr "" + +#: pyload/cli/Cli.py:450 +msgid "Move Packages from Queue to Collector or vice versa" +msgstr "" + +#: pyload/cli/Cli.py:451 +msgid "Restart files" +msgstr "" + +#: pyload/cli/Cli.py:452 +msgid "Restart packages" +msgstr "" + +#: pyload/cli/Cli.py:453 +msgid "Check online status, works with local container" +msgstr "" + +#: pyload/cli/Cli.py:454 +msgid "Checks online status of a container file" +msgstr "" + +#: pyload/cli/Cli.py:455 +msgid "Pause the server" +msgstr "" + +#: pyload/cli/Cli.py:456 +msgid "continue downloads" +msgstr "" + +#: pyload/cli/Cli.py:457 +msgid "Toggle pause/unpause" +msgstr "" + +#: pyload/cli/Cli.py:458 +msgid "kill server" +msgstr "" + +#: pyload/cli/Cli.py:460 +msgid "List of commands:" +msgstr "" + +#: pyload/cli/Cli.py:473 +msgid "Couldn't write user config file" +msgstr "" + +#: pyload/cli/Cli.py:548 pyload/cli/Cli.py:580 +msgid "You need py-openssl to connect to this pyLoad core." +msgstr "" + +#: pyload/cli/Cli.py:555 +msgid "Address: " +msgstr "" + +#: pyload/cli/Cli.py:556 +msgid "Port: " +msgstr "" + +#: pyload/cli/Cli.py:557 +msgid "Username: " +msgstr "" + +#: pyload/cli/Cli.py:561 +msgid "Password: " +msgstr "" + +#: pyload/cli/Cli.py:566 pyload/cli/Cli.py:575 +msgid "Login data is wrong." +msgstr "" + +#: pyload/cli/Cli.py:568 pyload/cli/Cli.py:577 +#, python-format +msgid "Could not establish connection to %(addr)s:%(port)s." +msgstr "" + +#: pyload/cli/Cli.py:582 +msgid "Interactive mode ignored since you passed some commands." +msgstr "" + diff --git a/locale/af/LC_MESSAGES/core.po b/locale/af/LC_MESSAGES/core.po new file mode 100644 index 000000000..0d4e3c017 --- /dev/null +++ b/locale/af/LC_MESSAGES/core.po @@ -0,0 +1,630 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Afrikaans\n" +"Language: af_ZA\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/AddonManager.py:62 +#, python-format +msgid "Error when executing %s" +msgstr "" + +#: pyload/AddonManager.py:93 +#, python-format +msgid "Failed activating %(name)s" +msgstr "" + +#: pyload/AddonManager.py:96 +#, python-format +msgid "Activated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:97 +#, python-format +msgid "Deactivated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:153 +msgid "Activating Plugins..." +msgstr "" + +#: pyload/AddonManager.py:162 +msgid "Deactivating Plugins..." +msgstr "" + +#: pyload/web/ServerThread.py:49 +msgid "SSL certificates not found." +msgstr "" + +#: pyload/web/ServerThread.py:53 +msgid "WebUI built is not available" +msgstr "" + +#: pyload/web/ServerThread.py:55 +msgid "Running webUI in development mode" +msgstr "" + +#: pyload/web/ServerThread.py:73 +msgid "Failed starting webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:107 +msgid "Failed importing webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:125 +msgid "This server offers no SSL, please consider using threaded instead" +msgstr "" + +#: pyload/web/ServerThread.py:139 +#, python-format +msgid "Starting %(name)s webserver: %(host)s:%(port)d" +msgstr "" + +#: pyload/config/default.py:14 +msgid "Remote" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Description" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Long description" +msgstr "" + +#: pyload/config/default.py:16 pyload/config/default.py:56 +#: pyload/config/default.py:63 +msgid "Activated" +msgstr "" + +#: pyload/config/default.py:17 pyload/config/default.py:69 +#: pyload/config/default.py:80 +msgid "Port" +msgstr "" + +#: pyload/config/default.py:18 pyload/config/default.py:77 +msgid "Address" +msgstr "" + +#: pyload/config/default.py:21 +msgid "Log" +msgstr "" + +#: pyload/config/default.py:23 +msgid "Size in kb" +msgstr "" + +#: pyload/config/default.py:24 +msgid "Folder" +msgstr "" + +#: pyload/config/default.py:25 +msgid "File Log" +msgstr "" + +#: pyload/config/default.py:26 +msgid "Count" +msgstr "" + +#: pyload/config/default.py:27 +msgid "Log Rotate" +msgstr "" + +#: pyload/config/default.py:30 +msgid "Permissions" +msgstr "" + +#: pyload/config/default.py:32 +msgid "Groupname" +msgstr "" + +#: pyload/config/default.py:33 +msgid "Change Group and User of Downloads" +msgstr "" + +#: pyload/config/default.py:34 +msgid "Change file mode of downloads" +msgstr "" + +#: pyload/config/default.py:35 pyload/config/default.py:75 +msgid "Username" +msgstr "" + +#: pyload/config/default.py:36 +msgid "Filemode for Downloads" +msgstr "" + +#: pyload/config/default.py:37 +msgid "Change group of running process" +msgstr "" + +#: pyload/config/default.py:38 +msgid "Folder Permission mode" +msgstr "" + +#: pyload/config/default.py:39 +msgid "Change user of running process" +msgstr "" + +#: pyload/config/default.py:42 +msgid "General" +msgstr "" + +#: pyload/config/default.py:44 +msgid "Language" +msgstr "" + +#: pyload/config/default.py:45 +msgid "Download Folder" +msgstr "" + +#: pyload/config/default.py:46 +msgid "Use Checksum" +msgstr "" + +#: pyload/config/default.py:47 +msgid "Create folder for each package" +msgstr "" + +#: pyload/config/default.py:48 +msgid "Debug Mode" +msgstr "" + +#: pyload/config/default.py:49 +msgid "Min Free Space (MB)" +msgstr "" + +#: pyload/config/default.py:50 +msgid "CPU Priority" +msgstr "" + +#: pyload/config/default.py:53 +msgid "SSL" +msgstr "" + +#: pyload/config/default.py:55 +msgid "SSL Certificate" +msgstr "" + +#: pyload/config/default.py:57 +msgid "SSL Key" +msgstr "" + +#: pyload/config/default.py:60 +msgid "Webinterface" +msgstr "" + +#: pyload/config/default.py:62 +msgid "Template" +msgstr "" + +#: pyload/config/default.py:64 +msgid "Path Prefix" +msgstr "" + +#: pyload/config/default.py:65 +msgid "Server" +msgstr "" + +#: pyload/config/default.py:66 +msgid "Favor specific server" +msgstr "" + +#: pyload/config/default.py:67 +msgid "IP" +msgstr "" + +#: pyload/config/default.py:68 +msgid "Use HTTPS" +msgstr "" + +#: pyload/config/default.py:70 +msgid "Development mode" +msgstr "" + +#: pyload/config/default.py:73 +msgid "Proxy" +msgstr "" + +#: pyload/config/default.py:76 +msgid "Use Proxy" +msgstr "" + +#: pyload/config/default.py:78 +msgid "Password" +msgstr "" + +#: pyload/config/default.py:79 +msgid "Protocol" +msgstr "" + +#: pyload/config/default.py:83 +msgid "Reconnect" +msgstr "" + +#: pyload/config/default.py:85 pyload/config/default.py:106 +msgid "End" +msgstr "" + +#: pyload/config/default.py:86 +msgid "Use Reconnect" +msgstr "" + +#: pyload/config/default.py:87 +msgid "Method" +msgstr "" + +#: pyload/config/default.py:88 pyload/config/default.py:105 +msgid "Start" +msgstr "" + +#: pyload/config/default.py:91 +msgid "Download" +msgstr "" + +#: pyload/config/default.py:93 +msgid "Max Parallel Downloads" +msgstr "" + +#: pyload/config/default.py:94 +msgid "Limit Download Speed" +msgstr "" + +#: pyload/config/default.py:95 +msgid "Download interface to bind (ip or Name)" +msgstr "" + +#: pyload/config/default.py:96 +msgid "Skip already existing files" +msgstr "" + +#: pyload/config/default.py:97 +msgid "Max Download Speed in kb/s" +msgstr "" + +#: pyload/config/default.py:98 +msgid "Allow IPv6" +msgstr "" + +#: pyload/config/default.py:99 +msgid "Max connections for one download" +msgstr "" + +#: pyload/config/default.py:100 +msgid "Restart failed downloads on startup" +msgstr "" + +#: pyload/config/default.py:103 +msgid "Download Time" +msgstr "" + +#: pyload/network/HTTPDownload.py:249 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/api/DownloadApi.py:44 +#, python-format +msgid "Added package %(name)s as folder %(folder)s" +msgstr "" + +#: pyload/api/DownloadApi.py:95 +#, python-format +msgid "Added %d links to package" +msgstr "" + +#: pyload/AccountManager.py:69 +#, python-format +msgid "Unknown account plugin %s" +msgstr "" + +#: pyload/interaction/InteractionManager.py:88 +msgid "Query" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Captcha request" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Please solve the captcha." +msgstr "" + +#: pyload/remote/RemoteManager.py:35 +#, python-format +msgid "Remote backend error: %s" +msgstr "" + +#: pyload/remote/RemoteManager.py:80 +#, python-format +msgid "Starting %(name)s: %(addr)s:%(port)s" +msgstr "" + +#: pyload/remote/RemoteManager.py:82 +#, python-format +msgid "Failed loading backend %(name)s | %(error)s" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "none" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "offline" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "online" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "queued" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "paused" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "finished" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "skipped" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "failed" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "starting" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "waiting" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "downloading" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "temp. offline" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "aborted" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "decrypting" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "processing" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "custom" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "unknown" +msgstr "" + +#: pyload/FileManager.py:426 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/Api.py:152 +#, python-format +msgid "User '%s' tries to log in" +msgstr "" + +#: pyload/Core.py:195 +msgid "Received Quit signal" +msgstr "" + +#: pyload/Core.py:323 +#, python-format +msgid "pyLoad already running with pid %s" +msgstr "" + +#: pyload/Core.py:337 +#, python-format +msgid "Failed changing group: %s" +msgstr "" + +#: pyload/Core.py:347 +#, python-format +msgid "Failed changing user: %s" +msgstr "" + +#: pyload/Core.py:358 +msgid "Starting" +msgstr "" + +#: pyload/Core.py:359 +#, python-format +msgid "Using home directory: %s" +msgstr "" + +#: pyload/Core.py:373 +msgid "All links removed" +msgstr "" + +#: pyload/Core.py:403 +#, python-format +msgid "Download time: %s" +msgstr "" + +#: pyload/Core.py:418 +#, python-format +msgid "Free space: %s" +msgstr "" + +#: pyload/Core.py:438 +msgid "Activating Accounts..." +msgstr "" + +#: pyload/Core.py:443 +msgid "Restarting failed downloads..." +msgstr "" + +#: pyload/Core.py:451 +msgid "pyLoad is up and running" +msgstr "" + +#: pyload/Core.py:474 +msgid "restarting pyLoad" +msgstr "" + +#: pyload/Core.py:478 +msgid "pyLoad quits" +msgstr "" + +#: pyload/Core.py:564 +msgid "shutting down..." +msgstr "" + +#: pyload/Core.py:579 +msgid "error while shutting down" +msgstr "" + +#: pyload/Core.py:661 +msgid "killed pyLoad from terminal" +msgstr "" + +#: pyload/database/DatabaseBackend.py:167 +msgid "Database was deleted due to incompatible version." +msgstr "" + +#: pyload/threads/DecrypterThread.py:50 +msgid "Decrypting failed" +msgstr "" + +#: pyload/threads/DecrypterThread.py:73 +#, python-format +msgid "Decrypted %(count)d links into package %(name)s" +msgstr "" + +#: pyload/threads/DecrypterThread.py:80 +msgid "No links decrypted" +msgstr "" + +#: pyload/threads/InfoThread.py:147 +#, python-format +msgid "Info Fetching for %(name)s failed | %(err)s" +msgstr "" + +#: pyload/threads/ThreadManager.py:155 +#, python-format +msgid "Reconnect Failed: %s" +msgstr "" + +#: pyload/threads/ThreadManager.py:192 +msgid "Reconnect script not found!" +msgstr "" + +#: pyload/threads/ThreadManager.py:198 +msgid "Starting reconnect" +msgstr "" + +#: pyload/threads/ThreadManager.py:212 +msgid "Failed executing reconnect script!" +msgstr "" + +#: pyload/threads/ThreadManager.py:224 +#, python-format +msgid "Reconnected, new IP: %s" +msgstr "" + +#: pyload/threads/ThreadManager.py:298 +msgid "Not enough space left on device" +msgstr "" + +#: pyload/threads/DownloadThread.py:64 +#, python-format +msgid "Download starts: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:70 +#, python-format +msgid "Download finished: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:75 +#, python-format +msgid "Plugin %s is missing a function." +msgstr "" + +#: pyload/threads/DownloadThread.py:83 pyload/threads/DownloadThread.py:147 +#, python-format +msgid "Download aborted: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:103 +#, python-format +msgid "Download restarted: %(name)s | %(msg)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:113 +#, python-format +msgid "Download is offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:116 pyload/threads/DownloadThread.py:187 +#, python-format +msgid "Download is temporary offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:119 pyload/threads/DownloadThread.py:192 +#, python-format +msgid "Download failed: %(name)s | %(msg)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:136 +msgid "Couldn't connect to host or connection reset, waiting 1 minute and retry." +msgstr "" + +#: pyload/threads/DownloadThread.py:171 +#, python-format +msgid "Download skipped: %(name)s due to %(plugin)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:188 +msgid "Internal Server Error" +msgstr "" + +#: pyload/threads/AddonThread.py:55 +msgid "An Error occurred" +msgstr "" + +#: pyload/PluginManager.py:316 +#, python-format +msgid "Error importing %(name)s: %(msg)s" +msgstr "" + +#: pyload/utils/JsEngine.py:188 +msgid "No js engine detected, please install either Spidermonkey, ossp-js, pyv8, nodejs or rhino" +msgstr "" + diff --git a/locale/af/LC_MESSAGES/plugins.po b/locale/af/LC_MESSAGES/plugins.po new file mode 100644 index 000000000..35666b8c9 --- /dev/null +++ b/locale/af/LC_MESSAGES/plugins.po @@ -0,0 +1,424 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-20 22:13+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Afrikaans\n" +"Language: af_ZA\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/plugins/network/CurlDownload.py:241 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/plugins/Base.py:329 +msgid "Pil and tesseract not installed and no Client connected for captcha decrypting" +msgstr "" + +#: pyload/plugins/Base.py:333 +msgid "No captcha result obtained in appropriate time." +msgstr "" + +#: pyload/plugins/Hoster.py:282 pyload/plugins/Hoster.py:319 +#: pyload/plugins/hoster/ARD.py:76 +#, python-format +msgid "Setting User and Group failed: %s" +msgstr "" + +#: pyload/plugins/Crypter.py:136 +msgid "Not existing file or unsupported protocol" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:96 +msgid "Rapidshare: Traffic Share (direct download)" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:123 +#: pyload/plugins/hoster/RapidshareCom.py:189 +msgid "Already downloading from this ip address, waiting 60 seconds" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:127 +msgid "Invalid Auth Code, download will be restarted" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:193 +msgid "RapidShareCom: No free slots" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:196 +msgid "You need a premium account for this file" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:198 +msgid "Filename reported invalid" +msgstr "" + +#: pyload/plugins/hoster/RealdebridCom.py:40 +#: pyload/plugins/hoster/Premium4Me.py:27 +#: pyload/plugins/hoster/MultiDebridCom.py:39 +#: pyload/plugins/hoster/ZeveraCom.py:24 +#: pyload/plugins/hoster/AlldebridCom.py:37 +#: pyload/plugins/hoster/RehostTo.py:25 pyload/plugins/hoster/ReloadCc.py:22 +#: pyload/plugins/hoster/DebridItaliaCom.py:38 +#: pyload/plugins/hoster/PremiumizeMe.py:19 +#, python-format +msgid "Please enter your %s account or deactivate this plugin" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:55 +msgid "Decryption failed" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:99 +msgid "No file key provided in the URL" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:111 +msgid "Error code:" +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:97 +msgid "Parallel download error, now waiting 60s." +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:208 +msgid "Not logged in." +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:135 +msgid "API key invalid" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:160 +#, python-format +msgid "%s: Not enough traffic left" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:163 +msgid "Traffic exceeded" +msgstr "" + +#: pyload/plugins/hoster/BasePlugin.py:63 +msgid "Authorization required (username:password)" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:143 +#: pyload/plugins/hoster/NetloadIn.py:167 +msgid "File temporarily not available" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:180 +#, python-format +msgid "Netload: waiting between downloads %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:209 +#, python-format +msgid "Netload: waiting for captcha %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:248 +msgid "Downloaded File was empty" +msgstr "" + +#: pyload/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 "" + +#: pyload/plugins/hoster/XHamsterCom.py:75 +#: pyload/plugins/hoster/XHamsterCom.py:84 +#: pyload/plugins/hoster/XHamsterCom.py:87 +#, python-format +msgid "long_url: %s" +msgstr "" + +#: pyload/plugins/Account.py:117 pyload/plugins/Account.py:123 +#, python-format +msgid "Could not login with account %(user)s | %(msg)s" +msgstr "" + +#: pyload/plugins/Account.py:118 +msgid "Wrong Password" +msgstr "" + +#: pyload/plugins/Account.py:184 +#, python-format +msgid "Get Account Info for %s" +msgstr "" + +#: pyload/plugins/Account.py:193 +#, python-format +msgid "Error: %s" +msgstr "" + +#: pyload/plugins/Account.py:242 +#, python-format +msgid "Your Time %s has a wrong format, use: 1:22-3:44" +msgstr "" + +#: pyload/plugins/Account.py:265 +#, python-format +msgid "Account %s has not enough traffic, checking again in 30min" +msgstr "" + +#: pyload/plugins/Account.py:273 +#, python-format +msgid "Account %s is expired, checking again in 1h" +msgstr "" + +#: pyload/plugins/Account.py:290 +#, python-format +msgid "Login with %s" +msgstr "" + +#: pyload/plugins/Addon.py:118 +#, python-format +msgid "Error executing addons: %s" +msgstr "" + +#: pyload/plugins/accounts/BitshareCom.py:36 +msgid "Activate direct Download in your Bitshare Account" +msgstr "" + +#: pyload/plugins/crypter/SerienjunkiesOrg.py:128 +msgid "Downloadlimit reached" +msgstr "" + +#: pyload/plugins/addons/Premium4Me.py:30 +msgid "Please add your premium.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:53 +#, python-format +msgid "Installed scripts for %s: " +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:69 +msgid "Script not executable:" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:79 +#, python-format +msgid "Error in %(script)s: %(error)s" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:72 +#: pyload/plugins/addons/Captcha9kw.py:56 +#: pyload/plugins/addons/ExpertDecoders.py:49 +#, python-format +msgid "%s credits left" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:120 +msgid "Could not send response." +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:138 +msgid "Your CaptchaTrader Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:89 +#, python-format +msgid "New CaptchaID from upload: %s : %s" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:123 +msgid "Your Captcha 9kw.eu Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/RehostTo.py:34 +msgid "Please add your rehost.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/HotFolder.py:82 +#, python-format +msgid "Added %s from HotFolder" +msgstr "" + +#: pyload/plugins/addons/ClickAndLoad.py:74 +msgid "Click'N'Load: Port 9666 already in use" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:82 +#: pyload/plugins/addons/IRCInterface.py:75 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:90 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" +msgstr "" + +#: pyload/plugins/addons/ExpertDecoders.py:98 +msgid "Your ExpertDecoders Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:73 +msgid "*** Plugins have been updated, please restart pyLoad ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:75 +msgid "Plugins updated and reloaded" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:78 +msgid "No plugin updates available" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:95 +msgid "No Updates for pyLoad" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:100 +#, python-format +msgid "*** New pyLoad Version %s available ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:101 +msgid "*** Get it here: http://pyload.org/download ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:104 +msgid "Not able to connect server for updates" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:148 +#, python-format +msgid "New version of %(type)s|%(name)s : %(version).2f" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:157 +#: pyload/plugins/addons/UpdateManager.py:162 +#, python-format +msgid "Error when updating %s" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:162 +msgid "Version mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:92 +#, python-format +msgid "No %s installed" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:94 +#: pyload/plugins/addons/ExtractArchive.py:99 +#, python-format +msgid "Could not activate %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:104 +msgid "Activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:106 +msgid "No Extract plugins activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:118 +#, python-format +msgid "Package %s queued for later extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:143 +#, python-format +msgid "Check package %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:183 +#, python-format +msgid "Extract to %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:197 +msgid "No files found to extract" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:203 +msgid "extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:214 +msgid "Password protected" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:234 +msgid "Wrong password" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:242 +#, python-format +msgid "Deleting %s files" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:247 +msgid "Extracting finished" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:254 +msgid "Archive Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:256 +msgid "CRC Mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:260 +msgid "Unknown Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:312 +msgid "Setting User and Group failed" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:36 +msgid "Crypter list not found" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:50 +msgid "Crypter list is empty" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:82 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:94 +#, python-format +msgid "New Captcha Request: %s" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:95 +#, python-format +msgid "Answer with 'c %s text on the captcha'" +msgstr "" + +#: pyload/plugins/addons/PremiumizeMe.py:46 +msgid "Please add a valid premiumize.me account first and restart pyLoad." +msgstr "" + +#: pyload/plugins/addons/CaptchaBrotherhood.py:69 +#, python-format +msgid "%d credits left" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:29 +#, python-format +msgid "Activated %s" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:47 +msgid "No Hoster loaded" +msgstr "" + diff --git a/locale/af/LC_MESSAGES/setup.po b/locale/af/LC_MESSAGES/setup.po new file mode 100644 index 000000000..6858d2427 --- /dev/null +++ b/locale/af/LC_MESSAGES/setup.po @@ -0,0 +1,376 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Afrikaans\n" +"Language: af_ZA\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/Setup.py:72 +msgid "Would you like to configure pyLoad via Webinterface?" +msgstr "" + +#: pyload/Setup.py:73 +msgid "You need a Browser and a connection to this PC for it." +msgstr "" + +#: pyload/Setup.py:74 +msgid "Url would be: http://hostname:8000/" +msgstr "" + +#: pyload/Setup.py:75 +msgid "Start initial webinterface for configuration?" +msgstr "" + +#: pyload/Setup.py:86 +msgid "Welcome to the pyLoad Configuration Assistent." +msgstr "" + +#: pyload/Setup.py:87 +msgid "It will check your system and make a basic setup in order to run pyLoad." +msgstr "" + +#: pyload/Setup.py:89 +msgid "The value in brackets [] always is the default value," +msgstr "" + +#: pyload/Setup.py:90 +msgid "in case you don't want to change it or you are unsure what to choose, just hit enter." +msgstr "" + +#: pyload/Setup.py:92 +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgstr "" + +#: pyload/Setup.py:93 +msgid "If you have any problems with this assistent hit CTRL+C," +msgstr "" + +#: pyload/Setup.py:94 +msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgstr "" + +#: pyload/Setup.py:96 +msgid "When you are ready for system check, hit enter." +msgstr "" + +#: pyload/Setup.py:103 +msgid "Features missing: " +msgstr "" + +#: pyload/Setup.py:107 +msgid "no py-crypto available" +msgstr "" + +#: pyload/Setup.py:108 +msgid "You need this if you want to decrypt container files." +msgstr "" + +#: pyload/Setup.py:112 +msgid "no SSL available" +msgstr "" + +#: pyload/Setup.py:113 +msgid "This is needed if you want to establish a secure connection to core or webinterface." +msgstr "" + +#: pyload/Setup.py:114 +msgid "If you only want to access locally to pyLoad ssl is not useful." +msgstr "" + +#: pyload/Setup.py:118 +msgid "no Captcha Recognition available" +msgstr "" + +#: pyload/Setup.py:119 +msgid "Only needed for some hosters and as freeuser." +msgstr "" + +#: pyload/Setup.py:123 +msgid "no JavaScript engine found" +msgstr "" + +#: pyload/Setup.py:124 +msgid "You will need this for some Click'N'Load links. Install Spidermonkey, ossp-js, pyv8 or rhino" +msgstr "" + +#: pyload/Setup.py:126 +msgid "You can abort the setup now and fix some dependencies if you want." +msgstr "" + +#: pyload/Setup.py:128 +msgid "Continue with setup?" +msgstr "" + +#: pyload/Setup.py:134 +#, python-format +msgid "Do you want to change the config path? Current is %s" +msgstr "" + +#: pyload/Setup.py:136 +msgid "If you use pyLoad on a server or the home partition lives on an internal flash it may be a good idea to change it." +msgstr "" + +#: pyload/Setup.py:137 +msgid "Change config path?" +msgstr "" + +#: pyload/Setup.py:143 +msgid "Do you want to configure login data and basic settings?" +msgstr "" + +#: pyload/Setup.py:144 +msgid "This is recommend for first run." +msgstr "" + +#: pyload/Setup.py:145 +msgid "Make basic setup?" +msgstr "" + +#: pyload/Setup.py:152 +msgid "Do you want to configure ssl?" +msgstr "" + +#: pyload/Setup.py:153 +msgid "Configure ssl?" +msgstr "" + +#: pyload/Setup.py:159 +msgid "Do you want to configure webinterface?" +msgstr "" + +#: pyload/Setup.py:160 +msgid "Configure webinterface?" +msgstr "" + +#: pyload/Setup.py:165 +msgid "Setup finished successfully." +msgstr "" + +#: pyload/Setup.py:166 +msgid "Hit enter to exit and restart pyLoad" +msgstr "" + +#: pyload/Setup.py:173 +msgid "Webinterface running for setup." +msgstr "" + +#: pyload/Setup.py:190 +msgid "## Basic Setup ##" +msgstr "" + +#: pyload/Setup.py:193 +msgid "The following logindata is valid for CLI, GUI and webinterface." +msgstr "" + +#: pyload/Setup.py:199 pyload/Setup.py:288 pyload/Setup.py:304 +msgid "Username" +msgstr "" + +#: pyload/Setup.py:205 +msgid "External clients (GUI, CLI or other) need remote access to work over the network." +msgstr "" + +#: pyload/Setup.py:206 +msgid "However, if you only want to use the webinterface you may disable it to save ram." +msgstr "" + +#: pyload/Setup.py:207 +msgid "Enable remote access" +msgstr "" + +#: pyload/Setup.py:211 +msgid "Language" +msgstr "" + +#: pyload/Setup.py:213 +msgid "Download folder" +msgstr "" + +#: pyload/Setup.py:214 +msgid "Max parallel downloads" +msgstr "" + +#: pyload/Setup.py:218 +msgid "Use Reconnect?" +msgstr "" + +#: pyload/Setup.py:221 +msgid "Reconnect script location" +msgstr "" + +#: pyload/Setup.py:226 +msgid "## Webinterface Setup ##" +msgstr "" + +#: pyload/Setup.py:229 +msgid "Activate webinterface?" +msgstr "" + +#: pyload/Setup.py:231 +msgid "Listen address, if you use 127.0.0.1 or localhost, the webinterface will only accessible locally." +msgstr "" + +#: pyload/Setup.py:232 +msgid "Address" +msgstr "" + +#: pyload/Setup.py:233 +msgid "Port" +msgstr "" + +#: pyload/Setup.py:235 +msgid "pyLoad offers several server backends, now following a short explanation." +msgstr "" + +#: pyload/Setup.py:236 +msgid "Default server, this server offers SSL and is a good alternative to builtin." +msgstr "" + +#: pyload/Setup.py:238 +msgid "Can be used by apache, lighttpd, requires you to configure them, which is not too easy job." +msgstr "" + +#: pyload/Setup.py:239 +msgid "Very fast alternative written in C, requires libev and linux knowledge." +msgstr "" + +#: pyload/Setup.py:240 +msgid "Get it from here: https://github.com/jonashaag/bjoern, compile it" +msgstr "" + +#: pyload/Setup.py:241 +msgid "and copy bjoern.so to pyload/lib" +msgstr "" + +#: pyload/Setup.py:245 +msgid "Attention: In some rare cases the builtin server is not working, if you notice problems with the webinterface" +msgstr "" + +#: pyload/Setup.py:246 +msgid "come back here and change the builtin server to the threaded one here." +msgstr "" + +#: pyload/Setup.py:248 +msgid "Server" +msgstr "" + +#: pyload/Setup.py:253 +msgid "## SSL Setup ##" +msgstr "" + +#: pyload/Setup.py:255 +msgid "Execute these commands from pyLoad config folder to make ssl certificates:" +msgstr "" + +#: pyload/Setup.py:261 +msgid "If you're done and everything went fine, you can activate ssl now." +msgstr "" + +#: pyload/Setup.py:262 +msgid "Activate SSL?" +msgstr "" + +#: pyload/Setup.py:278 +msgid "Select action" +msgstr "" + +#: pyload/Setup.py:279 +msgid "1 - Create/Edit user" +msgstr "" + +#: pyload/Setup.py:280 +msgid "2 - List users" +msgstr "" + +#: pyload/Setup.py:281 +msgid "3 - Remove user" +msgstr "" + +#: pyload/Setup.py:282 +msgid "4 - Quit" +msgstr "" + +#: pyload/Setup.py:294 +msgid "Users" +msgstr "" + +#: pyload/Setup.py:322 +msgid "Setting new configpath, current configuration will not be transferred!" +msgstr "" + +#: pyload/Setup.py:323 +msgid "Config path" +msgstr "" + +#: pyload/Setup.py:331 +msgid "Config path changed, setup will now close, please restart to go on." +msgstr "" + +#: pyload/Setup.py:332 +msgid "Press Enter to exit." +msgstr "" + +#: pyload/Setup.py:336 +#, python-format +msgid "Setting config path failed: %s" +msgstr "" + +#: pyload/Setup.py:347 +msgid "y" +msgstr "" + +#: pyload/Setup.py:349 +msgid "n" +msgstr "" + +#: pyload/Setup.py:373 +msgid "Password: " +msgstr "" + +#: pyload/Setup.py:377 +msgid "Password too short. Use at least 4 symbols." +msgstr "" + +#: pyload/Setup.py:380 +msgid "Password (again): " +msgstr "" + +#: pyload/Setup.py:386 +msgid "Passwords did not match." +msgstr "" + +#: pyload/Setup.py:397 +msgid "yes" +msgstr "" + +#: pyload/Setup.py:397 +msgid "true" +msgstr "" + +#: pyload/Setup.py:397 +msgid "t" +msgstr "" + +#: pyload/Setup.py:400 +msgid "no" +msgstr "" + +#: pyload/Setup.py:400 +msgid "false" +msgstr "" + +#: pyload/Setup.py:400 +msgid "f" +msgstr "" + +#: pyload/Setup.py:403 pyload/Setup.py:413 +msgid "Invalid Input" +msgstr "" + diff --git a/locale/af/LC_MESSAGES/webUI.po b/locale/af/LC_MESSAGES/webUI.po new file mode 100644 index 000000000..b30f982c3 --- /dev/null +++ b/locale/af/LC_MESSAGES/webUI.po @@ -0,0 +1,131 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-08-10 11:58+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Afrikaans\n" +"Language: af_ZA\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/web/app/scripts/helpers/formatSize.js:9 +msgid "not available" +msgstr "" + +#: pyload/web/app/scripts/helpers/formatSize.js:11 +msgid "unlimited" +msgstr "" + +#: pyload/web/app/templates/default/admin.html:3 +#: pyload/web/app/templates/default/admin.html:4 +msgid "Admin" +msgstr "" + +#: pyload/web/app/templates/default/setup.html:3 +msgid "Setup" +msgstr "" + +#: pyload/web/app/templates/default/accounts/actionbar.html:2 +msgid "Add Account" +msgstr "" + +#: pyload/web/app/templates/default/accounts/layout.html:2 +msgid "Accounts" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:9 +msgid "Local" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:18 +msgid "Search" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:26 +msgid "Type" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:44 +#: pyload/web/app/templates/default/dashboard/actionbar.html:49 +msgid "All" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:50 +msgid "Finished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:51 +msgid "Unfinished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:52 +msgid "Failed" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/select.html:1 +msgid "1 package" +msgid_plural "%d packages" +msgstr[0] "" +msgstr[1] "" + +#: pyload/web/app/templates/default/dashboard/select.html:4 +msgid "1 file" +msgid_plural "%d files" +msgstr[0] "" +msgstr[1] "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:2 +msgid "Add an account" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:7 +msgid "Please enter your account data" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:3 +msgid "Choose a plugin" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:9 +msgid "Please choose a plugin, which you want to configure" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:23 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:46 +msgid "Add" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:24 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:47 +#: pyload/web/app/templates/default/dialogs/interactionTask.html:35 +msgid "Close" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:2 +msgid "Please confirm" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:5 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:8 +msgid "Delete" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:9 +msgid "Cancel" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/interactionTask.html:34 +msgid "Submit" +msgstr "" + +#: pyload/web/app/templates/default/header/layout.html:12 +msgid "Running..." +msgstr "" + diff --git a/locale/ar/LC_MESSAGES/cli.po b/locale/ar/LC_MESSAGES/cli.po new file mode 100644 index 000000000..a5822f84f --- /dev/null +++ b/locale/ar/LC_MESSAGES/cli.po @@ -0,0 +1,291 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-08-31 15:21-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Arabic\n" +"Language: ar_SA\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\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" + +#: pyload/cli/AddPackage.py:48 +msgid "Add Package:" +msgstr "Ø¥Ø¶Ø§ÙØ© ØØ²Ù
Ø©:" + +#: pyload/cli/AddPackage.py:53 +msgid "Enter a name for the new package" +msgstr "أدخ٠اسÙ
ا٠ÙÙØØ²Ù
Ø© Ø§ÙØ¬Ø¯Ùدة" + +#: pyload/cli/AddPackage.py:57 +#, python-format +msgid "Package: %s" +msgstr "Ø§ÙØØ²Ù
Ø©: %s" + +#: pyload/cli/AddPackage.py:58 +msgid "Parse the links you want to add." +msgstr "تØÙÙÙ Ø§ÙØ±Ùاؚط Ø§ÙØªÙ ØªØ±ÙØ¯ Ø¥Ø¶Ø§ÙØªÙا." + +#: pyload/cli/AddPackage.py:59 +#, python-format +msgid "Type %s when done." +msgstr "Ø§ÙØªØš %s Ø¹ÙØ¯ Ø§ÙØ§ÙØªÙØ§Ø¡." + +#: pyload/cli/AddPackage.py:60 +msgid "Links added: " +msgstr "تÙ
Ø§Ø¶Ø§ÙØ© Ø§ÙØ±Ùاؚط: " + +#: pyload/cli/AddPackage.py:64 pyload/cli/ManageFiles.py:149 +msgid " back to main menu" +msgstr " Ø§ÙØ¹Ùدة Ø¥Ù٠اÙÙØ§ØŠÙ
Ø© Ø§ÙØ±ØŠÙØ³ÙØ©" + +#: pyload/cli/ManageFiles.py:97 +msgid "Manage Packages:" +msgstr "إدارة Ø§ÙØØ²Ù
:" + +#: pyload/cli/ManageFiles.py:99 +msgid "Manage Links:" +msgstr "إدارة Ø§ÙØ±Ùاؚط:" + +#: pyload/cli/ManageFiles.py:104 +msgid "What do you want to move?" +msgstr "Ù
ا اÙÙØ°Ù ØªØ±ÙØ¯ ÙÙÙØ© Ø" + +#: pyload/cli/ManageFiles.py:106 +msgid "What do you want to delete?" +msgstr "Ù
ا اÙÙØ°Ù ØªØ±ÙØ¯ ØØ°ÙØ© Ø" + +#: pyload/cli/ManageFiles.py:108 +msgid "What do you want to restart?" +msgstr "Ù
ا اÙÙØ°Ù ØªØ±ÙØ¯ اعادة ت؎غÙÙØ© Ø" + +#: pyload/cli/ManageFiles.py:113 +msgid "Choose what you want to do, or enter package number." +msgstr "اختر Ù
ا ØªØ±ÙØ¯ Ø£Ù ØªÙØ¹ÙØ Ø£Ù Ø¥Ø¯Ø®Ø§Ù Ø±ÙÙ
Ø§ÙØØ²Ù
Ø©." + +#: pyload/cli/ManageFiles.py:115 +msgid "delete" +msgstr "ØØ°Ù" + +#: pyload/cli/ManageFiles.py:115 +msgid "move" +msgstr "ÙÙÙ" + +#: pyload/cli/ManageFiles.py:115 +msgid "restart" +msgstr "إعادة ت؎غÙÙ" + +#: pyload/cli/ManageFiles.py:148 +msgid " - previous" +msgstr " -Ø§ÙØ³Ø§ØšÙØ©" + +#: pyload/cli/ManageFiles.py:148 +msgid " - next" +msgstr " -Ø§ÙØªØ§ÙÙ" + +#: pyload/cli/Cli.py:75 pyload/cli/Cli.py:133 +msgid " Command Line Interface" +msgstr " ÙØ§Ø¬ÙØ© سطر Ø§ÙØ£ÙاÙ
ر" + +#: pyload/cli/Cli.py:165 +#, python-format +msgid "%s Downloads:" +msgstr "%s Ø§ÙØªÙزÙÙØ§Øª:" + +#: pyload/cli/Cli.py:177 +msgid " Speed: " +msgstr " Ø§ÙØ³Ø±Ø¹Ø©: " + +#: pyload/cli/Cli.py:177 +msgid " Size: " +msgstr " Ø§ÙØØ¬Ù
: " + +#: pyload/cli/Cli.py:178 +msgid " Finished in: " +msgstr " Ø§ÙØ§ÙØªÙØ§Ø¡ ÙÙ: " + +#: pyload/cli/Cli.py:179 +msgid " ID: " +msgstr " Ù
عرÙ: " + +#: pyload/cli/Cli.py:184 +msgid "waiting: " +msgstr "ÙÙ Ø§ÙØªØžØ§Ø±: " + +#: pyload/cli/Cli.py:191 pyload/cli/Cli.py:193 +msgid "Status:" +msgstr "Ø§ÙØØ§ÙØ©:" + +#: pyload/cli/Cli.py:191 +msgid "paused" +msgstr "تÙ
Ø¥ÙÙØ§Ù Ù
Ø€ÙØªØ§Ù" + +#: pyload/cli/Cli.py:193 +msgid "running" +msgstr "ت؎غÙÙ" + +#: pyload/cli/Cli.py:196 +msgid "total Speed" +msgstr "Ø§ÙØ³Ø±Ø¹Ø© Ø§ÙØ¥Ø¬Ù
اÙÙØ©" + +#: pyload/cli/Cli.py:196 +msgid "Files in queue" +msgstr "اÙÙ
ÙÙØ§Øª اÙÙ
ÙØ¬Ùدة ÙÙ ÙØ§ØŠÙ
Ø© Ø§ÙØ§Ùت؞ار" + +#: pyload/cli/Cli.py:197 +msgid "Total" +msgstr "اÙÙ
جÙ
ÙØ¹" + +#: pyload/cli/Cli.py:203 +msgid "Menu:" +msgstr "اÙÙØ§ØŠÙ
Ø©:" + +#: pyload/cli/Cli.py:205 +msgid " Add Links" +msgstr " Ø§Ø¶Ø§ÙØ© Ø±ÙØ§ØšØ·" + +#: pyload/cli/Cli.py:206 +msgid " Manage Queue" +msgstr " إدارة ÙØ§ØŠÙ
Ø© Ø§ÙØ§Ùت؞ار" + +#: pyload/cli/Cli.py:207 +msgid " Manage Collector" +msgstr " إدارة جاÙ
ع Ø§ÙØ±Ùاؚط" + +#: pyload/cli/Cli.py:208 +msgid " (Un)Pause Server" +msgstr " (عدÙ
) اÙÙØ§Ù Ù
Ø€ÙØª ÙÙØ®Ø§Ø¯Ù
" + +#: pyload/cli/Cli.py:209 +msgid " Kill Server" +msgstr " ÙØªÙ Ø§ÙØ®Ø§Ø¯Ù
" + +#: pyload/cli/Cli.py:210 +msgid " Quit" +msgstr " Ø¥ÙÙØ§Ø¡" + +#: pyload/cli/Cli.py:289 pyload/cli/Cli.py:296 +msgid "Please use this syntax: add <Package name> <link> <link2> ..." +msgstr "Ø§ÙØ±Ø¬Ø§Ø¡ استخداÙ
ØšÙØ§Ø¡ Ø§ÙØ¬Ù
ÙØ© Ø§ÙØªØ§ÙÙ: Ø¥Ø¶Ø§ÙØ© < اسÙ
Ø§ÙØØ²Ù
Ø© > <راؚط><راؚط2> ..." + +#: pyload/cli/Cli.py:315 +#, python-format +msgid "Checking %d links:" +msgstr "Ø§ÙØªØÙÙ %d Ù
Ù Ø§ÙØ±Ùاؚط:" + +#: pyload/cli/Cli.py:324 +msgid "File does not exists." +msgstr "اÙÙ
ÙÙ ØºÙØ± Ù
ÙØ¬Ùد." + +#: pyload/cli/Cli.py:385 +msgid "pyLoad was terminated" +msgstr "تÙ
اÙÙØ§Ø¡ ؚا٠ÙÙØ¯" + +#: pyload/cli/Cli.py:443 +msgid "Prints server status" +msgstr "اطؚع ØØ§ÙØ© Ø§ÙØ®Ø§Ø¯Ù
" + +#: pyload/cli/Cli.py:444 +msgid "Prints downloads in queue" +msgstr "Ø§ÙØªØš Ø§ÙØªÙزÙÙØ§Øª اÙÙØªÙ ÙÙ ÙØ§ØŠÙ
Ø© Ø§ÙØ§Ùت؞ار" + +#: pyload/cli/Cli.py:445 +msgid "Prints downloads in collector" +msgstr "Ø§ÙØªØš Ø§ÙØªÙزÙÙØ§Øª اÙÙØªÙ Ù٠جاÙ
ع Ø§ÙØ±Ùاؚط" + +#: pyload/cli/Cli.py:446 +msgid "Adds package to queue" +msgstr "Ø§Ø¶Ø§ÙØ© ØØ²Ù
Ø© اÙÙ ÙØ§ØŠÙ
Ø© Ø§ÙØ§Ùت؞ار" + +#: pyload/cli/Cli.py:447 +msgid "Adds package to collector" +msgstr "Ø§Ø¶Ø§ÙØ© ØØ²Ù
Ø© Ø¥Ù٠جاÙ
ع Ø§ÙØ±Ùاؚط" + +#: pyload/cli/Cli.py:448 +msgid "Delete Files from Queue/Collector" +msgstr "ØØ°Ù اÙÙ
ÙÙØ§Øª Ù
Ù ÙØ§ØŠÙ
Ø© Ø§ÙØ§Ùت؞ار/جاÙ
ع Ø§ÙØ±Ùاؚط" + +#: pyload/cli/Cli.py:449 +msgid "Delete Packages from Queue/Collector" +msgstr "ØØ°Ù ØØ²Ù
Ù
Ù ÙØ§ØŠÙ
Ø© Ø§ÙØ§Ùت؞ار/جاÙ
ع Ø§ÙØ±Ùاؚط" + +#: pyload/cli/Cli.py:450 +msgid "Move Packages from Queue to Collector or vice versa" +msgstr "ÙÙÙ Ø§ÙØØ²Ù
Ù
Ù ÙØ§ØŠÙ
Ø© Ø§ÙØªØžØ§Ø± Ø¥Ù٠جاÙ
ع Ø§ÙØ±Ùاؚط Ø£Ù Ø§ÙØ¹Ùس ØšØ§ÙØ¹Ùس" + +#: pyload/cli/Cli.py:451 +msgid "Restart files" +msgstr "إعادة ت؎غÙ٠اÙÙ
ÙÙØ§Øª" + +#: pyload/cli/Cli.py:452 +msgid "Restart packages" +msgstr "إعادة ت؎غÙÙ Ø§ÙØØ²Ù
" + +#: pyload/cli/Cli.py:453 +msgid "Check online status, works with local container" +msgstr "تØÙÙ Ù
Ù ØØ§ÙØ© Ø§ÙØ§ØªØµØ§ÙØ ÙØ¹Ù
Ù Ù
ع اÙÙ
ØØªÙ٠اÙÙ
ØÙÙ" + +#: pyload/cli/Cli.py:454 +msgid "Checks online status of a container file" +msgstr "Ø§ÙØªØÙÙ Ù
Ù ØØ§ÙØ© Ø§ÙØ§ØªØµØ§Ù Ù
٠اÙÙ
Ù٠اÙÙ
ØØªÙÙ" + +#: pyload/cli/Cli.py:455 +msgid "Pause the server" +msgstr "Ø¥ÙÙØ§Ù Ø§ÙØ®Ø§Ø¯Ù
Ù
Ø€ÙØªØ§" + +#: pyload/cli/Cli.py:456 +msgid "continue downloads" +msgstr "Ù
تاؚعة Ø§ÙØªØÙ
ÙÙ" + +#: pyload/cli/Cli.py:457 +msgid "Toggle pause/unpause" +msgstr "تؚدÙ٠إÙÙØ§Ù/عدÙ
اÙÙØ§Ù Ø§ÙØ¥ÙÙØ§Ù اÙÙ
Ø€ÙØª" + +#: pyload/cli/Cli.py:458 +msgid "kill server" +msgstr "ÙØªÙ Ø§ÙØ®Ø§Ø¯Ù
" + +#: pyload/cli/Cli.py:460 +msgid "List of commands:" +msgstr "ÙØ§ØŠÙ
Ø© Ø§ÙØ£ÙاÙ
ر:" + +#: pyload/cli/Cli.py:473 +msgid "Couldn't write user config file" +msgstr "ÙØ§ ÙÙ
ÙÙ ÙØªØ§ØšØ© Ù
Ù٠اعدادات اÙÙ
ستخدÙ
" + +#: pyload/cli/Cli.py:548 pyload/cli/Cli.py:580 +msgid "You need py-openssl to connect to this pyLoad core." +msgstr "Ø£ÙØª ØšØØ§Ø¬Ø© Ø¥ÙÙ py-openssl ÙÙØ§ØªØµØ§Ù ØšÙØ°Ø§ Ø§ÙØ§Ø³Ø§Ø³ Ù
٠ؚا٠ÙÙØ¯." + +#: pyload/cli/Cli.py:555 +msgid "Address: " +msgstr "Ø§ÙØ¹ÙÙØ§Ù: " + +#: pyload/cli/Cli.py:556 +msgid "Port: " +msgstr "اÙÙ
ÙÙØ°: " + +#: pyload/cli/Cli.py:557 +msgid "Username: " +msgstr "اسÙ
اÙÙ
ستخدÙ
: " + +#: pyload/cli/Cli.py:561 +msgid "Password: " +msgstr "ÙÙÙ
Ø© اÙÙ
Ø±ÙØ±: " + +#: pyload/cli/Cli.py:566 pyload/cli/Cli.py:575 +msgid "Login data is wrong." +msgstr "ØšÙØ§Ùات تسجÙÙ Ø§ÙØ¯Ø®Ù٠خاط؊ة." + +#: pyload/cli/Cli.py:568 pyload/cli/Cli.py:577 +#, python-format +msgid "Could not establish connection to %(addr)s:%(port)s." +msgstr "ÙØ§ ÙÙ
ÙÙ Ø§ÙØŽØ§Ø¡ اتصا٠%(addr)s:%(port)s." + +#: pyload/cli/Cli.py:582 +msgid "Interactive mode ignored since you passed some commands." +msgstr "اÙÙØ¶Ø¹ Ø§ÙØªØšØ§Ø¯Ù٠تÙ
تجاÙÙÙ ØÙØ« اÙÙ Ù
ررت ؚعض Ø§ÙØ§ÙاÙ
ر." + diff --git a/locale/ar/LC_MESSAGES/core.po b/locale/ar/LC_MESSAGES/core.po new file mode 100644 index 000000000..95e13f4d6 --- /dev/null +++ b/locale/ar/LC_MESSAGES/core.po @@ -0,0 +1,630 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-08-31 15:21-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Arabic\n" +"Language: ar_SA\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\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" + +#: pyload/AddonManager.py:62 +#, python-format +msgid "Error when executing %s" +msgstr "خطأ Ø¹ÙØ¯ Ø§ÙØªÙÙÙØ° %s" + +#: pyload/AddonManager.py:93 +#, python-format +msgid "Failed activating %(name)s" +msgstr "ÙØŽÙ Ø§ÙØªÙعÙÙ %(اسÙ
)" + +#: pyload/AddonManager.py:96 +#, python-format +msgid "Activated addons: %s" +msgstr "Ø§ÙØ§Ø¶Ø§Ùات اÙÙ
ÙØ¹ÙØ©: %s" + +#: pyload/AddonManager.py:97 +#, python-format +msgid "Deactivated addons: %s" +msgstr "Ø§ÙØ§Ø¶Ø§Ùات اÙÙ
Ø¹Ø·ÙØ©: %s" + +#: pyload/AddonManager.py:153 +msgid "Activating Plugins..." +msgstr "ØªÙØ¹ÙÙ Ø§ÙØ§Ø¶Ø§Ùات..." + +#: pyload/AddonManager.py:162 +msgid "Deactivating Plugins..." +msgstr "Ø§ÙØºØ§Ø¡ ØªÙØ¹ÙÙ Ø§ÙØ§Ø¶Ø§Ùات..." + +#: pyload/web/ServerThread.py:49 +msgid "SSL certificates not found." +msgstr "ØŽÙØ§Ø¯Ø© SSL ØºÙØ± Ù
ÙØ¬ÙدÙ." + +#: pyload/web/ServerThread.py:53 +msgid "WebUI built is not available" +msgstr "ØšÙØ§Ø¡ ÙØ§Ø¬ÙØ© Ù
ستخدÙ
اÙÙÙØš ØºÙØ± Ù
تÙÙØ±" + +#: pyload/web/ServerThread.py:55 +msgid "Running webUI in development mode" +msgstr "ت؎غÙÙ ÙØ§ØÙØ© Ù
ستخدÙ
اÙÙÙØš ÙÙ ÙØ¶Ø¹ Ø§ÙØªØ·ÙÙØ±" + +#: pyload/web/ServerThread.py:73 +msgid "Failed starting webserver: " +msgstr "ÙØŽÙ ؚدء خادÙ
اÙÙÙØš: " + +#: pyload/web/ServerThread.py:107 +msgid "Failed importing webserver: " +msgstr "ÙØŽÙ ÙÙ Ø§Ø³ØªÙØ±Ø§Ø¯ خادÙ
اÙÙÙØš: " + +#: pyload/web/ServerThread.py:125 +msgid "This server offers no SSL, please consider using threaded instead" +msgstr "ÙØ°Ø§ اÙÙ
خدÙ
ÙØ§ ÙÙØ¯Ù
خدÙ
Ø© SSLØ ÙØ±Ø¬Ù اÙÙØžØ± Ù٠استخداÙ
ؚدÙÙØ§Ù Ù
٠ذÙÙ" + +#: pyload/web/ServerThread.py:139 +#, python-format +msgid "Starting %(name)s webserver: %(host)s:%(port)d" +msgstr "ؚدء %(name)s خادÙ
ÙÙØš: %(host)s :%(port)d" + +#: pyload/config/default.py:14 +msgid "Remote" +msgstr "ع٠ؚعد" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Description" +msgstr "اÙÙØµÙ" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Long description" +msgstr "ÙØµÙ Ù
Ø·ÙÙ" + +#: pyload/config/default.py:16 pyload/config/default.py:56 +#: pyload/config/default.py:63 +msgid "Activated" +msgstr "تÙ
Ø§ÙØªÙعÙÙ" + +#: pyload/config/default.py:17 pyload/config/default.py:69 +#: pyload/config/default.py:80 +msgid "Port" +msgstr "اÙÙ
ÙÙØ°" + +#: pyload/config/default.py:18 pyload/config/default.py:77 +msgid "Address" +msgstr "عÙÙØ§Ù" + +#: pyload/config/default.py:21 +msgid "Log" +msgstr "سجÙ" + +#: pyload/config/default.py:23 +msgid "Size in kb" +msgstr "Ø§ÙØØ¬Ù
ؚاÙÙÙÙÙ ØšØ§ÙØª" + +#: pyload/config/default.py:24 +msgid "Folder" +msgstr "Ù
Ø¬ÙØ¯" + +#: pyload/config/default.py:25 +msgid "File Log" +msgstr "Ù
ÙÙ Ø§ÙØ³Ø¬Ù" + +#: pyload/config/default.py:26 +msgid "Count" +msgstr "Ø§ÙØ¹Ø¯" + +#: pyload/config/default.py:27 +msgid "Log Rotate" +msgstr "تدÙÙØ± سجÙ" + +#: pyload/config/default.py:30 +msgid "Permissions" +msgstr "Ø§ÙØµÙاØÙات" + +#: pyload/config/default.py:32 +msgid "Groupname" +msgstr "اسÙ
اÙÙ
جÙ
ÙØ¹Ø©" + +#: pyload/config/default.py:33 +msgid "Change Group and User of Downloads" +msgstr "ØªØºÙØ± اÙÙ
جÙ
ÙØ¹Ø© ٠اÙÙ
ستخدÙ
ÙÙØªÙزÙÙØ§Øª" + +#: pyload/config/default.py:34 +msgid "Change file mode of downloads" +msgstr "تغÙÙØ± ÙØ¶Ø¹ Ù
ÙÙ Ø§ÙØªÙزÙÙ" + +#: pyload/config/default.py:35 pyload/config/default.py:75 +msgid "Username" +msgstr "اسÙ
اÙÙ
ستخدÙ
" + +#: pyload/config/default.py:36 +msgid "Filemode for Downloads" +msgstr "Ù
Ù٠اÙÙÙ
Ø· ÙÙØªÙزÙÙØ§Øª" + +#: pyload/config/default.py:37 +msgid "Change group of running process" +msgstr "ØªØºÙØ± اÙÙ
جÙ
ÙØ¹Ø© ÙÙØ¹Ù
ÙÙØ§Øª ÙÙØ¯ Ø§ÙØªØŽØºÙÙ" + +#: pyload/config/default.py:38 +msgid "Folder Permission mode" +msgstr "ÙØ¶Ø¹ Ù
Ø¬ÙØ¯ Ø§ÙØµÙاØÙات" + +#: pyload/config/default.py:39 +msgid "Change user of running process" +msgstr "ØªØºÙØ± اÙÙ
ستخدÙ
ÙÙØ¹Ù
ÙÙØ§Øª ÙÙØ¯ Ø§ÙØªØŽØºÙÙ" + +#: pyload/config/default.py:42 +msgid "General" +msgstr "عاÙ
" + +#: pyload/config/default.py:44 +msgid "Language" +msgstr "اÙÙØºØ©" + +#: pyload/config/default.py:45 +msgid "Download Folder" +msgstr "Ù
Ø¬ÙØ¯ Ø§ÙØªÙزÙÙØ§Øª" + +#: pyload/config/default.py:46 +msgid "Use Checksum" +msgstr "استخدÙ
اÙÙ
جÙ
ÙØ¹ Ø§ÙØ§Ø®ØªØšØ§Ø±Ù" + +#: pyload/config/default.py:47 +msgid "Create folder for each package" +msgstr "Ø¥ÙØŽØ§Ø¡ Ù
Ø¬ÙØ¯ ÙÙÙ ØØ²Ù
Ø©" + +#: pyload/config/default.py:48 +msgid "Debug Mode" +msgstr "ÙØ¶Ø¹ Ø§ÙØªØµØÙØ" + +#: pyload/config/default.py:49 +msgid "Min Free Space (MB)" +msgstr "Ø§ÙØØ¯ Ø§ÙØ§Ø¯ÙÙ ÙÙÙ
Ø³Ø§ØØ© Ø§ÙØØ±Ø© (Ù
ÙØºØ§ØšØ§Ùت)" + +#: pyload/config/default.py:50 +msgid "CPU Priority" +msgstr "اÙÙÙÙØ© ÙØØ¯Ø© اÙÙ
Ø¹Ø§ÙØ¬Ø© اÙÙ
Ø±ÙØ²ÙØ©" + +#: pyload/config/default.py:53 +msgid "SSL" +msgstr "SSL" + +#: pyload/config/default.py:55 +msgid "SSL Certificate" +msgstr "ØŽÙØ§Ø¯Ø© SSL" + +#: pyload/config/default.py:57 +msgid "SSL Key" +msgstr "Ù
ÙØªØ§Ø SSL" + +#: pyload/config/default.py:60 +msgid "Webinterface" +msgstr "ÙØ§Ø¬ÙØ© ÙÙØš" + +#: pyload/config/default.py:62 +msgid "Template" +msgstr "اÙÙÙ
اذج" + +#: pyload/config/default.py:64 +msgid "Path Prefix" +msgstr "ؚاد؊ة اÙÙ
سار" + +#: pyload/config/default.py:65 +msgid "Server" +msgstr "خادÙ
" + +#: pyload/config/default.py:66 +msgid "Favor specific server" +msgstr "Ø§ÙØ®Ø§Ø¯Ù
اÙÙ
ØØ¯Ø¯ Ø§ÙØ§ÙضÙ" + +#: pyload/config/default.py:67 +msgid "IP" +msgstr "عÙÙØ§Ù Ø§ÙØªØ±Ùت" + +#: pyload/config/default.py:68 +msgid "Use HTTPS" +msgstr "استخداÙ
HTTPS" + +#: pyload/config/default.py:70 +msgid "Development mode" +msgstr "ÙØ¶Ø¹ Ø§ÙØªØ·ÙÙØ±" + +#: pyload/config/default.py:73 +msgid "Proxy" +msgstr "Ø§ÙØšØ±ÙÙØ³Ù" + +#: pyload/config/default.py:76 +msgid "Use Proxy" +msgstr "استخداÙ
Ø§ÙØšØ±ÙÙØ³Ù" + +#: pyload/config/default.py:78 +msgid "Password" +msgstr "ÙÙÙ
Ø© اÙÙ
Ø±ÙØ±" + +#: pyload/config/default.py:79 +msgid "Protocol" +msgstr "Ø§ÙØšØ±ÙتÙÙÙÙ" + +#: pyload/config/default.py:83 +msgid "Reconnect" +msgstr "إعادة Ø§ÙØ§ØªØµØ§Ù" + +#: pyload/config/default.py:85 pyload/config/default.py:106 +msgid "End" +msgstr "ÙÙØ§ÙØ©" + +#: pyload/config/default.py:86 +msgid "Use Reconnect" +msgstr "استخداÙ
إعادة Ø§ÙØ§ØªØµØ§Ù" + +#: pyload/config/default.py:87 +msgid "Method" +msgstr "Ø§ÙØ£Ø³ÙÙØš" + +#: pyload/config/default.py:88 pyload/config/default.py:105 +msgid "Start" +msgstr "ؚدء" + +#: pyload/config/default.py:91 +msgid "Download" +msgstr "ØªÙØ²ÙÙ" + +#: pyload/config/default.py:93 +msgid "Max Parallel Downloads" +msgstr "Ø§ÙØ¹Ø¯Ø¯ Ø§ÙØ§ÙØµÙ Ø§ÙØªÙزÙÙØ§Øª اÙÙ
ØªÙØ§Ø²ÙÙØ© (Ø§ÙØªÙزÙÙØ§Øª ÙÙ ÙÙØ³ اÙÙÙØª)" + +#: pyload/config/default.py:94 +msgid "Limit Download Speed" +msgstr "ØØ¯ Ø§ÙØ§ÙØµÙ ÙØ³Ø±Ø¹Ø© Ø§ÙØªÙزÙÙ" + +#: pyload/config/default.py:95 +msgid "Download interface to bind (ip or Name)" +msgstr "ÙØ§ØÙØ© Ø§ÙØªÙزÙÙ ÙØ±ØšØ· (Ù
ÙÙØ¹ Ø§ÙØ§ÙØªØ±ÙØª Ø§Ù Ø§ÙØ§Ø³Ù
)" + +#: pyload/config/default.py:96 +msgid "Skip already existing files" +msgstr "تخط٠اÙÙ
ÙÙØ§Øª اÙÙ
ÙØ¬Ùدة ØØ§ÙÙØ§" + +#: pyload/config/default.py:97 +msgid "Max Download Speed in kb/s" +msgstr "سرعة Ø§ÙØªÙزÙ٠اÙÙØµÙÙ ÙÙ ÙÙÙÙ ØšØ§ÙØª/ثاÙÙØ©" + +#: pyload/config/default.py:98 +msgid "Allow IPv6" +msgstr "Ø§ÙØ³Ù
Ø§Ø IPv6" + +#: pyload/config/default.py:99 +msgid "Max connections for one download" +msgstr "Ø§ÙØØ¯ Ø§ÙØ§Ø¹ÙÙ ÙÙØ§ØªØµØ§Ùات ÙÙØªÙزÙ٠اÙÙØ§ØØ¯" + +#: pyload/config/default.py:100 +msgid "Restart failed downloads on startup" +msgstr "اعادة ت؎غÙÙ Ø§ÙØªÙزÙÙØ§Øª اÙÙØ§ØŽÙØ© Ø¹ÙØ¯ ØšØ¯Ù Ø§ÙØªØŽØºÙÙ" + +#: pyload/config/default.py:103 +msgid "Download Time" +msgstr "ÙÙØª Ø§ÙØªÙزÙÙ" + +#: pyload/network/HTTPDownload.py:249 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "ÙØŽÙ Ø§ÙØªÙزÙ٠عÙ٠اجزاء, Ø§ÙØ¹Ùدة اÙÙ Ø§ÙØªÙزÙ٠عÙÙ Ø§ØªØµØ§Ù ÙØ§ØØ¯ | %s" + +#: pyload/api/DownloadApi.py:44 +#, python-format +msgid "Added package %(name)s as folder %(folder)s" +msgstr "Ø§Ø¶Ø§ÙØ© ØØ²Ù
Ø© %(name)s ÙÙ
Ø¬ÙØ¯ %(folder)s" + +#: pyload/api/DownloadApi.py:95 +#, python-format +msgid "Added %d links to package" +msgstr "Ø§Ø¶Ø§ÙØ© %d Ø±ÙØ§ØšØ· ÙÙØØ²Ù
Ø©" + +#: pyload/AccountManager.py:69 +#, python-format +msgid "Unknown account plugin %s" +msgstr "Ø§Ø¶Ø§ÙØ© ØØ³Ø§Øš ØºÙØ± Ù
عرÙÙØ© %s" + +#: pyload/interaction/InteractionManager.py:88 +msgid "Query" +msgstr "Ø§ÙØ§Ø³ØªØšÙاÙ" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Captcha request" +msgstr "Ø·ÙØš ÙÙÙ
Ø© Ø§ÙØªØÙÙ" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Please solve the captcha." +msgstr "Ø§ÙØ±Ø¬Ø§Ø¡ ØÙ ÙÙÙ
Ø© Ø§ÙØªØÙÙ." + +#: pyload/remote/RemoteManager.py:35 +#, python-format +msgid "Remote backend error: %s" +msgstr "خطاء Ù٠اÙÙØ§Ø¬ÙØ© Ø§ÙØ®ÙÙÙÙ ÙÙØšØ±ÙاÙ
ج " + +#: pyload/remote/RemoteManager.py:80 +#, python-format +msgid "Starting %(name)s: %(addr)s:%(port)s" +msgstr "ؚدء %(اسÙ
): %(عÙÙØ§Ù): %(Ù
ÙÙØ°)" + +#: pyload/remote/RemoteManager.py:82 +#, python-format +msgid "Failed loading backend %(name)s | %(error)s" +msgstr "ÙØŽÙ Ù٠تØÙ
Ù٠اÙÙØ§Ø¬ÙÙ Ø§ÙØ®ÙÙÙÙ ÙÙØšØ±ÙاÙ
ج %(اسÙ
) | %(خطاء)" + +#: pyload/FileManager.py:53 +msgid "none" +msgstr "ÙØ§ ØŽÙØ¡" + +#: pyload/FileManager.py:53 +msgid "offline" +msgstr "ØºÙØ± Ù
تصÙ" + +#: pyload/FileManager.py:53 +msgid "online" +msgstr "Ù
تصÙ" + +#: pyload/FileManager.py:53 +msgid "queued" +msgstr "ÙÙ ÙØ§ØŠÙ
Ø© Ø§ÙØ§Ùت؞ار" + +#: pyload/FileManager.py:53 +msgid "paused" +msgstr "تÙ
Ø¥ÙÙØ§Ù Ù
Ø€ÙØªØ§Ù" + +#: pyload/FileManager.py:54 +msgid "finished" +msgstr "تÙ
Ø§ÙØ§ÙØªÙØ§Ø¡" + +#: pyload/FileManager.py:54 +msgid "skipped" +msgstr "تخطÙ" + +#: pyload/FileManager.py:54 +msgid "failed" +msgstr "ÙØŽÙ" + +#: pyload/FileManager.py:54 +msgid "starting" +msgstr "Ø§ÙØšØ¯Ø¡" + +#: pyload/FileManager.py:55 +msgid "waiting" +msgstr "Ø§ÙØªØžØ§Ø±" + +#: pyload/FileManager.py:55 +msgid "downloading" +msgstr "Ø¬Ø§Ø±Ù Ø§ÙØªÙزÙÙ" + +#: pyload/FileManager.py:55 +msgid "temp. offline" +msgstr "Ù
Ø€ÙØª. ØºÙØ± Ù
تصÙ" + +#: pyload/FileManager.py:55 +msgid "aborted" +msgstr "Ø§ÙØºØ§Ø¡" + +#: pyload/FileManager.py:56 +msgid "decrypting" +msgstr "Ù٠ت؎ÙÙØ±" + +#: pyload/FileManager.py:56 +msgid "processing" +msgstr "تجÙÙØ²" + +#: pyload/FileManager.py:56 +msgid "custom" +msgstr "Ù
خصص" + +#: pyload/FileManager.py:56 +msgid "unknown" +msgstr "ØºÙØ± Ù
عرÙÙ" + +#: pyload/FileManager.py:426 +#, python-format +msgid "Package finished: %s" +msgstr "Ø§ÙØªÙت Ø§ÙØØ²Ù
Ù: %" + +#: pyload/Api.py:152 +#, python-format +msgid "User '%s' tries to log in" +msgstr "Ù
ستخدÙ
'%s' ÙØØ§Ù٠تسجÙ٠دخÙÙ" + +#: pyload/Core.py:195 +msgid "Received Quit signal" +msgstr "تÙ
ØªØ³Ø§ØªÙØšØ§Ù ا؎ارة اÙÙØ§Ø¡" + +#: pyload/Core.py:323 +#, python-format +msgid "pyLoad already running with pid %s" +msgstr "ؚا٠ÙÙØ¯ ÙØ¹Ù
Ù ØØ§ÙÙØ§ ØšÙ
Ø¹Ø±Ù Ø§ÙØ¹Ù
ÙÙØ© %s" + +#: pyload/Core.py:337 +#, python-format +msgid "Failed changing group: %s" +msgstr "ÙØŽÙ Ù٠تغÙÙØ± اÙÙ
جÙ
ÙØ¹Ù: %" + +#: pyload/Core.py:347 +#, python-format +msgid "Failed changing user: %s" +msgstr "ÙØŽÙ Ù٠تغÙÙØ± اÙÙ
ستخدÙ
: %" + +#: pyload/Core.py:358 +msgid "Starting" +msgstr "ؚدء" + +#: pyload/Core.py:359 +#, python-format +msgid "Using home directory: %s" +msgstr "استخداÙ
Ù
Ø¬ÙØ¯ اÙÙ
ÙØ²Ù: %" + +#: pyload/Core.py:373 +msgid "All links removed" +msgstr "تÙ
Ù
Ø³Ø Ø¬Ù
ÙØ¹ Ø§ÙØ±Ùاؚط" + +#: pyload/Core.py:403 +#, python-format +msgid "Download time: %s" +msgstr "ÙÙØª Ø§ÙØªÙزÙÙ: %s" + +#: pyload/Core.py:418 +#, python-format +msgid "Free space: %s" +msgstr "اÙÙ
ساØÙ Ø§ÙØØ±Ù: %" + +#: pyload/Core.py:438 +msgid "Activating Accounts..." +msgstr "ØªÙØ¹ÙÙ Ø§ÙØØ³Ø§ØšØ§Øª..." + +#: pyload/Core.py:443 +msgid "Restarting failed downloads..." +msgstr "اعادة ت؎غÙÙ Ø§ÙØªÙزÙÙØ§Øª اÙÙØ§ØŽÙØ©..." + +#: pyload/Core.py:451 +msgid "pyLoad is up and running" +msgstr "ؚا٠ÙÙØ¯ Ù
ØØ¯Ø« Ù ÙØ¹Ù
Ù" + +#: pyload/Core.py:474 +msgid "restarting pyLoad" +msgstr "اعادة ت؎غÙ٠ؚا٠ÙÙØ¯" + +#: pyload/Core.py:478 +msgid "pyLoad quits" +msgstr "Ø§ØºÙØ§Ù ؚا٠ÙÙØ¯" + +#: pyload/Core.py:564 +msgid "shutting down..." +msgstr "جار٠اÙÙØ§Ù Ø§ÙØªØŽØºÙÙ..." + +#: pyload/Core.py:579 +msgid "error while shutting down" +msgstr "خطاء Ø§Ø«ÙØ§Ø¡ اÙÙØ§Ù Ø§ÙØªØŽØºÙÙ " + +#: pyload/Core.py:661 +msgid "killed pyLoad from terminal" +msgstr "تÙ
اÙÙØ§Ø¡ ؚا٠ÙÙØ¯ Ù
Ù Ø§ÙØ·Ø±ÙÙÙ" + +#: pyload/database/DatabaseBackend.py:167 +msgid "Database was deleted due to incompatible version." +msgstr "تÙ
ØØ°Ù ÙØ§Ø¹Ø¯Ø© Ø§ÙØšÙØ§ÙØ§Øª ؚسؚؚ إصدار ØºÙØ± Ù
ØªÙØ§ÙÙ." + +#: pyload/threads/DecrypterThread.py:50 +msgid "Decrypting failed" +msgstr "ÙØŽÙ ÙÙ Ù٠ت؎ÙÙØ±" + +#: pyload/threads/DecrypterThread.py:73 +#, python-format +msgid "Decrypted %(count)d links into package %(name)s" +msgstr "تÙ
Ù٠ت؎ÙÙØ± %(count)d Ø§ÙØ±Ùاؚط ÙÙ Ø§ÙØØ²Ù
Ø© %(name)s" + +#: pyload/threads/DecrypterThread.py:80 +msgid "No links decrypted" +msgstr "ÙØ§ ÙÙØ¬Ø¯ Ø±ÙØ§ØšØ· تÙ
Ù٠ت؎ÙÙØ±Ùا" + +#: pyload/threads/InfoThread.py:147 +#, python-format +msgid "Info Fetching for %(name)s failed | %(err)s" +msgstr "ÙØŽÙ Ø¬ÙØš Ø§ÙÙ
عÙÙÙ
ات Ù %(name)s | %(err)s" + +#: pyload/threads/ThreadManager.py:155 +#, python-format +msgid "Reconnect Failed: %s" +msgstr "ÙØŽÙ Ù٠اعادة Ø§ÙØ§ØªØµØ§Ù: %" + +#: pyload/threads/ThreadManager.py:192 +msgid "Reconnect script not found!" +msgstr "Ø§ÙØšØ±ÙاÙ
ج اÙÙØµÙ ÙØ§Ø¹Ø§Ø¯Ø© Ø§ÙØ§ØªØµØ§Ù ØºÙØ± Ù
تÙÙØ±!" + +#: pyload/threads/ThreadManager.py:198 +msgid "Starting reconnect" +msgstr "ؚدء اعادة Ø§ÙØ§ØªØµØ§Ù" + +#: pyload/threads/ThreadManager.py:212 +msgid "Failed executing reconnect script!" +msgstr "ÙØŽÙ Ù٠تÙÙÙØ° Ø§ÙØšØ±ÙاÙ
ج اÙÙØµÙ ÙØ§Ø¹Ø§Ø¯Ø© Ø§ÙØ§ØªØµØ§Ù!" + +#: pyload/threads/ThreadManager.py:224 +#, python-format +msgid "Reconnected, new IP: %s" +msgstr "تÙ
ت اعادة Ø§ÙØ§ØªØµØ§Ù, IP Ø¬Ø¯ÙØ¯: %" + +#: pyload/threads/ThreadManager.py:298 +msgid "Not enough space left on device" +msgstr "ÙÙ
ÙØªØšÙÙ Ù
Ø³Ø§ØØ© ÙØ§ÙÙØ© عÙÙ Ø§ÙØ¬Ùاز" + +#: pyload/threads/DownloadThread.py:64 +#, python-format +msgid "Download starts: %s" +msgstr "ؚدء Ø§ÙØªÙزÙÙ: %s" + +#: pyload/threads/DownloadThread.py:70 +#, python-format +msgid "Download finished: %s" +msgstr "تÙ
Ø§ÙØ§ÙØªÙØ§Ø¡ Ù
Ù Ø§ÙØªÙزÙÙ: %s" + +#: pyload/threads/DownloadThread.py:75 +#, python-format +msgid "Plugin %s is missing a function." +msgstr "Ø§ÙØ§Ø¶Ø§ÙØ© %s ØªÙØªÙد اÙÙ ÙØžÙÙØ©." + +#: pyload/threads/DownloadThread.py:83 pyload/threads/DownloadThread.py:147 +#, python-format +msgid "Download aborted: %s" +msgstr "تÙ
Ø§ÙØºØ§Ø¡ Ø§ÙØªÙزÙÙ: %s" + +#: pyload/threads/DownloadThread.py:103 +#, python-format +msgid "Download restarted: %(name)s | %(msg)s" +msgstr "تÙ
اعادة ت؎غÙÙ Ø§ÙØªÙزÙÙ: %(name)s | %(msg)s" + +#: pyload/threads/DownloadThread.py:113 +#, python-format +msgid "Download is offline: %s" +msgstr "Ø§ÙØªÙزÙÙ ØºÙØ± Ù
تصÙ: %s" + +#: pyload/threads/DownloadThread.py:116 pyload/threads/DownloadThread.py:187 +#, python-format +msgid "Download is temporary offline: %s" +msgstr "Ø§ÙØªÙزÙÙ ØºÙØ± Ù
تص٠Ù
Ø€ÙØªØ§: %s" + +#: pyload/threads/DownloadThread.py:119 pyload/threads/DownloadThread.py:192 +#, python-format +msgid "Download failed: %(name)s | %(msg)s" +msgstr "ÙØŽÙ Ø§ÙØªÙزÙÙ: %(name)s | %(msg)s" + +#: pyload/threads/DownloadThread.py:136 +msgid "Couldn't connect to host or connection reset, waiting 1 minute and retry." +msgstr "ÙØ§ÙÙ
Ù٠اÙÙØµÙ٠اÙÙ Ø§ÙØ®Ø§Ø¯Ù
ا٠اعادة Ø§ÙØ§ØªØµØ§Ù, Ø§ÙØ§Ùت؞ار 1 دÙÙÙØ© ٠اعادة اÙÙ
ØØ§ÙÙØ©." + +#: pyload/threads/DownloadThread.py:171 +#, python-format +msgid "Download skipped: %(name)s due to %(plugin)s" +msgstr "تÙ
ØªØ®Ø·Ù Ø§ÙØªÙزÙÙ: %(name)s ؚسؚؚ %(plugin)s" + +#: pyload/threads/DownloadThread.py:188 +msgid "Internal Server Error" +msgstr "خطأ داخÙÙ ÙÙ Ø§ÙØ®Ø§Ø¯Ù
" + +#: pyload/threads/AddonThread.py:55 +msgid "An Error occurred" +msgstr "ØØ¯Ø« خطأ" + +#: pyload/PluginManager.py:316 +#, python-format +msgid "Error importing %(name)s: %(msg)s" +msgstr "خطأ ÙÙ Ø§Ø³ØªÙØ±Ø§Ø¯ %(name)s: %(msg)s" + +#: pyload/utils/JsEngine.py:188 +msgid "No js engine detected, please install either Spidermonkey, ossp-js, pyv8, nodejs or rhino" +msgstr "ÙÙ
ÙØªÙ
Ø§ÙØ¹Ø«Ùر عÙÙ Ù
ØØ±Ù js, ÙØ±Ø¬Ù ØªØ«ØšÙØª Spidermonkey, ossp-js, pyv8 ا٠rhino" + diff --git a/locale/ar/LC_MESSAGES/plugins.po b/locale/ar/LC_MESSAGES/plugins.po new file mode 100644 index 000000000..bd8b7fa78 --- /dev/null +++ b/locale/ar/LC_MESSAGES/plugins.po @@ -0,0 +1,424 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-20 22:13+0200\n" +"PO-Revision-Date: 2013-08-31 15:21-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Arabic\n" +"Language: ar_SA\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\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" + +#: pyload/plugins/network/CurlDownload.py:241 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "ÙØŽÙ Ø§ÙØªÙزÙ٠عÙ٠اجزاء, Ø§ÙØ¹Ùدة اÙÙ Ø§ÙØªÙزÙ٠عÙÙ Ø§ØªØµØ§Ù ÙØ§ØØ¯ | %s" + +#: pyload/plugins/Base.py:329 +msgid "Pil and tesseract not installed and no Client connected for captcha decrypting" +msgstr "pil Ù tesseract ØºÙØ± Ù
ثؚت ÙÙØ§ÙÙØ¬Ø¯ عÙ
ÙÙ Ù
تص٠ÙÙÙ ÙÙÙ
Ø© Ø§ÙØªØÙÙ" + +#: pyload/plugins/Base.py:333 +msgid "No captcha result obtained in appropriate time." +msgstr "ÙÙ
ÙØªÙ
Ø§ÙØØµÙ٠عÙÙ ÙØªÙجة ÙÙÙÙ
Ø© Ø§ÙØªØÙÙ Ù٠اÙÙÙØª اÙÙ
ØØ¯Ø¯." + +#: pyload/plugins/Hoster.py:282 pyload/plugins/Hoster.py:319 +#: pyload/plugins/hoster/ARD.py:76 +#, python-format +msgid "Setting User and Group failed: %s" +msgstr "ÙØŽÙ Ù٠اعداد اÙÙ
ستخدÙ
٠اÙÙ
جÙ
ÙØ¹Ù:%s" + +#: pyload/plugins/Crypter.py:136 +msgid "Not existing file or unsupported protocol" +msgstr "Ù
ÙÙ ØºÙØ± Ù
ÙØ¬Ùد Ø§Ù ØšØ±ÙØªÙÙÙÙ ØºÙØ± Ù
دعÙÙ
" + +#: pyload/plugins/hoster/RapidshareCom.py:96 +msgid "Rapidshare: Traffic Share (direct download)" +msgstr "Rapidshare: ØšÙØ§Ùات اÙÙ
ØŽØ§Ø±ÙØ© (تØÙ
ÙÙ Ù
ؚا؎ر)" + +#: pyload/plugins/hoster/RapidshareCom.py:123 +#: pyload/plugins/hoster/RapidshareCom.py:189 +msgid "Already downloading from this ip address, waiting 60 seconds" +msgstr "Ø¬Ø§Ø±Ù Ø§ÙØªØÙ
ÙÙ Ù
٠عÙÙØ§Ù Ø§ÙØ§ÙØªØ±ÙØª ÙØ°Ø§, Ø§ÙØªØžØ± Ù 60 ثاÙÙØ©" + +#: pyload/plugins/hoster/RapidshareCom.py:127 +msgid "Invalid Auth Code, download will be restarted" +msgstr "رÙ
ز تاÙÙØ¯ ØºÙØ± ØµØ§ÙØ, سÙÙ ÙØªÙ
اعادة Ø§ÙØªÙزÙÙ" + +#: pyload/plugins/hoster/RapidshareCom.py:193 +msgid "RapidShareCom: No free slots" +msgstr "RapidShareCom: ÙØ§ ÙÙØ¬Ø¯ Ù
Ø³Ø§ØØ§Øª ÙØ§Ø±ØºØ©" + +#: pyload/plugins/hoster/RapidshareCom.py:196 +msgid "You need a premium account for this file" +msgstr "تØÙاج ÙØØ³Ø§Øš Ù
دÙÙØ¹ Ù
Ù Ø§Ø¬Ù ÙØ°Ø§ اÙÙ
ÙÙ" + +#: pyload/plugins/hoster/RapidshareCom.py:198 +msgid "Filename reported invalid" +msgstr "تÙ
Ø§ÙØ§ØšÙاغ ع٠اسÙ
اÙÙ
ÙÙ ØºÙØ± ØµØ§ÙØ" + +#: pyload/plugins/hoster/RealdebridCom.py:40 +#: pyload/plugins/hoster/Premium4Me.py:27 +#: pyload/plugins/hoster/MultiDebridCom.py:39 +#: pyload/plugins/hoster/ZeveraCom.py:24 +#: pyload/plugins/hoster/AlldebridCom.py:37 +#: pyload/plugins/hoster/RehostTo.py:25 pyload/plugins/hoster/ReloadCc.py:22 +#: pyload/plugins/hoster/DebridItaliaCom.py:38 +#: pyload/plugins/hoster/PremiumizeMe.py:19 +#, python-format +msgid "Please enter your %s account or deactivate this plugin" +msgstr "Ø§ÙØ±Ø¬Ø§Ø¡ Ø¥Ø¯Ø®Ø§Ù ØØ³Ø§ØšÙ ÙÙ %s Ø£Ù Ø¥ÙØºØ§Ø¡ ØªÙØŽÙØ· ÙØ°Ø© Ø§ÙØ§Ø¶Ø§ÙØ©" + +#: pyload/plugins/hoster/MegaNz.py:55 +msgid "Decryption failed" +msgstr "ÙØŽÙ ÙÙ ÙÙ Ø§ÙØªØŽÙÙØ±" + +#: pyload/plugins/hoster/MegaNz.py:99 +msgid "No file key provided in the URL" +msgstr "ÙØ§ ÙÙØ¬Ø¯ Ù
ÙØªØ§Ø Ù
ÙÙ Ù
ÙØ¯Ù
Ù٠عÙÙØ§Ù Ø§ÙØ§ÙØªØ±ÙØª" + +#: pyload/plugins/hoster/MegaNz.py:111 +msgid "Error code:" +msgstr "رÙ
ز خطاء:" + +#: pyload/plugins/hoster/FileserveCom.py:97 +msgid "Parallel download error, now waiting 60s." +msgstr "خطاء ØªÙØ²ÙÙØ§Øª Ù
ØªÙØ§Ø²ÙØ©, Ø§ÙØ§Ù Ø§ÙØªØžØ± 60 ثاÙÙØ©." + +#: pyload/plugins/hoster/FileserveCom.py:208 +msgid "Not logged in." +msgstr "ÙÙ
ÙØªÙ
تسجÙÙ Ø§ÙØ¯Ø®ÙÙ." + +#: pyload/plugins/hoster/UploadedTo.py:135 +msgid "API key invalid" +msgstr "Ù
ÙØªØ§Ø ÙØ§ØÙØ© ؚرÙ
جة Ø§ÙØªØ·ØšÙÙØ§Øª ØºÙØ± ØµØ§ÙØ" + +#: pyload/plugins/hoster/UploadedTo.py:160 +#, python-format +msgid "%s: Not enough traffic left" +msgstr "%s: ÙÙ
ÙØªØšÙÙ ÙØ¯ÙÙ ØšÙØ§Ùات ÙØ§ÙÙØ©" + +#: pyload/plugins/hoster/UploadedTo.py:163 +msgid "Traffic exceeded" +msgstr "تÙ
ØªØ¬Ø§ÙØ² Ø§ÙØšÙØ§ÙØ§Øª اÙÙ
تÙÙØ±Ø©" + +#: pyload/plugins/hoster/BasePlugin.py:63 +msgid "Authorization required (username:password)" +msgstr "Ù
Ø·ÙÙØš ØªØµØ±ÙØ (اسÙ
Ù
ستخدÙ
: ÙÙÙ
Ø© Ù
Ø±ÙØ±)" + +#: pyload/plugins/hoster/NetloadIn.py:143 +#: pyload/plugins/hoster/NetloadIn.py:167 +msgid "File temporarily not available" +msgstr "اÙÙ
ÙÙ ØºÙØ± Ù
تÙÙØ± Ù
Ø€ÙØªØ§" + +#: pyload/plugins/hoster/NetloadIn.py:180 +#, python-format +msgid "Netload: waiting between downloads %d s." +msgstr "ضغط Ø§ÙØŽØšÙØ©: Ø§ÙØ§Ùت؞ار ØšÙÙ Ø§ÙØªÙزÙÙØ§Øª %d." + +#: pyload/plugins/hoster/NetloadIn.py:209 +#, python-format +msgid "Netload: waiting for captcha %d s." +msgstr "ضغط Ø§ÙØŽØšÙØ©: Ø§ÙØ§Ùت؞ار Ù
٠اج٠ÙÙÙ
Ø© Ø§ÙØªØÙÙ%d." + +#: pyload/plugins/hoster/NetloadIn.py:248 +msgid "Downloaded File was empty" +msgstr "اÙÙ
Ù٠اÙÙØ°Ù تÙ
ØªÙØ²ÙÙØ© ÙØ§Ø±Øº" + +#: pyload/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 "ÙÙØ§Ù رÙ
ز HTML Ù٠اÙÙ
ÙÙØ§Øª اÙÙØªÙ تÙ
تØÙ
ÙÙÙØ§ (%s)...خطاء اعادة ØªÙØ¬ÙØ©ØØ³ÙÙ ÙØªÙ
اعادة ت؎غÙÙ Ø§ÙØªÙزÙÙ." + +#: pyload/plugins/hoster/XHamsterCom.py:75 +#: pyload/plugins/hoster/XHamsterCom.py:84 +#: pyload/plugins/hoster/XHamsterCom.py:87 +#, python-format +msgid "long_url: %s" +msgstr "راؚط_Ø·ÙÙÙ: %s" + +#: pyload/plugins/Account.py:117 pyload/plugins/Account.py:123 +#, python-format +msgid "Could not login with account %(user)s | %(msg)s" +msgstr "ÙØ§ ÙÙ
Ù٠تسجÙÙ Ø§ÙØ¯Ø®ÙÙ ØšÙØ°Ø§ Ø§ÙØØ³Ø§Øš %(user)s | %(msg)s" + +#: pyload/plugins/Account.py:118 +msgid "Wrong Password" +msgstr "ÙÙÙ
Ø© Ù
Ø±ÙØ± خاط؊ة" + +#: pyload/plugins/Account.py:184 +#, python-format +msgid "Get Account Info for %s" +msgstr "Ø§ÙØØµÙ٠عÙÙ Ù
عÙÙÙ
ات Ø§ÙØØ³Ø§Øš Ù %s" + +#: pyload/plugins/Account.py:193 +#, python-format +msgid "Error: %s" +msgstr "خطاء: %s" + +#: pyload/plugins/Account.py:242 +#, python-format +msgid "Your Time %s has a wrong format, use: 1:22-3:44" +msgstr "اÙÙÙØª ÙØ¯ÙÙ %s Ù
ÙÙØ¡ ؚطرÙÙØ© خاط؊ة, استخدÙ
: 1:22-3:44" + +#: pyload/plugins/Account.py:265 +#, python-format +msgid "Account %s has not enough traffic, checking again in 30min" +msgstr "Ø§ÙØØ³Ø§Øš %s ÙÙØ³ ÙÙØ© ÙÙ
ÙØ© ØšÙØ§Ùات ÙØ§ÙÙØ©, اعد Ø§ÙØªØÙÙ Ø®ÙØ§Ù 30 دÙÙÙØ©" + +#: pyload/plugins/Account.py:273 +#, python-format +msgid "Account %s is expired, checking again in 1h" +msgstr "Ø§ÙØªÙت Ù
دة Ø§ÙØØ³Ø§Øš %s, تØÙÙ Ù
رة اخر٠ÙÙ 1 ساعة" + +#: pyload/plugins/Account.py:290 +#, python-format +msgid "Login with %s" +msgstr "تسجÙÙ Ø§ÙØ¯Ø®Ù٠ؚستخداÙ
%s" + +#: pyload/plugins/Addon.py:118 +#, python-format +msgid "Error executing addons: %s" +msgstr "خطاء Ù٠تÙÙÙØ° Ø§ÙØ§Ø¶Ø§Ùات: %s" + +#: pyload/plugins/accounts/BitshareCom.py:36 +msgid "Activate direct Download in your Bitshare Account" +msgstr "ÙÙ
ØšØªÙØ¹ÙÙ Ø§ÙØªØÙ
Ù٠اÙÙ
ؚا؎ر ÙÙ ØØ³Ø§Øš Bitshare ÙØ¯ÙÙ" + +#: pyload/plugins/crypter/SerienjunkiesOrg.py:128 +msgid "Downloadlimit reached" +msgstr "ÙÙØ¯ ÙØµÙت اÙÙ Ø§ÙØØ¯ Ø§ÙØ§Ùص٠ÙÙØªÙزÙÙ" + +#: pyload/plugins/addons/Premium4Me.py:30 +msgid "Please add your premium.to account first and restart pyLoad" +msgstr "ÙØ±Ø¬Ù Ø§Ø¶Ø§ÙØ© ØØ³Ø§Øš rehost.to اÙÙØ§ Ø«Ù
اعاد٠ت؎غÙ٠ؚا٠ÙÙØ¯" + +#: pyload/plugins/addons/ExternalScripts.py:53 +#, python-format +msgid "Installed scripts for %s: " +msgstr "Ø³ÙØ±ØšØª Ù
ثؚت Ù %s: " + +#: pyload/plugins/addons/ExternalScripts.py:69 +msgid "Script not executable:" +msgstr "Ø³ÙØ±ØšØª ØºÙØ± ÙØ§ØšÙ ÙÙØªÙÙÙØ°:" + +#: pyload/plugins/addons/ExternalScripts.py:79 +#, python-format +msgid "Error in %(script)s: %(error)s" +msgstr "خطاء ÙÙ %(script)s: %(error)s" + +#: pyload/plugins/addons/CaptchaTrader.py:72 +#: pyload/plugins/addons/Captcha9kw.py:56 +#: pyload/plugins/addons/ExpertDecoders.py:49 +#, python-format +msgid "%s credits left" +msgstr "%sØ±ØµÙØ¯ Ù
تؚÙÙ" + +#: pyload/plugins/addons/CaptchaTrader.py:120 +msgid "Could not send response." +msgstr "ÙØ§ÙÙ
Ù٠ارسا٠رد." + +#: pyload/plugins/addons/CaptchaTrader.py:138 +msgid "Your CaptchaTrader Account has not enough credits" +msgstr "ØØ³Ø§ØšÙ ÙÙ CaptchaTrader ÙØ§ ÙØØªÙÙ Ø±ØµÙØ¯ ÙØ§ÙÙ" + +#: pyload/plugins/addons/Captcha9kw.py:89 +#, python-format +msgid "New CaptchaID from upload: %s : %s" +msgstr "ÙÙÙØ© تØÙÙ Ø¬Ø¯ÙØ¯Ø© Ù
Ù upload: %s :%s" + +#: pyload/plugins/addons/Captcha9kw.py:123 +msgid "Your Captcha 9kw.eu Account has not enough credits" +msgstr "ØØ³Ø§ØšÙ ÙÙØªØÙÙ 9kw.eu ÙØ§ ÙØØªÙ٠عÙÙ Ø±ØµÙØ¯ ÙØ§ÙÙ" + +#: pyload/plugins/addons/RehostTo.py:34 +msgid "Please add your rehost.to account first and restart pyLoad" +msgstr "ÙØ±Ø¬Ù Ø§Ø¶Ø§ÙØ© ØØ³Ø§Øš rehost.to اÙÙØ§ Ø«Ù
اعاد٠ت؎غÙ٠ؚا٠ÙÙØ¯" + +#: pyload/plugins/addons/HotFolder.py:82 +#, python-format +msgid "Added %s from HotFolder" +msgstr "اضاÙÙ %s Ù
Ù HotFolder" + +#: pyload/plugins/addons/ClickAndLoad.py:74 +msgid "Click'N'Load: Port 9666 already in use" +msgstr "ضغط ٠تØÙ
ÙÙ: Ù
ÙÙØ° 9666 ÙÙØ¯ Ø§ÙØ§Ø³ØªØ®Ø¯Ø§Ù
" + +#: pyload/plugins/addons/XMPPInterface.py:82 +#: pyload/plugins/addons/IRCInterface.py:75 +#, python-format +msgid "Package finished: %s" +msgstr "Ø§ÙØªÙت Ø§ÙØØ²Ù
Ù: %" + +#: pyload/plugins/addons/XMPPInterface.py:90 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" +msgstr "Ø§ÙØªÙÙ Ø§ÙØªØÙ
ÙÙ: %(name)s @ %(plugin)s" + +#: pyload/plugins/addons/ExpertDecoders.py:98 +msgid "Your ExpertDecoders Account has not enough credits" +msgstr "ÙÙ
ÙØªØšÙÙ ÙØ¯ÙÙ Ø±ØµÙØ¯ ÙØ§ÙÙ ÙÙ ØØ³Ø§Øš ExpertDecoders ÙØ¯ÙÙ" + +#: pyload/plugins/addons/UpdateManager.py:73 +msgid "*** Plugins have been updated, please restart pyLoad ***" +msgstr "*** تÙ
ØªØØ¯ÙØ« Ø§ÙØ§Ø¶Ø§Ùات, ÙØ±Ø¬Ù اعادة ت؎غÙ٠ؚا٠ÙÙØ¯ ***" + +#: pyload/plugins/addons/UpdateManager.py:75 +msgid "Plugins updated and reloaded" +msgstr "تÙ
ØªØØ¯ÙØ« Ø§ÙØ§Ø¶Ø§Ùات ٠اعادة ت؎غÙÙÙØ§" + +#: pyload/plugins/addons/UpdateManager.py:78 +msgid "No plugin updates available" +msgstr "ÙØ§ ÙÙØ¬Ø¯ ØªØØ¯Ùثات ÙÙØ§Ø¶Ø§Ùات" + +#: pyload/plugins/addons/UpdateManager.py:95 +msgid "No Updates for pyLoad" +msgstr "ÙØ§ÙÙØ¬Ø¯ ØªØØ¯Ùثات ٠ؚا٠ÙÙØ¯" + +#: pyload/plugins/addons/UpdateManager.py:100 +#, python-format +msgid "*** New pyLoad Version %s available ***" +msgstr "*** ÙØ³Ø®Ù Ø¬Ø¯ÙØ¯Ù %s Ù
٠ؚا٠ÙÙØ¯ Ù
تÙÙØ±Ù ***" + +#: pyload/plugins/addons/UpdateManager.py:101 +msgid "*** Get it here: http://pyload.org/download ***" +msgstr "*** Ø§ØØµÙ عÙÙÙØ§ Ù
Ù ÙÙØ§: http://pyload.org/download ***" + +#: pyload/plugins/addons/UpdateManager.py:104 +msgid "Not able to connect server for updates" +msgstr "ØºÙØ± ÙØ§Ø¯Ø± عÙÙ Ø§ÙØ§ØªØµØ§Ù ØšØ§ÙØ®Ø§Ø¯Ù
Ù
Ù Ø§Ø¬Ù Ø§ÙØªØØ¯ÙØ«" + +#: pyload/plugins/addons/UpdateManager.py:148 +#, python-format +msgid "New version of %(type)s|%(name)s : %(version).2f" +msgstr "ÙØ³Ø®Ù Ø¬Ø¯ÙØ¯Ø© Ù
Ù %(type)s|%(name)s : %(version).2f" + +#: pyload/plugins/addons/UpdateManager.py:157 +#: pyload/plugins/addons/UpdateManager.py:162 +#, python-format +msgid "Error when updating %s" +msgstr "ØØµÙ خطاء Ø¹ÙØ¯ Ø§ÙØªØØ¯ÙØ« %s" + +#: pyload/plugins/addons/UpdateManager.py:162 +msgid "Version mismatch" +msgstr "ÙØ³Ø®Ø© ØºÙØ± Ù
ØªØ·Ø§ØšÙØ©" + +#: pyload/plugins/addons/ExtractArchive.py:92 +#, python-format +msgid "No %s installed" +msgstr "ÙØ§ %s Ù
ثؚت" + +#: pyload/plugins/addons/ExtractArchive.py:94 +#: pyload/plugins/addons/ExtractArchive.py:99 +#, python-format +msgid "Could not activate %s" +msgstr "ÙØ§ ÙÙ
ÙÙ ØªÙØ¹ÙÙ %s" + +#: pyload/plugins/addons/ExtractArchive.py:104 +msgid "Activated" +msgstr "تÙ
Ø§ÙØªÙعÙÙ" + +#: pyload/plugins/addons/ExtractArchive.py:106 +msgid "No Extract plugins activated" +msgstr "ÙØ§ Ø§Ø¶Ø§ÙØ§Øª استخراج Ù
ÙØ¹ÙØ©" + +#: pyload/plugins/addons/ExtractArchive.py:118 +#, python-format +msgid "Package %s queued for later extracting" +msgstr "Ø§ÙØØ²Ù
Ù %s ÙÙ ÙØ§ØŠÙ
Ø© Ø§ÙØ§Ùت؞ار ÙÙØ§Ø³ØªØ®Ø±Ø§Ø¬ ÙØ§ØÙا" + +#: pyload/plugins/addons/ExtractArchive.py:143 +#, python-format +msgid "Check package %s" +msgstr "ØªÙØØµ Ø§ÙØØ²Ù
%s" + +#: pyload/plugins/addons/ExtractArchive.py:183 +#, python-format +msgid "Extract to %s" +msgstr "استخراج اÙÙ %s" + +#: pyload/plugins/addons/ExtractArchive.py:197 +msgid "No files found to extract" +msgstr "ÙÙ
ÙØªÙ
Ø§ÙØ¹Ø«Ùر عÙÙ Ù
ÙÙØ§Øª ÙÙØ§Ø³ØªØ®Ø±Ø§Ø¬" + +#: pyload/plugins/addons/ExtractArchive.py:203 +msgid "extracting" +msgstr "ÙÙ Ø§ÙØžØºØ·" + +#: pyload/plugins/addons/ExtractArchive.py:214 +msgid "Password protected" +msgstr "Ù
ØÙ
Ù ØšÙÙÙ
Ø© Ù
Ø±ÙØ±" + +#: pyload/plugins/addons/ExtractArchive.py:234 +msgid "Wrong password" +msgstr "ÙÙÙ
Ø© Ù
Ø±ÙØ± خاط؊ة" + +#: pyload/plugins/addons/ExtractArchive.py:242 +#, python-format +msgid "Deleting %s files" +msgstr "ØØ°Ù %s اÙÙ
ÙÙØ§Øª" + +#: pyload/plugins/addons/ExtractArchive.py:247 +msgid "Extracting finished" +msgstr "تÙ
Ø§ÙØ§ÙØªÙØ§Ø¡ Ù
Ù Ø§ÙØ§Ø³ØªØ®Ø±Ø§Ø¬" + +#: pyload/plugins/addons/ExtractArchive.py:254 +msgid "Archive Error" +msgstr "خطأ ÙÙ Ø§ÙØ£Ø±ØŽÙÙ" + +#: pyload/plugins/addons/ExtractArchive.py:256 +msgid "CRC Mismatch" +msgstr "CRC ØºÙØ± Ù
تطاؚÙ" + +#: pyload/plugins/addons/ExtractArchive.py:260 +msgid "Unknown Error" +msgstr "خطاء ØºÙØ± Ù
عرÙÙ" + +#: pyload/plugins/addons/ExtractArchive.py:312 +msgid "Setting User and Group failed" +msgstr "ÙØŽÙ ÙÙ ØªØØ¯Ùد اÙÙ
ستخدÙ
٠اÙÙ
جÙ
ÙØ¹Ø©" + +#: pyload/plugins/addons/LinkdecrypterCom.py:36 +msgid "Crypter list not found" +msgstr "ÙÙ
ÙØªÙ
Ø§ÙØ¹Ø«Ùر عÙÙ ÙØ§ØŠÙ
Ø© Crypter" + +#: pyload/plugins/addons/LinkdecrypterCom.py:50 +msgid "Crypter list is empty" +msgstr "ÙØ§ØŠÙ
Ø© Crypter ÙØ§Ø±ØºØ©" + +#: pyload/plugins/addons/IRCInterface.py:82 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " +msgstr "Ø§ÙØªÙÙ Ø§ÙØªÙزÙÙ: %(name)s @ %(plugin)s " + +#: pyload/plugins/addons/IRCInterface.py:94 +#, python-format +msgid "New Captcha Request: %s" +msgstr "Ø·ÙØš ÙÙÙ
Ø© تØÙÙ Ø¬Ø¯ÙØ¯: %s" + +#: pyload/plugins/addons/IRCInterface.py:95 +#, python-format +msgid "Answer with 'c %s text on the captcha'" +msgstr "اجؚ Øš 'c %s ÙØµ عÙÙ ÙÙÙ
Ø© Ø§ÙØªØÙÙ'" + +#: pyload/plugins/addons/PremiumizeMe.py:46 +msgid "Please add a valid premiumize.me account first and restart pyLoad." +msgstr "Ø§ÙØ±Ø¬Ø§Ø¡ Ø¥Ø¶Ø§ÙØ© ØØ³Ø§Øš premiumize.me ØµØ§ÙØ Ø£ÙÙØ§Ù ÙØ¥Ø¹Ø§Ø¯Ø© ت؎غÙ٠ؚا٠ÙÙØ¯." + +#: pyload/plugins/addons/CaptchaBrotherhood.py:69 +#, python-format +msgid "%d credits left" +msgstr "%d Ø±ØµÙØ¯ Ù
تؚÙÙ" + +#: pyload/plugins/addons/MultiHoster.py:29 +#, python-format +msgid "Activated %s" +msgstr "تÙ
Ø§ÙØªÙعÙÙ %s" + +#: pyload/plugins/addons/MultiHoster.py:47 +msgid "No Hoster loaded" +msgstr "ÙØ§ Ù
ستضÙÙ Ù
ØÙ
Ù" + diff --git a/locale/ar/LC_MESSAGES/setup.po b/locale/ar/LC_MESSAGES/setup.po new file mode 100644 index 000000000..ea8bc9f24 --- /dev/null +++ b/locale/ar/LC_MESSAGES/setup.po @@ -0,0 +1,376 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-08-31 15:21-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Arabic\n" +"Language: ar_SA\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\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" + +#: pyload/Setup.py:72 +msgid "Would you like to configure pyLoad via Webinterface?" +msgstr "ÙÙ ØªØ±ÙØ¯ اعداد ؚا٠ÙÙØ¯ عؚر ÙØ§Ø¬ÙØ© ÙÙØšØ" + +#: pyload/Setup.py:73 +msgid "You need a Browser and a connection to this PC for it." +msgstr "ØªØØªØ§Ø¬ Ù
ØªØµÙØ ÙØ§ØªØµØ§Ù عÙÙ ÙØ°Ø§ اÙÙÙ
ØšÙÙØªØ± ÙØ°ÙÙ." + +#: pyload/Setup.py:74 +msgid "Url would be: http://hostname:8000/" +msgstr "ÙØ³ÙÙÙÙ Ø§ÙØ¹ÙÙØ§Ù Url: http://hostname:8000/" + +#: pyload/Setup.py:75 +msgid "Start initial webinterface for configuration?" +msgstr "ؚدء ت؎غÙ٠اعداد ÙØ§Ø¬ÙØ© اÙÙÙØš Ø§ÙØ§ÙÙÙØ" + +#: pyload/Setup.py:86 +msgid "Welcome to the pyLoad Configuration Assistent." +msgstr "Ù
Ø±ØØšØ§ ØšÙÙ
ÙÙ Ù
ساعد اعداد ؚا٠ÙÙØ¯ ." + +#: pyload/Setup.py:87 +msgid "It will check your system and make a basic setup in order to run pyLoad." +msgstr "سÙÙ ÙØªÙ
ÙØØµ ÙØžØ§Ù
Ù ÙØ¹Ù
Ù ØªØ«ØšÙØª اÙÙÙ Ù
٠اج٠ت؎غÙ٠ؚا٠ÙÙØ¯." + +#: pyload/Setup.py:89 +msgid "The value in brackets [] always is the default value," +msgstr "اÙÙÙÙ
Ø© اÙÙ
ÙØ¬Ùدة ÙÙ Ø§ÙØ£ÙÙØ§Ø³ [] Ù٠دا؊Ù
ا٠اÙÙÙÙ
Ø© Ø§ÙØ§ÙØªØ±Ø§Ø¶ÙØ©Ø" + +#: pyload/Setup.py:90 +msgid "in case you don't want to change it or you are unsure what to choose, just hit enter." +msgstr "ÙÙ ØØ§Ù ÙÙØª ÙØ§ ترغؚ Ù٠تغÙÙØ±Ùا Ø£Ù ÙÙØª ØºÙØ± Ù
ØªØ£ÙØ¯ Ù
Ù Ù
ا ØªØ®ØªØ§Ø±Ø ÙÙØ· اضغط أدخاÙ." + +#: pyload/Setup.py:92 +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgstr "ÙØ§ ØªÙØ³Ù: ÙÙ
ÙÙ٠دا؊Ù
ا٠إعادة ت؎غÙÙ ÙØ°Ø§ اÙÙ
ساعد ؚستخداÙ
--setup Ø£Ù-s اÙÙ
عÙÙ
Ø©Ø Ø¹ÙØ¯ ؚدء ت؎غÙÙ pyLoadCore." + +#: pyload/Setup.py:93 +msgid "If you have any problems with this assistent hit CTRL+C," +msgstr "إذا ÙØ§Ù ÙØ¯Ù٠أ٠Ù
؎اÙÙ Ù
ع ÙØ°Ø§ اÙÙ
ساعد اضغط CTRL + CØ" + +#: pyload/Setup.py:94 +msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgstr "ÙÙØ§ÙÙØ§Ø¡Ø ÙØ¹Ø¯Ù
Ø§ÙØ³Ù
Ø§Ø ÙÙ Ø§ÙØšØ¯ØŠ Ù
ع pyLoadCore تÙÙØ§ØŠÙا٠ؚعد Ø§ÙØ¢Ù." + +#: pyload/Setup.py:96 +msgid "When you are ready for system check, hit enter." +msgstr "Ø¹ÙØ¯Ù
ا تÙÙ٠عÙ٠استعداد ÙÙØªØÙÙ Ù
٠اÙÙØžØ§Ù
Ø Ø§Ø¶ØºØ· Ù
ÙØªØ§Ø Ø§ÙØ§Ø¯Ø®Ø§Ù." + +#: pyload/Setup.py:103 +msgid "Features missing: " +msgstr "Ù
Ù
ÙØ²Ø§Øª Ù
ÙÙÙØ¯Ø©: " + +#: pyload/Setup.py:107 +msgid "no py-crypto available" +msgstr "ÙØ§ تتÙÙØ± py-ت؎ÙÙØ±" + +#: pyload/Setup.py:108 +msgid "You need this if you want to decrypt container files." +msgstr "Ø£ÙØª ØšØØ§Ø¬Ø© Ø¥ÙÙ ÙØ°Ø§ إذا ÙÙØª ØªØ±ÙØ¯ Ù٠ت؎ÙÙØ± اÙÙ
ÙÙØ§Øª اÙÙ
ØØªÙاة." + +#: pyload/Setup.py:112 +msgid "no SSL available" +msgstr "ÙØ§ تتÙÙØ± خدÙ
Ø© SSL" + +#: pyload/Setup.py:113 +msgid "This is needed if you want to establish a secure connection to core or webinterface." +msgstr "ÙÙØ°Ø§ Ù
Ø·ÙÙØš Ø¥Ø°Ø§ ÙÙØª ترغؚ ÙÙ ØªØ£Ø³ÙØ³ اتصا٠أÙ
٠إÙÙ Ù
Ø±ÙØ² Ø§ÙØšØ±ÙاÙ
ج Ø£Ù ÙØ§ØÙØ© اÙÙÙØš." + +#: pyload/Setup.py:114 +msgid "If you only want to access locally to pyLoad ssl is not useful." +msgstr "إذا ÙÙØª ترغؚ ÙÙØ· Ù٠اÙÙØµÙÙ Ù
ØÙÙØ§Ù Ø¥Ù٠ؚا٠ÙÙØ¯ SSL ÙÙØ³Øª Ù
ÙÙØ¯Ø©." + +#: pyload/Setup.py:118 +msgid "no Captcha Recognition available" +msgstr "ÙØ§ ÙÙØ¬Ø¯ تاÙÙØ¯ ÙÙÙ
Ø© تØÙÙ Ù
تÙÙØ±" + +#: pyload/Setup.py:119 +msgid "Only needed for some hosters and as freeuser." +msgstr "Ù
Ø·ÙÙØš ÙÙØ· Ù
٠اج٠ؚعض Ø§ÙØ®ÙادÙ
Ù ÙÙ
ستخدÙ
Ù
جاÙÙ." + +#: pyload/Setup.py:123 +msgid "no JavaScript engine found" +msgstr "ÙØ§ ÙÙØ¬Ø¯ Ù
ØØ±Ù ÙØµÙص Ø¬Ø§ÙØ§" + +#: pyload/Setup.py:124 +msgid "You will need this for some Click'N'Load links. Install Spidermonkey, ossp-js, pyv8 or rhino" +msgstr "سÙÙ ØªØØªØ§Ø¬ ÙØ°Ø§ Ù
٠اج٠ؚعض Ø±ÙØ§ØšØ· اضغط ÙØªØÙ
Ù.ØªØ«ØšÙØª Spidermonkey,ossp-js, pyv8 or rhino" + +#: pyload/Setup.py:126 +msgid "You can abort the setup now and fix some dependencies if you want." +msgstr "ØªØ³ØªØ·ÙØ¹ اÙÙØ§Ø¡ Ø§ÙØªØ«ØšÙت Ø§ÙØ§Ù Ù Ø§ØµÙØ§Ø ؚعض Ø§ÙØ§Ø¹ØªÙ
Ø§Ø¯ÙØ§Øª ا٠اردت." + +#: pyload/Setup.py:128 +msgid "Continue with setup?" +msgstr "Ø§ÙØ§Ø³ØªÙ
رار ÙÙ Ø§ÙØªÙØµÙØšØ" + +#: pyload/Setup.py:134 +#, python-format +msgid "Do you want to change the config path? Current is %s" +msgstr "ÙÙ ØªØ±ÙØ¯ ØªØºÙØ± Ù
ÙØ§Ù Ø§ÙØ§Ø¹Ø¯Ø§Ø¯Ø§ØªØ Ø§ÙØØ§ÙÙ ÙÙ %s" + +#: pyload/Setup.py:136 +msgid "If you use pyLoad on a server or the home partition lives on an internal flash it may be a good idea to change it." +msgstr "اذا ÙÙØª تستخدÙ
ؚا٠ÙÙØ¯ عÙ٠خادÙ
ا٠عÙÙ Ù
Ø¬ÙØ¯ اÙÙ
ÙØ²Ù اÙÙØ§Ùع عÙÙ ÙÙØ§ØŽ داخÙÙØ© ÙØ¯ تÙÙÙ ÙÙØ±Ù Ø¬ÙØ¯Ø© ÙØªØºÙرة." + +#: pyload/Setup.py:137 +msgid "Change config path?" +msgstr "تغÙÙØ± Ù
سار Ø§ÙØ§Ø¹Ø¯Ø§Ø¯Ø" + +#: pyload/Setup.py:143 +msgid "Do you want to configure login data and basic settings?" +msgstr "ÙÙ ØªØ±ÙØ¯ اعداد Ø§ÙØ§Ø¹Ø¯Ø§Ø¯Ø§Øª Ø§ÙØ£Ø³Ø§Ø³ÙØ© ÙØšÙØ§ÙØ§Øª Ø§ÙØ¯Ø®ÙÙØ" + +#: pyload/Setup.py:144 +msgid "This is recommend for first run." +msgstr "ÙØ°Ø§ Ù
Ø³ØªØØ³Ù Ù
Ù Ø§Ø¬Ù Ø§ÙØªØŽØºÙÙØ© Ø§ÙØ§ÙÙÙ." + +#: pyload/Setup.py:145 +msgid "Make basic setup?" +msgstr "ØµÙØ¹ Ø§ÙØ§Ø¹Ø¯Ø§Ø¯Ø§Øª Ø§ÙØ§Ø³Ø§Ø³ÙØ©Ø" + +#: pyload/Setup.py:152 +msgid "Do you want to configure ssl?" +msgstr "ÙÙ ØªØ±ÙØ¯ اعداد sslØ" + +#: pyload/Setup.py:153 +msgid "Configure ssl?" +msgstr "اعداد sslØ" + +#: pyload/Setup.py:159 +msgid "Do you want to configure webinterface?" +msgstr "ÙÙ ØªØ±ÙØ¯ اعداد ÙØ§ØÙØ© اÙÙÙØšØ" + +#: pyload/Setup.py:160 +msgid "Configure webinterface?" +msgstr "اعداد ÙØ§Ø¬ÙØ© اÙÙÙØšØ" + +#: pyload/Setup.py:165 +msgid "Setup finished successfully." +msgstr "تÙ
اÙÙØ§Ø¡ Ø§ÙØªØ«ØšÙت ØšÙØ¬Ø§Ø." + +#: pyload/Setup.py:166 +msgid "Hit enter to exit and restart pyLoad" +msgstr "اضغ؞ Ù
ÙØªØ§Ø Ø§ÙØ§Ø¯Ø®Ø§Ù ÙÙØ§ÙÙØ§Ø¡ ٠اعادة ت؎غÙ٠ؚا٠ÙÙØ¯" + +#: pyload/Setup.py:173 +msgid "Webinterface running for setup." +msgstr "ÙØ§ØÙØ© اÙÙÙØš ØªØ¹Ù
Ù Ù
Ù Ø§Ø¬Ù Ø§ÙØ§Ø¹Ø¯Ø§Ø¯." + +#: pyload/Setup.py:190 +msgid "## Basic Setup ##" +msgstr "# # Ø§ÙØ¥Ø¹Ø¯Ø§Ø¯ Ø§ÙØ£Ø³Ø§Ø³Ù # #" + +#: pyload/Setup.py:193 +msgid "The following logindata is valid for CLI, GUI and webinterface." +msgstr "ØšÙØ§Ùات تسجÙÙ Ø§ÙØ¯Ø®ÙÙ Ø§ÙØªØ§ÙÙØ© ØµØ§ÙØØ© ÙÙØ§Ø¬ÙØ© سطر Ø§ÙØ§ÙاÙ
ر, ÙØ§Ø¬ÙØ© اÙÙ
ستخدÙ
Ù ÙØ§Ø¬ÙØ© اÙÙÙØš." + +#: pyload/Setup.py:199 pyload/Setup.py:288 pyload/Setup.py:304 +msgid "Username" +msgstr "اسÙ
اÙÙ
ستخدÙ
" + +#: pyload/Setup.py:205 +msgid "External clients (GUI, CLI or other) need remote access to work over the network." +msgstr "Ø§ÙØ¹Ù
ÙØ§Ø¡ Ø§ÙØ®Ø§Ø±Ø¬ÙÙ (ÙØ§Ø¬ÙØ© اÙÙ
ستخدÙ
Ø§ÙØ±Ø³ÙÙ
ÙØ©, ÙØ§Ø¬ÙØ© سطر Ø§ÙØ§ÙاÙ
ر Ø§Ù ØºÙØ±Ùا) ØªØØªØ§Ø¬ اÙ٠اÙÙØµÙ٠ع٠ؚعد ÙÙ٠تعÙ
Ù Ù
Ù Ø®ÙØ§Ù Ø§ÙØŽØšÙØ©." + +#: pyload/Setup.py:206 +msgid "However, if you only want to use the webinterface you may disable it to save ram." +msgstr "عÙÙ Ø§Ù ØØ§Ù, اذا اردت ا٠تستخدÙ
ÙÙØ· ÙØ§Ø¬ÙØ© اÙÙÙØš ÙÙ
ÙÙ٠تعطÙÙØ© ÙØÙØž Ø°Ø§ÙØ±Ø© اÙÙØµÙÙ Ø§ÙØ¹ØŽÙا؊Ù." + +#: pyload/Setup.py:207 +msgid "Enable remote access" +msgstr "ØªÙØ¹Ù٠اÙÙØµÙ٠ع٠ؚعد" + +#: pyload/Setup.py:211 +msgid "Language" +msgstr "اÙÙØºØ©" + +#: pyload/Setup.py:213 +msgid "Download folder" +msgstr "Ù
Ø¬ÙØ¯ Ø§ÙØªÙزÙÙØ§Øª" + +#: pyload/Setup.py:214 +msgid "Max parallel downloads" +msgstr "Ø§ÙØ¹Ø¯Ø¯ Ø§ÙØ§ÙØµÙ Ø§ÙØªÙزÙÙØ§Øª اÙÙ
ØªÙØ§Ø²ÙÙØ© (Ø§ÙØªÙزÙÙØ§Øª ÙÙ ÙÙØ³ اÙÙÙØª)" + +#: pyload/Setup.py:218 +msgid "Use Reconnect?" +msgstr "استخداÙ
إعادة Ø§ÙØ§ØªØµØ§ÙØ" + +#: pyload/Setup.py:221 +msgid "Reconnect script location" +msgstr "Ù
ÙÙØ¹ Ø§ÙØšØ±ÙاÙ
ج اÙÙØµÙ ÙØ§Ø¹Ø§Ø¯Ø© Ø§ÙØ§ØªØµØ§Ù" + +#: pyload/Setup.py:226 +msgid "## Webinterface Setup ##" +msgstr "# # اعداد ÙØ§Ø¬ÙØ© اÙÙÙØš # #" + +#: pyload/Setup.py:229 +msgid "Activate webinterface?" +msgstr "ØªÙØŽÙØ· ÙØ§Ø¬ÙØ© اÙÙÙØšØ" + +#: pyload/Setup.py:231 +msgid "Listen address, if you use 127.0.0.1 or localhost, the webinterface will only accessible locally." +msgstr "عÙÙØ§Ù اÙÙØ§Ø¬ÙØ©, اذا ÙÙ
ت ؚستخداÙ
127.0.0.1 ا٠localhost, ÙØ§Ø¬ÙØ© اÙÙÙØš Ø³Ù٠تÙÙÙ ÙØ§ØšÙØ© ÙÙÙØµÙÙ Ù
ØÙÙØ§ ÙÙØ·." + +#: pyload/Setup.py:232 +msgid "Address" +msgstr "عÙÙØ§Ù" + +#: pyload/Setup.py:233 +msgid "Port" +msgstr "اÙÙ
ÙÙØ°" + +#: pyload/Setup.py:235 +msgid "pyLoad offers several server backends, now following a short explanation." +msgstr "ÙÙØ¯Ù
ؚا٠ÙÙØ¯ Ø®ÙØ§Ø¯Ù
Ù
تعددة ÙÙÙØ§Ø¬ÙØ© Ø§ÙØ®ÙÙÙØ©Ø Ø§ÙØ¢Ù ؚعد ØŽØ±ØØ§Ù Ù
ÙØ¬Ø²Ø§Ù." + +#: pyload/Setup.py:236 +msgid "Default server, this server offers SSL and is a good alternative to builtin." +msgstr "Ø§ÙØ®Ø§Ø¯Ù
Ø§ÙØ§ÙØªØ±Ø§Ø¶ÙØ ÙØ°Ø§ Ø§ÙØ®Ø§Ø¯Ù
ÙÙÙØ± SSL ÙÙ٠ؚدÙÙ Ø¬ÙØ¯ Ù builtin." + +#: pyload/Setup.py:238 +msgid "Can be used by apache, lighttpd, requires you to configure them, which is not too easy job." +msgstr "ÙÙ
Ù٠استخداÙ
ÙØ§ ØšÙØ§Ø³Ø·Ø© Ø£ØšØ§ØªØŽÙØ lighttpdØ ÙØªØ·ÙØš Ù
Ù٠اعدادÙÙ
, ÙÙÙ ÙÙØ³Øª Ù
ÙÙ
Ø© سÙÙØ© جداÙ." + +#: pyload/Setup.py:239 +msgid "Very fast alternative written in C, requires libev and linux knowledge." +msgstr "ؚدÙÙ Ø³Ø±ÙØ¹ جدا٠Ù
ÙØªÙؚة ÙÙ CØ ÙØªØ·ÙØš libev Ù Ù
Ø¹Ø±ÙØ© ÙÙÙØ³." + +#: pyload/Setup.py:240 +msgid "Get it from here: https://github.com/jonashaag/bjoern, compile it" +msgstr "ÙÙ
ÙÙÙ Ø§ÙØØµÙ٠عÙÙØ© Ù
Ù ÙÙØ§ : https://github.com/jonashaag/bjoern, ÙÙ
ؚتجÙ
ÙØ¹Ø© ؚرÙ
Ø¬ÙØ§" + +#: pyload/Setup.py:241 +msgid "and copy bjoern.so to pyload/lib" +msgstr "ÙÙÙ
ØšÙØ³Ø® bjoern.so اÙÙ pyload/lib" + +#: pyload/Setup.py:245 +msgid "Attention: In some rare cases the builtin server is not working, if you notice problems with the webinterface" +msgstr "Ø§ÙØªØšØ§Ù: Ù٠ؚعض Ø§ÙØØ§ÙØ§Øª اÙÙØ§Ø¯Ø±Ø© Ø§ÙØ®Ø§Ø¯Ù
اÙÙ
دÙ
ج ÙØ§ ÙØ¹Ù
ÙØ إذا ÙØ§ØØžØª ÙØ¬Ùد Ù
؎اÙÙ Ù
ع ÙØ§Ø¬ÙØ© اÙÙÙØš" + +#: pyload/Setup.py:246 +msgid "come back here and change the builtin server to the threaded one here." +msgstr "عد Ø¥ÙÙ ÙÙØ§ ÙÙÙ
ØšØªØºÙØ± Ø§ÙØ®Ø§Ø¯Ù
Ù
دÙ
ج ÙØ°Ø§Ù٠اÙÙ
ذÙÙØ± ÙÙØ§." + +#: pyload/Setup.py:248 +msgid "Server" +msgstr "خادÙ
" + +#: pyload/Setup.py:253 +msgid "## SSL Setup ##" +msgstr "# # إعداد SSL # #" + +#: pyload/Setup.py:255 +msgid "Execute these commands from pyLoad config folder to make ssl certificates:" +msgstr "تÙÙÙØ° ÙØ°Ù Ø§ÙØ£ÙاÙ
ر Ù
Ù Ù
Ø¬ÙØ¯ اعداد ؚا٠ÙÙØ¯ ÙØ§Ùتاج ØŽÙØ§Ø¯Ø§Øª ssl:" + +#: pyload/Setup.py:261 +msgid "If you're done and everything went fine, you can activate ssl now." +msgstr "اذا Ø§ÙØªÙÙØª ÙÙÙ ØŽÙØ¡ جر٠ؚ؎Ù٠صØÙØ, ØªØ³ØªØ·ÙØ¹ ØªÙØ¹ÙÙ ssl Ø§ÙØ§Ù." + +#: pyload/Setup.py:262 +msgid "Activate SSL?" +msgstr "ØªÙØ¹ÙÙ SSLØ" + +#: pyload/Setup.py:278 +msgid "Select action" +msgstr "ØØ¯Ø¯ Ø§ÙØ¥Ø¬Ø±Ø§Ø¡" + +#: pyload/Setup.py:279 +msgid "1 - Create/Edit user" +msgstr "1-Ø¥ÙØŽØ§Ø¡/ØªØØ±Ùر اÙÙ
ستخدÙ
" + +#: pyload/Setup.py:280 +msgid "2 - List users" +msgstr "2-ÙØ§ØŠÙ
Ø© اÙÙ
ستخدÙ
ÙÙ" + +#: pyload/Setup.py:281 +msgid "3 - Remove user" +msgstr "3-Ø¥Ø²Ø§ÙØ© اÙÙ
ستخدÙ
" + +#: pyload/Setup.py:282 +msgid "4 - Quit" +msgstr "4-Ø¥ÙÙØ§Ø¡" + +#: pyload/Setup.py:294 +msgid "Users" +msgstr "اÙÙ
ستخدÙ
ÙÙ" + +#: pyload/Setup.py:322 +msgid "Setting new configpath, current configuration will not be transferred!" +msgstr "تعÙÙÙ Ù
ÙØ§Ù اعداد Ø¬Ø¯ÙØ¯Ø Ø§ÙØ§Ø¹Ø¯Ø§Ø¯ Ø§ÙØØ§ÙÙ ÙÙ ÙØªÙ
ÙÙÙØ©!" + +#: pyload/Setup.py:323 +msgid "Config path" +msgstr "Ù
سار Ø§ÙØ§Ø¹Ø¯Ø§Ø¯" + +#: pyload/Setup.py:331 +msgid "Config path changed, setup will now close, please restart to go on." +msgstr "Ù
سار Ø§ÙØ§Ø¹Ø¯Ø§Ø¯ ØªØºÙØ±Ø سÙÙ ÙØªÙ
Ø§ØºÙØ§Ù Ø§ÙØªÙØµÙØš Ø§ÙØ§ÙØ Ø§ÙØ±Ø¬Ø§Ø¡ إعادة ت؎غÙÙ ÙÙÙ
تاؚعة." + +#: pyload/Setup.py:332 +msgid "Press Enter to exit." +msgstr "اضغط Enter ÙÙØ¥ÙÙØ§Ø¡." + +#: pyload/Setup.py:336 +#, python-format +msgid "Setting config path failed: %s" +msgstr "ÙØŽÙ Ø§ÙØ¥Ø¹Ø¯Ø§Ø¯ Ù
سار Ø§ÙØªÙÙÙÙ: %s" + +#: pyload/Setup.py:347 +msgid "y" +msgstr "y" + +#: pyload/Setup.py:349 +msgid "n" +msgstr "n" + +#: pyload/Setup.py:373 +msgid "Password: " +msgstr "ÙÙÙ
Ø© اÙÙ
Ø±ÙØ±: " + +#: pyload/Setup.py:377 +msgid "Password too short. Use at least 4 symbols." +msgstr "ÙÙÙ
Ø© اÙÙ
Ø±ÙØ± ÙØµÙرة جداÙ. استخداÙ
4 رÙ
ÙØ² عÙÙ Ø§ÙØ§ÙÙ." + +#: pyload/Setup.py:380 +msgid "Password (again): " +msgstr "ÙÙÙ
Ø© اÙÙ
Ø±ÙØ± (Ù
رة أخرÙ): " + +#: pyload/Setup.py:386 +msgid "Passwords did not match." +msgstr "ÙÙÙ
ات اÙÙ
Ø±ÙØ± ØºÙØ± Ù
ØªØ·Ø§ØšÙØªÙÙ." + +#: pyload/Setup.py:397 +msgid "yes" +msgstr "ÙØ¹Ù
" + +#: pyload/Setup.py:397 +msgid "true" +msgstr "صØÙØ" + +#: pyload/Setup.py:397 +msgid "t" +msgstr "t" + +#: pyload/Setup.py:400 +msgid "no" +msgstr "ÙØ§" + +#: pyload/Setup.py:400 +msgid "false" +msgstr "خاط؊ة" + +#: pyload/Setup.py:400 +msgid "f" +msgstr "f" + +#: pyload/Setup.py:403 pyload/Setup.py:413 +msgid "Invalid Input" +msgstr "Ø§ÙØ¥Ø¯Ø®Ø§Ù ØºÙØ± ØµØ§ÙØ" + diff --git a/locale/ar/LC_MESSAGES/webUI.po b/locale/ar/LC_MESSAGES/webUI.po new file mode 100644 index 000000000..77b76de44 --- /dev/null +++ b/locale/ar/LC_MESSAGES/webUI.po @@ -0,0 +1,145 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-08-10 11:58+0200\n" +"PO-Revision-Date: 2013-08-31 15:21-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Arabic\n" +"Language: ar_SA\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\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" + +#: pyload/web/app/scripts/helpers/formatSize.js:9 +msgid "not available" +msgstr "ØºÙØ± Ù
تÙÙØ±" + +#: pyload/web/app/scripts/helpers/formatSize.js:11 +msgid "unlimited" +msgstr "ØºÙØ± Ù
ØØ¯Ùد" + +#: pyload/web/app/templates/default/admin.html:3 +#: pyload/web/app/templates/default/admin.html:4 +msgid "Admin" +msgstr "اÙÙ
؎رÙ" + +#: pyload/web/app/templates/default/setup.html:3 +msgid "Setup" +msgstr "ØšØ±ÙØ§Ù
ج Ø§ÙØ¥Ø¹Ø¯Ø§Ø¯" + +#: pyload/web/app/templates/default/accounts/actionbar.html:2 +msgid "Add Account" +msgstr "Ø¥Ø¶Ø§ÙØ© ØØ³Ø§Øš" + +#: pyload/web/app/templates/default/accounts/layout.html:2 +msgid "Accounts" +msgstr "Ø§ÙØØ³Ø§ØšØ§Øª" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:9 +msgid "Local" +msgstr "Ù
ØÙÙ" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:18 +msgid "Search" +msgstr "ØšØØ«" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:26 +msgid "Type" +msgstr "ÙÙØ¹" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:44 +#: pyload/web/app/templates/default/dashboard/actionbar.html:49 +msgid "All" +msgstr "Ø§ÙØ¬Ù
ÙØ¹" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:50 +msgid "Finished" +msgstr "تÙ
اÙÙØªÙاء" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:51 +msgid "Unfinished" +msgstr "ÙÙ
ÙÙØªÙÙ" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:52 +msgid "Failed" +msgstr "ÙØŽÙ" + +#: pyload/web/app/templates/default/dashboard/select.html:1 +msgid "1 package" +msgid_plural "%d packages" +msgstr[0] "1 ØØ²Ù
Ø©\n" +"ØµÙØºØ© Ø§ÙØ¬Ù
ع\n" +"%d ØØ²Ù
" +msgstr[1] "1 ØØ²Ù
Ø© %d" +msgstr[2] "1 ØØ²Ù
Ø©\n" +"1 ØØ²Ù
Ø© %d" +msgstr[3] "1 ØØ²Ù
%d" +msgstr[4] "" +msgstr[5] "" + +#: pyload/web/app/templates/default/dashboard/select.html:4 +msgid "1 file" +msgid_plural "%d files" +msgstr[0] "Ù
ÙØ±Ø¯\n" +"1 Ù
ÙÙ\n" +"ØµÙØºØ© Ø§ÙØ¬Ù
ع\n" +"%d Ù
ÙÙØ§Øª" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:2 +msgid "Add an account" +msgstr "Ø¥Ø¶Ø§ÙØ© ØØ³Ø§Øš" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:7 +msgid "Please enter your account data" +msgstr "ÙØ±Ø¬Ù Ø§Ø¯Ø®Ø§Ù ØšÙØ§Ùات ØØ³Ø§ØšÙ" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:3 +msgid "Choose a plugin" +msgstr "اختار Ø§ÙØ§Ø¶Ø§ÙØ©" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:9 +msgid "Please choose a plugin, which you want to configure" +msgstr "ÙØ±Ø¬Ù Ø§Ø®ØªÙØ§Ø± Ø§ÙØ§Ø¶Ø§ÙØ© Ø§ÙØªÙ ØªØ±ÙØ¯ Ø§Ø¹Ø¯Ø§Ø¯ÙØ§" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:23 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:46 +msgid "Add" +msgstr "Ø¥Ø¶Ø§ÙØ©" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:24 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:47 +#: pyload/web/app/templates/default/dialogs/interactionTask.html:35 +msgid "Close" +msgstr "Ø¥ØºÙØ§Ù" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:2 +msgid "Please confirm" +msgstr "ÙØ±Ø¬Ù Ø§ÙØªØ£ÙÙØ¯" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:5 +msgid "Do you want to delete the selected items?" +msgstr "ÙÙ ØªØ±ÙØ¯ ØØ°Ù Ø§ÙØ¹Ùاصر اÙÙ
ØØ¯Ø¯Ø©Ø" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:8 +msgid "Delete" +msgstr "ØØ°Ù" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:9 +msgid "Cancel" +msgstr "Ø§ÙØºØ§Ø¡" + +#: pyload/web/app/templates/default/dialogs/interactionTask.html:34 +msgid "Submit" +msgstr "Ø§ÙØªØ±Ø" + +#: pyload/web/app/templates/default/header/layout.html:12 +msgid "Running..." +msgstr "ÙÙØ¯ Ø§ÙØªØŽØºÙÙ..." + diff --git a/locale/bn/LC_MESSAGES/cli.po b/locale/bn/LC_MESSAGES/cli.po new file mode 100644 index 000000000..68f32bb9c --- /dev/null +++ b/locale/bn/LC_MESSAGES/cli.po @@ -0,0 +1,291 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Bengali\n" +"Language: bn_BD\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: crowdin.net\n" + +#: pyload/cli/AddPackage.py:48 +msgid "Add Package:" +msgstr "" + +#: pyload/cli/AddPackage.py:53 +msgid "Enter a name for the new package" +msgstr "" + +#: pyload/cli/AddPackage.py:57 +#, python-format +msgid "Package: %s" +msgstr "" + +#: pyload/cli/AddPackage.py:58 +msgid "Parse the links you want to add." +msgstr "" + +#: pyload/cli/AddPackage.py:59 +#, python-format +msgid "Type %s when done." +msgstr "" + +#: pyload/cli/AddPackage.py:60 +msgid "Links added: " +msgstr "" + +#: pyload/cli/AddPackage.py:64 pyload/cli/ManageFiles.py:149 +msgid " back to main menu" +msgstr "" + +#: pyload/cli/ManageFiles.py:97 +msgid "Manage Packages:" +msgstr "" + +#: pyload/cli/ManageFiles.py:99 +msgid "Manage Links:" +msgstr "" + +#: pyload/cli/ManageFiles.py:104 +msgid "What do you want to move?" +msgstr "" + +#: pyload/cli/ManageFiles.py:106 +msgid "What do you want to delete?" +msgstr "" + +#: pyload/cli/ManageFiles.py:108 +msgid "What do you want to restart?" +msgstr "" + +#: pyload/cli/ManageFiles.py:113 +msgid "Choose what you want to do, or enter package number." +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "delete" +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "move" +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "restart" +msgstr "" + +#: pyload/cli/ManageFiles.py:148 +msgid " - previous" +msgstr "" + +#: pyload/cli/ManageFiles.py:148 +msgid " - next" +msgstr "" + +#: pyload/cli/Cli.py:75 pyload/cli/Cli.py:133 +msgid " Command Line Interface" +msgstr "" + +#: pyload/cli/Cli.py:165 +#, python-format +msgid "%s Downloads:" +msgstr "" + +#: pyload/cli/Cli.py:177 +msgid " Speed: " +msgstr "" + +#: pyload/cli/Cli.py:177 +msgid " Size: " +msgstr "" + +#: pyload/cli/Cli.py:178 +msgid " Finished in: " +msgstr "" + +#: pyload/cli/Cli.py:179 +msgid " ID: " +msgstr "" + +#: pyload/cli/Cli.py:184 +msgid "waiting: " +msgstr "" + +#: pyload/cli/Cli.py:191 pyload/cli/Cli.py:193 +msgid "Status:" +msgstr "" + +#: pyload/cli/Cli.py:191 +msgid "paused" +msgstr "" + +#: pyload/cli/Cli.py:193 +msgid "running" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "total Speed" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "Files in queue" +msgstr "" + +#: pyload/cli/Cli.py:197 +msgid "Total" +msgstr "" + +#: pyload/cli/Cli.py:203 +msgid "Menu:" +msgstr "" + +#: pyload/cli/Cli.py:205 +msgid " Add Links" +msgstr "" + +#: pyload/cli/Cli.py:206 +msgid " Manage Queue" +msgstr "" + +#: pyload/cli/Cli.py:207 +msgid " Manage Collector" +msgstr "" + +#: pyload/cli/Cli.py:208 +msgid " (Un)Pause Server" +msgstr "" + +#: pyload/cli/Cli.py:209 +msgid " Kill Server" +msgstr "" + +#: pyload/cli/Cli.py:210 +msgid " Quit" +msgstr "" + +#: pyload/cli/Cli.py:289 pyload/cli/Cli.py:296 +msgid "Please use this syntax: add <Package name> <link> <link2> ..." +msgstr "" + +#: pyload/cli/Cli.py:315 +#, python-format +msgid "Checking %d links:" +msgstr "" + +#: pyload/cli/Cli.py:324 +msgid "File does not exists." +msgstr "" + +#: pyload/cli/Cli.py:385 +msgid "pyLoad was terminated" +msgstr "" + +#: pyload/cli/Cli.py:443 +msgid "Prints server status" +msgstr "" + +#: pyload/cli/Cli.py:444 +msgid "Prints downloads in queue" +msgstr "" + +#: pyload/cli/Cli.py:445 +msgid "Prints downloads in collector" +msgstr "" + +#: pyload/cli/Cli.py:446 +msgid "Adds package to queue" +msgstr "" + +#: pyload/cli/Cli.py:447 +msgid "Adds package to collector" +msgstr "" + +#: pyload/cli/Cli.py:448 +msgid "Delete Files from Queue/Collector" +msgstr "" + +#: pyload/cli/Cli.py:449 +msgid "Delete Packages from Queue/Collector" +msgstr "" + +#: pyload/cli/Cli.py:450 +msgid "Move Packages from Queue to Collector or vice versa" +msgstr "" + +#: pyload/cli/Cli.py:451 +msgid "Restart files" +msgstr "" + +#: pyload/cli/Cli.py:452 +msgid "Restart packages" +msgstr "" + +#: pyload/cli/Cli.py:453 +msgid "Check online status, works with local container" +msgstr "" + +#: pyload/cli/Cli.py:454 +msgid "Checks online status of a container file" +msgstr "" + +#: pyload/cli/Cli.py:455 +msgid "Pause the server" +msgstr "" + +#: pyload/cli/Cli.py:456 +msgid "continue downloads" +msgstr "" + +#: pyload/cli/Cli.py:457 +msgid "Toggle pause/unpause" +msgstr "" + +#: pyload/cli/Cli.py:458 +msgid "kill server" +msgstr "" + +#: pyload/cli/Cli.py:460 +msgid "List of commands:" +msgstr "" + +#: pyload/cli/Cli.py:473 +msgid "Couldn't write user config file" +msgstr "" + +#: pyload/cli/Cli.py:548 pyload/cli/Cli.py:580 +msgid "You need py-openssl to connect to this pyLoad core." +msgstr "" + +#: pyload/cli/Cli.py:555 +msgid "Address: " +msgstr "" + +#: pyload/cli/Cli.py:556 +msgid "Port: " +msgstr "" + +#: pyload/cli/Cli.py:557 +msgid "Username: " +msgstr "" + +#: pyload/cli/Cli.py:561 +msgid "Password: " +msgstr "" + +#: pyload/cli/Cli.py:566 pyload/cli/Cli.py:575 +msgid "Login data is wrong." +msgstr "" + +#: pyload/cli/Cli.py:568 pyload/cli/Cli.py:577 +#, python-format +msgid "Could not establish connection to %(addr)s:%(port)s." +msgstr "" + +#: pyload/cli/Cli.py:582 +msgid "Interactive mode ignored since you passed some commands." +msgstr "" + diff --git a/locale/bn/LC_MESSAGES/core.po b/locale/bn/LC_MESSAGES/core.po new file mode 100644 index 000000000..1201f5e76 --- /dev/null +++ b/locale/bn/LC_MESSAGES/core.po @@ -0,0 +1,630 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Bengali\n" +"Language: bn_BD\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: crowdin.net\n" + +#: pyload/AddonManager.py:62 +#, python-format +msgid "Error when executing %s" +msgstr "" + +#: pyload/AddonManager.py:93 +#, python-format +msgid "Failed activating %(name)s" +msgstr "" + +#: pyload/AddonManager.py:96 +#, python-format +msgid "Activated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:97 +#, python-format +msgid "Deactivated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:153 +msgid "Activating Plugins..." +msgstr "" + +#: pyload/AddonManager.py:162 +msgid "Deactivating Plugins..." +msgstr "" + +#: pyload/web/ServerThread.py:49 +msgid "SSL certificates not found." +msgstr "" + +#: pyload/web/ServerThread.py:53 +msgid "WebUI built is not available" +msgstr "" + +#: pyload/web/ServerThread.py:55 +msgid "Running webUI in development mode" +msgstr "" + +#: pyload/web/ServerThread.py:73 +msgid "Failed starting webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:107 +msgid "Failed importing webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:125 +msgid "This server offers no SSL, please consider using threaded instead" +msgstr "" + +#: pyload/web/ServerThread.py:139 +#, python-format +msgid "Starting %(name)s webserver: %(host)s:%(port)d" +msgstr "" + +#: pyload/config/default.py:14 +msgid "Remote" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Description" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Long description" +msgstr "" + +#: pyload/config/default.py:16 pyload/config/default.py:56 +#: pyload/config/default.py:63 +msgid "Activated" +msgstr "" + +#: pyload/config/default.py:17 pyload/config/default.py:69 +#: pyload/config/default.py:80 +msgid "Port" +msgstr "" + +#: pyload/config/default.py:18 pyload/config/default.py:77 +msgid "Address" +msgstr "" + +#: pyload/config/default.py:21 +msgid "Log" +msgstr "" + +#: pyload/config/default.py:23 +msgid "Size in kb" +msgstr "" + +#: pyload/config/default.py:24 +msgid "Folder" +msgstr "" + +#: pyload/config/default.py:25 +msgid "File Log" +msgstr "" + +#: pyload/config/default.py:26 +msgid "Count" +msgstr "" + +#: pyload/config/default.py:27 +msgid "Log Rotate" +msgstr "" + +#: pyload/config/default.py:30 +msgid "Permissions" +msgstr "" + +#: pyload/config/default.py:32 +msgid "Groupname" +msgstr "" + +#: pyload/config/default.py:33 +msgid "Change Group and User of Downloads" +msgstr "" + +#: pyload/config/default.py:34 +msgid "Change file mode of downloads" +msgstr "" + +#: pyload/config/default.py:35 pyload/config/default.py:75 +msgid "Username" +msgstr "" + +#: pyload/config/default.py:36 +msgid "Filemode for Downloads" +msgstr "" + +#: pyload/config/default.py:37 +msgid "Change group of running process" +msgstr "" + +#: pyload/config/default.py:38 +msgid "Folder Permission mode" +msgstr "" + +#: pyload/config/default.py:39 +msgid "Change user of running process" +msgstr "" + +#: pyload/config/default.py:42 +msgid "General" +msgstr "" + +#: pyload/config/default.py:44 +msgid "Language" +msgstr "" + +#: pyload/config/default.py:45 +msgid "Download Folder" +msgstr "" + +#: pyload/config/default.py:46 +msgid "Use Checksum" +msgstr "" + +#: pyload/config/default.py:47 +msgid "Create folder for each package" +msgstr "" + +#: pyload/config/default.py:48 +msgid "Debug Mode" +msgstr "" + +#: pyload/config/default.py:49 +msgid "Min Free Space (MB)" +msgstr "" + +#: pyload/config/default.py:50 +msgid "CPU Priority" +msgstr "" + +#: pyload/config/default.py:53 +msgid "SSL" +msgstr "" + +#: pyload/config/default.py:55 +msgid "SSL Certificate" +msgstr "" + +#: pyload/config/default.py:57 +msgid "SSL Key" +msgstr "" + +#: pyload/config/default.py:60 +msgid "Webinterface" +msgstr "" + +#: pyload/config/default.py:62 +msgid "Template" +msgstr "" + +#: pyload/config/default.py:64 +msgid "Path Prefix" +msgstr "" + +#: pyload/config/default.py:65 +msgid "Server" +msgstr "" + +#: pyload/config/default.py:66 +msgid "Favor specific server" +msgstr "" + +#: pyload/config/default.py:67 +msgid "IP" +msgstr "" + +#: pyload/config/default.py:68 +msgid "Use HTTPS" +msgstr "" + +#: pyload/config/default.py:70 +msgid "Development mode" +msgstr "" + +#: pyload/config/default.py:73 +msgid "Proxy" +msgstr "" + +#: pyload/config/default.py:76 +msgid "Use Proxy" +msgstr "" + +#: pyload/config/default.py:78 +msgid "Password" +msgstr "" + +#: pyload/config/default.py:79 +msgid "Protocol" +msgstr "" + +#: pyload/config/default.py:83 +msgid "Reconnect" +msgstr "" + +#: pyload/config/default.py:85 pyload/config/default.py:106 +msgid "End" +msgstr "" + +#: pyload/config/default.py:86 +msgid "Use Reconnect" +msgstr "" + +#: pyload/config/default.py:87 +msgid "Method" +msgstr "" + +#: pyload/config/default.py:88 pyload/config/default.py:105 +msgid "Start" +msgstr "" + +#: pyload/config/default.py:91 +msgid "Download" +msgstr "" + +#: pyload/config/default.py:93 +msgid "Max Parallel Downloads" +msgstr "" + +#: pyload/config/default.py:94 +msgid "Limit Download Speed" +msgstr "" + +#: pyload/config/default.py:95 +msgid "Download interface to bind (ip or Name)" +msgstr "" + +#: pyload/config/default.py:96 +msgid "Skip already existing files" +msgstr "" + +#: pyload/config/default.py:97 +msgid "Max Download Speed in kb/s" +msgstr "" + +#: pyload/config/default.py:98 +msgid "Allow IPv6" +msgstr "" + +#: pyload/config/default.py:99 +msgid "Max connections for one download" +msgstr "" + +#: pyload/config/default.py:100 +msgid "Restart failed downloads on startup" +msgstr "" + +#: pyload/config/default.py:103 +msgid "Download Time" +msgstr "" + +#: pyload/network/HTTPDownload.py:249 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/api/DownloadApi.py:44 +#, python-format +msgid "Added package %(name)s as folder %(folder)s" +msgstr "" + +#: pyload/api/DownloadApi.py:95 +#, python-format +msgid "Added %d links to package" +msgstr "" + +#: pyload/AccountManager.py:69 +#, python-format +msgid "Unknown account plugin %s" +msgstr "" + +#: pyload/interaction/InteractionManager.py:88 +msgid "Query" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Captcha request" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Please solve the captcha." +msgstr "" + +#: pyload/remote/RemoteManager.py:35 +#, python-format +msgid "Remote backend error: %s" +msgstr "" + +#: pyload/remote/RemoteManager.py:80 +#, python-format +msgid "Starting %(name)s: %(addr)s:%(port)s" +msgstr "" + +#: pyload/remote/RemoteManager.py:82 +#, python-format +msgid "Failed loading backend %(name)s | %(error)s" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "none" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "offline" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "online" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "queued" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "paused" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "finished" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "skipped" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "failed" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "starting" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "waiting" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "downloading" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "temp. offline" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "aborted" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "decrypting" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "processing" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "custom" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "unknown" +msgstr "" + +#: pyload/FileManager.py:426 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/Api.py:152 +#, python-format +msgid "User '%s' tries to log in" +msgstr "" + +#: pyload/Core.py:195 +msgid "Received Quit signal" +msgstr "" + +#: pyload/Core.py:323 +#, python-format +msgid "pyLoad already running with pid %s" +msgstr "" + +#: pyload/Core.py:337 +#, python-format +msgid "Failed changing group: %s" +msgstr "" + +#: pyload/Core.py:347 +#, python-format +msgid "Failed changing user: %s" +msgstr "" + +#: pyload/Core.py:358 +msgid "Starting" +msgstr "" + +#: pyload/Core.py:359 +#, python-format +msgid "Using home directory: %s" +msgstr "" + +#: pyload/Core.py:373 +msgid "All links removed" +msgstr "" + +#: pyload/Core.py:403 +#, python-format +msgid "Download time: %s" +msgstr "" + +#: pyload/Core.py:418 +#, python-format +msgid "Free space: %s" +msgstr "" + +#: pyload/Core.py:438 +msgid "Activating Accounts..." +msgstr "" + +#: pyload/Core.py:443 +msgid "Restarting failed downloads..." +msgstr "" + +#: pyload/Core.py:451 +msgid "pyLoad is up and running" +msgstr "" + +#: pyload/Core.py:474 +msgid "restarting pyLoad" +msgstr "" + +#: pyload/Core.py:478 +msgid "pyLoad quits" +msgstr "" + +#: pyload/Core.py:564 +msgid "shutting down..." +msgstr "" + +#: pyload/Core.py:579 +msgid "error while shutting down" +msgstr "" + +#: pyload/Core.py:661 +msgid "killed pyLoad from terminal" +msgstr "" + +#: pyload/database/DatabaseBackend.py:167 +msgid "Database was deleted due to incompatible version." +msgstr "" + +#: pyload/threads/DecrypterThread.py:50 +msgid "Decrypting failed" +msgstr "" + +#: pyload/threads/DecrypterThread.py:73 +#, python-format +msgid "Decrypted %(count)d links into package %(name)s" +msgstr "" + +#: pyload/threads/DecrypterThread.py:80 +msgid "No links decrypted" +msgstr "" + +#: pyload/threads/InfoThread.py:147 +#, python-format +msgid "Info Fetching for %(name)s failed | %(err)s" +msgstr "" + +#: pyload/threads/ThreadManager.py:155 +#, python-format +msgid "Reconnect Failed: %s" +msgstr "" + +#: pyload/threads/ThreadManager.py:192 +msgid "Reconnect script not found!" +msgstr "" + +#: pyload/threads/ThreadManager.py:198 +msgid "Starting reconnect" +msgstr "" + +#: pyload/threads/ThreadManager.py:212 +msgid "Failed executing reconnect script!" +msgstr "" + +#: pyload/threads/ThreadManager.py:224 +#, python-format +msgid "Reconnected, new IP: %s" +msgstr "" + +#: pyload/threads/ThreadManager.py:298 +msgid "Not enough space left on device" +msgstr "" + +#: pyload/threads/DownloadThread.py:64 +#, python-format +msgid "Download starts: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:70 +#, python-format +msgid "Download finished: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:75 +#, python-format +msgid "Plugin %s is missing a function." +msgstr "" + +#: pyload/threads/DownloadThread.py:83 pyload/threads/DownloadThread.py:147 +#, python-format +msgid "Download aborted: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:103 +#, python-format +msgid "Download restarted: %(name)s | %(msg)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:113 +#, python-format +msgid "Download is offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:116 pyload/threads/DownloadThread.py:187 +#, python-format +msgid "Download is temporary offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:119 pyload/threads/DownloadThread.py:192 +#, python-format +msgid "Download failed: %(name)s | %(msg)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:136 +msgid "Couldn't connect to host or connection reset, waiting 1 minute and retry." +msgstr "" + +#: pyload/threads/DownloadThread.py:171 +#, python-format +msgid "Download skipped: %(name)s due to %(plugin)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:188 +msgid "Internal Server Error" +msgstr "" + +#: pyload/threads/AddonThread.py:55 +msgid "An Error occurred" +msgstr "" + +#: pyload/PluginManager.py:316 +#, python-format +msgid "Error importing %(name)s: %(msg)s" +msgstr "" + +#: pyload/utils/JsEngine.py:188 +msgid "No js engine detected, please install either Spidermonkey, ossp-js, pyv8, nodejs or rhino" +msgstr "" + diff --git a/locale/bn/LC_MESSAGES/plugins.po b/locale/bn/LC_MESSAGES/plugins.po new file mode 100644 index 000000000..9a4216b83 --- /dev/null +++ b/locale/bn/LC_MESSAGES/plugins.po @@ -0,0 +1,424 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-20 22:13+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Bengali\n" +"Language: bn_BD\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: crowdin.net\n" + +#: pyload/plugins/network/CurlDownload.py:241 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/plugins/Base.py:329 +msgid "Pil and tesseract not installed and no Client connected for captcha decrypting" +msgstr "" + +#: pyload/plugins/Base.py:333 +msgid "No captcha result obtained in appropriate time." +msgstr "" + +#: pyload/plugins/Hoster.py:282 pyload/plugins/Hoster.py:319 +#: pyload/plugins/hoster/ARD.py:76 +#, python-format +msgid "Setting User and Group failed: %s" +msgstr "" + +#: pyload/plugins/Crypter.py:136 +msgid "Not existing file or unsupported protocol" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:96 +msgid "Rapidshare: Traffic Share (direct download)" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:123 +#: pyload/plugins/hoster/RapidshareCom.py:189 +msgid "Already downloading from this ip address, waiting 60 seconds" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:127 +msgid "Invalid Auth Code, download will be restarted" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:193 +msgid "RapidShareCom: No free slots" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:196 +msgid "You need a premium account for this file" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:198 +msgid "Filename reported invalid" +msgstr "" + +#: pyload/plugins/hoster/RealdebridCom.py:40 +#: pyload/plugins/hoster/Premium4Me.py:27 +#: pyload/plugins/hoster/MultiDebridCom.py:39 +#: pyload/plugins/hoster/ZeveraCom.py:24 +#: pyload/plugins/hoster/AlldebridCom.py:37 +#: pyload/plugins/hoster/RehostTo.py:25 pyload/plugins/hoster/ReloadCc.py:22 +#: pyload/plugins/hoster/DebridItaliaCom.py:38 +#: pyload/plugins/hoster/PremiumizeMe.py:19 +#, python-format +msgid "Please enter your %s account or deactivate this plugin" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:55 +msgid "Decryption failed" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:99 +msgid "No file key provided in the URL" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:111 +msgid "Error code:" +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:97 +msgid "Parallel download error, now waiting 60s." +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:208 +msgid "Not logged in." +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:135 +msgid "API key invalid" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:160 +#, python-format +msgid "%s: Not enough traffic left" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:163 +msgid "Traffic exceeded" +msgstr "" + +#: pyload/plugins/hoster/BasePlugin.py:63 +msgid "Authorization required (username:password)" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:143 +#: pyload/plugins/hoster/NetloadIn.py:167 +msgid "File temporarily not available" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:180 +#, python-format +msgid "Netload: waiting between downloads %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:209 +#, python-format +msgid "Netload: waiting for captcha %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:248 +msgid "Downloaded File was empty" +msgstr "" + +#: pyload/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 "" + +#: pyload/plugins/hoster/XHamsterCom.py:75 +#: pyload/plugins/hoster/XHamsterCom.py:84 +#: pyload/plugins/hoster/XHamsterCom.py:87 +#, python-format +msgid "long_url: %s" +msgstr "" + +#: pyload/plugins/Account.py:117 pyload/plugins/Account.py:123 +#, python-format +msgid "Could not login with account %(user)s | %(msg)s" +msgstr "" + +#: pyload/plugins/Account.py:118 +msgid "Wrong Password" +msgstr "" + +#: pyload/plugins/Account.py:184 +#, python-format +msgid "Get Account Info for %s" +msgstr "" + +#: pyload/plugins/Account.py:193 +#, python-format +msgid "Error: %s" +msgstr "" + +#: pyload/plugins/Account.py:242 +#, python-format +msgid "Your Time %s has a wrong format, use: 1:22-3:44" +msgstr "" + +#: pyload/plugins/Account.py:265 +#, python-format +msgid "Account %s has not enough traffic, checking again in 30min" +msgstr "" + +#: pyload/plugins/Account.py:273 +#, python-format +msgid "Account %s is expired, checking again in 1h" +msgstr "" + +#: pyload/plugins/Account.py:290 +#, python-format +msgid "Login with %s" +msgstr "" + +#: pyload/plugins/Addon.py:118 +#, python-format +msgid "Error executing addons: %s" +msgstr "" + +#: pyload/plugins/accounts/BitshareCom.py:36 +msgid "Activate direct Download in your Bitshare Account" +msgstr "" + +#: pyload/plugins/crypter/SerienjunkiesOrg.py:128 +msgid "Downloadlimit reached" +msgstr "" + +#: pyload/plugins/addons/Premium4Me.py:30 +msgid "Please add your premium.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:53 +#, python-format +msgid "Installed scripts for %s: " +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:69 +msgid "Script not executable:" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:79 +#, python-format +msgid "Error in %(script)s: %(error)s" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:72 +#: pyload/plugins/addons/Captcha9kw.py:56 +#: pyload/plugins/addons/ExpertDecoders.py:49 +#, python-format +msgid "%s credits left" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:120 +msgid "Could not send response." +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:138 +msgid "Your CaptchaTrader Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:89 +#, python-format +msgid "New CaptchaID from upload: %s : %s" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:123 +msgid "Your Captcha 9kw.eu Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/RehostTo.py:34 +msgid "Please add your rehost.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/HotFolder.py:82 +#, python-format +msgid "Added %s from HotFolder" +msgstr "" + +#: pyload/plugins/addons/ClickAndLoad.py:74 +msgid "Click'N'Load: Port 9666 already in use" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:82 +#: pyload/plugins/addons/IRCInterface.py:75 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:90 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" +msgstr "" + +#: pyload/plugins/addons/ExpertDecoders.py:98 +msgid "Your ExpertDecoders Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:73 +msgid "*** Plugins have been updated, please restart pyLoad ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:75 +msgid "Plugins updated and reloaded" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:78 +msgid "No plugin updates available" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:95 +msgid "No Updates for pyLoad" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:100 +#, python-format +msgid "*** New pyLoad Version %s available ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:101 +msgid "*** Get it here: http://pyload.org/download ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:104 +msgid "Not able to connect server for updates" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:148 +#, python-format +msgid "New version of %(type)s|%(name)s : %(version).2f" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:157 +#: pyload/plugins/addons/UpdateManager.py:162 +#, python-format +msgid "Error when updating %s" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:162 +msgid "Version mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:92 +#, python-format +msgid "No %s installed" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:94 +#: pyload/plugins/addons/ExtractArchive.py:99 +#, python-format +msgid "Could not activate %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:104 +msgid "Activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:106 +msgid "No Extract plugins activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:118 +#, python-format +msgid "Package %s queued for later extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:143 +#, python-format +msgid "Check package %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:183 +#, python-format +msgid "Extract to %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:197 +msgid "No files found to extract" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:203 +msgid "extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:214 +msgid "Password protected" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:234 +msgid "Wrong password" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:242 +#, python-format +msgid "Deleting %s files" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:247 +msgid "Extracting finished" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:254 +msgid "Archive Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:256 +msgid "CRC Mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:260 +msgid "Unknown Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:312 +msgid "Setting User and Group failed" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:36 +msgid "Crypter list not found" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:50 +msgid "Crypter list is empty" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:82 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:94 +#, python-format +msgid "New Captcha Request: %s" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:95 +#, python-format +msgid "Answer with 'c %s text on the captcha'" +msgstr "" + +#: pyload/plugins/addons/PremiumizeMe.py:46 +msgid "Please add a valid premiumize.me account first and restart pyLoad." +msgstr "" + +#: pyload/plugins/addons/CaptchaBrotherhood.py:69 +#, python-format +msgid "%d credits left" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:29 +#, python-format +msgid "Activated %s" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:47 +msgid "No Hoster loaded" +msgstr "" + diff --git a/locale/bn/LC_MESSAGES/setup.po b/locale/bn/LC_MESSAGES/setup.po new file mode 100644 index 000000000..dbc008d23 --- /dev/null +++ b/locale/bn/LC_MESSAGES/setup.po @@ -0,0 +1,376 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Bengali\n" +"Language: bn_BD\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: crowdin.net\n" + +#: pyload/Setup.py:72 +msgid "Would you like to configure pyLoad via Webinterface?" +msgstr "" + +#: pyload/Setup.py:73 +msgid "You need a Browser and a connection to this PC for it." +msgstr "" + +#: pyload/Setup.py:74 +msgid "Url would be: http://hostname:8000/" +msgstr "" + +#: pyload/Setup.py:75 +msgid "Start initial webinterface for configuration?" +msgstr "" + +#: pyload/Setup.py:86 +msgid "Welcome to the pyLoad Configuration Assistent." +msgstr "" + +#: pyload/Setup.py:87 +msgid "It will check your system and make a basic setup in order to run pyLoad." +msgstr "" + +#: pyload/Setup.py:89 +msgid "The value in brackets [] always is the default value," +msgstr "" + +#: pyload/Setup.py:90 +msgid "in case you don't want to change it or you are unsure what to choose, just hit enter." +msgstr "" + +#: pyload/Setup.py:92 +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgstr "" + +#: pyload/Setup.py:93 +msgid "If you have any problems with this assistent hit CTRL+C," +msgstr "" + +#: pyload/Setup.py:94 +msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgstr "" + +#: pyload/Setup.py:96 +msgid "When you are ready for system check, hit enter." +msgstr "" + +#: pyload/Setup.py:103 +msgid "Features missing: " +msgstr "" + +#: pyload/Setup.py:107 +msgid "no py-crypto available" +msgstr "" + +#: pyload/Setup.py:108 +msgid "You need this if you want to decrypt container files." +msgstr "" + +#: pyload/Setup.py:112 +msgid "no SSL available" +msgstr "" + +#: pyload/Setup.py:113 +msgid "This is needed if you want to establish a secure connection to core or webinterface." +msgstr "" + +#: pyload/Setup.py:114 +msgid "If you only want to access locally to pyLoad ssl is not useful." +msgstr "" + +#: pyload/Setup.py:118 +msgid "no Captcha Recognition available" +msgstr "" + +#: pyload/Setup.py:119 +msgid "Only needed for some hosters and as freeuser." +msgstr "" + +#: pyload/Setup.py:123 +msgid "no JavaScript engine found" +msgstr "" + +#: pyload/Setup.py:124 +msgid "You will need this for some Click'N'Load links. Install Spidermonkey, ossp-js, pyv8 or rhino" +msgstr "" + +#: pyload/Setup.py:126 +msgid "You can abort the setup now and fix some dependencies if you want." +msgstr "" + +#: pyload/Setup.py:128 +msgid "Continue with setup?" +msgstr "" + +#: pyload/Setup.py:134 +#, python-format +msgid "Do you want to change the config path? Current is %s" +msgstr "" + +#: pyload/Setup.py:136 +msgid "If you use pyLoad on a server or the home partition lives on an internal flash it may be a good idea to change it." +msgstr "" + +#: pyload/Setup.py:137 +msgid "Change config path?" +msgstr "" + +#: pyload/Setup.py:143 +msgid "Do you want to configure login data and basic settings?" +msgstr "" + +#: pyload/Setup.py:144 +msgid "This is recommend for first run." +msgstr "" + +#: pyload/Setup.py:145 +msgid "Make basic setup?" +msgstr "" + +#: pyload/Setup.py:152 +msgid "Do you want to configure ssl?" +msgstr "" + +#: pyload/Setup.py:153 +msgid "Configure ssl?" +msgstr "" + +#: pyload/Setup.py:159 +msgid "Do you want to configure webinterface?" +msgstr "" + +#: pyload/Setup.py:160 +msgid "Configure webinterface?" +msgstr "" + +#: pyload/Setup.py:165 +msgid "Setup finished successfully." +msgstr "" + +#: pyload/Setup.py:166 +msgid "Hit enter to exit and restart pyLoad" +msgstr "" + +#: pyload/Setup.py:173 +msgid "Webinterface running for setup." +msgstr "" + +#: pyload/Setup.py:190 +msgid "## Basic Setup ##" +msgstr "" + +#: pyload/Setup.py:193 +msgid "The following logindata is valid for CLI, GUI and webinterface." +msgstr "" + +#: pyload/Setup.py:199 pyload/Setup.py:288 pyload/Setup.py:304 +msgid "Username" +msgstr "" + +#: pyload/Setup.py:205 +msgid "External clients (GUI, CLI or other) need remote access to work over the network." +msgstr "" + +#: pyload/Setup.py:206 +msgid "However, if you only want to use the webinterface you may disable it to save ram." +msgstr "" + +#: pyload/Setup.py:207 +msgid "Enable remote access" +msgstr "" + +#: pyload/Setup.py:211 +msgid "Language" +msgstr "" + +#: pyload/Setup.py:213 +msgid "Download folder" +msgstr "" + +#: pyload/Setup.py:214 +msgid "Max parallel downloads" +msgstr "" + +#: pyload/Setup.py:218 +msgid "Use Reconnect?" +msgstr "" + +#: pyload/Setup.py:221 +msgid "Reconnect script location" +msgstr "" + +#: pyload/Setup.py:226 +msgid "## Webinterface Setup ##" +msgstr "" + +#: pyload/Setup.py:229 +msgid "Activate webinterface?" +msgstr "" + +#: pyload/Setup.py:231 +msgid "Listen address, if you use 127.0.0.1 or localhost, the webinterface will only accessible locally." +msgstr "" + +#: pyload/Setup.py:232 +msgid "Address" +msgstr "" + +#: pyload/Setup.py:233 +msgid "Port" +msgstr "" + +#: pyload/Setup.py:235 +msgid "pyLoad offers several server backends, now following a short explanation." +msgstr "" + +#: pyload/Setup.py:236 +msgid "Default server, this server offers SSL and is a good alternative to builtin." +msgstr "" + +#: pyload/Setup.py:238 +msgid "Can be used by apache, lighttpd, requires you to configure them, which is not too easy job." +msgstr "" + +#: pyload/Setup.py:239 +msgid "Very fast alternative written in C, requires libev and linux knowledge." +msgstr "" + +#: pyload/Setup.py:240 +msgid "Get it from here: https://github.com/jonashaag/bjoern, compile it" +msgstr "" + +#: pyload/Setup.py:241 +msgid "and copy bjoern.so to pyload/lib" +msgstr "" + +#: pyload/Setup.py:245 +msgid "Attention: In some rare cases the builtin server is not working, if you notice problems with the webinterface" +msgstr "" + +#: pyload/Setup.py:246 +msgid "come back here and change the builtin server to the threaded one here." +msgstr "" + +#: pyload/Setup.py:248 +msgid "Server" +msgstr "" + +#: pyload/Setup.py:253 +msgid "## SSL Setup ##" +msgstr "" + +#: pyload/Setup.py:255 +msgid "Execute these commands from pyLoad config folder to make ssl certificates:" +msgstr "" + +#: pyload/Setup.py:261 +msgid "If you're done and everything went fine, you can activate ssl now." +msgstr "" + +#: pyload/Setup.py:262 +msgid "Activate SSL?" +msgstr "" + +#: pyload/Setup.py:278 +msgid "Select action" +msgstr "" + +#: pyload/Setup.py:279 +msgid "1 - Create/Edit user" +msgstr "" + +#: pyload/Setup.py:280 +msgid "2 - List users" +msgstr "" + +#: pyload/Setup.py:281 +msgid "3 - Remove user" +msgstr "" + +#: pyload/Setup.py:282 +msgid "4 - Quit" +msgstr "" + +#: pyload/Setup.py:294 +msgid "Users" +msgstr "" + +#: pyload/Setup.py:322 +msgid "Setting new configpath, current configuration will not be transferred!" +msgstr "" + +#: pyload/Setup.py:323 +msgid "Config path" +msgstr "" + +#: pyload/Setup.py:331 +msgid "Config path changed, setup will now close, please restart to go on." +msgstr "" + +#: pyload/Setup.py:332 +msgid "Press Enter to exit." +msgstr "" + +#: pyload/Setup.py:336 +#, python-format +msgid "Setting config path failed: %s" +msgstr "" + +#: pyload/Setup.py:347 +msgid "y" +msgstr "" + +#: pyload/Setup.py:349 +msgid "n" +msgstr "" + +#: pyload/Setup.py:373 +msgid "Password: " +msgstr "" + +#: pyload/Setup.py:377 +msgid "Password too short. Use at least 4 symbols." +msgstr "" + +#: pyload/Setup.py:380 +msgid "Password (again): " +msgstr "" + +#: pyload/Setup.py:386 +msgid "Passwords did not match." +msgstr "" + +#: pyload/Setup.py:397 +msgid "yes" +msgstr "" + +#: pyload/Setup.py:397 +msgid "true" +msgstr "" + +#: pyload/Setup.py:397 +msgid "t" +msgstr "" + +#: pyload/Setup.py:400 +msgid "no" +msgstr "" + +#: pyload/Setup.py:400 +msgid "false" +msgstr "" + +#: pyload/Setup.py:400 +msgid "f" +msgstr "" + +#: pyload/Setup.py:403 pyload/Setup.py:413 +msgid "Invalid Input" +msgstr "" + diff --git a/locale/bn/LC_MESSAGES/webUI.po b/locale/bn/LC_MESSAGES/webUI.po new file mode 100644 index 000000000..a9a8a2688 --- /dev/null +++ b/locale/bn/LC_MESSAGES/webUI.po @@ -0,0 +1,131 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-08-10 11:58+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Bengali\n" +"Language: bn_BD\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: crowdin.net\n" + +#: pyload/web/app/scripts/helpers/formatSize.js:9 +msgid "not available" +msgstr "" + +#: pyload/web/app/scripts/helpers/formatSize.js:11 +msgid "unlimited" +msgstr "" + +#: pyload/web/app/templates/default/admin.html:3 +#: pyload/web/app/templates/default/admin.html:4 +msgid "Admin" +msgstr "" + +#: pyload/web/app/templates/default/setup.html:3 +msgid "Setup" +msgstr "" + +#: pyload/web/app/templates/default/accounts/actionbar.html:2 +msgid "Add Account" +msgstr "" + +#: pyload/web/app/templates/default/accounts/layout.html:2 +msgid "Accounts" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:9 +msgid "Local" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:18 +msgid "Search" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:26 +msgid "Type" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:44 +#: pyload/web/app/templates/default/dashboard/actionbar.html:49 +msgid "All" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:50 +msgid "Finished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:51 +msgid "Unfinished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:52 +msgid "Failed" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/select.html:1 +msgid "1 package" +msgid_plural "%d packages" +msgstr[0] "" +msgstr[1] "" + +#: pyload/web/app/templates/default/dashboard/select.html:4 +msgid "1 file" +msgid_plural "%d files" +msgstr[0] "" +msgstr[1] "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:2 +msgid "Add an account" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:7 +msgid "Please enter your account data" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:3 +msgid "Choose a plugin" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:9 +msgid "Please choose a plugin, which you want to configure" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:23 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:46 +msgid "Add" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:24 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:47 +#: pyload/web/app/templates/default/dialogs/interactionTask.html:35 +msgid "Close" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:2 +msgid "Please confirm" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:5 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:8 +msgid "Delete" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:9 +msgid "Cancel" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/interactionTask.html:34 +msgid "Submit" +msgstr "" + +#: pyload/web/app/templates/default/header/layout.html:12 +msgid "Running..." +msgstr "" + diff --git a/locale/ca/LC_MESSAGES/cli.po b/locale/ca/LC_MESSAGES/cli.po new file mode 100644 index 000000000..74fdd242f --- /dev/null +++ b/locale/ca/LC_MESSAGES/cli.po @@ -0,0 +1,291 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Catalan\n" +"Language: ca_ES\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/cli/AddPackage.py:48 +msgid "Add Package:" +msgstr "Afegeix Paquet:" + +#: pyload/cli/AddPackage.py:53 +msgid "Enter a name for the new package" +msgstr "Introdueix el nom per el nou paquet" + +#: pyload/cli/AddPackage.py:57 +#, python-format +msgid "Package: %s" +msgstr "Paquet: %s" + +#: pyload/cli/AddPackage.py:58 +msgid "Parse the links you want to add." +msgstr "Analitza dels enllaços que vols introduir." + +#: pyload/cli/AddPackage.py:59 +#, python-format +msgid "Type %s when done." +msgstr "Introdueix %s en acabar." + +#: pyload/cli/AddPackage.py:60 +msgid "Links added: " +msgstr "Enllaços afegits: " + +#: pyload/cli/AddPackage.py:64 pyload/cli/ManageFiles.py:149 +msgid " back to main menu" +msgstr " torna al menú principal" + +#: pyload/cli/ManageFiles.py:97 +msgid "Manage Packages:" +msgstr "Gestiona Paquets:" + +#: pyload/cli/ManageFiles.py:99 +msgid "Manage Links:" +msgstr "Gestiona Enllaços:" + +#: pyload/cli/ManageFiles.py:104 +msgid "What do you want to move?" +msgstr "QuÚ vols moure?" + +#: pyload/cli/ManageFiles.py:106 +msgid "What do you want to delete?" +msgstr "QuÚ vols eliminar?" + +#: pyload/cli/ManageFiles.py:108 +msgid "What do you want to restart?" +msgstr "QuÚ vols reiniciar?" + +#: pyload/cli/ManageFiles.py:113 +msgid "Choose what you want to do, or enter package number." +msgstr "Tria el que vols fer o introdueix un nombre de paquet." + +#: pyload/cli/ManageFiles.py:115 +msgid "delete" +msgstr "elimina" + +#: pyload/cli/ManageFiles.py:115 +msgid "move" +msgstr "mou" + +#: pyload/cli/ManageFiles.py:115 +msgid "restart" +msgstr "reinicia" + +#: pyload/cli/ManageFiles.py:148 +msgid " - previous" +msgstr " - anterior" + +#: pyload/cli/ManageFiles.py:148 +msgid " - next" +msgstr " - segÃŒent" + +#: pyload/cli/Cli.py:75 pyload/cli/Cli.py:133 +msgid " Command Line Interface" +msgstr " LÃnia de Comandes" + +#: pyload/cli/Cli.py:165 +#, python-format +msgid "%s Downloads:" +msgstr "%s Baixades:" + +#: pyload/cli/Cli.py:177 +msgid " Speed: " +msgstr " Velocitat: " + +#: pyload/cli/Cli.py:177 +msgid " Size: " +msgstr " Mida: " + +#: pyload/cli/Cli.py:178 +msgid " Finished in: " +msgstr " Acabarà en: " + +#: pyload/cli/Cli.py:179 +msgid " ID: " +msgstr " ID: " + +#: pyload/cli/Cli.py:184 +msgid "waiting: " +msgstr "esperant: " + +#: pyload/cli/Cli.py:191 pyload/cli/Cli.py:193 +msgid "Status:" +msgstr "Estat:" + +#: pyload/cli/Cli.py:191 +msgid "paused" +msgstr "pausat" + +#: pyload/cli/Cli.py:193 +msgid "running" +msgstr "executant" + +#: pyload/cli/Cli.py:196 +msgid "total Speed" +msgstr "velocitat Total" + +#: pyload/cli/Cli.py:196 +msgid "Files in queue" +msgstr "Fitxers en cua" + +#: pyload/cli/Cli.py:197 +msgid "Total" +msgstr "Total" + +#: pyload/cli/Cli.py:203 +msgid "Menu:" +msgstr "Menú:" + +#: pyload/cli/Cli.py:205 +msgid " Add Links" +msgstr " Afegeix enllaços" + +#: pyload/cli/Cli.py:206 +msgid " Manage Queue" +msgstr " Gestiona Cua" + +#: pyload/cli/Cli.py:207 +msgid " Manage Collector" +msgstr " Gestiona Col·lector" + +#: pyload/cli/Cli.py:208 +msgid " (Un)Pause Server" +msgstr "ReprÚn/Pausa Servidor" + +#: pyload/cli/Cli.py:209 +msgid " Kill Server" +msgstr " Mata Servidor" + +#: pyload/cli/Cli.py:210 +msgid " Quit" +msgstr " Surt" + +#: pyload/cli/Cli.py:289 pyload/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> ..." + +#: pyload/cli/Cli.py:315 +#, python-format +msgid "Checking %d links:" +msgstr "Comprovant %d enllaç(os):" + +#: pyload/cli/Cli.py:324 +msgid "File does not exists." +msgstr "El fitxer no existeix." + +#: pyload/cli/Cli.py:385 +msgid "pyLoad was terminated" +msgstr "pyLoad ha finalitzat" + +#: pyload/cli/Cli.py:443 +msgid "Prints server status" +msgstr "Mostra estat del servidor" + +#: pyload/cli/Cli.py:444 +msgid "Prints downloads in queue" +msgstr "Mostra descà rregues en cua" + +#: pyload/cli/Cli.py:445 +msgid "Prints downloads in collector" +msgstr "Mostra descà rreges en el col·lector" + +#: pyload/cli/Cli.py:446 +msgid "Adds package to queue" +msgstr "Afegeix paquet a la cua" + +#: pyload/cli/Cli.py:447 +msgid "Adds package to collector" +msgstr "Afegeix paquet al col·lector" + +#: pyload/cli/Cli.py:448 +msgid "Delete Files from Queue/Collector" +msgstr "Elimina Fitxers de la Cua/Col·lector" + +#: pyload/cli/Cli.py:449 +msgid "Delete Packages from Queue/Collector" +msgstr "Elimina Paquets de la Cua/Col·lector" + +#: pyload/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" + +#: pyload/cli/Cli.py:451 +msgid "Restart files" +msgstr "Reinicia fitxers" + +#: pyload/cli/Cli.py:452 +msgid "Restart packages" +msgstr "Reinicia paquets" + +#: pyload/cli/Cli.py:453 +msgid "Check online status, works with local container" +msgstr "Comprova l'estat online, funciona amb contenidor local" + +#: pyload/cli/Cli.py:454 +msgid "Checks online status of a container file" +msgstr "Comprova l'estat online d'un fitxer contenidor" + +#: pyload/cli/Cli.py:455 +msgid "Pause the server" +msgstr "Pausa el servidor" + +#: pyload/cli/Cli.py:456 +msgid "continue downloads" +msgstr "continua les descà rregues" + +#: pyload/cli/Cli.py:457 +msgid "Toggle pause/unpause" +msgstr "Canvia pausa/reprÚn" + +#: pyload/cli/Cli.py:458 +msgid "kill server" +msgstr "mata servidor" + +#: pyload/cli/Cli.py:460 +msgid "List of commands:" +msgstr "Llista de comandes:" + +#: pyload/cli/Cli.py:473 +msgid "Couldn't write user config file" +msgstr "No s'ha pogut escriure el fitxer de configuració d'usuari" + +#: pyload/cli/Cli.py:548 pyload/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." + +#: pyload/cli/Cli.py:555 +msgid "Address: " +msgstr "Adreça: " + +#: pyload/cli/Cli.py:556 +msgid "Port: " +msgstr "Port: " + +#: pyload/cli/Cli.py:557 +msgid "Username: " +msgstr "Nom d'usuari: " + +#: pyload/cli/Cli.py:561 +msgid "Password: " +msgstr "Contrasenya: " + +#: pyload/cli/Cli.py:566 pyload/cli/Cli.py:575 +msgid "Login data is wrong." +msgstr "Dades d'accés incorrectes." + +#: pyload/cli/Cli.py:568 pyload/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." + +#: pyload/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/core.po b/locale/ca/LC_MESSAGES/core.po new file mode 100644 index 000000000..5ce3840b4 --- /dev/null +++ b/locale/ca/LC_MESSAGES/core.po @@ -0,0 +1,630 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Catalan\n" +"Language: ca_ES\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/AddonManager.py:62 +#, python-format +msgid "Error when executing %s" +msgstr "Error quan s'executa %s" + +#: pyload/AddonManager.py:93 +#, python-format +msgid "Failed activating %(name)s" +msgstr "L'activació de %(name)s ha fallat" + +#: pyload/AddonManager.py:96 +#, python-format +msgid "Activated addons: %s" +msgstr "Complements activats: %s" + +#: pyload/AddonManager.py:97 +#, python-format +msgid "Deactivated addons: %s" +msgstr "Complementos desactivados: %s" + +#: pyload/AddonManager.py:153 +msgid "Activating Plugins..." +msgstr "Activant Plugins..." + +#: pyload/AddonManager.py:162 +msgid "Deactivating Plugins..." +msgstr "Desactivant Plugins..." + +#: pyload/web/ServerThread.py:49 +msgid "SSL certificates not found." +msgstr "No s'han trobat els certificats SSL." + +#: pyload/web/ServerThread.py:53 +msgid "WebUI built is not available" +msgstr "L'interficie web no està disponible" + +#: pyload/web/ServerThread.py:55 +msgid "Running webUI in development mode" +msgstr "Executant WebUI en mode de desenvolupament" + +#: pyload/web/ServerThread.py:73 +msgid "Failed starting webserver: " +msgstr "Iniciació del servidor web fallat: " + +#: pyload/web/ServerThread.py:107 +msgid "Failed importing webserver: " +msgstr "Importació del servidor web fallat: " + +#: pyload/web/ServerThread.py:125 +msgid "This server offers no SSL, please consider using threaded instead" +msgstr "Aquest servidor no ofereix SSL, si us plau considera l'opció d'emprar el servidor amb fils" + +#: pyload/web/ServerThread.py:139 +#, python-format +msgid "Starting %(name)s webserver: %(host)s:%(port)d" +msgstr "Iniciant servidor web %(name)s: %(host)s:%(port)d" + +#: pyload/config/default.py:14 +msgid "Remote" +msgstr "Remot" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Description" +msgstr "Descripció" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Long description" +msgstr "Descripció llarga" + +#: pyload/config/default.py:16 pyload/config/default.py:56 +#: pyload/config/default.py:63 +msgid "Activated" +msgstr "Activat" + +#: pyload/config/default.py:17 pyload/config/default.py:69 +#: pyload/config/default.py:80 +msgid "Port" +msgstr "" + +#: pyload/config/default.py:18 pyload/config/default.py:77 +msgid "Address" +msgstr "" + +#: pyload/config/default.py:21 +msgid "Log" +msgstr "Registre" + +#: pyload/config/default.py:23 +msgid "Size in kb" +msgstr "Mida en kb" + +#: pyload/config/default.py:24 +msgid "Folder" +msgstr "" + +#: pyload/config/default.py:25 +msgid "File Log" +msgstr "Fitxer de registre" + +#: pyload/config/default.py:26 +msgid "Count" +msgstr "Compte" + +#: pyload/config/default.py:27 +msgid "Log Rotate" +msgstr "Rotar el Registre" + +#: pyload/config/default.py:30 +msgid "Permissions" +msgstr "Permisos" + +#: pyload/config/default.py:32 +msgid "Groupname" +msgstr "Nom del grup" + +#: pyload/config/default.py:33 +msgid "Change Group and User of Downloads" +msgstr "Canviar Grup i Usuari de descà rregues" + +#: pyload/config/default.py:34 +msgid "Change file mode of downloads" +msgstr "Canviar el mode de fixter de descárregues" + +#: pyload/config/default.py:35 pyload/config/default.py:75 +msgid "Username" +msgstr "" + +#: pyload/config/default.py:36 +msgid "Filemode for Downloads" +msgstr "Mode de fitxer per descà rregues" + +#: pyload/config/default.py:37 +msgid "Change group of running process" +msgstr "Canviar el grup del procés en execució" + +#: pyload/config/default.py:38 +msgid "Folder Permission mode" +msgstr "Mode de PermÃs Carpeta" + +#: pyload/config/default.py:39 +msgid "Change user of running process" +msgstr "Canviar usuari del procés en execució" + +#: pyload/config/default.py:42 +msgid "General" +msgstr "" + +#: pyload/config/default.py:44 +msgid "Language" +msgstr "" + +#: pyload/config/default.py:45 +msgid "Download Folder" +msgstr "Carpeta de Descárregues" + +#: pyload/config/default.py:46 +msgid "Use Checksum" +msgstr "Utilitza Checksum" + +#: pyload/config/default.py:47 +msgid "Create folder for each package" +msgstr "Crear una carpeta per a cada paquet" + +#: pyload/config/default.py:48 +msgid "Debug Mode" +msgstr "Mode Depuració" + +#: pyload/config/default.py:49 +msgid "Min Free Space (MB)" +msgstr "MÃnim Espai Lliure (MB)" + +#: pyload/config/default.py:50 +msgid "CPU Priority" +msgstr "Prioritat CPU" + +#: pyload/config/default.py:53 +msgid "SSL" +msgstr "SSL" + +#: pyload/config/default.py:55 +msgid "SSL Certificate" +msgstr "Certificat SSL" + +#: pyload/config/default.py:57 +msgid "SSL Key" +msgstr "Clau SSL" + +#: pyload/config/default.py:60 +msgid "Webinterface" +msgstr "InterfÃcie Web" + +#: pyload/config/default.py:62 +msgid "Template" +msgstr "Plantilla" + +#: pyload/config/default.py:64 +msgid "Path Prefix" +msgstr "Prefix de ruta" + +#: pyload/config/default.py:65 +msgid "Server" +msgstr "" + +#: pyload/config/default.py:66 +msgid "Favor specific server" +msgstr "Afavorir servidor especÃfic" + +#: pyload/config/default.py:67 +msgid "IP" +msgstr "IP" + +#: pyload/config/default.py:68 +msgid "Use HTTPS" +msgstr "Utilitza HTTPS" + +#: pyload/config/default.py:70 +msgid "Development mode" +msgstr "Mode Desenvolupament" + +#: pyload/config/default.py:73 +msgid "Proxy" +msgstr "Proxy" + +#: pyload/config/default.py:76 +msgid "Use Proxy" +msgstr "Utilitza Proxy" + +#: pyload/config/default.py:78 +msgid "Password" +msgstr "" + +#: pyload/config/default.py:79 +msgid "Protocol" +msgstr "Protocol" + +#: pyload/config/default.py:83 +msgid "Reconnect" +msgstr "Reconnectar" + +#: pyload/config/default.py:85 pyload/config/default.py:106 +msgid "End" +msgstr "Final" + +#: pyload/config/default.py:86 +msgid "Use Reconnect" +msgstr "Utilitzar Reconnectar" + +#: pyload/config/default.py:87 +msgid "Method" +msgstr "MÚtode" + +#: pyload/config/default.py:88 pyload/config/default.py:105 +msgid "Start" +msgstr "Iniciar" + +#: pyload/config/default.py:91 +msgid "Download" +msgstr "Descarregar" + +#: pyload/config/default.py:93 +msgid "Max Parallel Downloads" +msgstr "Mà xim descà rregues paral·les" + +#: pyload/config/default.py:94 +msgid "Limit Download Speed" +msgstr "Limitar la velocitat de descà rrega" + +#: pyload/config/default.py:95 +msgid "Download interface to bind (ip or Name)" +msgstr "InterfÃcie de Descà rrega a associar (IP o Nom)" + +#: pyload/config/default.py:96 +msgid "Skip already existing files" +msgstr "Ometre fitxers ja existents" + +#: pyload/config/default.py:97 +msgid "Max Download Speed in kb/s" +msgstr "Velocitat de Descà rrega Máx. en kb/s" + +#: pyload/config/default.py:98 +msgid "Allow IPv6" +msgstr "Permetre IPv6" + +#: pyload/config/default.py:99 +msgid "Max connections for one download" +msgstr "Connexions Mà x. per una descà rrega" + +#: pyload/config/default.py:100 +msgid "Restart failed downloads on startup" +msgstr "Reiniciar descà rregues fallides en l'arrencada" + +#: pyload/config/default.py:103 +msgid "Download Time" +msgstr "Temps de Descà rrega" + +#: pyload/network/HTTPDownload.py:249 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "Descà rrega per trossos fallida, tornant a la connexió única | %s" + +#: pyload/api/DownloadApi.py:44 +#, python-format +msgid "Added package %(name)s as folder %(folder)s" +msgstr "Afegit paquet %(name)s com a carpeta %(folder)s" + +#: pyload/api/DownloadApi.py:95 +#, python-format +msgid "Added %d links to package" +msgstr "Afegits %d enllaços al paquet" + +#: pyload/AccountManager.py:69 +#, python-format +msgid "Unknown account plugin %s" +msgstr "Conta desconeguda del plugin %s" + +#: pyload/interaction/InteractionManager.py:88 +msgid "Query" +msgstr "Consulta" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Captcha request" +msgstr "Sol·licitud Captcha" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Please solve the captcha." +msgstr "Si us plau resol el captcha." + +#: pyload/remote/RemoteManager.py:35 +#, python-format +msgid "Remote backend error: %s" +msgstr "Error al backend remot: %s" + +#: pyload/remote/RemoteManager.py:80 +#, python-format +msgid "Starting %(name)s: %(addr)s:%(port)s" +msgstr "Iniciant %(name)s: %(addr)s:%(port)s" + +#: pyload/remote/RemoteManager.py:82 +#, python-format +msgid "Failed loading backend %(name)s | %(error)s" +msgstr "S'ha fallat la carrega del backend %(name)s | %(error)s" + +#: pyload/FileManager.py:53 +msgid "none" +msgstr "cap" + +#: pyload/FileManager.py:53 +msgid "offline" +msgstr "fora de lÃnia" + +#: pyload/FileManager.py:53 +msgid "online" +msgstr "en lÃnia" + +#: pyload/FileManager.py:53 +msgid "queued" +msgstr "en cua" + +#: pyload/FileManager.py:53 +msgid "paused" +msgstr "pausat" + +#: pyload/FileManager.py:54 +msgid "finished" +msgstr "finalitzat" + +#: pyload/FileManager.py:54 +msgid "skipped" +msgstr "saltat" + +#: pyload/FileManager.py:54 +msgid "failed" +msgstr "fallit" + +#: pyload/FileManager.py:54 +msgid "starting" +msgstr "començant" + +#: pyload/FileManager.py:55 +msgid "waiting" +msgstr "esperant" + +#: pyload/FileManager.py:55 +msgid "downloading" +msgstr "descarregant" + +#: pyload/FileManager.py:55 +msgid "temp. offline" +msgstr "temporalment fora de lÃnia" + +#: pyload/FileManager.py:55 +msgid "aborted" +msgstr "avortat" + +#: pyload/FileManager.py:56 +msgid "decrypting" +msgstr "desxifrant" + +#: pyload/FileManager.py:56 +msgid "processing" +msgstr "processant" + +#: pyload/FileManager.py:56 +msgid "custom" +msgstr "personalitzat" + +#: pyload/FileManager.py:56 +msgid "unknown" +msgstr "deconegut" + +#: pyload/FileManager.py:426 +#, python-format +msgid "Package finished: %s" +msgstr "Paquet finalitzat: %s" + +#: pyload/Api.py:152 +#, python-format +msgid "User '%s' tries to log in" +msgstr "Usuari '%s' intenta iniciar sessió" + +#: pyload/Core.py:195 +msgid "Received Quit signal" +msgstr "S'ha rebut la senyal de Sortida" + +#: pyload/Core.py:323 +#, python-format +msgid "pyLoad already running with pid %s" +msgstr "ja s'estat executant pyLoad amb el pid %s" + +#: pyload/Core.py:337 +#, python-format +msgid "Failed changing group: %s" +msgstr "Ha fallat el canvi de el grup: %s" + +#: pyload/Core.py:347 +#, python-format +msgid "Failed changing user: %s" +msgstr "Ha fallat el canvi d'usuari: %s" + +#: pyload/Core.py:358 +msgid "Starting" +msgstr "Començant" + +#: pyload/Core.py:359 +#, python-format +msgid "Using home directory: %s" +msgstr "Emprant el directori d'inici: %s" + +#: pyload/Core.py:373 +msgid "All links removed" +msgstr "Tots els enllaços eliminats" + +#: pyload/Core.py:403 +#, python-format +msgid "Download time: %s" +msgstr "Temps de Descà rrega: %s" + +#: pyload/Core.py:418 +#, python-format +msgid "Free space: %s" +msgstr "Espai lliure: %s" + +#: pyload/Core.py:438 +msgid "Activating Accounts..." +msgstr "Activant Comptes..." + +#: pyload/Core.py:443 +msgid "Restarting failed downloads..." +msgstr "Reiniciant descà rregues fallides..." + +#: pyload/Core.py:451 +msgid "pyLoad is up and running" +msgstr "pyLoad està en funcionament" + +#: pyload/Core.py:474 +msgid "restarting pyLoad" +msgstr "reiniciant pyLoad" + +#: pyload/Core.py:478 +msgid "pyLoad quits" +msgstr "pyLoad està sortint" + +#: pyload/Core.py:564 +msgid "shutting down..." +msgstr "apagant..." + +#: pyload/Core.py:579 +msgid "error while shutting down" +msgstr "ha succeït un error mentre s'apagava" + +#: pyload/Core.py:661 +msgid "killed pyLoad from terminal" +msgstr "pyLoad tancat pel terminal" + +#: pyload/database/DatabaseBackend.py:167 +msgid "Database was deleted due to incompatible version." +msgstr "Base de dades suprimit a causa de versió incompatible." + +#: pyload/threads/DecrypterThread.py:50 +msgid "Decrypting failed" +msgstr "Desxifrar fracassat" + +#: pyload/threads/DecrypterThread.py:73 +#, python-format +msgid "Decrypted %(count)d links into package %(name)s" +msgstr "Desxifrat %(count)d enllaços en paquet %(name)s" + +#: pyload/threads/DecrypterThread.py:80 +msgid "No links decrypted" +msgstr "Cap enllaç desxifrat" + +#: pyload/threads/InfoThread.py:147 +#, python-format +msgid "Info Fetching for %(name)s failed | %(err)s" +msgstr "Obtenint informació per %(name)s failed | %(err)s" + +#: pyload/threads/ThreadManager.py:155 +#, python-format +msgid "Reconnect Failed: %s" +msgstr "Reconnexió fallida: %s" + +#: pyload/threads/ThreadManager.py:192 +msgid "Reconnect script not found!" +msgstr "No s'ha trobat l'script de reconnexió!" + +#: pyload/threads/ThreadManager.py:198 +msgid "Starting reconnect" +msgstr "Iniciant reconnexió" + +#: pyload/threads/ThreadManager.py:212 +msgid "Failed executing reconnect script!" +msgstr "L'execució de l'script de reconnexió ha fallat!" + +#: pyload/threads/ThreadManager.py:224 +#, python-format +msgid "Reconnected, new IP: %s" +msgstr "Reconnectat, nova IP: %s" + +#: pyload/threads/ThreadManager.py:298 +msgid "Not enough space left on device" +msgstr "No queda suficient espai lliure al dispositiu" + +#: pyload/threads/DownloadThread.py:64 +#, python-format +msgid "Download starts: %s" +msgstr "Iniciant descà rrega: %s" + +#: pyload/threads/DownloadThread.py:70 +#, python-format +msgid "Download finished: %s" +msgstr "Descà rrega finalitzada: %s" + +#: pyload/threads/DownloadThread.py:75 +#, python-format +msgid "Plugin %s is missing a function." +msgstr "El plugin %s troba a faltar una funció." + +#: pyload/threads/DownloadThread.py:83 pyload/threads/DownloadThread.py:147 +#, python-format +msgid "Download aborted: %s" +msgstr "Descà rrega avortada: %s" + +#: pyload/threads/DownloadThread.py:103 +#, python-format +msgid "Download restarted: %(name)s | %(msg)s" +msgstr "Descà rrega reiniciada: %(name)s | %(msg)s" + +#: pyload/threads/DownloadThread.py:113 +#, python-format +msgid "Download is offline: %s" +msgstr "La descà rrega està fora de lÃnia: %s" + +#: pyload/threads/DownloadThread.py:116 pyload/threads/DownloadThread.py:187 +#, python-format +msgid "Download is temporary offline: %s" +msgstr "La descà rrega està temporalment fora de lÃnia: %s" + +#: pyload/threads/DownloadThread.py:119 pyload/threads/DownloadThread.py:192 +#, python-format +msgid "Download failed: %(name)s | %(msg)s" +msgstr "Descà rrega fallida: %(name)s | %(msg)s" + +#: pyload/threads/DownloadThread.py:136 +msgid "Couldn't connect to host or connection reset, waiting 1 minute and retry." +msgstr "No s'ha pogut connectar amb el servidor o la connexió s'ha reiniciat, esperant 1 minuts per tornar-ho a provar." + +#: pyload/threads/DownloadThread.py:171 +#, python-format +msgid "Download skipped: %(name)s due to %(plugin)s" +msgstr "Descà rrega omitida: %(name)s due to %(plugin)s" + +#: pyload/threads/DownloadThread.py:188 +msgid "Internal Server Error" +msgstr "Error de Servidor Intern" + +#: pyload/threads/AddonThread.py:55 +msgid "An Error occurred" +msgstr "S'ha produït un Error" + +#: pyload/PluginManager.py:316 +#, python-format +msgid "Error importing %(name)s: %(msg)s" +msgstr "Error important %(name)s: %(msg)s" + +#: pyload/utils/JsEngine.py:188 +msgid "No js engine detected, please install either Spidermonkey, ossp-js, pyv8, nodejs or rhino" +msgstr "No s'ha detectat cap motor js, si us plau instal·la Spidermonkey, ossp-js, pyv8 o rhino" + diff --git a/locale/ca/LC_MESSAGES/plugins.po b/locale/ca/LC_MESSAGES/plugins.po new file mode 100644 index 000000000..cc8f5bf93 --- /dev/null +++ b/locale/ca/LC_MESSAGES/plugins.po @@ -0,0 +1,424 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-20 22:13+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Catalan\n" +"Language: ca_ES\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/plugins/network/CurlDownload.py:241 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "Descà rrega per trossos fallida, tornant a la connexió única | %s" + +#: pyload/plugins/Base.py:329 +msgid "Pil and tesseract not installed and no Client connected for captcha decrypting" +msgstr "Pil i tesseract no estan instal·lats i no hi ha cap Client connectat per desxifrar captchas" + +#: pyload/plugins/Base.py:333 +msgid "No captcha result obtained in appropriate time." +msgstr "Cap resultat de captcha obtingut en el temps apropiat." + +#: pyload/plugins/Hoster.py:282 pyload/plugins/Hoster.py:319 +#: pyload/plugins/hoster/ARD.py:76 +#, python-format +msgid "Setting User and Group failed: %s" +msgstr "Aplicació d'Usuari i el Grup ha fallat: %s" + +#: pyload/plugins/Crypter.py:136 +msgid "Not existing file or unsupported protocol" +msgstr "No existeix el fitxer o protocol no suportat" + +#: pyload/plugins/hoster/RapidshareCom.py:96 +msgid "Rapidshare: Traffic Share (direct download)" +msgstr "Rapidshare: Trà fic Compartit (descà rrega directa)" + +#: pyload/plugins/hoster/RapidshareCom.py:123 +#: pyload/plugins/hoster/RapidshareCom.py:189 +msgid "Already downloading from this ip address, waiting 60 seconds" +msgstr "Ja s'està descarregant des de aquesta adreça IP, esperant 60 segons" + +#: pyload/plugins/hoster/RapidshareCom.py:127 +msgid "Invalid Auth Code, download will be restarted" +msgstr "Codi d'Autenticació invà lid, la descà rrega serà reiniciada" + +#: pyload/plugins/hoster/RapidshareCom.py:193 +msgid "RapidShareCom: No free slots" +msgstr "RapidShareCom: No hi ha espais lliures" + +#: pyload/plugins/hoster/RapidshareCom.py:196 +msgid "You need a premium account for this file" +msgstr "Necessites un compte premium per aquest fitxer" + +#: pyload/plugins/hoster/RapidshareCom.py:198 +msgid "Filename reported invalid" +msgstr "Nom de fitxer informat invà lid" + +#: pyload/plugins/hoster/RealdebridCom.py:40 +#: pyload/plugins/hoster/Premium4Me.py:27 +#: pyload/plugins/hoster/MultiDebridCom.py:39 +#: pyload/plugins/hoster/ZeveraCom.py:24 +#: pyload/plugins/hoster/AlldebridCom.py:37 +#: pyload/plugins/hoster/RehostTo.py:25 pyload/plugins/hoster/ReloadCc.py:22 +#: pyload/plugins/hoster/DebridItaliaCom.py:38 +#: pyload/plugins/hoster/PremiumizeMe.py:19 +#, python-format +msgid "Please enter your %s account or deactivate this plugin" +msgstr "Si us plau, introdueixi el seu compte de %s o desactivar aquest plugin" + +#: pyload/plugins/hoster/MegaNz.py:55 +msgid "Decryption failed" +msgstr "Desxifrat ha fallat" + +#: pyload/plugins/hoster/MegaNz.py:99 +msgid "No file key provided in the URL" +msgstr "Cap clau de fitxer proporcionat a la URL" + +#: pyload/plugins/hoster/MegaNz.py:111 +msgid "Error code:" +msgstr "Codi d'error:" + +#: pyload/plugins/hoster/FileserveCom.py:97 +msgid "Parallel download error, now waiting 60s." +msgstr "Error de descà rrega paral·lela, esperant 60s." + +#: pyload/plugins/hoster/FileserveCom.py:208 +msgid "Not logged in." +msgstr "No connectat." + +#: pyload/plugins/hoster/UploadedTo.py:135 +msgid "API key invalid" +msgstr "Clau de API invà lida" + +#: pyload/plugins/hoster/UploadedTo.py:160 +#, python-format +msgid "%s: Not enough traffic left" +msgstr "%s: No queda suficient trà fic" + +#: pyload/plugins/hoster/UploadedTo.py:163 +msgid "Traffic exceeded" +msgstr "Trà fic excedit" + +#: pyload/plugins/hoster/BasePlugin.py:63 +msgid "Authorization required (username:password)" +msgstr "Autorització requerida (usuari:contrasenya)" + +#: pyload/plugins/hoster/NetloadIn.py:143 +#: pyload/plugins/hoster/NetloadIn.py:167 +msgid "File temporarily not available" +msgstr "Fitxer temporalment no disponible" + +#: pyload/plugins/hoster/NetloadIn.py:180 +#, python-format +msgid "Netload: waiting between downloads %d s." +msgstr "Netload: esperant entre descà rregues %d s." + +#: pyload/plugins/hoster/NetloadIn.py:209 +#, python-format +msgid "Netload: waiting for captcha %d s." +msgstr "Netload: esperant per captcha %d s." + +#: pyload/plugins/hoster/NetloadIn.py:248 +msgid "Downloaded File was empty" +msgstr "El fitxer descarregat estava buit" + +#: pyload/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 "Hi havia Codi HTML en el fitxer (%s) descarregat... error de redirecció? Se reiniciarà la descà rrega." + +#: pyload/plugins/hoster/XHamsterCom.py:75 +#: pyload/plugins/hoster/XHamsterCom.py:84 +#: pyload/plugins/hoster/XHamsterCom.py:87 +#, python-format +msgid "long_url: %s" +msgstr "long_url: %s" + +#: pyload/plugins/Account.py:117 pyload/plugins/Account.py:123 +#, python-format +msgid "Could not login with account %(user)s | %(msg)s" +msgstr "No s'ha pogut iniciar sessió amb el compte %(user)s | %(msg)s" + +#: pyload/plugins/Account.py:118 +msgid "Wrong Password" +msgstr "Contrasenya Errònia" + +#: pyload/plugins/Account.py:184 +#, python-format +msgid "Get Account Info for %s" +msgstr "Obtenir Informació de la Compte per %s" + +#: pyload/plugins/Account.py:193 +#, python-format +msgid "Error: %s" +msgstr "Error: %s" + +#: pyload/plugins/Account.py:242 +#, python-format +msgid "Your Time %s has a wrong format, use: 1:22-3:44" +msgstr "L'hora %s està en un format incorrecte, empra: 1:22-3:44" + +#: pyload/plugins/Account.py:265 +#, python-format +msgid "Account %s has not enough traffic, checking again in 30min" +msgstr "El compte %s no te suficient trà fic, es tornarà a comprovar d'aquà 30min" + +#: pyload/plugins/Account.py:273 +#, python-format +msgid "Account %s is expired, checking again in 1h" +msgstr "El compte %s està caducat, es tornarà a comprovar d'aquà 1h" + +#: pyload/plugins/Account.py:290 +#, python-format +msgid "Login with %s" +msgstr "Inicieu la sessió amb %s" + +#: pyload/plugins/Addon.py:118 +#, python-format +msgid "Error executing addons: %s" +msgstr "Error executant complements: %s" + +#: pyload/plugins/accounts/BitshareCom.py:36 +msgid "Activate direct Download in your Bitshare Account" +msgstr "Activa la descà rrega directa al teu compte de Bitshare" + +#: pyload/plugins/crypter/SerienjunkiesOrg.py:128 +msgid "Downloadlimit reached" +msgstr "LÃmit de descà rrega assolit" + +#: pyload/plugins/addons/Premium4Me.py:30 +msgid "Please add your premium.to account first and restart pyLoad" +msgstr "Si us plau afegir el seu compte de premium.to primer i reinicieu pyLoad" + +#: pyload/plugins/addons/ExternalScripts.py:53 +#, python-format +msgid "Installed scripts for %s: " +msgstr "Scripts instal·lats per %s: " + +#: pyload/plugins/addons/ExternalScripts.py:69 +msgid "Script not executable:" +msgstr "Script no executable:" + +#: pyload/plugins/addons/ExternalScripts.py:79 +#, python-format +msgid "Error in %(script)s: %(error)s" +msgstr "Error en %(script)s: %(error)s" + +#: pyload/plugins/addons/CaptchaTrader.py:72 +#: pyload/plugins/addons/Captcha9kw.py:56 +#: pyload/plugins/addons/ExpertDecoders.py:49 +#, python-format +msgid "%s credits left" +msgstr "%s crÚdits restants" + +#: pyload/plugins/addons/CaptchaTrader.py:120 +msgid "Could not send response." +msgstr "No s'ha pogut enviar la resposta." + +#: pyload/plugins/addons/CaptchaTrader.py:138 +msgid "Your CaptchaTrader Account has not enough credits" +msgstr "El teu compte de CaptchaTrader no te crÚdits suficients" + +#: pyload/plugins/addons/Captcha9kw.py:89 +#, python-format +msgid "New CaptchaID from upload: %s : %s" +msgstr "Nou CaptchaID de cà rrega: %s : %s" + +#: pyload/plugins/addons/Captcha9kw.py:123 +msgid "Your Captcha 9kw.eu Account has not enough credits" +msgstr "El teu compte de 9kw.eu no te crÚdits suficients" + +#: pyload/plugins/addons/RehostTo.py:34 +msgid "Please add your rehost.to account first and restart pyLoad" +msgstr "Si us plau afegir el seu compte de rehost.to primer i reinicieu pyLoad" + +#: pyload/plugins/addons/HotFolder.py:82 +#, python-format +msgid "Added %s from HotFolder" +msgstr "Afegit %s des de HotFolder" + +#: pyload/plugins/addons/ClickAndLoad.py:74 +msgid "Click'N'Load: Port 9666 already in use" +msgstr "Click'N'Load: El Port 9666 ja s'està en ús" + +#: pyload/plugins/addons/XMPPInterface.py:82 +#: pyload/plugins/addons/IRCInterface.py:75 +#, python-format +msgid "Package finished: %s" +msgstr "Paquet finalitzat: %s" + +#: pyload/plugins/addons/XMPPInterface.py:90 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" +msgstr "Descà rrega finalitzada : %(name)s @ %(plugin)s" + +#: pyload/plugins/addons/ExpertDecoders.py:98 +msgid "Your ExpertDecoders Account has not enough credits" +msgstr "El teu compte de ExpertDecoders no te crÚdits suficients" + +#: pyload/plugins/addons/UpdateManager.py:73 +msgid "*** Plugins have been updated, please restart pyLoad ***" +msgstr "* * * Plugins s'han actualitzat, si us plau reinicieu pyLoad * * *" + +#: pyload/plugins/addons/UpdateManager.py:75 +msgid "Plugins updated and reloaded" +msgstr "Plugins actualitzats i recarregats" + +#: pyload/plugins/addons/UpdateManager.py:78 +msgid "No plugin updates available" +msgstr "No hi ha actualitzacions de plugins disponibles" + +#: pyload/plugins/addons/UpdateManager.py:95 +msgid "No Updates for pyLoad" +msgstr "No hi ha actualitzacions del pyLoad" + +#: pyload/plugins/addons/UpdateManager.py:100 +#, python-format +msgid "*** New pyLoad Version %s available ***" +msgstr "*** La nova Versió %s de pyLoad està disponible ***" + +#: pyload/plugins/addons/UpdateManager.py:101 +msgid "*** Get it here: http://pyload.org/download ***" +msgstr "*** Obtengui'l aquÃ: http://pyload.org/download ***" + +#: pyload/plugins/addons/UpdateManager.py:104 +msgid "Not able to connect server for updates" +msgstr "No es pot connectar al servidor per actualitzacions" + +#: pyload/plugins/addons/UpdateManager.py:148 +#, python-format +msgid "New version of %(type)s|%(name)s : %(version).2f" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:157 +#: pyload/plugins/addons/UpdateManager.py:162 +#, python-format +msgid "Error when updating %s" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:162 +msgid "Version mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:92 +#, python-format +msgid "No %s installed" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:94 +#: pyload/plugins/addons/ExtractArchive.py:99 +#, python-format +msgid "Could not activate %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:104 +msgid "Activated" +msgstr "Activat" + +#: pyload/plugins/addons/ExtractArchive.py:106 +msgid "No Extract plugins activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:118 +#, python-format +msgid "Package %s queued for later extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:143 +#, python-format +msgid "Check package %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:183 +#, python-format +msgid "Extract to %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:197 +msgid "No files found to extract" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:203 +msgid "extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:214 +msgid "Password protected" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:234 +msgid "Wrong password" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:242 +#, python-format +msgid "Deleting %s files" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:247 +msgid "Extracting finished" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:254 +msgid "Archive Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:256 +msgid "CRC Mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:260 +msgid "Unknown Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:312 +msgid "Setting User and Group failed" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:36 +msgid "Crypter list not found" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:50 +msgid "Crypter list is empty" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:82 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:94 +#, python-format +msgid "New Captcha Request: %s" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:95 +#, python-format +msgid "Answer with 'c %s text on the captcha'" +msgstr "" + +#: pyload/plugins/addons/PremiumizeMe.py:46 +msgid "Please add a valid premiumize.me account first and restart pyLoad." +msgstr "" + +#: pyload/plugins/addons/CaptchaBrotherhood.py:69 +#, python-format +msgid "%d credits left" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:29 +#, python-format +msgid "Activated %s" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:47 +msgid "No Hoster loaded" +msgstr "" + diff --git a/locale/ca/LC_MESSAGES/setup.po b/locale/ca/LC_MESSAGES/setup.po new file mode 100644 index 000000000..4fb47836d --- /dev/null +++ b/locale/ca/LC_MESSAGES/setup.po @@ -0,0 +1,376 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Catalan\n" +"Language: ca_ES\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/Setup.py:72 +msgid "Would you like to configure pyLoad via Webinterface?" +msgstr "" + +#: pyload/Setup.py:73 +msgid "You need a Browser and a connection to this PC for it." +msgstr "" + +#: pyload/Setup.py:74 +msgid "Url would be: http://hostname:8000/" +msgstr "" + +#: pyload/Setup.py:75 +msgid "Start initial webinterface for configuration?" +msgstr "" + +#: pyload/Setup.py:86 +msgid "Welcome to the pyLoad Configuration Assistent." +msgstr "Benvingut a l'Assistent de Configuració de pyLoad." + +#: pyload/Setup.py:87 +msgid "It will check your system and make a basic setup in order to run pyLoad." +msgstr "Es comprovarà el teu equip i es farà una configuració bà sica per executar pyLoad." + +#: pyload/Setup.py:89 +msgid "The value in brackets [] always is the default value," +msgstr "El valor entre claudà tors [] sempre és el valor per defecte," + +#: pyload/Setup.py:90 +msgid "in case you don't want to change it or you are unsure what to choose, just hit enter." +msgstr "en cas de no voler canviar-ho o si estas insegur de que triar simplement pitja enter." + +#: pyload/Setup.py:92 +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." + +#: pyload/Setup.py:93 +msgid "If you have any problems with this assistent hit CTRL+C," +msgstr "" + +#: pyload/Setup.py:94 +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." + +#: pyload/Setup.py:96 +msgid "When you are ready for system check, hit enter." +msgstr "Quan estiguis llest per la comprovació del sistema pitja enter." + +#: pyload/Setup.py:103 +msgid "Features missing: " +msgstr "" + +#: pyload/Setup.py:107 +msgid "no py-crypto available" +msgstr "py-crytop no disponible" + +#: pyload/Setup.py:108 +msgid "You need this if you want to decrypt container files." +msgstr "Això es necessari si vols desxifrar els contenidors de fitxers." + +#: pyload/Setup.py:112 +msgid "no SSL available" +msgstr "SSL no disponible" + +#: pyload/Setup.py:113 +msgid "This is needed if you want to establish a secure connection to core or webinterface." +msgstr "Això es necessari si vols establir connexions segures amb el nucli o la interfÃcie web." + +#: pyload/Setup.py:114 +msgid "If you only want to access locally to pyLoad ssl is not useful." +msgstr "" + +#: pyload/Setup.py:118 +msgid "no Captcha Recognition available" +msgstr "reconeixedor de Captchas no disponible" + +#: pyload/Setup.py:119 +msgid "Only needed for some hosters and as freeuser." +msgstr "Només necessari per alguns proveïdors com a usuari gratuït." + +#: pyload/Setup.py:123 +msgid "no JavaScript engine found" +msgstr "no s'ha trobat el motor JavaScript" + +#: pyload/Setup.py:124 +msgid "You will need this for some Click'N'Load links. Install Spidermonkey, ossp-js, pyv8 or rhino" +msgstr "Es necessari algun d'aquests paquets per els enllaços Click'N'Load. Instal.la Spidermonkey, ossp-js, pyv8 o rhino" + +#: pyload/Setup.py:126 +msgid "You can abort the setup now and fix some dependencies if you want." +msgstr "" + +#: pyload/Setup.py:128 +msgid "Continue with setup?" +msgstr "Continuar amb la instal·lació?" + +#: pyload/Setup.py:134 +#, python-format +msgid "Do you want to change the config path? Current is %s" +msgstr "Vols canviar la ruta de configuració? Actualment és %s" + +#: pyload/Setup.py:136 +msgid "If you use pyLoad on a server or the home partition lives on an internal flash it may be a good idea to change it." +msgstr "" + +#: pyload/Setup.py:137 +msgid "Change config path?" +msgstr "Canviar la ruta de configuració?" + +#: pyload/Setup.py:143 +msgid "Do you want to configure login data and basic settings?" +msgstr "Vols configurar les dades d'accés i la configuració bà sica?" + +#: pyload/Setup.py:144 +msgid "This is recommend for first run." +msgstr "Això és recomanant en la primera execució." + +#: pyload/Setup.py:145 +msgid "Make basic setup?" +msgstr "Establir una configuració bà sica?" + +#: pyload/Setup.py:152 +msgid "Do you want to configure ssl?" +msgstr "Vols configurar el SSL?" + +#: pyload/Setup.py:153 +msgid "Configure ssl?" +msgstr "Configurar SSL?" + +#: pyload/Setup.py:159 +msgid "Do you want to configure webinterface?" +msgstr "Vols configurar l'interÃicie web?" + +#: pyload/Setup.py:160 +msgid "Configure webinterface?" +msgstr "Configurar interfÃcie web?" + +#: pyload/Setup.py:165 +msgid "Setup finished successfully." +msgstr "Configuració finalitzada satisfactòriament." + +#: pyload/Setup.py:166 +msgid "Hit enter to exit and restart pyLoad" +msgstr "Pitja enter i reinicia pyLoad" + +#: pyload/Setup.py:173 +msgid "Webinterface running for setup." +msgstr "" + +#: pyload/Setup.py:190 +msgid "## Basic Setup ##" +msgstr "## Configuració bà sica ##" + +#: pyload/Setup.py:193 +msgid "The following logindata is valid for CLI, GUI and webinterface." +msgstr "Les dades d'accés segÃŒents són và lides per CLI, GUI i la interfÃcie web." + +#: pyload/Setup.py:199 pyload/Setup.py:288 pyload/Setup.py:304 +msgid "Username" +msgstr "" + +#: pyload/Setup.py:205 +msgid "External clients (GUI, CLI or other) need remote access to work over the network." +msgstr "Els clients externs (GUI, CLI i altres) necessiten accés remot a través de la xarxa per funcionar." + +#: pyload/Setup.py:206 +msgid "However, if you only want to use the webinterface you may disable it to save ram." +msgstr "No obstant, si només vos emprar la interfÃcie web pots deshabilitar-lo per estalviar memòria ram." + +#: pyload/Setup.py:207 +msgid "Enable remote access" +msgstr "Activar accés remot" + +#: pyload/Setup.py:211 +msgid "Language" +msgstr "" + +#: pyload/Setup.py:213 +msgid "Download folder" +msgstr "" + +#: pyload/Setup.py:214 +msgid "Max parallel downloads" +msgstr "Nombre mà xim de descà rregues paral·leles" + +#: pyload/Setup.py:218 +msgid "Use Reconnect?" +msgstr "Emprar el reconnectar?" + +#: pyload/Setup.py:221 +msgid "Reconnect script location" +msgstr "Ubicació de l'script de reconnexió" + +#: pyload/Setup.py:226 +msgid "## Webinterface Setup ##" +msgstr "## Configuració de la interfÃcie Web ##" + +#: pyload/Setup.py:229 +msgid "Activate webinterface?" +msgstr "Activar interfÃcie web?" + +#: pyload/Setup.py:231 +msgid "Listen address, if you use 127.0.0.1 or localhost, the webinterface will only accessible locally." +msgstr "Adreça d'escolta, si empres 127.0.0.1 o localhost la interfÃcie web només serà accessible localment." + +#: pyload/Setup.py:232 +msgid "Address" +msgstr "" + +#: pyload/Setup.py:233 +msgid "Port" +msgstr "" + +#: pyload/Setup.py:235 +msgid "pyLoad offers several server backends, now following a short explanation." +msgstr "pyLoad ofereix uns quants backends, ara se'n farà una breu explicació." + +#: pyload/Setup.py:236 +msgid "Default server, this server offers SSL and is a good alternative to builtin." +msgstr "" + +#: pyload/Setup.py:238 +msgid "Can be used by apache, lighttpd, requires you to configure them, which is not too easy job." +msgstr "Pots emprar apache, lighttpd, però requereixen ser configurats i no sempre és una tasca fà cil." + +#: pyload/Setup.py:239 +msgid "Very fast alternative written in C, requires libev and linux knowledge." +msgstr "" + +#: pyload/Setup.py:240 +msgid "Get it from here: https://github.com/jonashaag/bjoern, compile it" +msgstr "Aconsegueix-lo aquÃ: https://github.com/jonashaag/bjoern, compila'l" + +#: pyload/Setup.py:241 +msgid "and copy bjoern.so to pyload/lib" +msgstr "" + +#: pyload/Setup.py:245 +msgid "Attention: In some rare cases the builtin server is not working, if you notice problems with the webinterface" +msgstr "Atenció: En alguns casos estranys el servidor integrat no funciona, ho notareu amb problemes a la interfÃcie web" + +#: pyload/Setup.py:246 +msgid "come back here and change the builtin server to the threaded one here." +msgstr "torna aquà i canvia el servidor integrat per el servidor amb fils." + +#: pyload/Setup.py:248 +msgid "Server" +msgstr "" + +#: pyload/Setup.py:253 +msgid "## SSL Setup ##" +msgstr "## Configuració SSL ##" + +#: pyload/Setup.py:255 +msgid "Execute these commands from pyLoad config folder to make ssl certificates:" +msgstr "Executa aquesta comanada des de la carpeta de configuració de pyLoad per fer els certificats SSL:" + +#: pyload/Setup.py:261 +msgid "If you're done and everything went fine, you can activate ssl now." +msgstr "Si has acabat i tot ha anat bé ara podrà s activar el SSL." + +#: pyload/Setup.py:262 +msgid "Activate SSL?" +msgstr "Activar SSL?" + +#: pyload/Setup.py:278 +msgid "Select action" +msgstr "Tria una opció" + +#: pyload/Setup.py:279 +msgid "1 - Create/Edit user" +msgstr "1 - Crear/editar usuari" + +#: pyload/Setup.py:280 +msgid "2 - List users" +msgstr "2 - Llistar usuaris" + +#: pyload/Setup.py:281 +msgid "3 - Remove user" +msgstr "3 - Eliminar usuari" + +#: pyload/Setup.py:282 +msgid "4 - Quit" +msgstr "4 - Sortir" + +#: pyload/Setup.py:294 +msgid "Users" +msgstr "Usuaris" + +#: pyload/Setup.py:322 +msgid "Setting new configpath, current configuration will not be transferred!" +msgstr "" + +#: pyload/Setup.py:323 +msgid "Config path" +msgstr "" + +#: pyload/Setup.py:331 +msgid "Config path changed, setup will now close, please restart to go on." +msgstr "" + +#: pyload/Setup.py:332 +msgid "Press Enter to exit." +msgstr "Pitja enter per sortir." + +#: pyload/Setup.py:336 +#, python-format +msgid "Setting config path failed: %s" +msgstr "L'ajustament de la ruta de configuració ha fallat: %s" + +#: pyload/Setup.py:347 +msgid "y" +msgstr "s" + +#: pyload/Setup.py:349 +msgid "n" +msgstr "" + +#: pyload/Setup.py:373 +msgid "Password: " +msgstr "Contrasenya: " + +#: pyload/Setup.py:377 +msgid "Password too short. Use at least 4 symbols." +msgstr "" + +#: pyload/Setup.py:380 +msgid "Password (again): " +msgstr "Contrasenya (altre cop): " + +#: pyload/Setup.py:386 +msgid "Passwords did not match." +msgstr "Les contrasenyes no coincideixen." + +#: pyload/Setup.py:397 +msgid "yes" +msgstr "sÃ" + +#: pyload/Setup.py:397 +msgid "true" +msgstr "cert" + +#: pyload/Setup.py:397 +msgid "t" +msgstr "c" + +#: pyload/Setup.py:400 +msgid "no" +msgstr "" + +#: pyload/Setup.py:400 +msgid "false" +msgstr "fals" + +#: pyload/Setup.py:400 +msgid "f" +msgstr "" + +#: pyload/Setup.py:403 pyload/Setup.py:413 +msgid "Invalid Input" +msgstr "Entrada invà lida" + diff --git a/locale/ca/LC_MESSAGES/webUI.po b/locale/ca/LC_MESSAGES/webUI.po new file mode 100644 index 000000000..575ae7846 --- /dev/null +++ b/locale/ca/LC_MESSAGES/webUI.po @@ -0,0 +1,131 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-08-10 11:58+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Catalan\n" +"Language: ca_ES\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/web/app/scripts/helpers/formatSize.js:9 +msgid "not available" +msgstr "" + +#: pyload/web/app/scripts/helpers/formatSize.js:11 +msgid "unlimited" +msgstr "" + +#: pyload/web/app/templates/default/admin.html:3 +#: pyload/web/app/templates/default/admin.html:4 +msgid "Admin" +msgstr "" + +#: pyload/web/app/templates/default/setup.html:3 +msgid "Setup" +msgstr "" + +#: pyload/web/app/templates/default/accounts/actionbar.html:2 +msgid "Add Account" +msgstr "" + +#: pyload/web/app/templates/default/accounts/layout.html:2 +msgid "Accounts" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:9 +msgid "Local" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:18 +msgid "Search" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:26 +msgid "Type" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:44 +#: pyload/web/app/templates/default/dashboard/actionbar.html:49 +msgid "All" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:50 +msgid "Finished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:51 +msgid "Unfinished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:52 +msgid "Failed" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/select.html:1 +msgid "1 package" +msgid_plural "%d packages" +msgstr[0] "" +msgstr[1] "" + +#: pyload/web/app/templates/default/dashboard/select.html:4 +msgid "1 file" +msgid_plural "%d files" +msgstr[0] "" +msgstr[1] "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:2 +msgid "Add an account" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:7 +msgid "Please enter your account data" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:3 +msgid "Choose a plugin" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:9 +msgid "Please choose a plugin, which you want to configure" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:23 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:46 +msgid "Add" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:24 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:47 +#: pyload/web/app/templates/default/dialogs/interactionTask.html:35 +msgid "Close" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:2 +msgid "Please confirm" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:5 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:8 +msgid "Delete" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:9 +msgid "Cancel" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/interactionTask.html:34 +msgid "Submit" +msgstr "" + +#: pyload/web/app/templates/default/header/layout.html:12 +msgid "Running..." +msgstr "" + diff --git a/locale/cli.pot b/locale/cli.pot index 646c6c70e..c39b9f0d8 100644 --- a/locale/cli.pot +++ b/locale/cli.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: pyLoad 0.4.9\n" +"Project-Id-Version: pyload 0.4.9.9-dev\n" "Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" -"POT-Creation-Date: 2011-12-07 19:21+0100\n" +"POT-Creation-Date: 2013-10-13 18:16+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,283 +17,279 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: pyLoadCli.py:75 pyLoadCli.py:133 +#: pyload/cli/AddPackage.py:48 +msgid "Add Package:" +msgstr "" + +#: pyload/cli/AddPackage.py:53 +msgid "Enter a name for the new package" +msgstr "" + +#: pyload/cli/AddPackage.py:57 +#, python-format +msgid "Package: %s" +msgstr "" + +#: pyload/cli/AddPackage.py:58 +msgid "Parse the links you want to add." +msgstr "" + +#: pyload/cli/AddPackage.py:59 +#, python-format +msgid "Type %s when done." +msgstr "" + +#: pyload/cli/AddPackage.py:60 +msgid "Links added: " +msgstr "" + +#: pyload/cli/AddPackage.py:64 pyload/cli/ManageFiles.py:149 +msgid " back to main menu" +msgstr "" + +#: pyload/cli/ManageFiles.py:97 +msgid "Manage Packages:" +msgstr "" + +#: pyload/cli/ManageFiles.py:99 +msgid "Manage Links:" +msgstr "" + +#: pyload/cli/ManageFiles.py:104 +msgid "What do you want to move?" +msgstr "" + +#: pyload/cli/ManageFiles.py:106 +msgid "What do you want to delete?" +msgstr "" + +#: pyload/cli/ManageFiles.py:108 +msgid "What do you want to restart?" +msgstr "" + +#: pyload/cli/ManageFiles.py:113 +msgid "Choose what you want to do, or enter package number." +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "delete" +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "move" +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "restart" +msgstr "" + +#: pyload/cli/ManageFiles.py:148 +msgid " - previous" +msgstr "" + +#: pyload/cli/ManageFiles.py:148 +msgid " - next" +msgstr "" + +#: pyload/cli/Cli.py:75 pyload/cli/Cli.py:133 msgid " Command Line Interface" msgstr "" -#: pyLoadCli.py:165 +#: pyload/cli/Cli.py:165 #, python-format msgid "%s Downloads:" msgstr "" -#: pyLoadCli.py:177 +#: pyload/cli/Cli.py:177 msgid " Speed: " msgstr "" -#: pyLoadCli.py:177 +#: pyload/cli/Cli.py:177 msgid " Size: " msgstr "" -#: pyLoadCli.py:178 +#: pyload/cli/Cli.py:178 msgid " Finished in: " msgstr "" -#: pyLoadCli.py:179 +#: pyload/cli/Cli.py:179 msgid " ID: " msgstr "" -#: pyLoadCli.py:184 +#: pyload/cli/Cli.py:184 msgid "waiting: " msgstr "" -#: pyLoadCli.py:191 pyLoadCli.py:193 +#: pyload/cli/Cli.py:191 pyload/cli/Cli.py:193 msgid "Status:" msgstr "" -#: pyLoadCli.py:191 +#: pyload/cli/Cli.py:191 msgid "paused" msgstr "" -#: pyLoadCli.py:193 +#: pyload/cli/Cli.py:193 msgid "running" msgstr "" -#: pyLoadCli.py:196 +#: pyload/cli/Cli.py:196 msgid "total Speed" msgstr "" -#: pyLoadCli.py:196 +#: pyload/cli/Cli.py:196 msgid "Files in queue" msgstr "" -#: pyLoadCli.py:197 +#: pyload/cli/Cli.py:197 msgid "Total" msgstr "" -#: pyLoadCli.py:203 +#: pyload/cli/Cli.py:203 msgid "Menu:" msgstr "" -#: pyLoadCli.py:205 +#: pyload/cli/Cli.py:205 msgid " Add Links" msgstr "" -#: pyLoadCli.py:206 +#: pyload/cli/Cli.py:206 msgid " Manage Queue" msgstr "" -#: pyLoadCli.py:207 +#: pyload/cli/Cli.py:207 msgid " Manage Collector" msgstr "" -#: pyLoadCli.py:208 +#: pyload/cli/Cli.py:208 msgid " (Un)Pause Server" msgstr "" -#: pyLoadCli.py:209 +#: pyload/cli/Cli.py:209 msgid " Kill Server" msgstr "" -#: pyLoadCli.py:210 +#: pyload/cli/Cli.py:210 msgid " Quit" msgstr "" -#: pyLoadCli.py:289 pyLoadCli.py:296 +#: pyload/cli/Cli.py:289 pyload/cli/Cli.py:296 msgid "Please use this syntax: add <Package name> <link> <link2> ..." msgstr "" -#: pyLoadCli.py:315 +#: pyload/cli/Cli.py:315 #, python-format msgid "Checking %d links:" msgstr "" -#: pyLoadCli.py:324 +#: pyload/cli/Cli.py:324 msgid "File does not exists." msgstr "" -#: pyLoadCli.py:385 +#: pyload/cli/Cli.py:385 msgid "pyLoad was terminated" msgstr "" -#: pyLoadCli.py:443 +#: pyload/cli/Cli.py:443 msgid "Prints server status" msgstr "" -#: pyLoadCli.py:444 +#: pyload/cli/Cli.py:444 msgid "Prints downloads in queue" msgstr "" -#: pyLoadCli.py:445 +#: pyload/cli/Cli.py:445 msgid "Prints downloads in collector" msgstr "" -#: pyLoadCli.py:446 +#: pyload/cli/Cli.py:446 msgid "Adds package to queue" msgstr "" -#: pyLoadCli.py:447 +#: pyload/cli/Cli.py:447 msgid "Adds package to collector" msgstr "" -#: pyLoadCli.py:448 +#: pyload/cli/Cli.py:448 msgid "Delete Files from Queue/Collector" msgstr "" -#: pyLoadCli.py:449 +#: pyload/cli/Cli.py:449 msgid "Delete Packages from Queue/Collector" msgstr "" -#: pyLoadCli.py:450 +#: pyload/cli/Cli.py:450 msgid "Move Packages from Queue to Collector or vice versa" msgstr "" -#: pyLoadCli.py:451 +#: pyload/cli/Cli.py:451 msgid "Restart files" msgstr "" -#: pyLoadCli.py:452 +#: pyload/cli/Cli.py:452 msgid "Restart packages" msgstr "" -#: pyLoadCli.py:453 +#: pyload/cli/Cli.py:453 msgid "Check online status, works with local container" msgstr "" -#: pyLoadCli.py:454 +#: pyload/cli/Cli.py:454 msgid "Checks online status of a container file" msgstr "" -#: pyLoadCli.py:455 +#: pyload/cli/Cli.py:455 msgid "Pause the server" msgstr "" -#: pyLoadCli.py:456 +#: pyload/cli/Cli.py:456 msgid "continue downloads" msgstr "" -#: pyLoadCli.py:457 +#: pyload/cli/Cli.py:457 msgid "Toggle pause/unpause" msgstr "" -#: pyLoadCli.py:458 +#: pyload/cli/Cli.py:458 msgid "kill server" msgstr "" -#: pyLoadCli.py:460 +#: pyload/cli/Cli.py:460 msgid "List of commands:" msgstr "" -#: pyLoadCli.py:473 +#: pyload/cli/Cli.py:473 msgid "Couldn't write user config file" msgstr "" -#: pyLoadCli.py:548 -msgid "You need py-openssl to connect to this pyLoad Core." +#: pyload/cli/Cli.py:548 pyload/cli/Cli.py:580 +msgid "You need py-openssl to connect to this pyLoad core." msgstr "" -#: pyLoadCli.py:555 +#: pyload/cli/Cli.py:555 msgid "Address: " msgstr "" -#: pyLoadCli.py:556 +#: pyload/cli/Cli.py:556 msgid "Port: " msgstr "" -#: pyLoadCli.py:557 +#: pyload/cli/Cli.py:557 msgid "Username: " msgstr "" -#: pyLoadCli.py:561 +#: pyload/cli/Cli.py:561 msgid "Password: " msgstr "" -#: pyLoadCli.py:566 pyLoadCli.py:575 +#: pyload/cli/Cli.py:566 pyload/cli/Cli.py:575 msgid "Login data is wrong." msgstr "" -#: pyLoadCli.py:568 pyLoadCli.py:577 +#: pyload/cli/Cli.py:568 pyload/cli/Cli.py:577 #, python-format msgid "Could not establish connection to %(addr)s:%(port)s." msgstr "" -#: pyLoadCli.py:580 -msgid "You need py-openssl to connect to this pyLoad core." -msgstr "" - -#: pyLoadCli.py:582 +#: pyload/cli/Cli.py:582 msgid "Interactive mode ignored since you passed some commands." msgstr "" - -#: module/cli/ManageFiles.py:97 -msgid "Manage Packages:" -msgstr "" - -#: module/cli/ManageFiles.py:99 -msgid "Manage Links:" -msgstr "" - -#: module/cli/ManageFiles.py:104 -msgid "What do you want to move?" -msgstr "" - -#: module/cli/ManageFiles.py:106 -msgid "What do you want to delete?" -msgstr "" - -#: module/cli/ManageFiles.py:108 -msgid "What do you want to restart?" -msgstr "" - -#: module/cli/ManageFiles.py:113 -msgid "Choose what yout want to do or enter package number." -msgstr "" - -#: module/cli/ManageFiles.py:115 -msgid "delete" -msgstr "" - -#: module/cli/ManageFiles.py:115 -msgid "move" -msgstr "" - -#: module/cli/ManageFiles.py:115 -msgid "restart" -msgstr "" - -#: module/cli/ManageFiles.py:148 -msgid " - previous" -msgstr "" - -#: module/cli/ManageFiles.py:148 -msgid " - next" -msgstr "" - -#: module/cli/ManageFiles.py:149 module/cli/AddPackage.py:64 -msgid " back to main menu" -msgstr "" - -#: module/cli/AddPackage.py:48 -msgid "Add Package:" -msgstr "" - -#: module/cli/AddPackage.py:53 -msgid "Enter a name for the new package" -msgstr "" - -#: module/cli/AddPackage.py:57 -#, python-format -msgid "Package: %s" -msgstr "" - -#: module/cli/AddPackage.py:58 -msgid "Parse the links you want to add." -msgstr "" - -#: module/cli/AddPackage.py:59 -#, python-format -msgid "Type %s when done." -msgstr "" - -#: module/cli/AddPackage.py:60 -msgid "Links added: " -msgstr "" diff --git a/locale/core.pot b/locale/core.pot index 546f0e4d3..0fc068d26 100644 --- a/locale/core.pot +++ b/locale/core.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: pyLoad 0.4.9\n" +"Project-Id-Version: pyload 0.4.9.9-dev\n" "Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" -"POT-Creation-Date: 2011-12-07 19:21+0100\n" +"POT-Creation-Date: 2013-10-13 18:16+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,850 +17,630 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: pyLoadCore.py:185 -msgid "Received Quit signal" -msgstr "" - -#: pyLoadCore.py:301 -#, python-format -msgid "pyLoad already running with pid %s" -msgstr "" - -#: pyLoadCore.py:315 +#: pyload/AddonManager.py:62 #, python-format -msgid "Failed changing group: %s" -msgstr "" - -#: pyLoadCore.py:325 -#, python-format -msgid "Failed changing user: %s" -msgstr "" - -#: pyLoadCore.py:327 -msgid "folder for logs" -msgstr "" - -#: pyLoadCore.py:338 -msgid "Starting" +msgid "Error when executing %s" msgstr "" -#: pyLoadCore.py:339 +#: pyload/AddonManager.py:93 #, python-format -msgid "Using home directory: %s" -msgstr "" - -#: pyLoadCore.py:348 -msgid "pycrypto to decode container files" -msgstr "" - -#: pyLoadCore.py:351 -msgid "folder for temporary files" -msgstr "" - -#: pyLoadCore.py:356 -msgid "folder for downloads" -msgstr "" - -#: pyLoadCore.py:359 -msgid "OpenSSL for secure connection" -msgstr "" - -#: pyLoadCore.py:363 -msgid "Moving old user config to DB" -msgstr "" - -#: pyLoadCore.py:366 -msgid "Please check your logindata with ./pyLoadCore.py -u" -msgstr "" - -#: pyLoadCore.py:369 -msgid "All links removed" +msgid "Failed activating %(name)s" msgstr "" -#: pyLoadCore.py:400 +#: pyload/AddonManager.py:96 #, python-format -msgid "Downloadtime: %s" +msgid "Activated addons: %s" msgstr "" -#: pyLoadCore.py:410 +#: pyload/AddonManager.py:97 #, python-format -msgid "Free space: %s" -msgstr "" - -#: pyLoadCore.py:430 -msgid "Activating Accounts..." +msgid "Deactivated addons: %s" msgstr "" -#: pyLoadCore.py:436 +#: pyload/AddonManager.py:153 msgid "Activating Plugins..." msgstr "" -#: pyLoadCore.py:439 -msgid "pyLoad is up and running" -msgstr "" - -#: pyLoadCore.py:458 -msgid "restarting pyLoad" -msgstr "" - -#: pyLoadCore.py:462 -msgid "pyLoad quits" -msgstr "" - -#: pyLoadCore.py:519 -#, python-format -msgid "Install %s" -msgstr "" - -#: pyLoadCore.py:555 -#, python-format -msgid "could not find %(desc)s: %(name)s" +#: pyload/AddonManager.py:162 +msgid "Deactivating Plugins..." msgstr "" -#: pyLoadCore.py:557 -#, python-format -msgid "could not create %(desc)s: %(name)s" -msgstr "" - -#: pyLoadCore.py:578 -msgid "shutting down..." +#: pyload/web/ServerThread.py:49 +msgid "SSL certificates not found." msgstr "" -#: pyLoadCore.py:595 -msgid "error while shutting down" +#: pyload/web/ServerThread.py:53 +msgid "WebUI built is not available" msgstr "" -#: pyLoadCore.py:659 -msgid "killed pyLoad from Terminal" +#: pyload/web/ServerThread.py:55 +msgid "Running webUI in development mode" msgstr "" -#: module/common/JsEngine.py:156 -msgid "" -"No js engine detected, please install either Spidermonkey, ossp-js, pyv8 or " -"rhino" +#: pyload/web/ServerThread.py:73 +msgid "Failed starting webserver: " msgstr "" -#: module/remote/ThriftBackend.py:39 -msgid "Using SSL ThriftBackend" +#: pyload/web/ServerThread.py:107 +msgid "Failed importing webserver: " msgstr "" -#: module/remote/RemoteManager.py:35 -#, python-format -msgid "Remote backend error: %s" +#: pyload/web/ServerThread.py:125 +msgid "This server offers no SSL, please consider using threaded instead" msgstr "" -#: module/remote/RemoteManager.py:82 +#: pyload/web/ServerThread.py:139 #, python-format -msgid "Starting %(name)s: %(addr)s:%(port)s" +msgid "Starting %(name)s webserver: %(host)s:%(port)d" msgstr "" -#: module/remote/RemoteManager.py:84 -#, python-format -msgid "Failed loading backend %(name)s | %(error)s" +#: pyload/config/default.py:14 +msgid "Remote" msgstr "" -#: module/ThreadManager.py:137 -#, python-format -msgid "Reconnect Failed: %s" +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Description" msgstr "" -#: module/ThreadManager.py:176 -msgid "Reconnect script not found!" +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Long description" msgstr "" -#: module/ThreadManager.py:182 -msgid "Starting reconnect" +#: pyload/config/default.py:16 pyload/config/default.py:56 +#: pyload/config/default.py:63 +msgid "Activated" msgstr "" -#: module/ThreadManager.py:196 -msgid "Failed executing reconnect script!" +#: pyload/config/default.py:17 pyload/config/default.py:69 +#: pyload/config/default.py:80 +msgid "Port" msgstr "" -#: module/ThreadManager.py:208 -#, python-format -msgid "Reconnected, new IP: %s" +#: pyload/config/default.py:18 pyload/config/default.py:77 +msgid "Address" msgstr "" -#: module/ThreadManager.py:288 -msgid "Not enough space left on device" +#: pyload/config/default.py:21 +msgid "Log" msgstr "" -#: module/HookManager.py:90 module/plugins/Hook.py:102 -#, python-format -msgid "Error executing hooks: %s" +#: pyload/config/default.py:23 +msgid "Size in kb" msgstr "" -#: module/HookManager.py:140 -#, python-format -msgid "Failed activating %(name)s" +#: pyload/config/default.py:24 +msgid "Folder" msgstr "" -#: module/HookManager.py:144 -#, python-format -msgid "Activated plugins: %s" +#: pyload/config/default.py:25 +msgid "File Log" msgstr "" -#: module/HookManager.py:145 -#, python-format -msgid "Deactivate plugins: %s" +#: pyload/config/default.py:26 +msgid "Count" msgstr "" -#: module/CaptchaManager.py:78 module/interaction/InteractionManager.py:82 -msgid "No Client connected for captcha decrypting" +#: pyload/config/default.py:27 +msgid "Log Rotate" msgstr "" -#: module/web/ServerThread.py:35 -msgid "SSL certificates not found." +#: pyload/config/default.py:30 +msgid "Permissions" msgstr "" -#: module/web/ServerThread.py:39 -#, python-format -msgid "Sorry, we dropped support for starting %s directly within pyLoad" +#: pyload/config/default.py:32 +msgid "Groupname" msgstr "" -#: module/web/ServerThread.py:40 -msgid "You can use the threaded server which offers good performance and ssl," +#: pyload/config/default.py:33 +msgid "Change Group and User of Downloads" msgstr "" -#: module/web/ServerThread.py:41 -#, python-format -msgid "" -"of course you can still use your existing %s with pyLoads fastcgi server" +#: pyload/config/default.py:34 +msgid "Change file mode of downloads" msgstr "" -#: module/web/ServerThread.py:42 -msgid "sample configs are located in the module/web/servers directory" +#: pyload/config/default.py:35 pyload/config/default.py:75 +msgid "Username" msgstr "" -#: module/web/ServerThread.py:49 -#, python-format -msgid "Can't use %(server)s, python-flup is not installed!" +#: pyload/config/default.py:36 +msgid "Filemode for Downloads" msgstr "" -#: module/web/ServerThread.py:56 -#, python-format -msgid "Error importing lightweight server: %s" +#: pyload/config/default.py:37 +msgid "Change group of running process" msgstr "" -#: module/web/ServerThread.py:57 -msgid "" -"You need to download and compile bjoern, https://github.com/jonashaag/bjoern" +#: pyload/config/default.py:38 +msgid "Folder Permission mode" msgstr "" -#: module/web/ServerThread.py:58 -msgid "Copy the boern.so to module/lib folder or use setup.py install" +#: pyload/config/default.py:39 +msgid "Change user of running process" msgstr "" -#: module/web/ServerThread.py:59 -msgid "" -"Of course you need to be familiar with linux and know how to compile software" +#: pyload/config/default.py:42 +msgid "General" msgstr "" -#: module/web/ServerThread.py:63 -msgid "Server set to threaded, due to known performance problems on windows." +#: pyload/config/default.py:44 +msgid "Language" msgstr "" -#: module/web/ServerThread.py:80 module/web/ServerThread.py:103 -msgid "This server offers no SSL, please consider using threaded instead" +#: pyload/config/default.py:45 +msgid "Download Folder" msgstr "" -#: module/web/ServerThread.py:82 -#, python-format -msgid "Starting builtin webserver: %(host)s:%(port)d" +#: pyload/config/default.py:46 +msgid "Use Checksum" msgstr "" -#: module/web/ServerThread.py:87 -#, python-format -msgid "Starting threaded SSL webserver: %(host)s:%(port)d" +#: pyload/config/default.py:47 +msgid "Create folder for each package" msgstr "" -#: module/web/ServerThread.py:91 -#, python-format -msgid "Starting threaded webserver: %(host)s:%(port)d" +#: pyload/config/default.py:48 +msgid "Debug Mode" msgstr "" -#: module/web/ServerThread.py:97 -#, python-format -msgid "Starting fastcgi server: %(host)s:%(port)d" +#: pyload/config/default.py:49 +msgid "Min Free Space (MB)" msgstr "" -#: module/web/ServerThread.py:105 -#, python-format -msgid "Starting lightweight webserver (bjoern): %(host)s:%(port)d" +#: pyload/config/default.py:50 +msgid "CPU Priority" msgstr "" -#: module/web/pyload_app.py:125 -msgid "You dont have permission to access this page." +#: pyload/config/default.py:53 +msgid "SSL" msgstr "" -#: module/web/pyload_app.py:193 -msgid "Download directory not found." +#: pyload/config/default.py:55 +msgid "SSL Certificate" msgstr "" -#: module/web/pyload_app.py:260 module/web/pyload_app.py:267 -msgid "unlimited" +#: pyload/config/default.py:57 +msgid "SSL Key" msgstr "" -#: module/web/pyload_app.py:262 module/web/pyload_app.py:269 -msgid "not available" +#: pyload/config/default.py:60 +msgid "Webinterface" msgstr "" -#: module/web/pyload_app.py:509 -msgid "Run pyLoadCore.py -s to access the setup." +#: pyload/config/default.py:62 +msgid "Template" msgstr "" -#: module/web/json_app.py:60 -#, python-format -msgid "waiting %s" +#: pyload/config/default.py:64 +msgid "Path Prefix" msgstr "" -#: module/Api.py:329 -#, python-format -msgid "Added package %(name)s containing %(count)d links" +#: pyload/config/default.py:65 +msgid "Server" msgstr "" -#: module/Api.py:592 -#, python-format -msgid "Added %(count)d links to package #%(package)d " +#: pyload/config/default.py:66 +msgid "Favor specific server" msgstr "" -#: module/plugins/crypter/SerienjunkiesOrg.py:125 -msgid "Downloadlimit reached" +#: pyload/config/default.py:67 +msgid "IP" msgstr "" -#: module/plugins/hooks/ClickAndLoad.py:74 -msgid "Click'N'Load: Port 9666 already in use" +#: pyload/config/default.py:68 +msgid "Use HTTPS" msgstr "" -#: module/plugins/hooks/ExtractArchive.py:91 -#, python-format -msgid "No %s installed" +#: pyload/config/default.py:70 +msgid "Development mode" msgstr "" -#: module/plugins/hooks/ExtractArchive.py:93 -#: module/plugins/hooks/ExtractArchive.py:98 -#, python-format -msgid "Could not activate %s" +#: pyload/config/default.py:73 +msgid "Proxy" msgstr "" -#: module/plugins/hooks/ExtractArchive.py:103 -msgid "Activated" +#: pyload/config/default.py:76 +msgid "Use Proxy" msgstr "" -#: module/plugins/hooks/ExtractArchive.py:105 -msgid "No Extract plugins activated" +#: pyload/config/default.py:78 +msgid "Password" msgstr "" -#: module/plugins/hooks/ExtractArchive.py:117 -#, python-format -msgid "Package %s queued for later extracting" +#: pyload/config/default.py:79 +msgid "Protocol" msgstr "" -#: module/plugins/hooks/ExtractArchive.py:142 -#, python-format -msgid "Check package %s" +#: pyload/config/default.py:83 +msgid "Reconnect" msgstr "" -#: module/plugins/hooks/ExtractArchive.py:179 -#, python-format -msgid "Extract to %s" +#: pyload/config/default.py:85 pyload/config/default.py:106 +msgid "End" msgstr "" -#: module/plugins/hooks/ExtractArchive.py:198 -msgid "extracting" +#: pyload/config/default.py:86 +msgid "Use Reconnect" msgstr "" -#: module/plugins/hooks/ExtractArchive.py:209 -msgid "Password protected" +#: pyload/config/default.py:87 +msgid "Method" msgstr "" -#: module/plugins/hooks/ExtractArchive.py:229 -msgid "Wrong password" +#: pyload/config/default.py:88 pyload/config/default.py:105 +msgid "Start" msgstr "" -#: module/plugins/hooks/ExtractArchive.py:237 -#, python-format -msgid "Deleting %s files" +#: pyload/config/default.py:91 +msgid "Download" msgstr "" -#: module/plugins/hooks/ExtractArchive.py:242 -msgid "Extracting finished" +#: pyload/config/default.py:93 +msgid "Max Parallel Downloads" msgstr "" -#: module/plugins/hooks/ExtractArchive.py:249 -msgid "Archive Error" +#: pyload/config/default.py:94 +msgid "Limit Download Speed" msgstr "" -#: module/plugins/hooks/ExtractArchive.py:251 -msgid "CRC Mismatch" +#: pyload/config/default.py:95 +msgid "Download interface to bind (ip or Name)" msgstr "" -#: module/plugins/hooks/ExtractArchive.py:255 -msgid "Unknown Error" +#: pyload/config/default.py:96 +msgid "Skip already existing files" msgstr "" -#: module/plugins/hooks/ExtractArchive.py:307 -msgid "Setting User and Group failed" +#: pyload/config/default.py:97 +msgid "Max Download Speed in kb/s" msgstr "" -#: module/plugins/hooks/CaptchaTrader.py:71 -#, python-format -msgid "%s credits left" +#: pyload/config/default.py:98 +msgid "Allow IPv6" msgstr "" -#: module/plugins/hooks/CaptchaTrader.py:132 -msgid "Your CaptchaTrader Account has not enough credits" +#: pyload/config/default.py:99 +msgid "Max connections for one download" msgstr "" -#: module/plugins/hooks/IRCInterface.py:74 -#: module/plugins/hooks/XMPPInterface.py:82 -#: module/database/FileDatabase.py:507 -#, python-format -msgid "Package finished: %s" +#: pyload/config/default.py:100 +msgid "Restart failed downloads on startup" msgstr "" -#: module/plugins/hooks/IRCInterface.py:81 -#, python-format -msgid "Download finished: %(name)s @ %(plugin)s " -msgstr "" - -#: module/plugins/hooks/IRCInterface.py:93 -#, python-format -msgid "New Captcha Request: %s" +#: pyload/config/default.py:103 +msgid "Download Time" msgstr "" -#: module/plugins/hooks/IRCInterface.py:94 +#: pyload/network/HTTPDownload.py:249 #, python-format -msgid "Answer with 'c %s text on the captcha'" +msgid "Download chunks failed, fallback to single connection | %s" msgstr "" -#: module/plugins/hooks/XMPPInterface.py:90 +#: pyload/api/DownloadApi.py:33 #, python-format -msgid "Download finished: %(name)s @ %(plugin)s" -msgstr "" - -#: module/plugins/hooks/RehostTo.py:32 -msgid "Please add your rehost.to account first and restart pyLoad" +msgid "Added package %(name)s as folder %(folder)s" msgstr "" -#: module/plugins/hooks/HotFolder.py:82 +#: pyload/api/DownloadApi.py:84 #, python-format -msgid "Added %s from HotFolder" +msgid "Added %d links to package" msgstr "" -#: module/plugins/hooks/ExternalScripts.py:54 +#: pyload/AccountManager.py:49 #, python-format -msgid "Installed scripts for %s: " +msgid "Account plugin %s not available" msgstr "" -#: module/plugins/hooks/ExternalScripts.py:70 -msgid "Script not executable:" -msgstr "" - -#: module/plugins/hooks/ExternalScripts.py:80 +#: pyload/AccountManager.py:70 #, python-format -msgid "Error in %(script)s: %(error)s" -msgstr "" - -#: module/plugins/hooks/UpdateManager.py:68 -msgid "No Updates for pyLoad" +msgid "Could not load account %s" msgstr "" -#: module/plugins/hooks/UpdateManager.py:73 -msgid "*** Plugins have been updated, please restart pyLoad ***" +#: pyload/interaction/InteractionManager.py:88 +msgid "Query" msgstr "" -#: module/plugins/hooks/UpdateManager.py:75 -msgid "Plugins updated and reloaded" +#: pyload/interaction/InteractionManager.py:111 +msgid "Captcha request" msgstr "" -#: module/plugins/hooks/UpdateManager.py:78 -msgid "No plugin updates available" +#: pyload/interaction/InteractionManager.py:111 +msgid "Please solve the captcha." msgstr "" -#: module/plugins/hooks/UpdateManager.py:93 +#: pyload/remote/RemoteManager.py:35 #, python-format -msgid "*** New pyLoad Version %s available ***" -msgstr "" - -#: module/plugins/hooks/UpdateManager.py:94 -msgid "*** Get it here: http://pyload.org/download ***" -msgstr "" - -#: module/plugins/hooks/UpdateManager.py:97 -#: module/plugins/hooks/UpdateManager.py:110 -msgid "Not able to connect server for updates" -msgstr "" - -#: module/plugins/hooks/UpdateManager.py:141 -#, python-format -msgid "New version of %(type)s|%(name)s : %(version).2f" +msgid "Remote backend error: %s" msgstr "" -#: module/plugins/hooks/UpdateManager.py:150 -#: module/plugins/hooks/UpdateManager.py:155 +#: pyload/remote/RemoteManager.py:80 #, python-format -msgid "Error when updating %s" -msgstr "" - -#: module/plugins/hooks/UpdateManager.py:155 -msgid "Version mismatch" -msgstr "" - -#: module/plugins/hoster/BasePlugin.py:53 -msgid "Authorization required (username:password)" -msgstr "" - -#: module/plugins/hoster/OronCom.py:135 -msgid "Not enough traffic left" -msgstr "" - -#: module/plugins/hoster/OronCom.py:137 -#: module/plugins/hoster/UploadedTo.py:158 -msgid "Traffic exceeded" -msgstr "" - -#: module/plugins/hoster/MegauploadCom.py:135 -msgid "You should enable direct Download in your Megaupload Account settings" +msgid "Starting %(name)s: %(addr)s:%(port)s" msgstr "" -#: module/plugins/hoster/MegauploadCom.py:158 +#: pyload/remote/RemoteManager.py:82 #, python-format -msgid "Megaupload: waiting %d minutes" -msgstr "" - -#: module/plugins/hoster/MegauploadCom.py:172 -msgid "You need premium to download files larger than 1 GB" -msgstr "" - -#: module/plugins/hoster/MegauploadCom.py:177 -msgid "The file is password protected, enter a password and restart." +msgid "Failed loading backend %(name)s | %(error)s" msgstr "" -#: module/plugins/hoster/MegauploadCom.py:194 -msgid "Megaupload is currently blocking your IP. Try again later, manually." +#: pyload/FileManager.py:53 +msgid "none" msgstr "" -#: module/plugins/hoster/MegauploadCom.py:269 -msgid "" -"Looks like the file is still not available. Retry downloading later, " -"manually." -msgstr "" - -#: module/plugins/hoster/MegauploadCom.py:272 -msgid "Wrong password for download link." +#: pyload/FileManager.py:53 +msgid "offline" msgstr "" -#: module/plugins/hoster/UploadedTo.py:131 -msgid "API key invalid" +#: pyload/FileManager.py:53 +msgid "online" msgstr "" -#: module/plugins/hoster/UploadedTo.py:155 -#, python-format -msgid "%s: Not enough traffic left" +#: pyload/FileManager.py:53 +msgid "queued" msgstr "" -#: module/plugins/hoster/ShareonlineBiz.py:106 -msgid "Parallel download issue" +#: pyload/FileManager.py:53 +msgid "paused" msgstr "" -#: module/plugins/hoster/ShareonlineBiz.py:121 -msgid "Invalid download ticket" +#: pyload/FileManager.py:54 +msgid "finished" msgstr "" -#: module/plugins/hoster/RehostTo.py:26 -msgid "Please enter your rehost.to account or deactivate this plugin" +#: pyload/FileManager.py:54 +msgid "skipped" msgstr "" -#: module/plugins/hoster/FileserveCom.py:87 -msgid "Not logged in." +#: pyload/FileManager.py:54 +msgid "failed" msgstr "" -#: module/plugins/hoster/FileserveCom.py:112 -msgid "Parallel download error, now waiting 60s." +#: pyload/FileManager.py:54 +msgid "starting" msgstr "" -#: module/plugins/hoster/RapidshareCom.py:99 -msgid "Rapidshare: Traffic Share (direct download)" +#: pyload/FileManager.py:55 +msgid "waiting" msgstr "" -#: module/plugins/hoster/RapidshareCom.py:126 -#: module/plugins/hoster/RapidshareCom.py:192 -msgid "Already downloading from this ip address, waiting 60 seconds" +#: pyload/FileManager.py:55 +msgid "downloading" msgstr "" -#: module/plugins/hoster/RapidshareCom.py:130 -msgid "Invalid Auth Code, download will be restarted" +#: pyload/FileManager.py:55 +msgid "temp. offline" msgstr "" -#: module/plugins/hoster/RapidshareCom.py:196 -msgid "RapidShareCom: No free slots" +#: pyload/FileManager.py:55 +msgid "aborted" msgstr "" -#: module/plugins/hoster/RapidshareCom.py:199 -msgid "You need a premium account for this file" +#: pyload/FileManager.py:56 +msgid "decrypting" msgstr "" -#: module/plugins/hoster/RapidshareCom.py:201 -msgid "Filename reported invalid" +#: pyload/FileManager.py:56 +msgid "processing" msgstr "" -#: module/plugins/hoster/FilesMailRu.py:99 -msgid "There was HTML Code in the Downloaded File(" +#: pyload/FileManager.py:56 +msgid "custom" msgstr "" -#: module/plugins/hoster/NetloadIn.py:141 -#: module/plugins/hoster/NetloadIn.py:161 -msgid "File temporarily not available" +#: pyload/FileManager.py:56 +msgid "unknown" msgstr "" -#: module/plugins/hoster/NetloadIn.py:174 +#: pyload/FileManager.py:426 #, python-format -msgid "Netload: waiting between downloads %d s." +msgid "Package finished: %s" msgstr "" -#: module/plugins/hoster/NetloadIn.py:203 +#: pyload/Api.py:150 #, python-format -msgid "Netload: waiting for captcha %d s." -msgstr "" - -#: module/plugins/hoster/NetloadIn.py:242 -msgid "Downloaded File was empty" -msgstr "" - -#: module/plugins/hoster/RealdebridCom.py:37 -msgid "Please enter your Real-debrid account or deactivate this plugin" +msgid "User '%s' tries to log in" msgstr "" -#: module/plugins/container/LinkList.py:54 -msgid "LinkList could not be cleared." -msgstr "" - -#: module/plugins/Plugin.py:381 -msgid "" -"Pil and tesseract not installed and no Client connected for captcha " -"decrypting" -msgstr "" - -#: module/plugins/Plugin.py:385 -msgid "No captcha result obtained in appropiate time by any of the plugins." +#: pyload/Core.py:195 +msgid "Received Quit signal" msgstr "" -#: module/plugins/Plugin.py:490 module/plugins/Plugin.py:520 +#: pyload/Core.py:321 #, python-format -msgid "Setting User and Group failed: %s" -msgstr "" - -#: module/plugins/Container.py:68 -msgid "File not exists." -msgstr "" - -#: module/plugins/accounts/MegauploadCom.py:41 -msgid "Activate direct Download in your MegaUpload Account" -msgstr "" - -#: module/plugins/accounts/FilesonicCom.py:49 -msgid "Invalid login retrieving user details" -msgstr "" - -#: module/plugins/accounts/BitshareCom.py:36 -msgid "Activate direct Download in your Bitshare Account" +msgid "pyLoad already running with pid %s" msgstr "" -#: module/plugins/PluginManager.py:153 +#: pyload/Core.py:335 #, python-format -msgid "%s has a invalid pattern." +msgid "Failed changing group: %s" msgstr "" -#: module/plugins/PluginManager.py:272 +#: pyload/Core.py:345 #, python-format -msgid "Error importing %(name)s: %(msg)s" -msgstr "" - -#: module/plugins/AccountManager.py:88 -msgid "Account settings deleted, due to new config format." +msgid "Failed changing user: %s" msgstr "" -#: module/plugins/internal/MultiHoster.py:60 -msgid "No Hoster loaded" +#: pyload/Core.py:356 +msgid "Starting" msgstr "" -#: module/plugins/Account.py:85 module/plugins/Account.py:91 +#: pyload/Core.py:357 #, python-format -msgid "Could not login with account %(user)s | %(msg)s" -msgstr "" - -#: module/plugins/Account.py:86 -msgid "Wrong Password" +msgid "Using home directory: %s" msgstr "" -#: module/plugins/Account.py:240 -#, python-format -msgid "Your Time %s has wrong format, use: 1:22-3:44" +#: pyload/Core.py:371 +msgid "All links removed" msgstr "" -#: module/plugins/Account.py:266 +#: pyload/Core.py:401 #, python-format -msgid "Account %s has not enough traffic, checking again in 30min" +msgid "Download time: %s" msgstr "" -#: module/plugins/Account.py:273 +#: pyload/Core.py:416 #, python-format -msgid "Account %s is expired, checking again in 1h" -msgstr "" - -#: module/database/FileDatabase.py:47 -msgid "finished" -msgstr "" - -#: module/database/FileDatabase.py:47 -msgid "offline" +msgid "Free space: %s" msgstr "" -#: module/database/FileDatabase.py:47 -msgid "online" +#: pyload/Core.py:436 +msgid "Activating Accounts..." msgstr "" -#: module/database/FileDatabase.py:47 -msgid "queued" +#: pyload/Core.py:441 +msgid "Restarting failed downloads..." msgstr "" -#: module/database/FileDatabase.py:47 -msgid "skipped" +#: pyload/Core.py:449 +msgid "pyLoad is up and running" msgstr "" -#: module/database/FileDatabase.py:47 -msgid "waiting" +#: pyload/Core.py:472 +msgid "restarting pyLoad" msgstr "" -#: module/database/FileDatabase.py:47 -msgid "temp. offline" +#: pyload/Core.py:476 +msgid "pyLoad quits" msgstr "" -#: module/database/FileDatabase.py:47 -msgid "starting" +#: pyload/Core.py:562 +msgid "shutting down..." msgstr "" -#: module/database/FileDatabase.py:47 -msgid "failed" +#: pyload/Core.py:577 +msgid "error while shutting down" msgstr "" -#: module/database/FileDatabase.py:47 -msgid "aborted" +#: pyload/Core.py:659 +msgid "killed pyLoad from terminal" msgstr "" -#: module/database/FileDatabase.py:47 -msgid "decrypting" +#: pyload/database/DatabaseBackend.py:167 +msgid "Database was deleted due to incompatible version." msgstr "" -#: module/database/FileDatabase.py:47 -msgid "custom" +#: pyload/threads/DecrypterThread.py:30 +#, python-format +msgid "Decrypted %(count)d links into package %(name)s" msgstr "" -#: module/database/FileDatabase.py:47 -msgid "downloading" +#: pyload/threads/DecrypterThread.py:55 +msgid "Decrypting aborted" msgstr "" -#: module/database/FileDatabase.py:47 -msgid "processing" +#: pyload/threads/DecrypterThread.py:57 +msgid "Decrypting failed" msgstr "" -#: module/database/FileDatabase.py:47 -msgid "unknown" +#: pyload/threads/InfoThread.py:143 +#, python-format +msgid "Info Fetching for %(name)s failed | %(err)s" msgstr "" -#: module/database/DatabaseBackend.py:174 -msgid "Filedatabase was deleted due to incompatible version." +#: pyload/threads/ThreadManager.py:148 +#, python-format +msgid "Reconnect Failed: %s" msgstr "" -#: module/database/DatabaseBackend.py:189 -msgid "Filedatabase could NOT be converted." +#: pyload/threads/ThreadManager.py:188 +msgid "Reconnect script not found!" msgstr "" -#: module/database/DatabaseBackend.py:198 -msgid "Database was converted from v2 to v3." +#: pyload/threads/ThreadManager.py:194 +msgid "Starting reconnect" msgstr "" -#: module/database/DatabaseBackend.py:206 -msgid "Database was converted from v3 to v4." +#: pyload/threads/ThreadManager.py:208 +msgid "Failed executing reconnect script!" msgstr "" -#: module/database/DatabaseBackend.py:252 -msgid "Converting old Django DB" +#: pyload/threads/ThreadManager.py:219 +#, python-format +msgid "Reconnected, new IP: %s" msgstr "" -#: module/network/HTTPDownload.py:245 -#, python-format -msgid "Download chunks failed, fallback to single connection | %s" +#: pyload/threads/ThreadManager.py:297 +msgid "Not enough space left on device" msgstr "" -#: module/PluginThread.py:183 +#: pyload/threads/DownloadThread.py:64 #, python-format msgid "Download starts: %s" msgstr "" -#: module/PluginThread.py:189 +#: pyload/threads/DownloadThread.py:70 #, python-format msgid "Download finished: %s" msgstr "" -#: module/PluginThread.py:194 module/PluginThread.py:366 +#: pyload/threads/DownloadThread.py:75 #, python-format msgid "Plugin %s is missing a function." msgstr "" -#: module/PluginThread.py:202 module/PluginThread.py:265 -#: module/PluginThread.py:383 +#: pyload/threads/DownloadThread.py:83 pyload/threads/DownloadThread.py:147 #, python-format msgid "Download aborted: %s" msgstr "" -#: module/PluginThread.py:222 +#: pyload/threads/DownloadThread.py:103 #, python-format msgid "Download restarted: %(name)s | %(msg)s" msgstr "" -#: module/PluginThread.py:231 module/PluginThread.py:374 +#: pyload/threads/DownloadThread.py:113 #, python-format msgid "Download is offline: %s" msgstr "" -#: module/PluginThread.py:234 +#: pyload/threads/DownloadThread.py:116 pyload/threads/DownloadThread.py:187 #, python-format msgid "Download is temporary offline: %s" msgstr "" -#: module/PluginThread.py:237 module/PluginThread.py:304 +#: pyload/threads/DownloadThread.py:119 pyload/threads/DownloadThread.py:192 #, python-format msgid "Download failed: %(name)s | %(msg)s" msgstr "" -#: module/PluginThread.py:254 +#: pyload/threads/DownloadThread.py:136 msgid "" "Couldn't connect to host or connection reset, waiting 1 minute and retry." msgstr "" -#: module/PluginThread.py:290 +#: pyload/threads/DownloadThread.py:171 #, python-format msgid "Download skipped: %(name)s due to %(plugin)s" msgstr "" -#: module/PluginThread.py:362 -#, python-format -msgid "Decrypting starts: %s" +#: pyload/threads/DownloadThread.py:188 +msgid "Internal Server Error" msgstr "" -#: module/PluginThread.py:377 module/PluginThread.py:395 -#, python-format -msgid "Decrypting failed: %(name)s | %(msg)s" +#: pyload/threads/AddonThread.py:55 +msgid "An Error occurred" msgstr "" -#: module/PluginThread.py:389 +#: pyload/PluginManager.py:316 #, python-format -msgid "Retrying %s" +msgid "Error importing %(name)s: %(msg)s" msgstr "" -#: module/PluginThread.py:636 -#, python-format -msgid "Info Fetching for %(name)s failed | %(err)s" +#: pyload/utils/JsEngine.py:188 +msgid "" +"No js engine detected, please install either Spidermonkey, ossp-js, pyv8, " +"nodejs or rhino" +msgstr "" + +#: pyload/utils/packagetools.py:130 +msgid "Unnamed package" msgstr "" diff --git a/locale/crowdin.yaml b/locale/crowdin.yaml new file mode 100644 index 000000000..69936a988 --- /dev/null +++ b/locale/crowdin.yaml @@ -0,0 +1,9 @@ +project_identifier: pyload +preserve_hierarchy: true +api_key: {key} +base_path: {tmp} + +files: + - + source: 'pyLoad/*.pot' + translation: 'pyLoad/%two_letters_code%/LC_MESSAGES/%file_name%.po' diff --git a/locale/cs/LC_MESSAGES/cli.po b/locale/cs/LC_MESSAGES/cli.po new file mode 100644 index 000000000..670db4bec --- /dev/null +++ b/locale/cs/LC_MESSAGES/cli.po @@ -0,0 +1,291 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Czech\n" +"Language: cs_CZ\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n< =4) ? 1 : 2;\n" +"X-Generator: crowdin.net\n" + +#: pyload/cli/AddPackage.py:48 +msgid "Add Package:" +msgstr "PÅidat BalÃÄek:" + +#: pyload/cli/AddPackage.py:53 +msgid "Enter a name for the new package" +msgstr "Zadej název nového balÃÄku" + +#: pyload/cli/AddPackage.py:57 +#, python-format +msgid "Package: %s" +msgstr "Balicek: %s" + +#: pyload/cli/AddPackage.py:58 +msgid "Parse the links you want to add." +msgstr "Analyzuje odkazy ktere chcete pridat." + +#: pyload/cli/AddPackage.py:59 +#, python-format +msgid "Type %s when done." +msgstr "Pokud jste hotovi, napiste %s" + +#: pyload/cli/AddPackage.py:60 +msgid "Links added: " +msgstr "Pridano odkazu: " + +#: pyload/cli/AddPackage.py:64 pyload/cli/ManageFiles.py:149 +msgid " back to main menu" +msgstr " zpet do hlavniho menu" + +#: pyload/cli/ManageFiles.py:97 +msgid "Manage Packages:" +msgstr "Správa balÃÄků:" + +#: pyload/cli/ManageFiles.py:99 +msgid "Manage Links:" +msgstr " Spravovat Odkazy:" + +#: pyload/cli/ManageFiles.py:104 +msgid "What do you want to move?" +msgstr "Co chcete pÅesunout?" + +#: pyload/cli/ManageFiles.py:106 +msgid "What do you want to delete?" +msgstr "Co chcete smazat?" + +#: pyload/cli/ManageFiles.py:108 +msgid "What do you want to restart?" +msgstr "Co chcete restartovat?" + +#: pyload/cli/ManageFiles.py:113 +msgid "Choose what you want to do, or enter package number." +msgstr "Vyberte co chcete udÄlat, nebo zadejte ÄÃslo balÃÄku." + +#: pyload/cli/ManageFiles.py:115 +msgid "delete" +msgstr "smazat" + +#: pyload/cli/ManageFiles.py:115 +msgid "move" +msgstr "pÅesunout" + +#: pyload/cli/ManageFiles.py:115 +msgid "restart" +msgstr "restartovat" + +#: pyload/cli/ManageFiles.py:148 +msgid " - previous" +msgstr " - predchozi" + +#: pyload/cli/ManageFiles.py:148 +msgid " - next" +msgstr " - dalsi" + +#: pyload/cli/Cli.py:75 pyload/cli/Cli.py:133 +msgid " Command Line Interface" +msgstr " Prikazova radka" + +#: pyload/cli/Cli.py:165 +#, python-format +msgid "%s Downloads:" +msgstr "%s Stahovani:" + +#: pyload/cli/Cli.py:177 +msgid " Speed: " +msgstr " Rychlost: " + +#: pyload/cli/Cli.py:177 +msgid " Size: " +msgstr " Velikost: " + +#: pyload/cli/Cli.py:178 +msgid " Finished in: " +msgstr " Dokonceno za: " + +#: pyload/cli/Cli.py:179 +msgid " ID: " +msgstr " ID: " + +#: pyload/cli/Cli.py:184 +msgid "waiting: " +msgstr "ceka: " + +#: pyload/cli/Cli.py:191 pyload/cli/Cli.py:193 +msgid "Status:" +msgstr "Stav:" + +#: pyload/cli/Cli.py:191 +msgid "paused" +msgstr "pozastaveno" + +#: pyload/cli/Cli.py:193 +msgid "running" +msgstr "probÃhá" + +#: pyload/cli/Cli.py:196 +msgid "total Speed" +msgstr "celková rychlost" + +#: pyload/cli/Cli.py:196 +msgid "Files in queue" +msgstr "Souborů ve frontÄ" + +#: pyload/cli/Cli.py:197 +msgid "Total" +msgstr "Celken" + +#: pyload/cli/Cli.py:203 +msgid "Menu:" +msgstr "Menu:" + +#: pyload/cli/Cli.py:205 +msgid " Add Links" +msgstr " Pridat Odkazy" + +#: pyload/cli/Cli.py:206 +msgid " Manage Queue" +msgstr " Správa fronty" + +#: pyload/cli/Cli.py:207 +msgid " Manage Collector" +msgstr " Správa SbÄraÄe" + +#: pyload/cli/Cli.py:208 +msgid " (Un)Pause Server" +msgstr " Pozastavit/Rozbehnout server" + +#: pyload/cli/Cli.py:209 +msgid " Kill Server" +msgstr " Ukoncit server" + +#: pyload/cli/Cli.py:210 +msgid " Quit" +msgstr " Konec" + +#: pyload/cli/Cli.py:289 pyload/cli/Cli.py:296 +msgid "Please use this syntax: add <Package name> <link> <link2> ..." +msgstr "Prosim pouÅŸijte tuto syntaxi: add <Jmeno balicku> <odkaz> <odkaz2> ..." + +#: pyload/cli/Cli.py:315 +#, python-format +msgid "Checking %d links:" +msgstr "Kontroluji %d odkazů:" + +#: pyload/cli/Cli.py:324 +msgid "File does not exists." +msgstr "Soubor neexistuje." + +#: pyload/cli/Cli.py:385 +msgid "pyLoad was terminated" +msgstr "pyLoad byl ukoncen" + +#: pyload/cli/Cli.py:443 +msgid "Prints server status" +msgstr "Vypise stav serveru" + +#: pyload/cli/Cli.py:444 +msgid "Prints downloads in queue" +msgstr "Vypise stahovani ve fronte" + +#: pyload/cli/Cli.py:445 +msgid "Prints downloads in collector" +msgstr "Vypise stahovani ve sberaci" + +#: pyload/cli/Cli.py:446 +msgid "Adds package to queue" +msgstr "Prida balicek do fronty" + +#: pyload/cli/Cli.py:447 +msgid "Adds package to collector" +msgstr "PÅidá balÃÄek do sbÄraÄe" + +#: pyload/cli/Cli.py:448 +msgid "Delete Files from Queue/Collector" +msgstr "Smazat soubory z fronty/sberace" + +#: pyload/cli/Cli.py:449 +msgid "Delete Packages from Queue/Collector" +msgstr "Smazat balicky z fronty/sberace" + +#: pyload/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" + +#: pyload/cli/Cli.py:451 +msgid "Restart files" +msgstr "Restart souborů" + +#: pyload/cli/Cli.py:452 +msgid "Restart packages" +msgstr "Restart balÃÄků" + +#: pyload/cli/Cli.py:453 +msgid "Check online status, works with local container" +msgstr "Zkontrolovat stav online - funguje s mÃstnÃm zásobnÃkem" + +#: pyload/cli/Cli.py:454 +msgid "Checks online status of a container file" +msgstr "Zkontroluje online stav souboru ze zásobnÃku" + +#: pyload/cli/Cli.py:455 +msgid "Pause the server" +msgstr "Pozastavit server" + +#: pyload/cli/Cli.py:456 +msgid "continue downloads" +msgstr "pokracovat ve stahovani" + +#: pyload/cli/Cli.py:457 +msgid "Toggle pause/unpause" +msgstr "Prepnout pozastaveni/beh" + +#: pyload/cli/Cli.py:458 +msgid "kill server" +msgstr "ukoncit server" + +#: pyload/cli/Cli.py:460 +msgid "List of commands:" +msgstr "Seznam prikazu:" + +#: pyload/cli/Cli.py:473 +msgid "Couldn't write user config file" +msgstr "Nemohu zapsat nastavenà uÅŸivatele" + +#: pyload/cli/Cli.py:548 pyload/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." + +#: pyload/cli/Cli.py:555 +msgid "Address: " +msgstr "Adresa: " + +#: pyload/cli/Cli.py:556 +msgid "Port: " +msgstr "Port: " + +#: pyload/cli/Cli.py:557 +msgid "Username: " +msgstr "Uzivatelske jmeno: " + +#: pyload/cli/Cli.py:561 +msgid "Password: " +msgstr "Heslo: " + +#: pyload/cli/Cli.py:566 pyload/cli/Cli.py:575 +msgid "Login data is wrong." +msgstr "Prihlasovaci udaje jsou chybne." + +#: pyload/cli/Cli.py:568 pyload/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." + +#: pyload/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/core.po b/locale/cs/LC_MESSAGES/core.po new file mode 100644 index 000000000..1047d81ba --- /dev/null +++ b/locale/cs/LC_MESSAGES/core.po @@ -0,0 +1,630 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Czech\n" +"Language: cs_CZ\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n< =4) ? 1 : 2;\n" +"X-Generator: crowdin.net\n" + +#: pyload/AddonManager.py:62 +#, python-format +msgid "Error when executing %s" +msgstr "Chyba pÅi provádÄnà %s" + +#: pyload/AddonManager.py:93 +#, python-format +msgid "Failed activating %(name)s" +msgstr "Aktivace %(name)s selhala" + +#: pyload/AddonManager.py:96 +#, python-format +msgid "Activated addons: %s" +msgstr "Aktivovaná rozÅ¡ÃÅenÃ: %s" + +#: pyload/AddonManager.py:97 +#, python-format +msgid "Deactivated addons: %s" +msgstr "Deaktivovaná rozÅ¡ÃÅenÃ: %s" + +#: pyload/AddonManager.py:153 +msgid "Activating Plugins..." +msgstr "Aktivuji Pluginy..." + +#: pyload/AddonManager.py:162 +msgid "Deactivating Plugins..." +msgstr "Deaktivuju pluginy..." + +#: pyload/web/ServerThread.py:49 +msgid "SSL certificates not found." +msgstr "Certifikaty SSL nenalezeny." + +#: pyload/web/ServerThread.py:53 +msgid "WebUI built is not available" +msgstr "WebUI nenà k dispozici" + +#: pyload/web/ServerThread.py:55 +msgid "Running webUI in development mode" +msgstr "" + +#: pyload/web/ServerThread.py:73 +msgid "Failed starting webserver: " +msgstr "NepodaÅilo se spustit webovÜ server: " + +#: pyload/web/ServerThread.py:107 +msgid "Failed importing webserver: " +msgstr "NepodaÅilo se importovat webovÜ server: " + +#: pyload/web/ServerThread.py:125 +msgid "This server offers no SSL, please consider using threaded instead" +msgstr "Tento server nenabizi SSL, zvazte pouziti rezimu s vlakny" + +#: pyload/web/ServerThread.py:139 +#, python-format +msgid "Starting %(name)s webserver: %(host)s:%(port)d" +msgstr "" + +#: pyload/config/default.py:14 +msgid "Remote" +msgstr "VzdálenÜ" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Description" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Long description" +msgstr "DlouhÜ popis" + +#: pyload/config/default.py:16 pyload/config/default.py:56 +#: pyload/config/default.py:63 +msgid "Activated" +msgstr "AktivnÃ" + +#: pyload/config/default.py:17 pyload/config/default.py:69 +#: pyload/config/default.py:80 +msgid "Port" +msgstr "Port" + +#: pyload/config/default.py:18 pyload/config/default.py:77 +msgid "Address" +msgstr "Adresa" + +#: pyload/config/default.py:21 +msgid "Log" +msgstr "Log" + +#: pyload/config/default.py:23 +msgid "Size in kb" +msgstr "Velikost v kb" + +#: pyload/config/default.py:24 +msgid "Folder" +msgstr "SloÅŸka" + +#: pyload/config/default.py:25 +msgid "File Log" +msgstr "" + +#: pyload/config/default.py:26 +msgid "Count" +msgstr "PoÄet" + +#: pyload/config/default.py:27 +msgid "Log Rotate" +msgstr "" + +#: pyload/config/default.py:30 +msgid "Permissions" +msgstr "OprávnÄnÃ" + +#: pyload/config/default.py:32 +msgid "Groupname" +msgstr "Název skupiny" + +#: pyload/config/default.py:33 +msgid "Change Group and User of Downloads" +msgstr "" + +#: pyload/config/default.py:34 +msgid "Change file mode of downloads" +msgstr "" + +#: pyload/config/default.py:35 pyload/config/default.py:75 +msgid "Username" +msgstr "UÅŸivatelské jméno" + +#: pyload/config/default.py:36 +msgid "Filemode for Downloads" +msgstr "" + +#: pyload/config/default.py:37 +msgid "Change group of running process" +msgstr "" + +#: pyload/config/default.py:38 +msgid "Folder Permission mode" +msgstr "" + +#: pyload/config/default.py:39 +msgid "Change user of running process" +msgstr "" + +#: pyload/config/default.py:42 +msgid "General" +msgstr "Obecné" + +#: pyload/config/default.py:44 +msgid "Language" +msgstr "Jazyk" + +#: pyload/config/default.py:45 +msgid "Download Folder" +msgstr "" + +#: pyload/config/default.py:46 +msgid "Use Checksum" +msgstr "PouÅŸÃt kontrolnà souÄet" + +#: pyload/config/default.py:47 +msgid "Create folder for each package" +msgstr "" + +#: pyload/config/default.py:48 +msgid "Debug Mode" +msgstr "" + +#: pyload/config/default.py:49 +msgid "Min Free Space (MB)" +msgstr "Minimálnà volné mÃsto (MB)" + +#: pyload/config/default.py:50 +msgid "CPU Priority" +msgstr "CPU priorita" + +#: pyload/config/default.py:53 +msgid "SSL" +msgstr "SSL" + +#: pyload/config/default.py:55 +msgid "SSL Certificate" +msgstr "SSL certifikát" + +#: pyload/config/default.py:57 +msgid "SSL Key" +msgstr "SSL klÃÄ" + +#: pyload/config/default.py:60 +msgid "Webinterface" +msgstr "Webové rozhranÃ" + +#: pyload/config/default.py:62 +msgid "Template" +msgstr "" + +#: pyload/config/default.py:64 +msgid "Path Prefix" +msgstr "" + +#: pyload/config/default.py:65 +msgid "Server" +msgstr "Server" + +#: pyload/config/default.py:66 +msgid "Favor specific server" +msgstr "" + +#: pyload/config/default.py:67 +msgid "IP" +msgstr "IP" + +#: pyload/config/default.py:68 +msgid "Use HTTPS" +msgstr "PouÅŸÃt HTTPS" + +#: pyload/config/default.py:70 +msgid "Development mode" +msgstr "" + +#: pyload/config/default.py:73 +msgid "Proxy" +msgstr "Proxy" + +#: pyload/config/default.py:76 +msgid "Use Proxy" +msgstr "" + +#: pyload/config/default.py:78 +msgid "Password" +msgstr "Heslo" + +#: pyload/config/default.py:79 +msgid "Protocol" +msgstr "Protokol" + +#: pyload/config/default.py:83 +msgid "Reconnect" +msgstr "" + +#: pyload/config/default.py:85 pyload/config/default.py:106 +msgid "End" +msgstr "" + +#: pyload/config/default.py:86 +msgid "Use Reconnect" +msgstr "" + +#: pyload/config/default.py:87 +msgid "Method" +msgstr "" + +#: pyload/config/default.py:88 pyload/config/default.py:105 +msgid "Start" +msgstr "Spustit" + +#: pyload/config/default.py:91 +msgid "Download" +msgstr "Stáhnout" + +#: pyload/config/default.py:93 +msgid "Max Parallel Downloads" +msgstr "Maximum soubÄÅŸnÜch stahovánÃ" + +#: pyload/config/default.py:94 +msgid "Limit Download Speed" +msgstr "Omezenà rychlosti stahovánÃ" + +#: pyload/config/default.py:95 +msgid "Download interface to bind (ip or Name)" +msgstr "" + +#: pyload/config/default.py:96 +msgid "Skip already existing files" +msgstr "PÅeskoÄit jiÅŸ existujÃcà soubory" + +#: pyload/config/default.py:97 +msgid "Max Download Speed in kb/s" +msgstr "Maximálnà rychlost stahovánà v kb/s" + +#: pyload/config/default.py:98 +msgid "Allow IPv6" +msgstr "Podpora IPv6" + +#: pyload/config/default.py:99 +msgid "Max connections for one download" +msgstr "Maximálnà poÄet spojenà na jedno stahovánÃ" + +#: pyload/config/default.py:100 +msgid "Restart failed downloads on startup" +msgstr "Restartovat selhaná stahovánà po startu" + +#: pyload/config/default.py:103 +msgid "Download Time" +msgstr "Äas stahovánÃ" + +#: pyload/network/HTTPDownload.py:249 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "Stahovánà chunků selhalo, pÅecházÃm na jediné pÅepojenà | %s" + +#: pyload/api/DownloadApi.py:44 +#, python-format +msgid "Added package %(name)s as folder %(folder)s" +msgstr "" + +#: pyload/api/DownloadApi.py:95 +#, python-format +msgid "Added %d links to package" +msgstr "" + +#: pyload/AccountManager.py:69 +#, python-format +msgid "Unknown account plugin %s" +msgstr "" + +#: pyload/interaction/InteractionManager.py:88 +msgid "Query" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Captcha request" +msgstr "OveÅovacà kód" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Please solve the captcha." +msgstr "ProsÃm vyplÅte ovÄÅovacà kód." + +#: pyload/remote/RemoteManager.py:35 +#, python-format +msgid "Remote backend error: %s" +msgstr "Vzdalena chyba systemu: %s" + +#: pyload/remote/RemoteManager.py:80 +#, python-format +msgid "Starting %(name)s: %(addr)s:%(port)s" +msgstr "Zahajuji %(name)s: %(addr)s:%(port)s" + +#: pyload/remote/RemoteManager.py:82 +#, python-format +msgid "Failed loading backend %(name)s | %(error)s" +msgstr "Spousteni backendu %(name)s selhalo | %(error)s" + +#: pyload/FileManager.py:53 +msgid "none" +msgstr "şádnÜ" + +#: pyload/FileManager.py:53 +msgid "offline" +msgstr "offline" + +#: pyload/FileManager.py:53 +msgid "online" +msgstr "online" + +#: pyload/FileManager.py:53 +msgid "queued" +msgstr "ve fronte" + +#: pyload/FileManager.py:53 +msgid "paused" +msgstr "pozastaveno" + +#: pyload/FileManager.py:54 +msgid "finished" +msgstr "hotovo" + +#: pyload/FileManager.py:54 +msgid "skipped" +msgstr "preskoceno" + +#: pyload/FileManager.py:54 +msgid "failed" +msgstr "selhalo" + +#: pyload/FileManager.py:54 +msgid "starting" +msgstr "spoustim" + +#: pyload/FileManager.py:55 +msgid "waiting" +msgstr "ceka" + +#: pyload/FileManager.py:55 +msgid "downloading" +msgstr "stahuji" + +#: pyload/FileManager.py:55 +msgid "temp. offline" +msgstr "doc. nedostupne" + +#: pyload/FileManager.py:55 +msgid "aborted" +msgstr "zruseno" + +#: pyload/FileManager.py:56 +msgid "decrypting" +msgstr "dekoduji" + +#: pyload/FileManager.py:56 +msgid "processing" +msgstr "zpracovavam" + +#: pyload/FileManager.py:56 +msgid "custom" +msgstr "vlastni" + +#: pyload/FileManager.py:56 +msgid "unknown" +msgstr "neznamy" + +#: pyload/FileManager.py:426 +#, python-format +msgid "Package finished: %s" +msgstr "Balicek dokoncen: %s" + +#: pyload/Api.py:152 +#, python-format +msgid "User '%s' tries to log in" +msgstr "UÅŸivatel '%s' se snaÅŸil pÅihlásit" + +#: pyload/Core.py:195 +msgid "Received Quit signal" +msgstr "Prijat Quit signal" + +#: pyload/Core.py:323 +#, python-format +msgid "pyLoad already running with pid %s" +msgstr "pyLoad je jiz spusten pod pid %s" + +#: pyload/Core.py:337 +#, python-format +msgid "Failed changing group: %s" +msgstr "Zmena skupiny selhala: %s" + +#: pyload/Core.py:347 +#, python-format +msgid "Failed changing user: %s" +msgstr "Zmena uzivatele selhala: %s" + +#: pyload/Core.py:358 +msgid "Starting" +msgstr "Spoustim" + +#: pyload/Core.py:359 +#, python-format +msgid "Using home directory: %s" +msgstr "Nastaven domovsky adresar: %s" + +#: pyload/Core.py:373 +msgid "All links removed" +msgstr "VÅ¡echny odkazy odstranÄny" + +#: pyload/Core.py:403 +#, python-format +msgid "Download time: %s" +msgstr "Äas stahovánÃ: %s" + +#: pyload/Core.py:418 +#, python-format +msgid "Free space: %s" +msgstr "Volne misto: %s" + +#: pyload/Core.py:438 +msgid "Activating Accounts..." +msgstr "Aktivuji Ucty..." + +#: pyload/Core.py:443 +msgid "Restarting failed downloads..." +msgstr "Restartuji neúspÄÅ¡ná stahovánÃ..." + +#: pyload/Core.py:451 +msgid "pyLoad is up and running" +msgstr "pyLoad je spusten" + +#: pyload/Core.py:474 +msgid "restarting pyLoad" +msgstr "restartuji pyLoad" + +#: pyload/Core.py:478 +msgid "pyLoad quits" +msgstr "pyLoad se ukonci" + +#: pyload/Core.py:564 +msgid "shutting down..." +msgstr "vypinani..." + +#: pyload/Core.py:579 +msgid "error while shutting down" +msgstr "chyba pri vypinani" + +#: pyload/Core.py:661 +msgid "killed pyLoad from terminal" +msgstr "pyLoad byl zastaven z terminálu" + +#: pyload/database/DatabaseBackend.py:167 +msgid "Database was deleted due to incompatible version." +msgstr "Databáze byla odstranÄna z důvodu nekompatibilnà verze." + +#: pyload/threads/DecrypterThread.py:50 +msgid "Decrypting failed" +msgstr "RozÅ¡ifrovánà selhalo" + +#: pyload/threads/DecrypterThread.py:73 +#, python-format +msgid "Decrypted %(count)d links into package %(name)s" +msgstr "RozÅ¡ifrováno %(count)d odkazů a vloÅŸeno do balÃÄku %(name)s" + +#: pyload/threads/DecrypterThread.py:80 +msgid "No links decrypted" +msgstr "NerozÅ¡ifrován şádnÜ odkaz" + +#: pyload/threads/InfoThread.py:147 +#, python-format +msgid "Info Fetching for %(name)s failed | %(err)s" +msgstr "Ziskavani informaci pro %(name)s selhalo | %(err)s" + +#: pyload/threads/ThreadManager.py:155 +#, python-format +msgid "Reconnect Failed: %s" +msgstr "Reconnect selhal: %s" + +#: pyload/threads/ThreadManager.py:192 +msgid "Reconnect script not found!" +msgstr "Skript pro reconnect nenalezen!" + +#: pyload/threads/ThreadManager.py:198 +msgid "Starting reconnect" +msgstr "Spoustim reconnect" + +#: pyload/threads/ThreadManager.py:212 +msgid "Failed executing reconnect script!" +msgstr "Provadeni skriptu pro Reconnect selhalo!" + +#: pyload/threads/ThreadManager.py:224 +#, python-format +msgid "Reconnected, new IP: %s" +msgstr "Reconnectnuto, nova IP: %s" + +#: pyload/threads/ThreadManager.py:298 +msgid "Not enough space left on device" +msgstr "Nenà dostatek mÃsta na zaÅÃzenÃ" + +#: pyload/threads/DownloadThread.py:64 +#, python-format +msgid "Download starts: %s" +msgstr "Zahajuji stahovani: %s" + +#: pyload/threads/DownloadThread.py:70 +#, python-format +msgid "Download finished: %s" +msgstr "Stahovani dokonceno: %s" + +#: pyload/threads/DownloadThread.py:75 +#, python-format +msgid "Plugin %s is missing a function." +msgstr "V pluginu %s chybi funkce." + +#: pyload/threads/DownloadThread.py:83 pyload/threads/DownloadThread.py:147 +#, python-format +msgid "Download aborted: %s" +msgstr "Stahovani zruseno: %s" + +#: pyload/threads/DownloadThread.py:103 +#, python-format +msgid "Download restarted: %(name)s | %(msg)s" +msgstr "Stahovani obnoveno: %(name)s | %(msg)s" + +#: pyload/threads/DownloadThread.py:113 +#, python-format +msgid "Download is offline: %s" +msgstr "Zdroj stahovani je offline: %s" + +#: pyload/threads/DownloadThread.py:116 pyload/threads/DownloadThread.py:187 +#, python-format +msgid "Download is temporary offline: %s" +msgstr "Zdroj stahovani je docasne nedostupny: %s" + +#: pyload/threads/DownloadThread.py:119 pyload/threads/DownloadThread.py:192 +#, python-format +msgid "Download failed: %(name)s | %(msg)s" +msgstr "Stahovani selhalo: %(name)s | %(msg)s" + +#: pyload/threads/DownloadThread.py:136 +msgid "Couldn't connect to host or connection reset, waiting 1 minute and retry." +msgstr "K hostiteli se nelze pripojit, nebo bylo pripojeni resetovano, cekam 1 minutu do dalsiho pokusu." + +#: pyload/threads/DownloadThread.py:171 +#, python-format +msgid "Download skipped: %(name)s due to %(plugin)s" +msgstr "Stahovani preskoceno: %(name)s v dusledku %(plugin)s" + +#: pyload/threads/DownloadThread.py:188 +msgid "Internal Server Error" +msgstr "VnitÅnà chyba serveru" + +#: pyload/threads/AddonThread.py:55 +msgid "An Error occurred" +msgstr "Nastala chyba" + +#: pyload/PluginManager.py:316 +#, python-format +msgid "Error importing %(name)s: %(msg)s" +msgstr "Chyba pri importu %(name)s: %(msg)s" + +#: pyload/utils/JsEngine.py:188 +msgid "No js engine detected, please install either Spidermonkey, ossp-js, pyv8, nodejs or rhino" +msgstr "Nebyl detekován şádnÜ JS engine. ProsÃm nainstalujte Spidermonkey, ossp-js, pyv8, nodejs, nebo rhino" + diff --git a/locale/cs/LC_MESSAGES/django.mo b/locale/cs/LC_MESSAGES/django.mo Binary files differdeleted file mode 100644 index 3d771c127..000000000 --- a/locale/cs/LC_MESSAGES/django.mo +++ /dev/null diff --git a/locale/cs/LC_MESSAGES/plugins.po b/locale/cs/LC_MESSAGES/plugins.po new file mode 100644 index 000000000..e157f9382 --- /dev/null +++ b/locale/cs/LC_MESSAGES/plugins.po @@ -0,0 +1,424 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-20 22:13+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Czech\n" +"Language: cs_CZ\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n< =4) ? 1 : 2;\n" +"X-Generator: crowdin.net\n" + +#: pyload/plugins/network/CurlDownload.py:241 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "Stahovánà chunků selhalo, pÅecházÃm na jediné pÅepojenà | %s" + +#: pyload/plugins/Base.py:329 +msgid "Pil and tesseract not installed and no Client connected for captcha decrypting" +msgstr "" + +#: pyload/plugins/Base.py:333 +msgid "No captcha result obtained in appropriate time." +msgstr "" + +#: pyload/plugins/Hoster.py:282 pyload/plugins/Hoster.py:319 +#: pyload/plugins/hoster/ARD.py:76 +#, python-format +msgid "Setting User and Group failed: %s" +msgstr "Nastavenà uÅŸivatelů a skupin se nezdaÅilo: %s" + +#: pyload/plugins/Crypter.py:136 +msgid "Not existing file or unsupported protocol" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:96 +msgid "Rapidshare: Traffic Share (direct download)" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:123 +#: pyload/plugins/hoster/RapidshareCom.py:189 +msgid "Already downloading from this ip address, waiting 60 seconds" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:127 +msgid "Invalid Auth Code, download will be restarted" +msgstr "Å patnÜ autentizaÄnà kód, stahovánà bude restartováno" + +#: pyload/plugins/hoster/RapidshareCom.py:193 +msgid "RapidShareCom: No free slots" +msgstr "RapidShareCom: Ŝádné volné sloty" + +#: pyload/plugins/hoster/RapidshareCom.py:196 +msgid "You need a premium account for this file" +msgstr "Pro tento soubor potÅebujete prémiovÜ úÄet" + +#: pyload/plugins/hoster/RapidshareCom.py:198 +msgid "Filename reported invalid" +msgstr "" + +#: pyload/plugins/hoster/RealdebridCom.py:40 +#: pyload/plugins/hoster/Premium4Me.py:27 +#: pyload/plugins/hoster/MultiDebridCom.py:39 +#: pyload/plugins/hoster/ZeveraCom.py:24 +#: pyload/plugins/hoster/AlldebridCom.py:37 +#: pyload/plugins/hoster/RehostTo.py:25 pyload/plugins/hoster/ReloadCc.py:22 +#: pyload/plugins/hoster/DebridItaliaCom.py:38 +#: pyload/plugins/hoster/PremiumizeMe.py:19 +#, python-format +msgid "Please enter your %s account or deactivate this plugin" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:55 +msgid "Decryption failed" +msgstr "DeÅ¡ifrovánà selhalo" + +#: pyload/plugins/hoster/MegaNz.py:99 +msgid "No file key provided in the URL" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:111 +msgid "Error code:" +msgstr "Kód chyby:" + +#: pyload/plugins/hoster/FileserveCom.py:97 +msgid "Parallel download error, now waiting 60s." +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:208 +msgid "Not logged in." +msgstr "Nejste pÅihlášeni." + +#: pyload/plugins/hoster/UploadedTo.py:135 +msgid "API key invalid" +msgstr "NeplatnÜ API klÃÄ" + +#: pyload/plugins/hoster/UploadedTo.py:160 +#, python-format +msgid "%s: Not enough traffic left" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:163 +msgid "Traffic exceeded" +msgstr "" + +#: pyload/plugins/hoster/BasePlugin.py:63 +msgid "Authorization required (username:password)" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:143 +#: pyload/plugins/hoster/NetloadIn.py:167 +msgid "File temporarily not available" +msgstr "Soubor nenà doÄasnÄ k dispozici" + +#: pyload/plugins/hoster/NetloadIn.py:180 +#, python-format +msgid "Netload: waiting between downloads %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:209 +#, python-format +msgid "Netload: waiting for captcha %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:248 +msgid "Downloaded File was empty" +msgstr "StaÅŸenÜ soubor byl prázdnÜ" + +#: pyload/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 "" + +#: pyload/plugins/hoster/XHamsterCom.py:75 +#: pyload/plugins/hoster/XHamsterCom.py:84 +#: pyload/plugins/hoster/XHamsterCom.py:87 +#, python-format +msgid "long_url: %s" +msgstr "" + +#: pyload/plugins/Account.py:117 pyload/plugins/Account.py:123 +#, python-format +msgid "Could not login with account %(user)s | %(msg)s" +msgstr "" + +#: pyload/plugins/Account.py:118 +msgid "Wrong Password" +msgstr "Å patné heslo" + +#: pyload/plugins/Account.py:184 +#, python-format +msgid "Get Account Info for %s" +msgstr "" + +#: pyload/plugins/Account.py:193 +#, python-format +msgid "Error: %s" +msgstr "Chyba: %s" + +#: pyload/plugins/Account.py:242 +#, python-format +msgid "Your Time %s has a wrong format, use: 1:22-3:44" +msgstr "" + +#: pyload/plugins/Account.py:265 +#, python-format +msgid "Account %s has not enough traffic, checking again in 30min" +msgstr "" + +#: pyload/plugins/Account.py:273 +#, python-format +msgid "Account %s is expired, checking again in 1h" +msgstr "" + +#: pyload/plugins/Account.py:290 +#, python-format +msgid "Login with %s" +msgstr "" + +#: pyload/plugins/Addon.py:118 +#, python-format +msgid "Error executing addons: %s" +msgstr "" + +#: pyload/plugins/accounts/BitshareCom.py:36 +msgid "Activate direct Download in your Bitshare Account" +msgstr "" + +#: pyload/plugins/crypter/SerienjunkiesOrg.py:128 +msgid "Downloadlimit reached" +msgstr "" + +#: pyload/plugins/addons/Premium4Me.py:30 +msgid "Please add your premium.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:53 +#, python-format +msgid "Installed scripts for %s: " +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:69 +msgid "Script not executable:" +msgstr "Skript nenà spustitelnÜ:" + +#: pyload/plugins/addons/ExternalScripts.py:79 +#, python-format +msgid "Error in %(script)s: %(error)s" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:72 +#: pyload/plugins/addons/Captcha9kw.py:56 +#: pyload/plugins/addons/ExpertDecoders.py:49 +#, python-format +msgid "%s credits left" +msgstr "%s kreditů zbÜvá" + +#: pyload/plugins/addons/CaptchaTrader.py:120 +msgid "Could not send response." +msgstr "Nelze odeslat odpovÄÄ." + +#: pyload/plugins/addons/CaptchaTrader.py:138 +msgid "Your CaptchaTrader Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:89 +#, python-format +msgid "New CaptchaID from upload: %s : %s" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:123 +msgid "Your Captcha 9kw.eu Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/RehostTo.py:34 +msgid "Please add your rehost.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/HotFolder.py:82 +#, python-format +msgid "Added %s from HotFolder" +msgstr "PÅidán %s ze sledované sloÅŸky" + +#: pyload/plugins/addons/ClickAndLoad.py:74 +msgid "Click'N'Load: Port 9666 already in use" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:82 +#: pyload/plugins/addons/IRCInterface.py:75 +#, python-format +msgid "Package finished: %s" +msgstr "Balicek dokoncen: %s" + +#: pyload/plugins/addons/XMPPInterface.py:90 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" +msgstr "" + +#: pyload/plugins/addons/ExpertDecoders.py:98 +msgid "Your ExpertDecoders Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:73 +msgid "*** Plugins have been updated, please restart pyLoad ***" +msgstr "*** Pluginy byly aktualizovány, prosÃm restartujte pyLoad ***" + +#: pyload/plugins/addons/UpdateManager.py:75 +msgid "Plugins updated and reloaded" +msgstr "Pluginy aktualizovány a znovu naÄteny" + +#: pyload/plugins/addons/UpdateManager.py:78 +msgid "No plugin updates available" +msgstr "Ŝádné aktualizace rozÅ¡ÃÅenÃ" + +#: pyload/plugins/addons/UpdateManager.py:95 +msgid "No Updates for pyLoad" +msgstr "Ŝádné aktualizace pro pyLoad" + +#: pyload/plugins/addons/UpdateManager.py:100 +#, python-format +msgid "*** New pyLoad Version %s available ***" +msgstr "*** Je dostupná nové verze pyLoad (%s) ***" + +#: pyload/plugins/addons/UpdateManager.py:101 +msgid "*** Get it here: http://pyload.org/download ***" +msgstr "*** ZÃskejte ji zde: http://pyload.org/download ***" + +#: pyload/plugins/addons/UpdateManager.py:104 +msgid "Not able to connect server for updates" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:148 +#, python-format +msgid "New version of %(type)s|%(name)s : %(version).2f" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:157 +#: pyload/plugins/addons/UpdateManager.py:162 +#, python-format +msgid "Error when updating %s" +msgstr "Chyba pÅi aktualizaci %s" + +#: pyload/plugins/addons/UpdateManager.py:162 +msgid "Version mismatch" +msgstr "Nesprávná verze" + +#: pyload/plugins/addons/ExtractArchive.py:92 +#, python-format +msgid "No %s installed" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:94 +#: pyload/plugins/addons/ExtractArchive.py:99 +#, python-format +msgid "Could not activate %s" +msgstr "Nelze aktivovat %s" + +#: pyload/plugins/addons/ExtractArchive.py:104 +msgid "Activated" +msgstr "AktivnÃ" + +#: pyload/plugins/addons/ExtractArchive.py:106 +msgid "No Extract plugins activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:118 +#, python-format +msgid "Package %s queued for later extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:143 +#, python-format +msgid "Check package %s" +msgstr "Kontrola balÃÄku %s" + +#: pyload/plugins/addons/ExtractArchive.py:183 +#, python-format +msgid "Extract to %s" +msgstr "Rozbalit do %s" + +#: pyload/plugins/addons/ExtractArchive.py:197 +msgid "No files found to extract" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:203 +msgid "extracting" +msgstr "rozbaluji" + +#: pyload/plugins/addons/ExtractArchive.py:214 +msgid "Password protected" +msgstr "ChránÄno heslem" + +#: pyload/plugins/addons/ExtractArchive.py:234 +msgid "Wrong password" +msgstr "Chybné heslo" + +#: pyload/plugins/addons/ExtractArchive.py:242 +#, python-format +msgid "Deleting %s files" +msgstr "MaÅŸu %s souborů" + +#: pyload/plugins/addons/ExtractArchive.py:247 +msgid "Extracting finished" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:254 +msgid "Archive Error" +msgstr "Chyba archivu" + +#: pyload/plugins/addons/ExtractArchive.py:256 +msgid "CRC Mismatch" +msgstr "CRC nesouhlasÃ" + +#: pyload/plugins/addons/ExtractArchive.py:260 +msgid "Unknown Error" +msgstr "Neznámá chyba" + +#: pyload/plugins/addons/ExtractArchive.py:312 +msgid "Setting User and Group failed" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:36 +msgid "Crypter list not found" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:50 +msgid "Crypter list is empty" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:82 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:94 +#, python-format +msgid "New Captcha Request: %s" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:95 +#, python-format +msgid "Answer with 'c %s text on the captcha'" +msgstr "" + +#: pyload/plugins/addons/PremiumizeMe.py:46 +msgid "Please add a valid premiumize.me account first and restart pyLoad." +msgstr "" + +#: pyload/plugins/addons/CaptchaBrotherhood.py:69 +#, python-format +msgid "%d credits left" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:29 +#, python-format +msgid "Activated %s" +msgstr "Aktivováno %s" + +#: pyload/plugins/addons/MultiHoster.py:47 +msgid "No Hoster loaded" +msgstr "" + diff --git a/locale/cs/LC_MESSAGES/pyLoad.mo b/locale/cs/LC_MESSAGES/pyLoad.mo Binary files differdeleted file mode 100644 index a0c01d4e9..000000000 --- a/locale/cs/LC_MESSAGES/pyLoad.mo +++ /dev/null diff --git a/locale/cs/LC_MESSAGES/pyLoadCli.mo b/locale/cs/LC_MESSAGES/pyLoadCli.mo Binary files differdeleted file mode 100644 index 6f8b94b67..000000000 --- a/locale/cs/LC_MESSAGES/pyLoadCli.mo +++ /dev/null diff --git a/locale/cs/LC_MESSAGES/pyLoadGui.mo b/locale/cs/LC_MESSAGES/pyLoadGui.mo Binary files differdeleted file mode 100644 index c913703f1..000000000 --- a/locale/cs/LC_MESSAGES/pyLoadGui.mo +++ /dev/null diff --git a/locale/cs/LC_MESSAGES/setup.mo b/locale/cs/LC_MESSAGES/setup.mo Binary files differdeleted file mode 100644 index 91ab321ec..000000000 --- a/locale/cs/LC_MESSAGES/setup.mo +++ /dev/null diff --git a/locale/cs/LC_MESSAGES/setup.po b/locale/cs/LC_MESSAGES/setup.po new file mode 100644 index 000000000..c69af58dd --- /dev/null +++ b/locale/cs/LC_MESSAGES/setup.po @@ -0,0 +1,376 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Czech\n" +"Language: cs_CZ\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n< =4) ? 1 : 2;\n" +"X-Generator: crowdin.net\n" + +#: pyload/Setup.py:72 +msgid "Would you like to configure pyLoad via Webinterface?" +msgstr "Chcete konfigurovat pyLoad pomocà webového rozhranÃ?" + +#: pyload/Setup.py:73 +msgid "You need a Browser and a connection to this PC for it." +msgstr "PotÅebujete prohlÃÅŸeÄ a pÅipojenà k tomuto poÄÃtaÄi." + +#: pyload/Setup.py:74 +msgid "Url would be: http://hostname:8000/" +msgstr "" + +#: pyload/Setup.py:75 +msgid "Start initial webinterface for configuration?" +msgstr "" + +#: pyload/Setup.py:86 +msgid "Welcome to the pyLoad Configuration Assistent." +msgstr "Vitejte v konfiguracnim pruvodci programu pyLoad." + +#: pyload/Setup.py:87 +msgid "It will check your system and make a basic setup in order to run pyLoad." +msgstr "Zkontroluje vas system a provede zakladni nastaveni pro spusteni programu pyLoad." + +#: pyload/Setup.py:89 +msgid "The value in brackets [] always is the default value," +msgstr "Hodnota v zavorkach [] je vzdy vychozi," + +#: pyload/Setup.py:90 +msgid "in case you don't want to change it or you are unsure what to choose, just hit enter." +msgstr "v pripade, ze ji nechcete zmenit nebo si nejste jisti co vybrat, jen stisknete enter." + +#: pyload/Setup.py:92 +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." + +#: pyload/Setup.py:93 +msgid "If you have any problems with this assistent hit CTRL+C," +msgstr "Pokud máte nÄjaké problémy s tÃmto pomocnÃkem, pouÅŸijte zkratku CTRL + C," + +#: pyload/Setup.py:94 +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." + +#: pyload/Setup.py:96 +msgid "When you are ready for system check, hit enter." +msgstr "Az budete pripraveni na kontrolu systemu, stisknete enter." + +#: pyload/Setup.py:103 +msgid "Features missing: " +msgstr "ChybÄjÃcà funkce: " + +#: pyload/Setup.py:107 +msgid "no py-crypto available" +msgstr "py-crypto nedostupne" + +#: pyload/Setup.py:108 +msgid "You need this if you want to decrypt container files." +msgstr "Toto potrebujede k dekodovani souboru kontejneru." + +#: pyload/Setup.py:112 +msgid "no SSL available" +msgstr "SSL nedostupne" + +#: pyload/Setup.py:113 +msgid "This is needed if you want to establish a secure connection to core or webinterface." +msgstr "Je potreba k vytvoreni zabezpeceneho pripojeni k jadru nebo webovemu rozhrani." + +#: pyload/Setup.py:114 +msgid "If you only want to access locally to pyLoad ssl is not useful." +msgstr "" + +#: pyload/Setup.py:118 +msgid "no Captcha Recognition available" +msgstr "rozpoznavani Caprtchy nedostupne" + +#: pyload/Setup.py:119 +msgid "Only needed for some hosters and as freeuser." +msgstr "Je potreba jen pro nektere filehostingy pro neplaceny pristup." + +#: pyload/Setup.py:123 +msgid "no JavaScript engine found" +msgstr "nenalezeno zadne jadro JavaScriptu" + +#: pyload/Setup.py:124 +msgid "You will need this for some Click'N'Load links. Install Spidermonkey, ossp-js, pyv8 or rhino" +msgstr "Toto budete potrebovat pro nektere Click'N'Load linky. Naistalujte Spidermonkey, ossp-js, pyv8 nebo rhino" + +#: pyload/Setup.py:126 +msgid "You can abort the setup now and fix some dependencies if you want." +msgstr "" + +#: pyload/Setup.py:128 +msgid "Continue with setup?" +msgstr "Pokracovat v instalaci?" + +#: pyload/Setup.py:134 +#, python-format +msgid "Do you want to change the config path? Current is %s" +msgstr "Chcete zmenit cestu k nastaveni? Stavajici je %s" + +#: pyload/Setup.py:136 +msgid "If you use pyLoad on a server or the home partition lives on an internal flash it may be a good idea to change it." +msgstr "" + +#: pyload/Setup.py:137 +msgid "Change config path?" +msgstr "Zmenit cestu k nastaveni?" + +#: pyload/Setup.py:143 +msgid "Do you want to configure login data and basic settings?" +msgstr "Chcete nastavit prihlasovaci udaje a zakladni volby?" + +#: pyload/Setup.py:144 +msgid "This is recommend for first run." +msgstr "Doporuceno pri prvnim spusteni." + +#: pyload/Setup.py:145 +msgid "Make basic setup?" +msgstr "Vytvorit zakladni nastaveni?" + +#: pyload/Setup.py:152 +msgid "Do you want to configure ssl?" +msgstr "Prejete si nastavit ssl?" + +#: pyload/Setup.py:153 +msgid "Configure ssl?" +msgstr "Nastavit ssl?" + +#: pyload/Setup.py:159 +msgid "Do you want to configure webinterface?" +msgstr "Prejete si nastavit webove rozhrani?" + +#: pyload/Setup.py:160 +msgid "Configure webinterface?" +msgstr "Nastavit webove rozhrani?" + +#: pyload/Setup.py:165 +msgid "Setup finished successfully." +msgstr "Nastaveni uspesne dokonceno." + +#: pyload/Setup.py:166 +msgid "Hit enter to exit and restart pyLoad" +msgstr "Stiknete enter pro ukonceni a restartujte pyLoad" + +#: pyload/Setup.py:173 +msgid "Webinterface running for setup." +msgstr "" + +#: pyload/Setup.py:190 +msgid "## Basic Setup ##" +msgstr "## Zakladni nastaveni ##" + +#: pyload/Setup.py:193 +msgid "The following logindata is valid for CLI, GUI and webinterface." +msgstr "Nasledujici prihlasovaci udaje jsou platne pro CLI, GUI a webove rozhrani." + +#: pyload/Setup.py:199 pyload/Setup.py:288 pyload/Setup.py:304 +msgid "Username" +msgstr "UÅŸivatelské jméno" + +#: pyload/Setup.py:205 +msgid "External clients (GUI, CLI or other) need remote access to work over the network." +msgstr "Externà klientské aplikace (napÅ. GUI a CLI) vyÅŸadujà vzdálenÜ pÅÃstup pro fungovanà pÅes sÃÅ¥." + +#: pyload/Setup.py:206 +msgid "However, if you only want to use the webinterface you may disable it to save ram." +msgstr "Pokud vÅ¡ak chcete pouÅŸÃvat pouze webové rozhranÃ, můşete jej zakázat a uÅ¡etÅit tak pamÄÅ¥." + +#: pyload/Setup.py:207 +msgid "Enable remote access" +msgstr "Povolit vzdálenÜ pÅÃstup" + +#: pyload/Setup.py:211 +msgid "Language" +msgstr "Jazyk" + +#: pyload/Setup.py:213 +msgid "Download folder" +msgstr "" + +#: pyload/Setup.py:214 +msgid "Max parallel downloads" +msgstr "Max soubeznych stahovani" + +#: pyload/Setup.py:218 +msgid "Use Reconnect?" +msgstr "Pouzivat Reconnect?" + +#: pyload/Setup.py:221 +msgid "Reconnect script location" +msgstr "Umisteni skriptu pro Reconnect" + +#: pyload/Setup.py:226 +msgid "## Webinterface Setup ##" +msgstr "## Nastaveni Weboveho rozhrani ##" + +#: pyload/Setup.py:229 +msgid "Activate webinterface?" +msgstr "Aktivovat webove rozhrani?" + +#: pyload/Setup.py:231 +msgid "Listen address, if you use 127.0.0.1 or localhost, the webinterface will only accessible locally." +msgstr "Adresa pro naslouchani, pokud pouzijete 127.0.0.1 nebo localhost, bude webove rozhrani pristupne pouze lokalne." + +#: pyload/Setup.py:232 +msgid "Address" +msgstr "Adresa" + +#: pyload/Setup.py:233 +msgid "Port" +msgstr "Port" + +#: pyload/Setup.py:235 +msgid "pyLoad offers several server backends, now following a short explanation." +msgstr "pyLoad nabizi mnoho vezri administrace, nize kratke vysvetleni." + +#: pyload/Setup.py:236 +msgid "Default server, this server offers SSL and is a good alternative to builtin." +msgstr "" + +#: pyload/Setup.py:238 +msgid "Can be used by apache, lighttpd, requires you to configure them, which is not too easy job." +msgstr "Muze byt pouzit apachem, lighttpd, vyzaduje vsak nastaveni, ktere nemusi byt snadne." + +#: pyload/Setup.py:239 +msgid "Very fast alternative written in C, requires libev and linux knowledge." +msgstr "" + +#: pyload/Setup.py:240 +msgid "Get it from here: https://github.com/jonashaag/bjoern, compile it" +msgstr "Stahnete jej zde: https://github.com/jonashaag/bjoern a zkompilujte" + +#: pyload/Setup.py:241 +msgid "and copy bjoern.so to pyload/lib" +msgstr "" + +#: pyload/Setup.py:245 +msgid "Attention: In some rare cases the builtin server is not working, if you notice problems with the webinterface" +msgstr "Pozor: V nekterych zvlastnich pripadech neni vestaveny server funkcni. Pokud mate problemy s webovym rozhranim," + +#: pyload/Setup.py:246 +msgid "come back here and change the builtin server to the threaded one here." +msgstr "vratte se sem a zmente vestaveny server za server s vlakny." + +#: pyload/Setup.py:248 +msgid "Server" +msgstr "Server" + +#: pyload/Setup.py:253 +msgid "## SSL Setup ##" +msgstr "## Nastaveni SSL ##" + +#: pyload/Setup.py:255 +msgid "Execute these commands from pyLoad config folder to make ssl certificates:" +msgstr "Pro vytvoreni ssl certifikatu spustte tyto prikazy v konfiguracni slozce pyLoad:" + +#: pyload/Setup.py:261 +msgid "If you're done and everything went fine, you can activate ssl now." +msgstr "Pokud jste skoncili a vse probehlo v poradku, muzete aktivovat SSL." + +#: pyload/Setup.py:262 +msgid "Activate SSL?" +msgstr "Aktivovat SSL?" + +#: pyload/Setup.py:278 +msgid "Select action" +msgstr "Zvolte akci" + +#: pyload/Setup.py:279 +msgid "1 - Create/Edit user" +msgstr "1 - Vytvorit/Upravit uzivatele" + +#: pyload/Setup.py:280 +msgid "2 - List users" +msgstr "2 - Seznam uzivatelu" + +#: pyload/Setup.py:281 +msgid "3 - Remove user" +msgstr "3 - Odstranit uzivatele" + +#: pyload/Setup.py:282 +msgid "4 - Quit" +msgstr "4 - Konec" + +#: pyload/Setup.py:294 +msgid "Users" +msgstr "Uzivatele" + +#: pyload/Setup.py:322 +msgid "Setting new configpath, current configuration will not be transferred!" +msgstr "" + +#: pyload/Setup.py:323 +msgid "Config path" +msgstr "" + +#: pyload/Setup.py:331 +msgid "Config path changed, setup will now close, please restart to go on." +msgstr "" + +#: pyload/Setup.py:332 +msgid "Press Enter to exit." +msgstr "Stisknete enter pro ukonceni." + +#: pyload/Setup.py:336 +#, python-format +msgid "Setting config path failed: %s" +msgstr "Nastaveni cesty ke konfiguracnim souborum selhalo: %s" + +#: pyload/Setup.py:347 +msgid "y" +msgstr "a" + +#: pyload/Setup.py:349 +msgid "n" +msgstr "" + +#: pyload/Setup.py:373 +msgid "Password: " +msgstr "Heslo: " + +#: pyload/Setup.py:377 +msgid "Password too short. Use at least 4 symbols." +msgstr "Heslo je pÅÃliÅ¡ krátké. PouÅŸijte nejménÄ 4 symboly." + +#: pyload/Setup.py:380 +msgid "Password (again): " +msgstr "Heslo (znovu): " + +#: pyload/Setup.py:386 +msgid "Passwords did not match." +msgstr "Hesla se neshoduji." + +#: pyload/Setup.py:397 +msgid "yes" +msgstr "ano" + +#: pyload/Setup.py:397 +msgid "true" +msgstr "pravda" + +#: pyload/Setup.py:397 +msgid "t" +msgstr "p" + +#: pyload/Setup.py:400 +msgid "no" +msgstr "ne" + +#: pyload/Setup.py:400 +msgid "false" +msgstr "nepravda" + +#: pyload/Setup.py:400 +msgid "f" +msgstr "n" + +#: pyload/Setup.py:403 pyload/Setup.py:413 +msgid "Invalid Input" +msgstr "Neplatne zadani" + diff --git a/locale/cs/LC_MESSAGES/webUI.po b/locale/cs/LC_MESSAGES/webUI.po new file mode 100644 index 000000000..43fa763e8 --- /dev/null +++ b/locale/cs/LC_MESSAGES/webUI.po @@ -0,0 +1,133 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-08-10 11:58+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Czech\n" +"Language: cs_CZ\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n< =4) ? 1 : 2;\n" +"X-Generator: crowdin.net\n" + +#: pyload/web/app/scripts/helpers/formatSize.js:9 +msgid "not available" +msgstr "" + +#: pyload/web/app/scripts/helpers/formatSize.js:11 +msgid "unlimited" +msgstr "neomezenÜ" + +#: pyload/web/app/templates/default/admin.html:3 +#: pyload/web/app/templates/default/admin.html:4 +msgid "Admin" +msgstr "" + +#: pyload/web/app/templates/default/setup.html:3 +msgid "Setup" +msgstr "" + +#: pyload/web/app/templates/default/accounts/actionbar.html:2 +msgid "Add Account" +msgstr "" + +#: pyload/web/app/templates/default/accounts/layout.html:2 +msgid "Accounts" +msgstr "ÃÄty" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:9 +msgid "Local" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:18 +msgid "Search" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:26 +msgid "Type" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:44 +#: pyload/web/app/templates/default/dashboard/actionbar.html:49 +msgid "All" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:50 +msgid "Finished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:51 +msgid "Unfinished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:52 +msgid "Failed" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/select.html:1 +msgid "1 package" +msgid_plural "%d packages" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: pyload/web/app/templates/default/dashboard/select.html:4 +msgid "1 file" +msgid_plural "%d files" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:2 +msgid "Add an account" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:7 +msgid "Please enter your account data" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:3 +msgid "Choose a plugin" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:9 +msgid "Please choose a plugin, which you want to configure" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:23 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:46 +msgid "Add" +msgstr "PÅidat" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:24 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:47 +#: pyload/web/app/templates/default/dialogs/interactionTask.html:35 +msgid "Close" +msgstr "ZavÅÃt" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:2 +msgid "Please confirm" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:5 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:8 +msgid "Delete" +msgstr "Smazat" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:9 +msgid "Cancel" +msgstr "ZruÅ¡it" + +#: pyload/web/app/templates/default/dialogs/interactionTask.html:34 +msgid "Submit" +msgstr "Odeslat" + +#: pyload/web/app/templates/default/header/layout.html:12 +msgid "Running..." +msgstr "" + diff --git a/locale/da/LC_MESSAGES/cli.po b/locale/da/LC_MESSAGES/cli.po new file mode 100644 index 000000000..b02d2d75f --- /dev/null +++ b/locale/da/LC_MESSAGES/cli.po @@ -0,0 +1,291 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-07-17 09:56-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Danish\n" +"Language: da_DK\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/cli/AddPackage.py:48 +msgid "Add Package:" +msgstr "" + +#: pyload/cli/AddPackage.py:53 +msgid "Enter a name for the new package" +msgstr "" + +#: pyload/cli/AddPackage.py:57 +#, python-format +msgid "Package: %s" +msgstr "" + +#: pyload/cli/AddPackage.py:58 +msgid "Parse the links you want to add." +msgstr "IndsÊt de links du Þnsker at tilfÞje" + +#: pyload/cli/AddPackage.py:59 +#, python-format +msgid "Type %s when done." +msgstr "Skriv %s nÃ¥r du er fÊrdig." + +#: pyload/cli/AddPackage.py:60 +msgid "Links added: " +msgstr "Links tilfÞjet:" + +#: pyload/cli/AddPackage.py:64 pyload/cli/ManageFiles.py:149 +msgid " back to main menu" +msgstr "tilbage til hovedmenu" + +#: pyload/cli/ManageFiles.py:97 +msgid "Manage Packages:" +msgstr "HÃ¥ndtér pakker:" + +#: pyload/cli/ManageFiles.py:99 +msgid "Manage Links:" +msgstr "HÃ¥ndtér Links:" + +#: pyload/cli/ManageFiles.py:104 +msgid "What do you want to move?" +msgstr "Hvad vil du flytte?" + +#: pyload/cli/ManageFiles.py:106 +msgid "What do you want to delete?" +msgstr "Hvad vil du slette?" + +#: pyload/cli/ManageFiles.py:108 +msgid "What do you want to restart?" +msgstr "Hvad vil du genstarte?" + +#: pyload/cli/ManageFiles.py:113 +msgid "Choose what you want to do, or enter package number." +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "delete" +msgstr "slet" + +#: pyload/cli/ManageFiles.py:115 +msgid "move" +msgstr "flyt" + +#: pyload/cli/ManageFiles.py:115 +msgid "restart" +msgstr "genstart" + +#: pyload/cli/ManageFiles.py:148 +msgid " - previous" +msgstr "- forrige " + +#: pyload/cli/ManageFiles.py:148 +msgid " - next" +msgstr "- nÊste" + +#: pyload/cli/Cli.py:75 pyload/cli/Cli.py:133 +msgid " Command Line Interface" +msgstr "" + +#: pyload/cli/Cli.py:165 +#, python-format +msgid "%s Downloads:" +msgstr "%s Hentes:" + +#: pyload/cli/Cli.py:177 +msgid " Speed: " +msgstr "Hastighed:" + +#: pyload/cli/Cli.py:177 +msgid " Size: " +msgstr "StÞrrelse:" + +#: pyload/cli/Cli.py:178 +msgid " Finished in: " +msgstr "FÊrdig om:" + +#: pyload/cli/Cli.py:179 +msgid " ID: " +msgstr "ID:" + +#: pyload/cli/Cli.py:184 +msgid "waiting: " +msgstr "Venter:" + +#: pyload/cli/Cli.py:191 pyload/cli/Cli.py:193 +msgid "Status:" +msgstr "" + +#: pyload/cli/Cli.py:191 +msgid "paused" +msgstr "" + +#: pyload/cli/Cli.py:193 +msgid "running" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "total Speed" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "Files in queue" +msgstr "" + +#: pyload/cli/Cli.py:197 +msgid "Total" +msgstr "" + +#: pyload/cli/Cli.py:203 +msgid "Menu:" +msgstr "" + +#: pyload/cli/Cli.py:205 +msgid " Add Links" +msgstr "TilfÞj Links" + +#: pyload/cli/Cli.py:206 +msgid " Manage Queue" +msgstr "" + +#: pyload/cli/Cli.py:207 +msgid " Manage Collector" +msgstr "" + +#: pyload/cli/Cli.py:208 +msgid " (Un)Pause Server" +msgstr "Genoptag/Pause Server" + +#: pyload/cli/Cli.py:209 +msgid " Kill Server" +msgstr "Afslut Server" + +#: pyload/cli/Cli.py:210 +msgid " Quit" +msgstr "Afslut" + +#: pyload/cli/Cli.py:289 pyload/cli/Cli.py:296 +msgid "Please use this syntax: add <Package name> <link> <link2> ..." +msgstr "Brug venligst denne syntaks: add <Pakkens Navn> <link> <link2> ..." + +#: pyload/cli/Cli.py:315 +#, python-format +msgid "Checking %d links:" +msgstr "" + +#: pyload/cli/Cli.py:324 +msgid "File does not exists." +msgstr "" + +#: pyload/cli/Cli.py:385 +msgid "pyLoad was terminated" +msgstr "pyLoad var afslutte" + +#: pyload/cli/Cli.py:443 +msgid "Prints server status" +msgstr "Udskriver server status" + +#: pyload/cli/Cli.py:444 +msgid "Prints downloads in queue" +msgstr "" + +#: pyload/cli/Cli.py:445 +msgid "Prints downloads in collector" +msgstr "" + +#: pyload/cli/Cli.py:446 +msgid "Adds package to queue" +msgstr "" + +#: pyload/cli/Cli.py:447 +msgid "Adds package to collector" +msgstr "" + +#: pyload/cli/Cli.py:448 +msgid "Delete Files from Queue/Collector" +msgstr "" + +#: pyload/cli/Cli.py:449 +msgid "Delete Packages from Queue/Collector" +msgstr "" + +#: pyload/cli/Cli.py:450 +msgid "Move Packages from Queue to Collector or vice versa" +msgstr "Flyt pakker fra kÞ til samler og opmvendt" + +#: pyload/cli/Cli.py:451 +msgid "Restart files" +msgstr "Genstart filer" + +#: pyload/cli/Cli.py:452 +msgid "Restart packages" +msgstr "Genstart pakker" + +#: pyload/cli/Cli.py:453 +msgid "Check online status, works with local container" +msgstr "" + +#: pyload/cli/Cli.py:454 +msgid "Checks online status of a container file" +msgstr "" + +#: pyload/cli/Cli.py:455 +msgid "Pause the server" +msgstr "Pause serveren" + +#: pyload/cli/Cli.py:456 +msgid "continue downloads" +msgstr "FortsÊt hentning" + +#: pyload/cli/Cli.py:457 +msgid "Toggle pause/unpause" +msgstr "Pause/Genoptag" + +#: pyload/cli/Cli.py:458 +msgid "kill server" +msgstr "Afslut server" + +#: pyload/cli/Cli.py:460 +msgid "List of commands:" +msgstr "Kommando liste" + +#: pyload/cli/Cli.py:473 +msgid "Couldn't write user config file" +msgstr "Kunne ikke skrive til bruger config filen" + +#: pyload/cli/Cli.py:548 pyload/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" + +#: pyload/cli/Cli.py:555 +msgid "Address: " +msgstr "Adresse:" + +#: pyload/cli/Cli.py:556 +msgid "Port: " +msgstr "Port:" + +#: pyload/cli/Cli.py:557 +msgid "Username: " +msgstr "Brugernavn:" + +#: pyload/cli/Cli.py:561 +msgid "Password: " +msgstr "Kode:" + +#: pyload/cli/Cli.py:566 pyload/cli/Cli.py:575 +msgid "Login data is wrong." +msgstr "Login oplysninger er forkerte" + +#: pyload/cli/Cli.py:568 pyload/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." + +#: pyload/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/core.po b/locale/da/LC_MESSAGES/core.po new file mode 100644 index 000000000..538483535 --- /dev/null +++ b/locale/da/LC_MESSAGES/core.po @@ -0,0 +1,630 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-07-17 09:56-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Danish\n" +"Language: da_DK\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/AddonManager.py:62 +#, python-format +msgid "Error when executing %s" +msgstr "" + +#: pyload/AddonManager.py:93 +#, python-format +msgid "Failed activating %(name)s" +msgstr "" + +#: pyload/AddonManager.py:96 +#, python-format +msgid "Activated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:97 +#, python-format +msgid "Deactivated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:153 +msgid "Activating Plugins..." +msgstr "" + +#: pyload/AddonManager.py:162 +msgid "Deactivating Plugins..." +msgstr "" + +#: pyload/web/ServerThread.py:49 +msgid "SSL certificates not found." +msgstr "" + +#: pyload/web/ServerThread.py:53 +msgid "WebUI built is not available" +msgstr "" + +#: pyload/web/ServerThread.py:55 +msgid "Running webUI in development mode" +msgstr "" + +#: pyload/web/ServerThread.py:73 +msgid "Failed starting webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:107 +msgid "Failed importing webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:125 +msgid "This server offers no SSL, please consider using threaded instead" +msgstr "" + +#: pyload/web/ServerThread.py:139 +#, python-format +msgid "Starting %(name)s webserver: %(host)s:%(port)d" +msgstr "" + +#: pyload/config/default.py:14 +msgid "Remote" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Description" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Long description" +msgstr "" + +#: pyload/config/default.py:16 pyload/config/default.py:56 +#: pyload/config/default.py:63 +msgid "Activated" +msgstr "" + +#: pyload/config/default.py:17 pyload/config/default.py:69 +#: pyload/config/default.py:80 +msgid "Port" +msgstr "" + +#: pyload/config/default.py:18 pyload/config/default.py:77 +msgid "Address" +msgstr "" + +#: pyload/config/default.py:21 +msgid "Log" +msgstr "" + +#: pyload/config/default.py:23 +msgid "Size in kb" +msgstr "" + +#: pyload/config/default.py:24 +msgid "Folder" +msgstr "" + +#: pyload/config/default.py:25 +msgid "File Log" +msgstr "" + +#: pyload/config/default.py:26 +msgid "Count" +msgstr "" + +#: pyload/config/default.py:27 +msgid "Log Rotate" +msgstr "" + +#: pyload/config/default.py:30 +msgid "Permissions" +msgstr "" + +#: pyload/config/default.py:32 +msgid "Groupname" +msgstr "" + +#: pyload/config/default.py:33 +msgid "Change Group and User of Downloads" +msgstr "" + +#: pyload/config/default.py:34 +msgid "Change file mode of downloads" +msgstr "" + +#: pyload/config/default.py:35 pyload/config/default.py:75 +msgid "Username" +msgstr "" + +#: pyload/config/default.py:36 +msgid "Filemode for Downloads" +msgstr "" + +#: pyload/config/default.py:37 +msgid "Change group of running process" +msgstr "" + +#: pyload/config/default.py:38 +msgid "Folder Permission mode" +msgstr "" + +#: pyload/config/default.py:39 +msgid "Change user of running process" +msgstr "" + +#: pyload/config/default.py:42 +msgid "General" +msgstr "" + +#: pyload/config/default.py:44 +msgid "Language" +msgstr "" + +#: pyload/config/default.py:45 +msgid "Download Folder" +msgstr "" + +#: pyload/config/default.py:46 +msgid "Use Checksum" +msgstr "" + +#: pyload/config/default.py:47 +msgid "Create folder for each package" +msgstr "" + +#: pyload/config/default.py:48 +msgid "Debug Mode" +msgstr "" + +#: pyload/config/default.py:49 +msgid "Min Free Space (MB)" +msgstr "" + +#: pyload/config/default.py:50 +msgid "CPU Priority" +msgstr "" + +#: pyload/config/default.py:53 +msgid "SSL" +msgstr "" + +#: pyload/config/default.py:55 +msgid "SSL Certificate" +msgstr "" + +#: pyload/config/default.py:57 +msgid "SSL Key" +msgstr "" + +#: pyload/config/default.py:60 +msgid "Webinterface" +msgstr "" + +#: pyload/config/default.py:62 +msgid "Template" +msgstr "" + +#: pyload/config/default.py:64 +msgid "Path Prefix" +msgstr "" + +#: pyload/config/default.py:65 +msgid "Server" +msgstr "" + +#: pyload/config/default.py:66 +msgid "Favor specific server" +msgstr "" + +#: pyload/config/default.py:67 +msgid "IP" +msgstr "" + +#: pyload/config/default.py:68 +msgid "Use HTTPS" +msgstr "" + +#: pyload/config/default.py:70 +msgid "Development mode" +msgstr "" + +#: pyload/config/default.py:73 +msgid "Proxy" +msgstr "" + +#: pyload/config/default.py:76 +msgid "Use Proxy" +msgstr "" + +#: pyload/config/default.py:78 +msgid "Password" +msgstr "" + +#: pyload/config/default.py:79 +msgid "Protocol" +msgstr "" + +#: pyload/config/default.py:83 +msgid "Reconnect" +msgstr "" + +#: pyload/config/default.py:85 pyload/config/default.py:106 +msgid "End" +msgstr "" + +#: pyload/config/default.py:86 +msgid "Use Reconnect" +msgstr "" + +#: pyload/config/default.py:87 +msgid "Method" +msgstr "" + +#: pyload/config/default.py:88 pyload/config/default.py:105 +msgid "Start" +msgstr "" + +#: pyload/config/default.py:91 +msgid "Download" +msgstr "" + +#: pyload/config/default.py:93 +msgid "Max Parallel Downloads" +msgstr "" + +#: pyload/config/default.py:94 +msgid "Limit Download Speed" +msgstr "" + +#: pyload/config/default.py:95 +msgid "Download interface to bind (ip or Name)" +msgstr "" + +#: pyload/config/default.py:96 +msgid "Skip already existing files" +msgstr "" + +#: pyload/config/default.py:97 +msgid "Max Download Speed in kb/s" +msgstr "" + +#: pyload/config/default.py:98 +msgid "Allow IPv6" +msgstr "" + +#: pyload/config/default.py:99 +msgid "Max connections for one download" +msgstr "" + +#: pyload/config/default.py:100 +msgid "Restart failed downloads on startup" +msgstr "" + +#: pyload/config/default.py:103 +msgid "Download Time" +msgstr "" + +#: pyload/network/HTTPDownload.py:249 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/api/DownloadApi.py:44 +#, python-format +msgid "Added package %(name)s as folder %(folder)s" +msgstr "" + +#: pyload/api/DownloadApi.py:95 +#, python-format +msgid "Added %d links to package" +msgstr "" + +#: pyload/AccountManager.py:69 +#, python-format +msgid "Unknown account plugin %s" +msgstr "" + +#: pyload/interaction/InteractionManager.py:88 +msgid "Query" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Captcha request" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Please solve the captcha." +msgstr "" + +#: pyload/remote/RemoteManager.py:35 +#, python-format +msgid "Remote backend error: %s" +msgstr "" + +#: pyload/remote/RemoteManager.py:80 +#, python-format +msgid "Starting %(name)s: %(addr)s:%(port)s" +msgstr "" + +#: pyload/remote/RemoteManager.py:82 +#, python-format +msgid "Failed loading backend %(name)s | %(error)s" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "none" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "offline" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "online" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "queued" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "paused" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "finished" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "skipped" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "failed" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "starting" +msgstr "Starter" + +#: pyload/FileManager.py:55 +msgid "waiting" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "downloading" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "temp. offline" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "aborted" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "decrypting" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "processing" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "custom" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "unknown" +msgstr "" + +#: pyload/FileManager.py:426 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/Api.py:152 +#, python-format +msgid "User '%s' tries to log in" +msgstr "" + +#: pyload/Core.py:195 +msgid "Received Quit signal" +msgstr "" + +#: pyload/Core.py:323 +#, python-format +msgid "pyLoad already running with pid %s" +msgstr "" + +#: pyload/Core.py:337 +#, python-format +msgid "Failed changing group: %s" +msgstr "" + +#: pyload/Core.py:347 +#, python-format +msgid "Failed changing user: %s" +msgstr "" + +#: pyload/Core.py:358 +msgid "Starting" +msgstr "Starter" + +#: pyload/Core.py:359 +#, python-format +msgid "Using home directory: %s" +msgstr "" + +#: pyload/Core.py:373 +msgid "All links removed" +msgstr "" + +#: pyload/Core.py:403 +#, python-format +msgid "Download time: %s" +msgstr "" + +#: pyload/Core.py:418 +#, python-format +msgid "Free space: %s" +msgstr "Fri plads: %s" + +#: pyload/Core.py:438 +msgid "Activating Accounts..." +msgstr "Aktiverer konti..." + +#: pyload/Core.py:443 +msgid "Restarting failed downloads..." +msgstr "" + +#: pyload/Core.py:451 +msgid "pyLoad is up and running" +msgstr "" + +#: pyload/Core.py:474 +msgid "restarting pyLoad" +msgstr "genstarter pyLoad" + +#: pyload/Core.py:478 +msgid "pyLoad quits" +msgstr "pyLoad afslutter" + +#: pyload/Core.py:564 +msgid "shutting down..." +msgstr "lukker ned..." + +#: pyload/Core.py:579 +msgid "error while shutting down" +msgstr "fejl ved nedlukning" + +#: pyload/Core.py:661 +msgid "killed pyLoad from terminal" +msgstr "" + +#: pyload/database/DatabaseBackend.py:167 +msgid "Database was deleted due to incompatible version." +msgstr "" + +#: pyload/threads/DecrypterThread.py:50 +msgid "Decrypting failed" +msgstr "" + +#: pyload/threads/DecrypterThread.py:73 +#, python-format +msgid "Decrypted %(count)d links into package %(name)s" +msgstr "" + +#: pyload/threads/DecrypterThread.py:80 +msgid "No links decrypted" +msgstr "" + +#: pyload/threads/InfoThread.py:147 +#, python-format +msgid "Info Fetching for %(name)s failed | %(err)s" +msgstr "" + +#: pyload/threads/ThreadManager.py:155 +#, python-format +msgid "Reconnect Failed: %s" +msgstr "" + +#: pyload/threads/ThreadManager.py:192 +msgid "Reconnect script not found!" +msgstr "" + +#: pyload/threads/ThreadManager.py:198 +msgid "Starting reconnect" +msgstr "" + +#: pyload/threads/ThreadManager.py:212 +msgid "Failed executing reconnect script!" +msgstr "" + +#: pyload/threads/ThreadManager.py:224 +#, python-format +msgid "Reconnected, new IP: %s" +msgstr "" + +#: pyload/threads/ThreadManager.py:298 +msgid "Not enough space left on device" +msgstr "" + +#: pyload/threads/DownloadThread.py:64 +#, python-format +msgid "Download starts: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:70 +#, python-format +msgid "Download finished: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:75 +#, python-format +msgid "Plugin %s is missing a function." +msgstr "" + +#: pyload/threads/DownloadThread.py:83 pyload/threads/DownloadThread.py:147 +#, python-format +msgid "Download aborted: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:103 +#, python-format +msgid "Download restarted: %(name)s | %(msg)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:113 +#, python-format +msgid "Download is offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:116 pyload/threads/DownloadThread.py:187 +#, python-format +msgid "Download is temporary offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:119 pyload/threads/DownloadThread.py:192 +#, python-format +msgid "Download failed: %(name)s | %(msg)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:136 +msgid "Couldn't connect to host or connection reset, waiting 1 minute and retry." +msgstr "" + +#: pyload/threads/DownloadThread.py:171 +#, python-format +msgid "Download skipped: %(name)s due to %(plugin)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:188 +msgid "Internal Server Error" +msgstr "" + +#: pyload/threads/AddonThread.py:55 +msgid "An Error occurred" +msgstr "" + +#: pyload/PluginManager.py:316 +#, python-format +msgid "Error importing %(name)s: %(msg)s" +msgstr "" + +#: pyload/utils/JsEngine.py:188 +msgid "No js engine detected, please install either Spidermonkey, ossp-js, pyv8, nodejs or rhino" +msgstr "" + diff --git a/locale/da/LC_MESSAGES/plugins.po b/locale/da/LC_MESSAGES/plugins.po new file mode 100644 index 000000000..8e2504dbe --- /dev/null +++ b/locale/da/LC_MESSAGES/plugins.po @@ -0,0 +1,424 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-20 22:13+0200\n" +"PO-Revision-Date: 2013-07-20 18:02-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Danish\n" +"Language: da_DK\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/plugins/network/CurlDownload.py:241 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/plugins/Base.py:329 +msgid "Pil and tesseract not installed and no Client connected for captcha decrypting" +msgstr "" + +#: pyload/plugins/Base.py:333 +msgid "No captcha result obtained in appropriate time." +msgstr "" + +#: pyload/plugins/Hoster.py:282 pyload/plugins/Hoster.py:319 +#: pyload/plugins/hoster/ARD.py:76 +#, python-format +msgid "Setting User and Group failed: %s" +msgstr "" + +#: pyload/plugins/Crypter.py:136 +msgid "Not existing file or unsupported protocol" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:96 +msgid "Rapidshare: Traffic Share (direct download)" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:123 +#: pyload/plugins/hoster/RapidshareCom.py:189 +msgid "Already downloading from this ip address, waiting 60 seconds" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:127 +msgid "Invalid Auth Code, download will be restarted" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:193 +msgid "RapidShareCom: No free slots" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:196 +msgid "You need a premium account for this file" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:198 +msgid "Filename reported invalid" +msgstr "" + +#: pyload/plugins/hoster/RealdebridCom.py:40 +#: pyload/plugins/hoster/Premium4Me.py:27 +#: pyload/plugins/hoster/MultiDebridCom.py:39 +#: pyload/plugins/hoster/ZeveraCom.py:24 +#: pyload/plugins/hoster/AlldebridCom.py:37 +#: pyload/plugins/hoster/RehostTo.py:25 pyload/plugins/hoster/ReloadCc.py:22 +#: pyload/plugins/hoster/DebridItaliaCom.py:38 +#: pyload/plugins/hoster/PremiumizeMe.py:19 +#, python-format +msgid "Please enter your %s account or deactivate this plugin" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:55 +msgid "Decryption failed" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:99 +msgid "No file key provided in the URL" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:111 +msgid "Error code:" +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:97 +msgid "Parallel download error, now waiting 60s." +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:208 +msgid "Not logged in." +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:135 +msgid "API key invalid" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:160 +#, python-format +msgid "%s: Not enough traffic left" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:163 +msgid "Traffic exceeded" +msgstr "" + +#: pyload/plugins/hoster/BasePlugin.py:63 +msgid "Authorization required (username:password)" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:143 +#: pyload/plugins/hoster/NetloadIn.py:167 +msgid "File temporarily not available" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:180 +#, python-format +msgid "Netload: waiting between downloads %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:209 +#, python-format +msgid "Netload: waiting for captcha %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:248 +msgid "Downloaded File was empty" +msgstr "" + +#: pyload/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 "" + +#: pyload/plugins/hoster/XHamsterCom.py:75 +#: pyload/plugins/hoster/XHamsterCom.py:84 +#: pyload/plugins/hoster/XHamsterCom.py:87 +#, python-format +msgid "long_url: %s" +msgstr "" + +#: pyload/plugins/Account.py:117 pyload/plugins/Account.py:123 +#, python-format +msgid "Could not login with account %(user)s | %(msg)s" +msgstr "" + +#: pyload/plugins/Account.py:118 +msgid "Wrong Password" +msgstr "" + +#: pyload/plugins/Account.py:184 +#, python-format +msgid "Get Account Info for %s" +msgstr "" + +#: pyload/plugins/Account.py:193 +#, python-format +msgid "Error: %s" +msgstr "" + +#: pyload/plugins/Account.py:242 +#, python-format +msgid "Your Time %s has a wrong format, use: 1:22-3:44" +msgstr "" + +#: pyload/plugins/Account.py:265 +#, python-format +msgid "Account %s has not enough traffic, checking again in 30min" +msgstr "" + +#: pyload/plugins/Account.py:273 +#, python-format +msgid "Account %s is expired, checking again in 1h" +msgstr "" + +#: pyload/plugins/Account.py:290 +#, python-format +msgid "Login with %s" +msgstr "" + +#: pyload/plugins/Addon.py:118 +#, python-format +msgid "Error executing addons: %s" +msgstr "" + +#: pyload/plugins/accounts/BitshareCom.py:36 +msgid "Activate direct Download in your Bitshare Account" +msgstr "" + +#: pyload/plugins/crypter/SerienjunkiesOrg.py:128 +msgid "Downloadlimit reached" +msgstr "" + +#: pyload/plugins/addons/Premium4Me.py:30 +msgid "Please add your premium.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:53 +#, python-format +msgid "Installed scripts for %s: " +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:69 +msgid "Script not executable:" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:79 +#, python-format +msgid "Error in %(script)s: %(error)s" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:72 +#: pyload/plugins/addons/Captcha9kw.py:56 +#: pyload/plugins/addons/ExpertDecoders.py:49 +#, python-format +msgid "%s credits left" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:120 +msgid "Could not send response." +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:138 +msgid "Your CaptchaTrader Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:89 +#, python-format +msgid "New CaptchaID from upload: %s : %s" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:123 +msgid "Your Captcha 9kw.eu Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/RehostTo.py:34 +msgid "Please add your rehost.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/HotFolder.py:82 +#, python-format +msgid "Added %s from HotFolder" +msgstr "" + +#: pyload/plugins/addons/ClickAndLoad.py:74 +msgid "Click'N'Load: Port 9666 already in use" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:82 +#: pyload/plugins/addons/IRCInterface.py:75 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:90 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" +msgstr "" + +#: pyload/plugins/addons/ExpertDecoders.py:98 +msgid "Your ExpertDecoders Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:73 +msgid "*** Plugins have been updated, please restart pyLoad ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:75 +msgid "Plugins updated and reloaded" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:78 +msgid "No plugin updates available" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:95 +msgid "No Updates for pyLoad" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:100 +#, python-format +msgid "*** New pyLoad Version %s available ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:101 +msgid "*** Get it here: http://pyload.org/download ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:104 +msgid "Not able to connect server for updates" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:148 +#, python-format +msgid "New version of %(type)s|%(name)s : %(version).2f" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:157 +#: pyload/plugins/addons/UpdateManager.py:162 +#, python-format +msgid "Error when updating %s" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:162 +msgid "Version mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:92 +#, python-format +msgid "No %s installed" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:94 +#: pyload/plugins/addons/ExtractArchive.py:99 +#, python-format +msgid "Could not activate %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:104 +msgid "Activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:106 +msgid "No Extract plugins activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:118 +#, python-format +msgid "Package %s queued for later extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:143 +#, python-format +msgid "Check package %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:183 +#, python-format +msgid "Extract to %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:197 +msgid "No files found to extract" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:203 +msgid "extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:214 +msgid "Password protected" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:234 +msgid "Wrong password" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:242 +#, python-format +msgid "Deleting %s files" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:247 +msgid "Extracting finished" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:254 +msgid "Archive Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:256 +msgid "CRC Mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:260 +msgid "Unknown Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:312 +msgid "Setting User and Group failed" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:36 +msgid "Crypter list not found" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:50 +msgid "Crypter list is empty" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:82 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:94 +#, python-format +msgid "New Captcha Request: %s" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:95 +#, python-format +msgid "Answer with 'c %s text on the captcha'" +msgstr "" + +#: pyload/plugins/addons/PremiumizeMe.py:46 +msgid "Please add a valid premiumize.me account first and restart pyLoad." +msgstr "" + +#: pyload/plugins/addons/CaptchaBrotherhood.py:69 +#, python-format +msgid "%d credits left" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:29 +#, python-format +msgid "Activated %s" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:47 +msgid "No Hoster loaded" +msgstr "" + diff --git a/locale/da/LC_MESSAGES/setup.po b/locale/da/LC_MESSAGES/setup.po new file mode 100644 index 000000000..91a9379fd --- /dev/null +++ b/locale/da/LC_MESSAGES/setup.po @@ -0,0 +1,376 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-07-17 09:56-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Danish\n" +"Language: da_DK\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/Setup.py:72 +msgid "Would you like to configure pyLoad via Webinterface?" +msgstr "" + +#: pyload/Setup.py:73 +msgid "You need a Browser and a connection to this PC for it." +msgstr "" + +#: pyload/Setup.py:74 +msgid "Url would be: http://hostname:8000/" +msgstr "" + +#: pyload/Setup.py:75 +msgid "Start initial webinterface for configuration?" +msgstr "" + +#: pyload/Setup.py:86 +msgid "Welcome to the pyLoad Configuration Assistent." +msgstr "" + +#: pyload/Setup.py:87 +msgid "It will check your system and make a basic setup in order to run pyLoad." +msgstr "" + +#: pyload/Setup.py:89 +msgid "The value in brackets [] always is the default value," +msgstr "" + +#: pyload/Setup.py:90 +msgid "in case you don't want to change it or you are unsure what to choose, just hit enter." +msgstr "" + +#: pyload/Setup.py:92 +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgstr "" + +#: pyload/Setup.py:93 +msgid "If you have any problems with this assistent hit CTRL+C," +msgstr "" + +#: pyload/Setup.py:94 +msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgstr "" + +#: pyload/Setup.py:96 +msgid "When you are ready for system check, hit enter." +msgstr "" + +#: pyload/Setup.py:103 +msgid "Features missing: " +msgstr "" + +#: pyload/Setup.py:107 +msgid "no py-crypto available" +msgstr "" + +#: pyload/Setup.py:108 +msgid "You need this if you want to decrypt container files." +msgstr "" + +#: pyload/Setup.py:112 +msgid "no SSL available" +msgstr "" + +#: pyload/Setup.py:113 +msgid "This is needed if you want to establish a secure connection to core or webinterface." +msgstr "" + +#: pyload/Setup.py:114 +msgid "If you only want to access locally to pyLoad ssl is not useful." +msgstr "" + +#: pyload/Setup.py:118 +msgid "no Captcha Recognition available" +msgstr "" + +#: pyload/Setup.py:119 +msgid "Only needed for some hosters and as freeuser." +msgstr "" + +#: pyload/Setup.py:123 +msgid "no JavaScript engine found" +msgstr "" + +#: pyload/Setup.py:124 +msgid "You will need this for some Click'N'Load links. Install Spidermonkey, ossp-js, pyv8 or rhino" +msgstr "" + +#: pyload/Setup.py:126 +msgid "You can abort the setup now and fix some dependencies if you want." +msgstr "" + +#: pyload/Setup.py:128 +msgid "Continue with setup?" +msgstr "" + +#: pyload/Setup.py:134 +#, python-format +msgid "Do you want to change the config path? Current is %s" +msgstr "" + +#: pyload/Setup.py:136 +msgid "If you use pyLoad on a server or the home partition lives on an internal flash it may be a good idea to change it." +msgstr "" + +#: pyload/Setup.py:137 +msgid "Change config path?" +msgstr "" + +#: pyload/Setup.py:143 +msgid "Do you want to configure login data and basic settings?" +msgstr "" + +#: pyload/Setup.py:144 +msgid "This is recommend for first run." +msgstr "" + +#: pyload/Setup.py:145 +msgid "Make basic setup?" +msgstr "" + +#: pyload/Setup.py:152 +msgid "Do you want to configure ssl?" +msgstr "" + +#: pyload/Setup.py:153 +msgid "Configure ssl?" +msgstr "" + +#: pyload/Setup.py:159 +msgid "Do you want to configure webinterface?" +msgstr "" + +#: pyload/Setup.py:160 +msgid "Configure webinterface?" +msgstr "" + +#: pyload/Setup.py:165 +msgid "Setup finished successfully." +msgstr "" + +#: pyload/Setup.py:166 +msgid "Hit enter to exit and restart pyLoad" +msgstr "" + +#: pyload/Setup.py:173 +msgid "Webinterface running for setup." +msgstr "" + +#: pyload/Setup.py:190 +msgid "## Basic Setup ##" +msgstr "" + +#: pyload/Setup.py:193 +msgid "The following logindata is valid for CLI, GUI and webinterface." +msgstr "" + +#: pyload/Setup.py:199 pyload/Setup.py:288 pyload/Setup.py:304 +msgid "Username" +msgstr "" + +#: pyload/Setup.py:205 +msgid "External clients (GUI, CLI or other) need remote access to work over the network." +msgstr "" + +#: pyload/Setup.py:206 +msgid "However, if you only want to use the webinterface you may disable it to save ram." +msgstr "" + +#: pyload/Setup.py:207 +msgid "Enable remote access" +msgstr "" + +#: pyload/Setup.py:211 +msgid "Language" +msgstr "" + +#: pyload/Setup.py:213 +msgid "Download folder" +msgstr "" + +#: pyload/Setup.py:214 +msgid "Max parallel downloads" +msgstr "" + +#: pyload/Setup.py:218 +msgid "Use Reconnect?" +msgstr "" + +#: pyload/Setup.py:221 +msgid "Reconnect script location" +msgstr "" + +#: pyload/Setup.py:226 +msgid "## Webinterface Setup ##" +msgstr "" + +#: pyload/Setup.py:229 +msgid "Activate webinterface?" +msgstr "" + +#: pyload/Setup.py:231 +msgid "Listen address, if you use 127.0.0.1 or localhost, the webinterface will only accessible locally." +msgstr "" + +#: pyload/Setup.py:232 +msgid "Address" +msgstr "" + +#: pyload/Setup.py:233 +msgid "Port" +msgstr "" + +#: pyload/Setup.py:235 +msgid "pyLoad offers several server backends, now following a short explanation." +msgstr "" + +#: pyload/Setup.py:236 +msgid "Default server, this server offers SSL and is a good alternative to builtin." +msgstr "" + +#: pyload/Setup.py:238 +msgid "Can be used by apache, lighttpd, requires you to configure them, which is not too easy job." +msgstr "" + +#: pyload/Setup.py:239 +msgid "Very fast alternative written in C, requires libev and linux knowledge." +msgstr "" + +#: pyload/Setup.py:240 +msgid "Get it from here: https://github.com/jonashaag/bjoern, compile it" +msgstr "" + +#: pyload/Setup.py:241 +msgid "and copy bjoern.so to pyload/lib" +msgstr "" + +#: pyload/Setup.py:245 +msgid "Attention: In some rare cases the builtin server is not working, if you notice problems with the webinterface" +msgstr "" + +#: pyload/Setup.py:246 +msgid "come back here and change the builtin server to the threaded one here." +msgstr "" + +#: pyload/Setup.py:248 +msgid "Server" +msgstr "" + +#: pyload/Setup.py:253 +msgid "## SSL Setup ##" +msgstr "" + +#: pyload/Setup.py:255 +msgid "Execute these commands from pyLoad config folder to make ssl certificates:" +msgstr "" + +#: pyload/Setup.py:261 +msgid "If you're done and everything went fine, you can activate ssl now." +msgstr "" + +#: pyload/Setup.py:262 +msgid "Activate SSL?" +msgstr "" + +#: pyload/Setup.py:278 +msgid "Select action" +msgstr "" + +#: pyload/Setup.py:279 +msgid "1 - Create/Edit user" +msgstr "" + +#: pyload/Setup.py:280 +msgid "2 - List users" +msgstr "" + +#: pyload/Setup.py:281 +msgid "3 - Remove user" +msgstr "" + +#: pyload/Setup.py:282 +msgid "4 - Quit" +msgstr "" + +#: pyload/Setup.py:294 +msgid "Users" +msgstr "" + +#: pyload/Setup.py:322 +msgid "Setting new configpath, current configuration will not be transferred!" +msgstr "" + +#: pyload/Setup.py:323 +msgid "Config path" +msgstr "" + +#: pyload/Setup.py:331 +msgid "Config path changed, setup will now close, please restart to go on." +msgstr "" + +#: pyload/Setup.py:332 +msgid "Press Enter to exit." +msgstr "" + +#: pyload/Setup.py:336 +#, python-format +msgid "Setting config path failed: %s" +msgstr "" + +#: pyload/Setup.py:347 +msgid "y" +msgstr "" + +#: pyload/Setup.py:349 +msgid "n" +msgstr "" + +#: pyload/Setup.py:373 +msgid "Password: " +msgstr "Kode:" + +#: pyload/Setup.py:377 +msgid "Password too short. Use at least 4 symbols." +msgstr "" + +#: pyload/Setup.py:380 +msgid "Password (again): " +msgstr "" + +#: pyload/Setup.py:386 +msgid "Passwords did not match." +msgstr "" + +#: pyload/Setup.py:397 +msgid "yes" +msgstr "" + +#: pyload/Setup.py:397 +msgid "true" +msgstr "" + +#: pyload/Setup.py:397 +msgid "t" +msgstr "" + +#: pyload/Setup.py:400 +msgid "no" +msgstr "" + +#: pyload/Setup.py:400 +msgid "false" +msgstr "" + +#: pyload/Setup.py:400 +msgid "f" +msgstr "" + +#: pyload/Setup.py:403 pyload/Setup.py:413 +msgid "Invalid Input" +msgstr "" + diff --git a/locale/da/LC_MESSAGES/webUI.po b/locale/da/LC_MESSAGES/webUI.po new file mode 100644 index 000000000..c86222cd9 --- /dev/null +++ b/locale/da/LC_MESSAGES/webUI.po @@ -0,0 +1,131 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-08-10 11:58+0200\n" +"PO-Revision-Date: 2013-08-31 15:21-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Danish\n" +"Language: da_DK\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/web/app/scripts/helpers/formatSize.js:9 +msgid "not available" +msgstr "" + +#: pyload/web/app/scripts/helpers/formatSize.js:11 +msgid "unlimited" +msgstr "" + +#: pyload/web/app/templates/default/admin.html:3 +#: pyload/web/app/templates/default/admin.html:4 +msgid "Admin" +msgstr "" + +#: pyload/web/app/templates/default/setup.html:3 +msgid "Setup" +msgstr "" + +#: pyload/web/app/templates/default/accounts/actionbar.html:2 +msgid "Add Account" +msgstr "" + +#: pyload/web/app/templates/default/accounts/layout.html:2 +msgid "Accounts" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:9 +msgid "Local" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:18 +msgid "Search" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:26 +msgid "Type" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:44 +#: pyload/web/app/templates/default/dashboard/actionbar.html:49 +msgid "All" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:50 +msgid "Finished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:51 +msgid "Unfinished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:52 +msgid "Failed" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/select.html:1 +msgid "1 package" +msgid_plural "%d packages" +msgstr[0] "" +msgstr[1] "" + +#: pyload/web/app/templates/default/dashboard/select.html:4 +msgid "1 file" +msgid_plural "%d files" +msgstr[0] "" +msgstr[1] "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:2 +msgid "Add an account" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:7 +msgid "Please enter your account data" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:3 +msgid "Choose a plugin" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:9 +msgid "Please choose a plugin, which you want to configure" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:23 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:46 +msgid "Add" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:24 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:47 +#: pyload/web/app/templates/default/dialogs/interactionTask.html:35 +msgid "Close" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:2 +msgid "Please confirm" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:5 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:8 +msgid "Delete" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:9 +msgid "Cancel" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/interactionTask.html:34 +msgid "Submit" +msgstr "" + +#: pyload/web/app/templates/default/header/layout.html:12 +msgid "Running..." +msgstr "" + diff --git a/locale/de/LC_MESSAGES/cli.po b/locale/de/LC_MESSAGES/cli.po new file mode 100644 index 000000000..0fd393395 --- /dev/null +++ b/locale/de/LC_MESSAGES/cli.po @@ -0,0 +1,291 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: German\n" +"Language: de_DE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/cli/AddPackage.py:48 +msgid "Add Package:" +msgstr "Paket hinzufÃŒgen:" + +#: pyload/cli/AddPackage.py:53 +msgid "Enter a name for the new package" +msgstr "Gib einen Namen fÃŒr das neue Paket ein" + +#: pyload/cli/AddPackage.py:57 +#, python-format +msgid "Package: %s" +msgstr "Paket: %s" + +#: pyload/cli/AddPackage.py:58 +msgid "Parse the links you want to add." +msgstr "Kopiere die Links, die du hinzufÃŒgen willst." + +#: pyload/cli/AddPackage.py:59 +#, python-format +msgid "Type %s when done." +msgstr "DrÃŒcke %s wenn du fertig bist." + +#: pyload/cli/AddPackage.py:60 +msgid "Links added: " +msgstr "Links hinzugefÃŒgt: " + +#: pyload/cli/AddPackage.py:64 pyload/cli/ManageFiles.py:149 +msgid " back to main menu" +msgstr " ZurÃŒck zum MenÃŒ" + +#: pyload/cli/ManageFiles.py:97 +msgid "Manage Packages:" +msgstr "Pakete verwalten:" + +#: pyload/cli/ManageFiles.py:99 +msgid "Manage Links:" +msgstr "Links verwalten:" + +#: pyload/cli/ManageFiles.py:104 +msgid "What do you want to move?" +msgstr "Was möchtest du verschieben?" + +#: pyload/cli/ManageFiles.py:106 +msgid "What do you want to delete?" +msgstr "Was möchtest du löschen?" + +#: pyload/cli/ManageFiles.py:108 +msgid "What do you want to restart?" +msgstr "Was möchtest du neustarten?" + +#: pyload/cli/ManageFiles.py:113 +msgid "Choose what you want to do, or enter package number." +msgstr "Entscheide was du tun willst oder gebe eine Paket Nummer ein." + +#: pyload/cli/ManageFiles.py:115 +msgid "delete" +msgstr "löschen" + +#: pyload/cli/ManageFiles.py:115 +msgid "move" +msgstr "verschieben" + +#: pyload/cli/ManageFiles.py:115 +msgid "restart" +msgstr "neustarten" + +#: pyload/cli/ManageFiles.py:148 +msgid " - previous" +msgstr " - vorige Seite" + +#: pyload/cli/ManageFiles.py:148 +msgid " - next" +msgstr " - nÀchste Seite" + +#: pyload/cli/Cli.py:75 pyload/cli/Cli.py:133 +msgid " Command Line Interface" +msgstr " Kommandozeile" + +#: pyload/cli/Cli.py:165 +#, python-format +msgid "%s Downloads:" +msgstr "%s Downloads:" + +#: pyload/cli/Cli.py:177 +msgid " Speed: " +msgstr " Geschwindigkeit: " + +#: pyload/cli/Cli.py:177 +msgid " Size: " +msgstr " GröÃe: " + +#: pyload/cli/Cli.py:178 +msgid " Finished in: " +msgstr " Fertig in: " + +#: pyload/cli/Cli.py:179 +msgid " ID: " +msgstr " ID: " + +#: pyload/cli/Cli.py:184 +msgid "waiting: " +msgstr "wartend: " + +#: pyload/cli/Cli.py:191 pyload/cli/Cli.py:193 +msgid "Status:" +msgstr "Status:" + +#: pyload/cli/Cli.py:191 +msgid "paused" +msgstr "pausiert" + +#: pyload/cli/Cli.py:193 +msgid "running" +msgstr "lÀuft" + +#: pyload/cli/Cli.py:196 +msgid "total Speed" +msgstr "Gesamtgeschwindigkeit" + +#: pyload/cli/Cli.py:196 +msgid "Files in queue" +msgstr "Dateien in Warteschlange" + +#: pyload/cli/Cli.py:197 +msgid "Total" +msgstr "Gesamt" + +#: pyload/cli/Cli.py:203 +msgid "Menu:" +msgstr "MenÃŒ:" + +#: pyload/cli/Cli.py:205 +msgid " Add Links" +msgstr " Links hinzufÃŒgen" + +#: pyload/cli/Cli.py:206 +msgid " Manage Queue" +msgstr " Warteschlange verwalten" + +#: pyload/cli/Cli.py:207 +msgid " Manage Collector" +msgstr " Linksammler anpassen" + +#: pyload/cli/Cli.py:208 +msgid " (Un)Pause Server" +msgstr " Server fortsetzen/pausieren" + +#: pyload/cli/Cli.py:209 +msgid " Kill Server" +msgstr " Server beenden" + +#: pyload/cli/Cli.py:210 +msgid " Quit" +msgstr " Beenden" + +#: pyload/cli/Cli.py:289 pyload/cli/Cli.py:296 +msgid "Please use this syntax: add <Package name> <link> <link2> ..." +msgstr "Bitte benutze folgenden Syntax: add <Package name> <link> <link2> ..." + +#: pyload/cli/Cli.py:315 +#, python-format +msgid "Checking %d links:" +msgstr "ÃberprÃŒfe %d Links:" + +#: pyload/cli/Cli.py:324 +msgid "File does not exists." +msgstr "Datei existiert nicht." + +#: pyload/cli/Cli.py:385 +msgid "pyLoad was terminated" +msgstr "pyLoad wurde beendet" + +#: pyload/cli/Cli.py:443 +msgid "Prints server status" +msgstr "Gibt den Server Status aus" + +#: pyload/cli/Cli.py:444 +msgid "Prints downloads in queue" +msgstr "Gibt die Warteschlange aus" + +#: pyload/cli/Cli.py:445 +msgid "Prints downloads in collector" +msgstr "Gibt die Links im Linksammler aus" + +#: pyload/cli/Cli.py:446 +msgid "Adds package to queue" +msgstr "FÃŒgt Packete der Warteschlange hinzu" + +#: pyload/cli/Cli.py:447 +msgid "Adds package to collector" +msgstr "FÃŒgt ein Paket zum Linksammler hinzu" + +#: pyload/cli/Cli.py:448 +msgid "Delete Files from Queue/Collector" +msgstr "Löscht Dateien aus der Warteschlange/Linksammler" + +#: pyload/cli/Cli.py:449 +msgid "Delete Packages from Queue/Collector" +msgstr "Löscht Packete aus der Warteschlange/Linksammler" + +#: pyload/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" + +#: pyload/cli/Cli.py:451 +msgid "Restart files" +msgstr "Dateien neustarten" + +#: pyload/cli/Cli.py:452 +msgid "Restart packages" +msgstr "Pakete neustarten" + +#: pyload/cli/Cli.py:453 +msgid "Check online status, works with local container" +msgstr "ÃberprÃŒfe Onlinestatus, funktioniert mit lokalen Containern" + +#: pyload/cli/Cli.py:454 +msgid "Checks online status of a container file" +msgstr "Onlinestatus eines Containers prÃŒfen" + +#: pyload/cli/Cli.py:455 +msgid "Pause the server" +msgstr "pausiert den Server" + +#: pyload/cli/Cli.py:456 +msgid "continue downloads" +msgstr "Downloads fortfahren" + +#: pyload/cli/Cli.py:457 +msgid "Toggle pause/unpause" +msgstr "Pause/Fortsetzen" + +#: pyload/cli/Cli.py:458 +msgid "kill server" +msgstr "Server beenden" + +#: pyload/cli/Cli.py:460 +msgid "List of commands:" +msgstr "Liste aller Befehle:" + +#: pyload/cli/Cli.py:473 +msgid "Couldn't write user config file" +msgstr "Konnte Benutzer-Konfigurationsdatei nicht schreiben" + +#: pyload/cli/Cli.py:548 pyload/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." + +#: pyload/cli/Cli.py:555 +msgid "Address: " +msgstr "Adresse: " + +#: pyload/cli/Cli.py:556 +msgid "Port: " +msgstr "Port: " + +#: pyload/cli/Cli.py:557 +msgid "Username: " +msgstr "Benutzername: " + +#: pyload/cli/Cli.py:561 +msgid "Password: " +msgstr "Passwort: " + +#: pyload/cli/Cli.py:566 pyload/cli/Cli.py:575 +msgid "Login data is wrong." +msgstr "Logindaten sind falsch." + +#: pyload/cli/Cli.py:568 pyload/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." + +#: pyload/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/core.po b/locale/de/LC_MESSAGES/core.po new file mode 100644 index 000000000..b8d7a2f54 --- /dev/null +++ b/locale/de/LC_MESSAGES/core.po @@ -0,0 +1,630 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: German\n" +"Language: de_DE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/AddonManager.py:62 +#, python-format +msgid "Error when executing %s" +msgstr "Fehler beim AusfÃŒhren von %s" + +#: pyload/AddonManager.py:93 +#, python-format +msgid "Failed activating %(name)s" +msgstr "Konnte %(name)s nicht aktivieren" + +#: pyload/AddonManager.py:96 +#, python-format +msgid "Activated addons: %s" +msgstr "Aktivierte Addons: %s" + +#: pyload/AddonManager.py:97 +#, python-format +msgid "Deactivated addons: %s" +msgstr "Deaktivierte Erweiterungen: %s" + +#: pyload/AddonManager.py:153 +msgid "Activating Plugins..." +msgstr "Aktiviere Plugins..." + +#: pyload/AddonManager.py:162 +msgid "Deactivating Plugins..." +msgstr "Deaktiviere Plugins..." + +#: pyload/web/ServerThread.py:49 +msgid "SSL certificates not found." +msgstr "SSL Zertifikat nicht gefunden." + +#: pyload/web/ServerThread.py:53 +msgid "WebUI built is not available" +msgstr "Webschnittstelle nicht verfÃŒgbar" + +#: pyload/web/ServerThread.py:55 +msgid "Running webUI in development mode" +msgstr "Die Webschnittstelle lÀuft im Entwicklungsmodus" + +#: pyload/web/ServerThread.py:73 +msgid "Failed starting webserver: " +msgstr "Start des Webservers fehlgeschlagen: " + +#: pyload/web/ServerThread.py:107 +msgid "Failed importing webserver: " +msgstr "Import des Webservers fehlgeschlagen: " + +#: pyload/web/ServerThread.py:125 +msgid "This server offers no SSL, please consider using threaded instead" +msgstr "SSL funktioniert mit diesem Server nicht, benutze bitte alternativ den 'threaded' Server" + +#: pyload/web/ServerThread.py:139 +#, python-format +msgid "Starting %(name)s webserver: %(host)s:%(port)d" +msgstr "Starte %(name)s Webserver: %(host)s:%(port)d" + +#: pyload/config/default.py:14 +msgid "Remote" +msgstr "Fernsteuerung" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Description" +msgstr "Beschreibung" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Long description" +msgstr "AusfÃŒhrliche Beschreibung" + +#: pyload/config/default.py:16 pyload/config/default.py:56 +#: pyload/config/default.py:63 +msgid "Activated" +msgstr "Aktiviert" + +#: pyload/config/default.py:17 pyload/config/default.py:69 +#: pyload/config/default.py:80 +msgid "Port" +msgstr "Port" + +#: pyload/config/default.py:18 pyload/config/default.py:77 +msgid "Address" +msgstr "Adresse" + +#: pyload/config/default.py:21 +msgid "Log" +msgstr "Log" + +#: pyload/config/default.py:23 +msgid "Size in kb" +msgstr "GröÃe in kb" + +#: pyload/config/default.py:24 +msgid "Folder" +msgstr "Verzeichnis" + +#: pyload/config/default.py:25 +msgid "File Log" +msgstr "Datei Log" + +#: pyload/config/default.py:26 +msgid "Count" +msgstr "Anzahl" + +#: pyload/config/default.py:27 +msgid "Log Rotate" +msgstr "Archiviere Log -Daten" + +#: pyload/config/default.py:30 +msgid "Permissions" +msgstr "Berechtigungen" + +#: pyload/config/default.py:32 +msgid "Groupname" +msgstr "Gruppenname" + +#: pyload/config/default.py:33 +msgid "Change Group and User of Downloads" +msgstr "Gruppe und Benutzer der Downloads Àndern" + +#: pyload/config/default.py:34 +msgid "Change file mode of downloads" +msgstr "Datei Modus der Downloads Àndern" + +#: pyload/config/default.py:35 pyload/config/default.py:75 +msgid "Username" +msgstr "Benutzername" + +#: pyload/config/default.py:36 +msgid "Filemode for Downloads" +msgstr "Datei Modus der Downloads" + +#: pyload/config/default.py:37 +msgid "Change group of running process" +msgstr "Gruppe der laufenden Prozesse Àndern" + +#: pyload/config/default.py:38 +msgid "Folder Permission mode" +msgstr "Berechtigungsmodus fÃŒr Verzeichnisse" + +#: pyload/config/default.py:39 +msgid "Change user of running process" +msgstr "Benutzer des laufenden Prozesses Àndern" + +#: pyload/config/default.py:42 +msgid "General" +msgstr "Allgemein" + +#: pyload/config/default.py:44 +msgid "Language" +msgstr "Sprache" + +#: pyload/config/default.py:45 +msgid "Download Folder" +msgstr "Download Verzeichnis" + +#: pyload/config/default.py:46 +msgid "Use Checksum" +msgstr "Nutze PrÃŒfsummen" + +#: pyload/config/default.py:47 +msgid "Create folder for each package" +msgstr "Erzeuge ein Verzeichnis fÃŒr jedes Paket" + +#: pyload/config/default.py:48 +msgid "Debug Mode" +msgstr "Debug Modus" + +#: pyload/config/default.py:49 +msgid "Min Free Space (MB)" +msgstr "Minimal verbleibender Speicher (MB)" + +#: pyload/config/default.py:50 +msgid "CPU Priority" +msgstr "CPU-PrioritÀt" + +#: pyload/config/default.py:53 +msgid "SSL" +msgstr "SSL" + +#: pyload/config/default.py:55 +msgid "SSL Certificate" +msgstr "SSL Zertifikat" + +#: pyload/config/default.py:57 +msgid "SSL Key" +msgstr "SSL SchlÃŒssel" + +#: pyload/config/default.py:60 +msgid "Webinterface" +msgstr "Webschnittstelle" + +#: pyload/config/default.py:62 +msgid "Template" +msgstr "Vorlage" + +#: pyload/config/default.py:64 +msgid "Path Prefix" +msgstr "PfadprÀfix" + +#: pyload/config/default.py:65 +msgid "Server" +msgstr "Server" + +#: pyload/config/default.py:66 +msgid "Favor specific server" +msgstr "Bevorzuge bestimmte Server" + +#: pyload/config/default.py:67 +msgid "IP" +msgstr "IP" + +#: pyload/config/default.py:68 +msgid "Use HTTPS" +msgstr "Nutze HTTPS" + +#: pyload/config/default.py:70 +msgid "Development mode" +msgstr "Entwicklungsmodus" + +#: pyload/config/default.py:73 +msgid "Proxy" +msgstr "Proxy" + +#: pyload/config/default.py:76 +msgid "Use Proxy" +msgstr "Nutze Proxy" + +#: pyload/config/default.py:78 +msgid "Password" +msgstr "Passwort" + +#: pyload/config/default.py:79 +msgid "Protocol" +msgstr "Protokoll" + +#: pyload/config/default.py:83 +msgid "Reconnect" +msgstr "Neuverbinden" + +#: pyload/config/default.py:85 pyload/config/default.py:106 +msgid "End" +msgstr "Ende" + +#: pyload/config/default.py:86 +msgid "Use Reconnect" +msgstr "Erneuerung der Verbindung benutzen" + +#: pyload/config/default.py:87 +msgid "Method" +msgstr "Methode" + +#: pyload/config/default.py:88 pyload/config/default.py:105 +msgid "Start" +msgstr "Start" + +#: pyload/config/default.py:91 +msgid "Download" +msgstr "Download" + +#: pyload/config/default.py:93 +msgid "Max Parallel Downloads" +msgstr "Max. parallele Downloads" + +#: pyload/config/default.py:94 +msgid "Limit Download Speed" +msgstr "Begrenze die Downloadgeschwindigkeit" + +#: pyload/config/default.py:95 +msgid "Download interface to bind (ip or Name)" +msgstr "Zu verwendende Download Schnittstelle (Ip oder Name)" + +#: pyload/config/default.py:96 +msgid "Skip already existing files" +msgstr "Ãberspringe vorhandene Dateien" + +#: pyload/config/default.py:97 +msgid "Max Download Speed in kb/s" +msgstr "Max. Downloadgeschwindigkeit in kb/s" + +#: pyload/config/default.py:98 +msgid "Allow IPv6" +msgstr "IPv6 zulassen" + +#: pyload/config/default.py:99 +msgid "Max connections for one download" +msgstr "Max. Verbindungen je Download" + +#: pyload/config/default.py:100 +msgid "Restart failed downloads on startup" +msgstr "Starte fehlgeschlagene Downloads beim Start neu" + +#: pyload/config/default.py:103 +msgid "Download Time" +msgstr "Downloadzeit" + +#: pyload/network/HTTPDownload.py:249 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "Eine Download Verbindung ist fehlggeschlagen, Falle zurÃŒck auf eine Verbindung | %s" + +#: pyload/api/DownloadApi.py:44 +#, python-format +msgid "Added package %(name)s as folder %(folder)s" +msgstr "Paket %(name)s als Ordner %(folder)s hinzugefÃŒgt" + +#: pyload/api/DownloadApi.py:95 +#, python-format +msgid "Added %d links to package" +msgstr "Links %d zu Paket hinzugefÃŒgt" + +#: pyload/AccountManager.py:69 +#, python-format +msgid "Unknown account plugin %s" +msgstr "Unbekanntes Account Plugin %s" + +#: pyload/interaction/InteractionManager.py:88 +msgid "Query" +msgstr "Abfrage" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Captcha request" +msgstr "Captcha-Anfrage" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Please solve the captcha." +msgstr "Bitte geben Sie das Captcha ein." + +#: pyload/remote/RemoteManager.py:35 +#, python-format +msgid "Remote backend error: %s" +msgstr "Remote Backend Fehler: %s" + +#: pyload/remote/RemoteManager.py:80 +#, python-format +msgid "Starting %(name)s: %(addr)s:%(port)s" +msgstr "Starte %(name)s: %(addr)s:%(port)s" + +#: pyload/remote/RemoteManager.py:82 +#, python-format +msgid "Failed loading backend %(name)s | %(error)s" +msgstr "Konnte Backend %(name)s nicht laden | %(error)s" + +#: pyload/FileManager.py:53 +msgid "none" +msgstr "keine" + +#: pyload/FileManager.py:53 +msgid "offline" +msgstr "Offline" + +#: pyload/FileManager.py:53 +msgid "online" +msgstr "Online" + +#: pyload/FileManager.py:53 +msgid "queued" +msgstr "eingereiht" + +#: pyload/FileManager.py:53 +msgid "paused" +msgstr "pausiert" + +#: pyload/FileManager.py:54 +msgid "finished" +msgstr "Fertig" + +#: pyload/FileManager.py:54 +msgid "skipped" +msgstr "ÃŒbersprungen" + +#: pyload/FileManager.py:54 +msgid "failed" +msgstr "fehlgeschlagen" + +#: pyload/FileManager.py:54 +msgid "starting" +msgstr "starte" + +#: pyload/FileManager.py:55 +msgid "waiting" +msgstr "wartend" + +#: pyload/FileManager.py:55 +msgid "downloading" +msgstr "downloade" + +#: pyload/FileManager.py:55 +msgid "temp. offline" +msgstr "kurzzeitig offline" + +#: pyload/FileManager.py:55 +msgid "aborted" +msgstr "abgebrochen" + +#: pyload/FileManager.py:56 +msgid "decrypting" +msgstr "entschlÃŒsseln" + +#: pyload/FileManager.py:56 +msgid "processing" +msgstr "verarbeite" + +#: pyload/FileManager.py:56 +msgid "custom" +msgstr "benutzerdefiniert" + +#: pyload/FileManager.py:56 +msgid "unknown" +msgstr "unbekannt" + +#: pyload/FileManager.py:426 +#, python-format +msgid "Package finished: %s" +msgstr "Paket fertiggestellt: %s" + +#: pyload/Api.py:152 +#, python-format +msgid "User '%s' tries to log in" +msgstr "Benuzer '%s' versucht sich einzuloggen" + +#: pyload/Core.py:195 +msgid "Received Quit signal" +msgstr "Beenden Signal erhalten" + +#: pyload/Core.py:323 +#, python-format +msgid "pyLoad already running with pid %s" +msgstr "pyLoad ist bereits gestartet mit der pid %s" + +#: pyload/Core.py:337 +#, python-format +msgid "Failed changing group: %s" +msgstr "Fehler beim Ãndern der Gruppe: %s" + +#: pyload/Core.py:347 +#, python-format +msgid "Failed changing user: %s" +msgstr "Fehler beim Ãndern des Benutzers: %s" + +#: pyload/Core.py:358 +msgid "Starting" +msgstr "starte" + +#: pyload/Core.py:359 +#, python-format +msgid "Using home directory: %s" +msgstr "Benutze Home-Verzeichnis: %s" + +#: pyload/Core.py:373 +msgid "All links removed" +msgstr "Alle Links entfernt" + +#: pyload/Core.py:403 +#, python-format +msgid "Download time: %s" +msgstr "Downloadzeit: %s" + +#: pyload/Core.py:418 +#, python-format +msgid "Free space: %s" +msgstr "Freier Speicher: %sGB" + +#: pyload/Core.py:438 +msgid "Activating Accounts..." +msgstr "Aktiviere Accounts..." + +#: pyload/Core.py:443 +msgid "Restarting failed downloads..." +msgstr "Neustart von fehlgeschlagenen Downloads..." + +#: pyload/Core.py:451 +msgid "pyLoad is up and running" +msgstr "pyLoad ist gestartet und lÀuft" + +#: pyload/Core.py:474 +msgid "restarting pyLoad" +msgstr "starte pyLoad neu" + +#: pyload/Core.py:478 +msgid "pyLoad quits" +msgstr "pyLoad wird beendet" + +#: pyload/Core.py:564 +msgid "shutting down..." +msgstr "Beenden..." + +#: pyload/Core.py:579 +msgid "error while shutting down" +msgstr "Fehler beim Beenden" + +#: pyload/Core.py:661 +msgid "killed pyLoad from terminal" +msgstr "pyLoad wurde vom Terminal beendet" + +#: pyload/database/DatabaseBackend.py:167 +msgid "Database was deleted due to incompatible version." +msgstr "Die Datenbank wurde wegen inkompatibler Version gelöscht." + +#: pyload/threads/DecrypterThread.py:50 +msgid "Decrypting failed" +msgstr "EntschlÃŒsseln fehlgeschlagen" + +#: pyload/threads/DecrypterThread.py:73 +#, python-format +msgid "Decrypted %(count)d links into package %(name)s" +msgstr "%(count)d entschlÃŒsselte Links in Paket %(name)s abgelegt" + +#: pyload/threads/DecrypterThread.py:80 +msgid "No links decrypted" +msgstr "Keine Links entschlÃŒsselt" + +#: pyload/threads/InfoThread.py:147 +#, python-format +msgid "Info Fetching for %(name)s failed | %(err)s" +msgstr "Info Holen fÃŒr %(name)s fehlgeschlagen | %(err)s" + +#: pyload/threads/ThreadManager.py:155 +#, python-format +msgid "Reconnect Failed: %s" +msgstr "Reconnect fehlgeschlagen: %s" + +#: pyload/threads/ThreadManager.py:192 +msgid "Reconnect script not found!" +msgstr "Reconnect Skript nicht gefunden!" + +#: pyload/threads/ThreadManager.py:198 +msgid "Starting reconnect" +msgstr "Starte Reconnect" + +#: pyload/threads/ThreadManager.py:212 +msgid "Failed executing reconnect script!" +msgstr "Fehler beim AusfÃŒhren des Reconnect Skripts!" + +#: pyload/threads/ThreadManager.py:224 +#, python-format +msgid "Reconnected, new IP: %s" +msgstr "Neue Verbindung aufgebaut, IP: %s" + +#: pyload/threads/ThreadManager.py:298 +msgid "Not enough space left on device" +msgstr "Nicht genug Speicherplatz vorhanden" + +#: pyload/threads/DownloadThread.py:64 +#, python-format +msgid "Download starts: %s" +msgstr "Starte Download: %s" + +#: pyload/threads/DownloadThread.py:70 +#, python-format +msgid "Download finished: %s" +msgstr "Download fertiggestellt: %s" + +#: pyload/threads/DownloadThread.py:75 +#, python-format +msgid "Plugin %s is missing a function." +msgstr "Plugin %s fehlt eine Funktion." + +#: pyload/threads/DownloadThread.py:83 pyload/threads/DownloadThread.py:147 +#, python-format +msgid "Download aborted: %s" +msgstr "Download abgebrochen: %s" + +#: pyload/threads/DownloadThread.py:103 +#, python-format +msgid "Download restarted: %(name)s | %(msg)s" +msgstr "Download erneut gestartet: %(name)s | %(msg)s" + +#: pyload/threads/DownloadThread.py:113 +#, python-format +msgid "Download is offline: %s" +msgstr "Download ist nicht verfÃŒgbar: %s" + +#: pyload/threads/DownloadThread.py:116 pyload/threads/DownloadThread.py:187 +#, python-format +msgid "Download is temporary offline: %s" +msgstr "Download ist aktuell offline: %s" + +#: pyload/threads/DownloadThread.py:119 pyload/threads/DownloadThread.py:192 +#, python-format +msgid "Download failed: %(name)s | %(msg)s" +msgstr "Download fehlgeschlagen: %(name)s | %(msg)s" + +#: pyload/threads/DownloadThread.py:136 +msgid "Couldn't connect to host or connection reset, waiting 1 minute and retry." +msgstr "Verbindungsaufbau zum Host fehlgeschlagen oder die Verbindung wurde zurÃŒckgesetzt. Erneuter Versuch in 1 Minute..." + +#: pyload/threads/DownloadThread.py:171 +#, python-format +msgid "Download skipped: %(name)s due to %(plugin)s" +msgstr "Download ÃŒbersprungen: %(name)s wegen %(plugin)s" + +#: pyload/threads/DownloadThread.py:188 +msgid "Internal Server Error" +msgstr "Interner Serverfehler" + +#: pyload/threads/AddonThread.py:55 +msgid "An Error occurred" +msgstr "Ein Fehler ist aufgetreten" + +#: pyload/PluginManager.py:316 +#, python-format +msgid "Error importing %(name)s: %(msg)s" +msgstr "Fehler beim importieren von %(name)s: %(msg)s" + +#: pyload/utils/JsEngine.py:188 +msgid "No js engine detected, please install either Spidermonkey, ossp-js, pyv8, nodejs or rhino" +msgstr "Keine Javascript-Engine erkannt. Bitte installieren Sie entweder Spidermonkey, ossp-js, pyv8 oder rhino" + diff --git a/locale/de/LC_MESSAGES/django.mo b/locale/de/LC_MESSAGES/django.mo Binary files differdeleted file mode 100644 index 017f373dc..000000000 --- a/locale/de/LC_MESSAGES/django.mo +++ /dev/null diff --git a/locale/de/LC_MESSAGES/plugins.po b/locale/de/LC_MESSAGES/plugins.po new file mode 100644 index 000000000..486061a58 --- /dev/null +++ b/locale/de/LC_MESSAGES/plugins.po @@ -0,0 +1,424 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-20 22:13+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: German\n" +"Language: de_DE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/plugins/network/CurlDownload.py:241 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "Eine Download Verbindung ist fehlggeschlagen, Falle zurÃŒck auf eine Verbindung | %s" + +#: pyload/plugins/Base.py:329 +msgid "Pil and tesseract not installed and no Client connected for captcha decrypting" +msgstr "Pil und Tesseract sind nicht installiert und kein Client ist verbunden fÃŒr Captcha decrypting" + +#: pyload/plugins/Base.py:333 +msgid "No captcha result obtained in appropriate time." +msgstr "Kein Captcha Ergebnis in angemessener Zeit bekommen." + +#: pyload/plugins/Hoster.py:282 pyload/plugins/Hoster.py:319 +#: pyload/plugins/hoster/ARD.py:76 +#, python-format +msgid "Setting User and Group failed: %s" +msgstr "Benutzer und Gruppe setzen fehlgeschlagen: %s" + +#: pyload/plugins/Crypter.py:136 +msgid "Not existing file or unsupported protocol" +msgstr "Nicht vorhandene Datei oder fehlerhaftes Protokoll" + +#: pyload/plugins/hoster/RapidshareCom.py:96 +msgid "Rapidshare: Traffic Share (direct download)" +msgstr "Rapidshare: Traffic Share (direkter Download)" + +#: pyload/plugins/hoster/RapidshareCom.py:123 +#: pyload/plugins/hoster/RapidshareCom.py:189 +msgid "Already downloading from this ip address, waiting 60 seconds" +msgstr "Von dieser Ip Adresse wird schon gedownloaded, warte 60 Sekunden" + +#: pyload/plugins/hoster/RapidshareCom.py:127 +msgid "Invalid Auth Code, download will be restarted" +msgstr "UngÃŒltiger Auth Code, Download wird neugestartet" + +#: pyload/plugins/hoster/RapidshareCom.py:193 +msgid "RapidShareCom: No free slots" +msgstr "RapidShareCom: Keine freien Slots" + +#: pyload/plugins/hoster/RapidshareCom.py:196 +msgid "You need a premium account for this file" +msgstr "Du brauchst einen premium Account fÃŒr diese Datei" + +#: pyload/plugins/hoster/RapidshareCom.py:198 +msgid "Filename reported invalid" +msgstr "Dateiname als ungÃŒltig gemeldet" + +#: pyload/plugins/hoster/RealdebridCom.py:40 +#: pyload/plugins/hoster/Premium4Me.py:27 +#: pyload/plugins/hoster/MultiDebridCom.py:39 +#: pyload/plugins/hoster/ZeveraCom.py:24 +#: pyload/plugins/hoster/AlldebridCom.py:37 +#: pyload/plugins/hoster/RehostTo.py:25 pyload/plugins/hoster/ReloadCc.py:22 +#: pyload/plugins/hoster/DebridItaliaCom.py:38 +#: pyload/plugins/hoster/PremiumizeMe.py:19 +#, python-format +msgid "Please enter your %s account or deactivate this plugin" +msgstr "Bitte geben Sie Ihre %s Kontodaten ein oder deaktivieren Sie dieses Plugin" + +#: pyload/plugins/hoster/MegaNz.py:55 +msgid "Decryption failed" +msgstr "EntschlÃŒsselung fehlgeschlagen" + +#: pyload/plugins/hoster/MegaNz.py:99 +msgid "No file key provided in the URL" +msgstr "FÃŒr die Datei wurde kein SchlÃŒssel in der URL ÃŒbertragen" + +#: pyload/plugins/hoster/MegaNz.py:111 +msgid "Error code:" +msgstr "Fehler Code:" + +#: pyload/plugins/hoster/FileserveCom.py:97 +msgid "Parallel download error, now waiting 60s." +msgstr "Parallel Download Fehler, warte 60s." + +#: pyload/plugins/hoster/FileserveCom.py:208 +msgid "Not logged in." +msgstr "Nicht eingeloggt." + +#: pyload/plugins/hoster/UploadedTo.py:135 +msgid "API key invalid" +msgstr "API SchlÃŒssel ungÃŒltig" + +#: pyload/plugins/hoster/UploadedTo.py:160 +#, python-format +msgid "%s: Not enough traffic left" +msgstr "%s: Nicht genÃŒgend Traffic ÃŒbrig" + +#: pyload/plugins/hoster/UploadedTo.py:163 +msgid "Traffic exceeded" +msgstr "Traffic ÃŒberschritten" + +#: pyload/plugins/hoster/BasePlugin.py:63 +msgid "Authorization required (username:password)" +msgstr "Authorisierung benötigt (Benutzername:Passwort)" + +#: pyload/plugins/hoster/NetloadIn.py:143 +#: pyload/plugins/hoster/NetloadIn.py:167 +msgid "File temporarily not available" +msgstr "Datei zur Zeit nicht verfÃŒgbar" + +#: pyload/plugins/hoster/NetloadIn.py:180 +#, python-format +msgid "Netload: waiting between downloads %d s." +msgstr "Netload: warte zwischen den Downloads %d s." + +#: pyload/plugins/hoster/NetloadIn.py:209 +#, python-format +msgid "Netload: waiting for captcha %d s." +msgstr "Netload: Warte auf Captcha %d s." + +#: pyload/plugins/hoster/NetloadIn.py:248 +msgid "Downloaded File was empty" +msgstr "Die heruntergeladene Datei ist leer" + +#: pyload/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 "Der HTML Code in der heruntergeladenen Datei(%s) fÃŒhrte zu einem Umleitungsfehler? Der Download wird neugestartet." + +#: pyload/plugins/hoster/XHamsterCom.py:75 +#: pyload/plugins/hoster/XHamsterCom.py:84 +#: pyload/plugins/hoster/XHamsterCom.py:87 +#, python-format +msgid "long_url: %s" +msgstr "long_url: %s" + +#: pyload/plugins/Account.py:117 pyload/plugins/Account.py:123 +#, python-format +msgid "Could not login with account %(user)s | %(msg)s" +msgstr "Konnte nicht mit Account %(user)s | %(msg)s einloggen" + +#: pyload/plugins/Account.py:118 +msgid "Wrong Password" +msgstr "Falsches Passwort" + +#: pyload/plugins/Account.py:184 +#, python-format +msgid "Get Account Info for %s" +msgstr "Hole Account Info fÃŒr %s" + +#: pyload/plugins/Account.py:193 +#, python-format +msgid "Error: %s" +msgstr "Fehler: %s" + +#: pyload/plugins/Account.py:242 +#, python-format +msgid "Your Time %s has a wrong format, use: 1:22-3:44" +msgstr "Deine Uhrzeit %s hat ein falsches Format, benutze: 1:22-3:44" + +#: pyload/plugins/Account.py:265 +#, python-format +msgid "Account %s has not enough traffic, checking again in 30min" +msgstr "Account %s hat nicht genÃŒgend Traffic, versuche es erneut in 30min" + +#: pyload/plugins/Account.py:273 +#, python-format +msgid "Account %s is expired, checking again in 1h" +msgstr "Account %s ist abgelaufen, versuche es erneut in 1Std" + +#: pyload/plugins/Account.py:290 +#, python-format +msgid "Login with %s" +msgstr "Login mit %s" + +#: pyload/plugins/Addon.py:118 +#, python-format +msgid "Error executing addons: %s" +msgstr "Fehler beim ausfÃŒhren von Addon: %s" + +#: pyload/plugins/accounts/BitshareCom.py:36 +msgid "Activate direct Download in your Bitshare Account" +msgstr "Activiere direkten Download in deinem Bitshare Account" + +#: pyload/plugins/crypter/SerienjunkiesOrg.py:128 +msgid "Downloadlimit reached" +msgstr "Downloadlimit erreicht" + +#: pyload/plugins/addons/Premium4Me.py:30 +msgid "Please add your premium.to account first and restart pyLoad" +msgstr "Bitte ergÀnzen Sie zuerst Ihr premium.to Konto und starten Sie pyLoad neu" + +#: pyload/plugins/addons/ExternalScripts.py:53 +#, python-format +msgid "Installed scripts for %s: " +msgstr "Installierte Scripte fÃŒr %s: " + +#: pyload/plugins/addons/ExternalScripts.py:69 +msgid "Script not executable:" +msgstr "Script nicht ausfÃŒhrbar:" + +#: pyload/plugins/addons/ExternalScripts.py:79 +#, python-format +msgid "Error in %(script)s: %(error)s" +msgstr "Fehler in %(script)s: %(error)s" + +#: pyload/plugins/addons/CaptchaTrader.py:72 +#: pyload/plugins/addons/Captcha9kw.py:56 +#: pyload/plugins/addons/ExpertDecoders.py:49 +#, python-format +msgid "%s credits left" +msgstr "%s Credits verbleibend" + +#: pyload/plugins/addons/CaptchaTrader.py:120 +msgid "Could not send response." +msgstr "Konnte keine Antwort senden." + +#: pyload/plugins/addons/CaptchaTrader.py:138 +msgid "Your CaptchaTrader Account has not enough credits" +msgstr "Dein CaptchaTrader Account hat nicht genÃŒgend Credits" + +#: pyload/plugins/addons/Captcha9kw.py:89 +#, python-format +msgid "New CaptchaID from upload: %s : %s" +msgstr "Neue CaptchaID von Upload: %s : %s" + +#: pyload/plugins/addons/Captcha9kw.py:123 +msgid "Your Captcha 9kw.eu Account has not enough credits" +msgstr "Dein Captcha 9kw.eu Account hat nicht genÃŒgend Credits" + +#: pyload/plugins/addons/RehostTo.py:34 +msgid "Please add your rehost.to account first and restart pyLoad" +msgstr "Bitte ergÀnzen Sie zuerst Ihr rehost.to Konto und starten Sie pyLoad neu" + +#: pyload/plugins/addons/HotFolder.py:82 +#, python-format +msgid "Added %s from HotFolder" +msgstr "%s aus HotFolder hinzugefÃŒgt" + +#: pyload/plugins/addons/ClickAndLoad.py:74 +msgid "Click'N'Load: Port 9666 already in use" +msgstr "Click'N'Load: Port 9666 wird bereits benutzt" + +#: pyload/plugins/addons/XMPPInterface.py:82 +#: pyload/plugins/addons/IRCInterface.py:75 +#, python-format +msgid "Package finished: %s" +msgstr "Paket fertiggestellt: %s" + +#: pyload/plugins/addons/XMPPInterface.py:90 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" +msgstr "Download abgeschlossen: %(name)s @ %(plugin)s" + +#: pyload/plugins/addons/ExpertDecoders.py:98 +msgid "Your ExpertDecoders Account has not enough credits" +msgstr "Dein ExpertDecoders Account hat nicht genug Credits" + +#: pyload/plugins/addons/UpdateManager.py:73 +msgid "*** Plugins have been updated, please restart pyLoad ***" +msgstr "*** Plugins wurden aktualisiert, bitte starten Sie PyLoad neu ***" + +#: pyload/plugins/addons/UpdateManager.py:75 +msgid "Plugins updated and reloaded" +msgstr "Plugins aktualisiert und neu geladen" + +#: pyload/plugins/addons/UpdateManager.py:78 +msgid "No plugin updates available" +msgstr "Keine Plugin Updates verfÃŒgbar" + +#: pyload/plugins/addons/UpdateManager.py:95 +msgid "No Updates for pyLoad" +msgstr "Keine Updates fÃŒr pyLoad" + +#: pyload/plugins/addons/UpdateManager.py:100 +#, python-format +msgid "*** New pyLoad Version %s available ***" +msgstr "*** Neue pyLoad Version %s verfÃŒgbar ***" + +#: pyload/plugins/addons/UpdateManager.py:101 +msgid "*** Get it here: http://pyload.org/download ***" +msgstr "*** Downloade es hier: http://pyload.org/download ***" + +#: pyload/plugins/addons/UpdateManager.py:104 +msgid "Not able to connect server for updates" +msgstr "Konnte nicht zum Server verbinden, um auf Updates zu ÃŒberprÃŒfen" + +#: pyload/plugins/addons/UpdateManager.py:148 +#, python-format +msgid "New version of %(type)s|%(name)s : %(version).2f" +msgstr "Neue Version von %(type)s | %(name)s : %(version).2f" + +#: pyload/plugins/addons/UpdateManager.py:157 +#: pyload/plugins/addons/UpdateManager.py:162 +#, python-format +msgid "Error when updating %s" +msgstr "Fehler beim Aktualisieren von %s" + +#: pyload/plugins/addons/UpdateManager.py:162 +msgid "Version mismatch" +msgstr "Versionskonflikt" + +#: pyload/plugins/addons/ExtractArchive.py:92 +#, python-format +msgid "No %s installed" +msgstr "Kein %s installiert" + +#: pyload/plugins/addons/ExtractArchive.py:94 +#: pyload/plugins/addons/ExtractArchive.py:99 +#, python-format +msgid "Could not activate %s" +msgstr "Konnte %s nicht aktivieren" + +#: pyload/plugins/addons/ExtractArchive.py:104 +msgid "Activated" +msgstr "Aktiviert" + +#: pyload/plugins/addons/ExtractArchive.py:106 +msgid "No Extract plugins activated" +msgstr "Keine Entpacken Plugins aktiviert" + +#: pyload/plugins/addons/ExtractArchive.py:118 +#, python-format +msgid "Package %s queued for later extracting" +msgstr "Paket %s eingereiht fÃŒr spÀteres entpacken" + +#: pyload/plugins/addons/ExtractArchive.py:143 +#, python-format +msgid "Check package %s" +msgstr "Checke Paket %s" + +#: pyload/plugins/addons/ExtractArchive.py:183 +#, python-format +msgid "Extract to %s" +msgstr "Entpacke nach %s" + +#: pyload/plugins/addons/ExtractArchive.py:197 +msgid "No files found to extract" +msgstr "Keine Dateien zum entpacken gefunden" + +#: pyload/plugins/addons/ExtractArchive.py:203 +msgid "extracting" +msgstr "entpacke" + +#: pyload/plugins/addons/ExtractArchive.py:214 +msgid "Password protected" +msgstr "PassworgeschÃŒtzt" + +#: pyload/plugins/addons/ExtractArchive.py:234 +msgid "Wrong password" +msgstr "Falsches Passwort" + +#: pyload/plugins/addons/ExtractArchive.py:242 +#, python-format +msgid "Deleting %s files" +msgstr "Lösche %s Dateien" + +#: pyload/plugins/addons/ExtractArchive.py:247 +msgid "Extracting finished" +msgstr "Entpacken abgeschlossen" + +#: pyload/plugins/addons/ExtractArchive.py:254 +msgid "Archive Error" +msgstr "Archiv Fehler" + +#: pyload/plugins/addons/ExtractArchive.py:256 +msgid "CRC Mismatch" +msgstr "CRC Fehler" + +#: pyload/plugins/addons/ExtractArchive.py:260 +msgid "Unknown Error" +msgstr "Unbekannter Fehler" + +#: pyload/plugins/addons/ExtractArchive.py:312 +msgid "Setting User and Group failed" +msgstr "Setzen von Benutzer und Gruppe fehlgeschlagen" + +#: pyload/plugins/addons/LinkdecrypterCom.py:36 +msgid "Crypter list not found" +msgstr "Liste von Cryptern nicht gefunden" + +#: pyload/plugins/addons/LinkdecrypterCom.py:50 +msgid "Crypter list is empty" +msgstr "Liste von Cryptern ist leer" + +#: pyload/plugins/addons/IRCInterface.py:82 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " +msgstr "Download fertig: %(name)s @ %(plugin)s " + +#: pyload/plugins/addons/IRCInterface.py:94 +#, python-format +msgid "New Captcha Request: %s" +msgstr "Neue Captcha Anfrage: %s" + +#: pyload/plugins/addons/IRCInterface.py:95 +#, python-format +msgid "Answer with 'c %s text on the captcha'" +msgstr "Beantworte Captcha mit \"c %s Text\"" + +#: pyload/plugins/addons/PremiumizeMe.py:46 +msgid "Please add a valid premiumize.me account first and restart pyLoad." +msgstr "Bitte ergÀnzen Sie zuerst Ihr premiumize.me Konto und starten Sie pyLoad neu." + +#: pyload/plugins/addons/CaptchaBrotherhood.py:69 +#, python-format +msgid "%d credits left" +msgstr "%d Credits verbleibend" + +#: pyload/plugins/addons/MultiHoster.py:29 +#, python-format +msgid "Activated %s" +msgstr "%s aktiviert" + +#: pyload/plugins/addons/MultiHoster.py:47 +msgid "No Hoster loaded" +msgstr "Kein Hoster geladen" + diff --git a/locale/de/LC_MESSAGES/pyLoad.mo b/locale/de/LC_MESSAGES/pyLoad.mo Binary files differdeleted file mode 100644 index e1e29cebc..000000000 --- a/locale/de/LC_MESSAGES/pyLoad.mo +++ /dev/null diff --git a/locale/de/LC_MESSAGES/pyLoadCli.mo b/locale/de/LC_MESSAGES/pyLoadCli.mo Binary files differdeleted file mode 100644 index e46503121..000000000 --- a/locale/de/LC_MESSAGES/pyLoadCli.mo +++ /dev/null diff --git a/locale/de/LC_MESSAGES/pyLoadGui.mo b/locale/de/LC_MESSAGES/pyLoadGui.mo Binary files differdeleted file mode 100644 index 8ead8383c..000000000 --- a/locale/de/LC_MESSAGES/pyLoadGui.mo +++ /dev/null diff --git a/locale/de/LC_MESSAGES/setup.mo b/locale/de/LC_MESSAGES/setup.mo Binary files differdeleted file mode 100644 index 80ca3553e..000000000 --- a/locale/de/LC_MESSAGES/setup.mo +++ /dev/null diff --git a/locale/de/LC_MESSAGES/setup.po b/locale/de/LC_MESSAGES/setup.po new file mode 100644 index 000000000..1414e0a9f --- /dev/null +++ b/locale/de/LC_MESSAGES/setup.po @@ -0,0 +1,376 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: German\n" +"Language: de_DE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/Setup.py:72 +msgid "Would you like to configure pyLoad via Webinterface?" +msgstr "Möchtest du pyLoad ÃŒber das Webinterface konfigurieren?" + +#: pyload/Setup.py:73 +msgid "You need a Browser and a connection to this PC for it." +msgstr "Du brauchst dafÃŒr einen Browser und eine Verbindung zu diesem PC." + +#: pyload/Setup.py:74 +msgid "Url would be: http://hostname:8000/" +msgstr "Die URL wÀre: http://hostname:8000/" + +#: pyload/Setup.py:75 +msgid "Start initial webinterface for configuration?" +msgstr "Initiales Webinterface zur Konfiguration starten?" + +#: pyload/Setup.py:86 +msgid "Welcome to the pyLoad Configuration Assistent." +msgstr "Willkommen im pyLoad Konfigurations Assistenten." + +#: pyload/Setup.py:87 +msgid "It will check your system and make a basic setup in order to run pyLoad." +msgstr "Er wird jetzt dein System ÃŒberprÃŒfen und Grundeinstellungen vornehmen." + +#: pyload/Setup.py:89 +msgid "The value in brackets [] always is the default value," +msgstr "Die Werte in Klammer sind die Standard Werte," + +#: pyload/Setup.py:90 +msgid "in case you don't want to change it or you are unsure what to choose, just hit enter." +msgstr "Falls du sie nicht Àndern möchtest oder unsicher bist, drÃŒcke einfach Enter." + +#: pyload/Setup.py:92 +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgstr "Beachte: Du kannst diesen Assistenten jederzeit wieder mit dem --setup oder -s Parameter starten." + +#: pyload/Setup.py:93 +msgid "If you have any problems with this assistent hit CTRL+C," +msgstr "Wenn du mit diesem Assistenten irgendwelche Probleme hast drÃŒcke STRG+C" + +#: pyload/Setup.py:94 +msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgstr "um abzubrechen und ihn nicht mehr automatisch zu starten." + +#: pyload/Setup.py:96 +msgid "When you are ready for system check, hit enter." +msgstr "Wenn du fÃŒr den System-Check bereit bist, drÃŒcke enter." + +#: pyload/Setup.py:103 +msgid "Features missing: " +msgstr "Fehlende Features: " + +#: pyload/Setup.py:107 +msgid "no py-crypto available" +msgstr "kein py-crypto verfÃŒgbar" + +#: pyload/Setup.py:108 +msgid "You need this if you want to decrypt container files." +msgstr "Du brauchst es, um Container Dateien zu öffnen." + +#: pyload/Setup.py:112 +msgid "no SSL available" +msgstr "Kein SSL verfÃŒgbar" + +#: pyload/Setup.py:113 +msgid "This is needed if you want to establish a secure connection to core or webinterface." +msgstr "Wird gebraucht falls du eine SSL Verbindung zu Core oder Webinterface einstellen willst." + +#: pyload/Setup.py:114 +msgid "If you only want to access locally to pyLoad ssl is not useful." +msgstr "Falls du nur lokal zugreifen willst, ist SSL ÃŒberflÃŒssig." + +#: pyload/Setup.py:118 +msgid "no Captcha Recognition available" +msgstr "keine Captcha Erkennung verfÃŒgbar" + +#: pyload/Setup.py:119 +msgid "Only needed for some hosters and as freeuser." +msgstr "Wird fÃŒr einige Hoster als Freeuser benötigt." + +#: pyload/Setup.py:123 +msgid "no JavaScript engine found" +msgstr "keine JavaScript Engine gefunden" + +#: pyload/Setup.py:124 +msgid "You will need this for some Click'N'Load links. Install Spidermonkey, ossp-js, pyv8 or rhino" +msgstr "Du benötigst das fÃŒr einige Click'n'Load links. Installiere Spidermonkey, ossp-js, pyv8 oder rhino" + +#: pyload/Setup.py:126 +msgid "You can abort the setup now and fix some dependencies if you want." +msgstr "Wenn du möchtest, kannst du das Setup nun abbrechen und AbhÀngigkeiten auflösen." + +#: pyload/Setup.py:128 +msgid "Continue with setup?" +msgstr "Mit Setup fortfahren?" + +#: pyload/Setup.py:134 +#, python-format +msgid "Do you want to change the config path? Current is %s" +msgstr "Möchtest du den Configordner Àndern? Jetziger ist %s" + +#: pyload/Setup.py:136 +msgid "If you use pyLoad on a server or the home partition lives on an internal flash it may be a good idea to change it." +msgstr "Wenn du pyLoad auf einem Server nutzt oder wenn die home Partition auf einem internen Flashspeicher liegt wÀre es eine gute Idee dies zu Àndern." + +#: pyload/Setup.py:137 +msgid "Change config path?" +msgstr "Config Pfad Àndern?" + +#: pyload/Setup.py:143 +msgid "Do you want to configure login data and basic settings?" +msgstr "Wollen Sie die Login-Daten und Grundeinstellungen festlegen?" + +#: pyload/Setup.py:144 +msgid "This is recommend for first run." +msgstr "Wird fÃŒr den ersten Start empfohlen." + +#: pyload/Setup.py:145 +msgid "Make basic setup?" +msgstr "Erstelle Grundeinstellungen?" + +#: pyload/Setup.py:152 +msgid "Do you want to configure ssl?" +msgstr "Willst du SSL konfigurieren?" + +#: pyload/Setup.py:153 +msgid "Configure ssl?" +msgstr "Konfiguriere SSL?" + +#: pyload/Setup.py:159 +msgid "Do you want to configure webinterface?" +msgstr "Willst du das Webinterface konfigurieren?" + +#: pyload/Setup.py:160 +msgid "Configure webinterface?" +msgstr "Konfiguriere Webinterface?" + +#: pyload/Setup.py:165 +msgid "Setup finished successfully." +msgstr "Setup erfolgreich beendet." + +#: pyload/Setup.py:166 +msgid "Hit enter to exit and restart pyLoad" +msgstr "DrÃŒcke Enter zum beenden und starte pyLoad neu" + +#: pyload/Setup.py:173 +msgid "Webinterface running for setup." +msgstr "Das Webinterface wird fÃŒr das Setup ausgefÃŒhrt." + +#: pyload/Setup.py:190 +msgid "## Basic Setup ##" +msgstr "## Grundeinstellungen ##" + +#: pyload/Setup.py:193 +msgid "The following logindata is valid for CLI, GUI and webinterface." +msgstr "Die folgenden Anmeldedaten sind fÃŒr CLI, GUI und Webinterface gÃŒltig." + +#: pyload/Setup.py:199 pyload/Setup.py:288 pyload/Setup.py:304 +msgid "Username" +msgstr "Benutzername" + +#: pyload/Setup.py:205 +msgid "External clients (GUI, CLI or other) need remote access to work over the network." +msgstr "Externe Clients (GUI, CLI und andere) benötigen Fernzugriff, um via Netzwerk zugreifen zu können." + +#: pyload/Setup.py:206 +msgid "However, if you only want to use the webinterface you may disable it to save ram." +msgstr "Solltest Du jedoch nur das Webinterface nutzen, kannst Du Ihn deaktivieren, um den Speicherverbrauch zu verringern." + +#: pyload/Setup.py:207 +msgid "Enable remote access" +msgstr "Aktiviere Fernzugriff" + +#: pyload/Setup.py:211 +msgid "Language" +msgstr "Sprache" + +#: pyload/Setup.py:213 +msgid "Download folder" +msgstr "Download Ordner" + +#: pyload/Setup.py:214 +msgid "Max parallel downloads" +msgstr "Maximale parallele Downloads" + +#: pyload/Setup.py:218 +msgid "Use Reconnect?" +msgstr "Benutze Reconnect?" + +#: pyload/Setup.py:221 +msgid "Reconnect script location" +msgstr "Reconnect Script Pfad" + +#: pyload/Setup.py:226 +msgid "## Webinterface Setup ##" +msgstr "## Webinterface Setup ##" + +#: pyload/Setup.py:229 +msgid "Activate webinterface?" +msgstr "Aktiviere Webinterface?" + +#: pyload/Setup.py:231 +msgid "Listen address, if you use 127.0.0.1 or localhost, the webinterface will only accessible locally." +msgstr "Listen Adresse. Falls du 127.0.0.1 oder localhost eintrÀgst wird das Webinterface nur lokal erreichbar sein." + +#: pyload/Setup.py:232 +msgid "Address" +msgstr "Adresse" + +#: pyload/Setup.py:233 +msgid "Port" +msgstr "Port" + +#: pyload/Setup.py:235 +msgid "pyLoad offers several server backends, now following a short explanation." +msgstr "pyLoad verfÃŒgt ÃŒber verschiedene Webserver, eine kurze ErklÀrung folgt." + +#: pyload/Setup.py:236 +msgid "Default server, this server offers SSL and is a good alternative to builtin." +msgstr "Standard-Server, dieser Server bietet SSL und ist eine gute Alternative zum builtin-Server." + +#: pyload/Setup.py:238 +msgid "Can be used by apache, lighttpd, requires you to configure them, which is not too easy job." +msgstr "Kann von apache, lighttpd benutzt werden. Muss konfiguriert werden, welches aber nicht sehr einfach ist." + +#: pyload/Setup.py:239 +msgid "Very fast alternative written in C, requires libev and linux knowledge." +msgstr "Sehr schnelle Alternative, die in C geschrieben ist aber libev und Linux-Kenntnisse erfordert." + +#: pyload/Setup.py:240 +msgid "Get it from here: https://github.com/jonashaag/bjoern, compile it" +msgstr "Downloaden von: https://github.com/jonashaag/bjoern, danach kompilieren." + +#: pyload/Setup.py:241 +msgid "and copy bjoern.so to pyload/lib" +msgstr "und bjoern.so nach Pyload/Lib kopieren" + +#: pyload/Setup.py:245 +msgid "Attention: In some rare cases the builtin server is not working, if you notice problems with the webinterface" +msgstr "Achtung: In manchen FÀllen funktioniert der builtin Server nicht, wenn du Probleme mit dem Webinterface bemerkst." + +#: pyload/Setup.py:246 +msgid "come back here and change the builtin server to the threaded one here." +msgstr "komme zurÃŒck und Àndere den builtin server zu threaded hier" + +#: pyload/Setup.py:248 +msgid "Server" +msgstr "Server" + +#: pyload/Setup.py:253 +msgid "## SSL Setup ##" +msgstr "## SSL Setup ##" + +#: pyload/Setup.py:255 +msgid "Execute these commands from pyLoad config folder to make ssl certificates:" +msgstr "FÃŒhren Sie die folgenden Kommandos im pyLoad Konfigurationsordner aus, um ein SSL-Zertifikate zu erstellen:" + +#: pyload/Setup.py:261 +msgid "If you're done and everything went fine, you can activate ssl now." +msgstr "Falls du fertig bist und alles erfolgreich war, kannst du nun SSL aktivieren." + +#: pyload/Setup.py:262 +msgid "Activate SSL?" +msgstr "SSL aktivieren?" + +#: pyload/Setup.py:278 +msgid "Select action" +msgstr "WÀhle Aktion" + +#: pyload/Setup.py:279 +msgid "1 - Create/Edit user" +msgstr "1 - Erstelle/Bearbeite Nutzer" + +#: pyload/Setup.py:280 +msgid "2 - List users" +msgstr "2 - Liste Nutzer auf" + +#: pyload/Setup.py:281 +msgid "3 - Remove user" +msgstr "3 - Entferne Nutzer" + +#: pyload/Setup.py:282 +msgid "4 - Quit" +msgstr "4 - Verlassen" + +#: pyload/Setup.py:294 +msgid "Users" +msgstr "Nutzer" + +#: pyload/Setup.py:322 +msgid "Setting new configpath, current configuration will not be transferred!" +msgstr "Setze neuen Config Pfad, momentane Konfiguration wird nicht ÃŒbernommen!" + +#: pyload/Setup.py:323 +msgid "Config path" +msgstr "Einstellungs Pfad" + +#: pyload/Setup.py:331 +msgid "Config path changed, setup will now close, please restart to go on." +msgstr "Einstellungs Pfad geÀndert, Setup wird jetzt geschlossen, bitte neustarten zum fortsetzen." + +#: pyload/Setup.py:332 +msgid "Press Enter to exit." +msgstr "DrÃŒcke Enter zum Beenden." + +#: pyload/Setup.py:336 +#, python-format +msgid "Setting config path failed: %s" +msgstr "Config Pfad setzen fehlgeschlagen: %s" + +#: pyload/Setup.py:347 +msgid "y" +msgstr "j" + +#: pyload/Setup.py:349 +msgid "n" +msgstr "n" + +#: pyload/Setup.py:373 +msgid "Password: " +msgstr "Passwort: " + +#: pyload/Setup.py:377 +msgid "Password too short. Use at least 4 symbols." +msgstr "Passwort zu kurz. Benutze mindestens 4 Symbole." + +#: pyload/Setup.py:380 +msgid "Password (again): " +msgstr "Password (nochmal): " + +#: pyload/Setup.py:386 +msgid "Passwords did not match." +msgstr "Passwörter stimmen nicht ÃŒberein." + +#: pyload/Setup.py:397 +msgid "yes" +msgstr "ja" + +#: pyload/Setup.py:397 +msgid "true" +msgstr "wahr" + +#: pyload/Setup.py:397 +msgid "t" +msgstr "w" + +#: pyload/Setup.py:400 +msgid "no" +msgstr "nein" + +#: pyload/Setup.py:400 +msgid "false" +msgstr "falsch" + +#: pyload/Setup.py:400 +msgid "f" +msgstr "f" + +#: pyload/Setup.py:403 pyload/Setup.py:413 +msgid "Invalid Input" +msgstr "UngÃŒltige Eingabe" + diff --git a/locale/de/LC_MESSAGES/webUI.po b/locale/de/LC_MESSAGES/webUI.po new file mode 100644 index 000000000..8bae5ada7 --- /dev/null +++ b/locale/de/LC_MESSAGES/webUI.po @@ -0,0 +1,131 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-08-10 11:58+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: German\n" +"Language: de_DE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/web/app/scripts/helpers/formatSize.js:9 +msgid "not available" +msgstr "nicht verfÃŒgbar" + +#: pyload/web/app/scripts/helpers/formatSize.js:11 +msgid "unlimited" +msgstr "unbegrenzt" + +#: pyload/web/app/templates/default/admin.html:3 +#: pyload/web/app/templates/default/admin.html:4 +msgid "Admin" +msgstr "Admin" + +#: pyload/web/app/templates/default/setup.html:3 +msgid "Setup" +msgstr "Einrichtung" + +#: pyload/web/app/templates/default/accounts/actionbar.html:2 +msgid "Add Account" +msgstr "Konto hinzufÃŒgen" + +#: pyload/web/app/templates/default/accounts/layout.html:2 +msgid "Accounts" +msgstr "Konten" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:9 +msgid "Local" +msgstr "Lokal" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:18 +msgid "Search" +msgstr "Suche" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:26 +msgid "Type" +msgstr "Typ" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:44 +#: pyload/web/app/templates/default/dashboard/actionbar.html:49 +msgid "All" +msgstr "Alle" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:50 +msgid "Finished" +msgstr "Fertig" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:51 +msgid "Unfinished" +msgstr "nicht abgeschlossen" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:52 +msgid "Failed" +msgstr "Fehlgeschlagen" + +#: pyload/web/app/templates/default/dashboard/select.html:1 +msgid "1 package" +msgid_plural "%d packages" +msgstr[0] "1 Paket" +msgstr[1] "%d Pakete" + +#: pyload/web/app/templates/default/dashboard/select.html:4 +msgid "1 file" +msgid_plural "%d files" +msgstr[0] "1 Datei" +msgstr[1] "%d Dateien" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:2 +msgid "Add an account" +msgstr "Konto hinzufÃŒgen" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:7 +msgid "Please enter your account data" +msgstr "Bitte gib deine Kontodaten ein" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:3 +msgid "Choose a plugin" +msgstr "WÀhle ein Plugin" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:9 +msgid "Please choose a plugin, which you want to configure" +msgstr "Bitte wÀhle ein Plugin, das du konfigurieren möchtest" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:23 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:46 +msgid "Add" +msgstr "HinzufÃŒgen" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:24 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:47 +#: pyload/web/app/templates/default/dialogs/interactionTask.html:35 +msgid "Close" +msgstr "SchlieÃen" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:2 +msgid "Please confirm" +msgstr "Bitte bestÀtigen" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:5 +msgid "Do you want to delete the selected items?" +msgstr "Möchtest du die ausgewÀhlten Elemente löschen?" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:8 +msgid "Delete" +msgstr "Löschen" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:9 +msgid "Cancel" +msgstr "Abbrechen" + +#: pyload/web/app/templates/default/dialogs/interactionTask.html:34 +msgid "Submit" +msgstr "Ãbernehmen" + +#: pyload/web/app/templates/default/header/layout.html:12 +msgid "Running..." +msgstr "Aktiv..." + diff --git a/locale/django.pot b/locale/django.pot deleted file mode 100644 index 81c9c7b6b..000000000 --- a/locale/django.pot +++ /dev/null @@ -1,686 +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.9\n" -"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" -"POT-Creation-Date: 2011-12-07 19:21+0100\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" - -#: module/web/translations.js:1 module/web/templates/default/base.html:123 -#: module/web/templates/default/base.html:124 -#: module/web/templates/default/settings_item.html:14 -msgid "on" -msgstr "" - -#: module/web/translations.js:2 module/web/templates/default/captcha.html:7 -msgid "Please read the text on the captcha." -msgstr "" - -#: module/web/translations.js:3 -msgid "Settings saved." -msgstr "" - -#: module/web/translations.js:4 module/web/templates/default/base.html:123 -#: module/web/templates/default/base.html:124 -#: module/web/templates/default/settings_item.html:16 -msgid "off" -msgstr "" - -#: module/web/translations.js:5 -msgid "Success" -msgstr "" - -#: module/web/translations.js:6 -msgid "Passwords did not match." -msgstr "" - -#: module/web/translations.js:7 -msgid "Delete Link" -msgstr "" - -#: module/web/translations.js:8 -msgid "pyLoad restarted" -msgstr "" - -#: module/web/translations.js:9 -msgid "You are really sure you want to quit pyLoad?" -msgstr "" - -#: module/web/translations.js:10 -msgid "Please Enter a packagename." -msgstr "" - -#: module/web/translations.js:11 -msgid "Please click on the right captcha position." -msgstr "" - -#: module/web/translations.js:12 -msgid "Error occured." -msgstr "" - -#: module/web/translations.js:13 -msgid "New Captcha Request" -msgstr "" - -#: module/web/translations.js:14 -msgid "Failed" -msgstr "" - -#: module/web/translations.js:15 -msgid "No Captchas to read." -msgstr "" - -#: module/web/translations.js:16 -#: module/web/templates/default/filemanager.html:65 -#: module/web/templates/default/folder.html:14 -msgid "Folder is empty" -msgstr "" - -#: module/web/translations.js:17 -msgid "Restart Link" -msgstr "" - -#: module/web/translations.js:18 -msgid "New folder" -msgstr "" - -#: module/web/translations.js:19 -msgid "Are you sure you want to restart pyLoad?" -msgstr "" - -#: module/web/pyload_app.py:125 -msgid "You dont have permission to access this page." -msgstr "" - -#: module/web/pyload_app.py:193 -msgid "Download directory not found." -msgstr "" - -#: module/web/pyload_app.py:260 module/web/pyload_app.py:267 -msgid "unlimited" -msgstr "" - -#: module/web/pyload_app.py:262 module/web/pyload_app.py:269 -msgid "not available" -msgstr "" - -#: module/web/pyload_app.py:509 -msgid "Run pyLoadCore.py -s to access the setup." -msgstr "" - -#: module/web/json_app.py:60 -#, python-format -msgid "waiting %s" -msgstr "" - -#: module/web/templates/default/info.html:14 -#: module/web/templates/default/info.html:15 -#: module/web/templates/default/home.html:239 -msgid "Information" -msgstr "" - -#: module/web/templates/default/info.html:18 -msgid "News" -msgstr "" - -#: module/web/templates/default/info.html:21 -msgid "Support" -msgstr "" - -#: module/web/templates/default/info.html:37 -msgid "System" -msgstr "" - -#: module/web/templates/default/info.html:40 -msgid "Python:" -msgstr "" - -#: module/web/templates/default/info.html:44 -msgid "OS:" -msgstr "" - -#: module/web/templates/default/info.html:48 -msgid "pyLoad version:" -msgstr "" - -#: module/web/templates/default/info.html:52 -msgid "Installation Folder:" -msgstr "" - -#: module/web/templates/default/info.html:56 -msgid "Config Folder:" -msgstr "" - -#: module/web/templates/default/info.html:60 -msgid "Download Folder:" -msgstr "" - -#: module/web/templates/default/info.html:64 -msgid "Free Space:" -msgstr "" - -#: module/web/templates/default/info.html:68 -msgid "Language:" -msgstr "" - -#: module/web/templates/default/info.html:72 -msgid "Webinterface Port:" -msgstr "" - -#: module/web/templates/default/info.html:76 -msgid "Remote Interface Port:" -msgstr "" - -#: module/web/templates/default/downloads.html:6 -#: module/web/templates/default/base.html:93 -#: module/web/templates/default/home.html:220 -msgid "Downloads" -msgstr "" - -#: module/web/templates/default/filemanager.html:19 -msgid "FileManager" -msgstr "" - -#: module/web/templates/default/admin.html:8 -#: module/web/templates/default/admin.html:9 -#: module/web/templates/default/base.html:59 -msgid "Administrate" -msgstr "" - -#: module/web/templates/default/admin.html:13 -msgid "Quit pyLoad" -msgstr "" - -#: module/web/templates/default/admin.html:14 -msgid "Restart pyLoad" -msgstr "" - -#: module/web/templates/default/admin.html:18 -msgid "To add user or change passwords use:" -msgstr "" - -#: module/web/templates/default/admin.html:19 -msgid "Important: Admin user have always all permissions!" -msgstr "" - -#: module/web/templates/default/admin.html:25 -#: module/web/templates/default/settings.html:91 -#: module/web/templates/default/queue.html:82 -#: module/web/templates/default/window.html:7 -#: module/web/templates/default/home.html:237 -msgid "Name" -msgstr "" - -#: module/web/templates/default/admin.html:28 -#: module/web/templates/default/admin.html:67 -msgid "Change Password" -msgstr "" - -#: module/web/templates/default/admin.html:31 -msgid "Admin" -msgstr "" - -#: module/web/templates/default/admin.html:34 -msgid "Permissions" -msgstr "" - -#: module/web/templates/default/admin.html:41 -msgid "change" -msgstr "" - -#: module/web/templates/default/admin.html:61 -#: module/web/templates/default/admin.html:91 -#: module/web/templates/default/settings.html:167 -#: module/web/templates/default/queue.html:97 -#: module/web/templates/default/captcha.html:33 -msgid "Submit" -msgstr "" - -#: module/web/templates/default/admin.html:69 -msgid "Enter your current and desired Password." -msgstr "" - -#: module/web/templates/default/admin.html:70 -msgid "User" -msgstr "" - -#: module/web/templates/default/admin.html:71 -#: module/web/templates/default/settings.html:179 -msgid "Your username." -msgstr "" - -#: module/web/templates/default/admin.html:75 -msgid "Current password" -msgstr "" - -#: module/web/templates/default/admin.html:76 -#: module/web/templates/default/settings.html:184 -msgid "The password for this account." -msgstr "" - -#: module/web/templates/default/admin.html:80 -msgid "New password" -msgstr "" - -#: module/web/templates/default/admin.html:81 -msgid "The new password." -msgstr "" - -#: module/web/templates/default/admin.html:85 -msgid "New password (repeat)" -msgstr "" - -#: module/web/templates/default/admin.html:86 -msgid "Please repeat the new password." -msgstr "" - -#: module/web/templates/default/admin.html:92 -#: module/web/templates/default/settings.html:198 -#: module/web/templates/default/queue.html:98 -#: module/web/templates/default/window.html:41 -msgid "Reset" -msgstr "" - -#: module/web/templates/default/settings.html:3 -#: module/web/templates/default/settings.html:4 -#: module/web/templates/default/base.html:102 -#: module/web/templates/default/home.html:229 -msgid "Config" -msgstr "" - -#: module/web/templates/default/settings.html:16 -msgid "General" -msgstr "" - -#: module/web/templates/default/settings.html:17 -msgid "Plugins" -msgstr "" - -#: module/web/templates/default/settings.html:18 -msgid "Accounts" -msgstr "" - -#: module/web/templates/default/settings.html:45 -#: module/web/templates/default/settings.html:74 -msgid "Choose a section from the menu" -msgstr "" - -#: module/web/templates/default/settings.html:90 -msgid "Plugin" -msgstr "" - -#: module/web/templates/default/settings.html:92 -#: module/web/templates/default/settings.html:183 -#: module/web/templates/default/login.html:19 -#: module/web/templates/default/queue.html:92 -#: module/web/templates/default/window.html:21 -msgid "Password" -msgstr "" - -#: module/web/templates/default/settings.html:93 -#: module/web/templates/default/home.html:238 -msgid "Status" -msgstr "" - -#: module/web/templates/default/settings.html:94 -msgid "Premium" -msgstr "" - -#: module/web/templates/default/settings.html:95 -msgid "Valid until" -msgstr "" - -#: module/web/templates/default/settings.html:96 -msgid "Traffic left" -msgstr "" - -#: module/web/templates/default/settings.html:97 -msgid "Time" -msgstr "" - -#: module/web/templates/default/settings.html:98 -msgid "Max Parallel" -msgstr "" - -#: module/web/templates/default/settings.html:99 -msgid "Delete?" -msgstr "" - -#: module/web/templates/default/settings.html:121 -msgid "valid" -msgstr "" - -#: module/web/templates/default/settings.html:124 -msgid "not valid" -msgstr "" - -#: module/web/templates/default/settings.html:131 -msgid "yes" -msgstr "" - -#: module/web/templates/default/settings.html:134 -msgid "no" -msgstr "" - -#: module/web/templates/default/settings.html:168 -#: module/web/templates/default/settings.html:197 -#: module/web/templates/default/base.html:117 -msgid "Add" -msgstr "" - -#: module/web/templates/default/settings.html:176 -msgid "Add Account" -msgstr "" - -#: module/web/templates/default/settings.html:177 -msgid "Enter your account data to use premium features." -msgstr "" - -#: module/web/templates/default/settings.html:178 -#: module/web/templates/default/login.html:3 -msgid "Login" -msgstr "" - -#: module/web/templates/default/settings.html:188 -msgid "Type" -msgstr "" - -#: module/web/templates/default/settings.html:189 -msgid "Choose the hoster for your account." -msgstr "" - -#: module/web/templates/default/pathchooser.html:39 -#: module/web/templates/default/pathchooser.html:41 -msgid "Path" -msgstr "" - -#: module/web/templates/default/pathchooser.html:39 -#: module/web/templates/default/pathchooser.html:41 -msgid "absolute" -msgstr "" - -#: module/web/templates/default/pathchooser.html:39 -#: module/web/templates/default/pathchooser.html:41 -msgid "relative" -msgstr "" - -#: module/web/templates/default/pathchooser.html:46 -msgid "name" -msgstr "" - -#: module/web/templates/default/pathchooser.html:47 -msgid "size" -msgstr "" - -#: module/web/templates/default/pathchooser.html:48 -msgid "type" -msgstr "" - -#: module/web/templates/default/pathchooser.html:49 -msgid "last modified" -msgstr "" - -#: module/web/templates/default/pathchooser.html:54 -msgid "parent directory" -msgstr "" - -#: module/web/templates/default/pathchooser.html:70 -msgid "no content" -msgstr "" - -#: module/web/templates/default/setup.html:3 -#: module/web/templates/default/setup.html:4 -msgid "Setup" -msgstr "" - -#: module/web/templates/default/login.html:14 -msgid "Username" -msgstr "" - -#: module/web/templates/default/login.html:29 -msgid "Your username and password didn't match. Please try again." -msgstr "" - -#: module/web/templates/default/login.html:30 -msgid "To reset your login data or add an user run:" -msgstr "" - -#: module/web/templates/default/base.html:20 -#: module/web/templates/default/base.html:139 -msgid "Webinterface" -msgstr "" - -#: module/web/templates/default/base.html:39 -msgid "pyLoad Update available!" -msgstr "" - -#: module/web/templates/default/base.html:46 -msgid "Plugins updated, please restart!" -msgstr "" - -#: module/web/templates/default/base.html:52 -msgid "Captcha waiting" -msgstr "" - -#: module/web/templates/default/base.html:57 -msgid "Logout" -msgstr "" - -#: module/web/templates/default/base.html:61 -msgid "Info" -msgstr "" - -#: module/web/templates/default/base.html:65 -msgid "Please Login!" -msgstr "" - -#: module/web/templates/default/base.html:84 -#: module/web/templates/default/home.html:211 -msgid "Home" -msgstr "" - -#: module/web/templates/default/base.html:87 -#: module/web/templates/default/queue.html:15 -#: module/web/templates/default/window.html:34 -#: module/web/templates/default/home.html:214 -msgid "Queue" -msgstr "" - -#: module/web/templates/default/base.html:90 -#: module/web/templates/default/queue.html:17 -#: module/web/templates/default/window.html:36 -#: module/web/templates/default/home.html:217 -msgid "Collector" -msgstr "" - -#: module/web/templates/default/base.html:99 -#: module/web/templates/default/logs.html:3 -#: module/web/templates/default/logs.html:4 -#: module/web/templates/default/home.html:226 -msgid "Logs" -msgstr "" - -#: module/web/templates/default/base.html:114 -#: module/web/templates/default/logs.html:12 -msgid "Start" -msgstr "" - -#: module/web/templates/default/base.html:115 -msgid "Stop" -msgstr "" - -#: module/web/templates/default/base.html:116 -msgid "Cancel" -msgstr "" - -#: module/web/templates/default/base.html:123 -msgid "Download:" -msgstr "" - -#: module/web/templates/default/base.html:124 -msgid "Reconnect:" -msgstr "" - -#: module/web/templates/default/base.html:125 -msgid "Speed:" -msgstr "" - -#: module/web/templates/default/base.html:126 -msgid "Active:" -msgstr "" - -#: module/web/templates/default/base.html:127 -msgid "Reload page" -msgstr "" - -#: module/web/templates/default/base.html:157 -msgid "loading" -msgstr "" - -#: module/web/templates/default/base.html:166 -msgid "Back to top" -msgstr "" - -#: module/web/templates/default/logs.html:12 -msgid "prev" -msgstr "" - -#: module/web/templates/default/logs.html:12 -msgid "next" -msgstr "" - -#: module/web/templates/default/logs.html:12 -msgid "End" -msgstr "" - -#: module/web/templates/default/logout.html:8 -msgid "You were successfully logged out." -msgstr "" - -#: module/web/templates/default/queue.html:25 -msgid "Delete Finished" -msgstr "" - -#: module/web/templates/default/queue.html:26 -msgid "Restart Failed" -msgstr "" - -#: module/web/templates/default/queue.html:65 -msgid "Folder:" -msgstr "" - -#: module/web/templates/default/queue.html:65 -msgid "Password:" -msgstr "" - -#: module/web/templates/default/queue.html:79 -msgid "Edit Package" -msgstr "" - -#: module/web/templates/default/queue.html:80 -msgid "Edit the package detais below." -msgstr "" - -#: module/web/templates/default/queue.html:83 -msgid "The name of the package." -msgstr "" - -#: module/web/templates/default/queue.html:87 -msgid "Folder" -msgstr "" - -#: module/web/templates/default/queue.html:88 -msgid "Name of subfolder for these downloads." -msgstr "" - -#: module/web/templates/default/queue.html:93 -msgid "List of passwords used for unrar." -msgstr "" - -#: module/web/templates/default/window.html:5 -#: module/web/templates/default/window.html:40 -msgid "Add Package" -msgstr "" - -#: module/web/templates/default/window.html:6 -msgid "Paste your links or upload a container." -msgstr "" - -#: module/web/templates/default/window.html:8 -msgid "The name of the new package." -msgstr "" - -#: module/web/templates/default/window.html:12 -msgid "Links" -msgstr "" - -#: module/web/templates/default/window.html:13 -msgid "Paste your links here or any text and press the filter button." -msgstr "" - -#: module/web/templates/default/window.html:14 -msgid "Filter urls" -msgstr "" - -#: module/web/templates/default/window.html:22 -msgid "Password for RAR-Archive" -msgstr "" - -#: module/web/templates/default/window.html:26 -msgid "File" -msgstr "" - -#: module/web/templates/default/window.html:27 -msgid "Upload a container." -msgstr "" - -#: module/web/templates/default/window.html:31 -msgid "Destination" -msgstr "" - -#: module/web/templates/default/home.html:206 -msgid "Active Downloads" -msgstr "" - -#: module/web/templates/default/home.html:240 -msgid "Size" -msgstr "" - -#: module/web/templates/default/home.html:241 -msgid "Progress" -msgstr "" - -#: module/web/templates/default/captcha.html:6 -msgid "Captcha reading" -msgstr "" - -#: module/web/templates/default/captcha.html:13 -msgid "Captcha" -msgstr "" - -#: module/web/templates/default/captcha.html:14 -msgid "The captcha." -msgstr "" - -#: module/web/templates/default/captcha.html:20 -msgid "Text" -msgstr "" - -#: module/web/templates/default/captcha.html:21 -msgid "Input the text on the captcha." -msgstr "" - -#: module/web/templates/default/captcha.html:34 -msgid "Close" -msgstr "" diff --git a/locale/el/LC_MESSAGES/cli.po b/locale/el/LC_MESSAGES/cli.po new file mode 100644 index 000000000..add06684b --- /dev/null +++ b/locale/el/LC_MESSAGES/cli.po @@ -0,0 +1,291 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Greek\n" +"Language: el_GR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/cli/AddPackage.py:48 +msgid "Add Package:" +msgstr "Î ÏοÏΞήκη ΠακÎÏοÏ
:" + +#: pyload/cli/AddPackage.py:53 +msgid "Enter a name for the new package" +msgstr "ÎιÏάγεÏε ÏΜοΌα για Ïο καιΜοÏÏγιο ÏακÎÏο" + +#: pyload/cli/AddPackage.py:57 +#, python-format +msgid "Package: %s" +msgstr "ΠακÎÏο: %s" + +#: pyload/cli/AddPackage.py:58 +msgid "Parse the links you want to add." +msgstr "ÎΜάλÏ
Ïη ÏÏΜ ÏÏ
ΜΎÎÏÎŒÏΜ ÏοÏ
ΞÎλεÏε Μα ÏÏοÏΞÎÏεÏε. " + +#: pyload/cli/AddPackage.py:59 +#, python-format +msgid "Type %s when done." +msgstr "ΠληκÏÏολογείÏÏε %s ÏÏαΜ ÏελειÏÏεÏε. " + +#: pyload/cli/AddPackage.py:60 +msgid "Links added: " +msgstr "ΣÏΜΎεÏΌοι ÏοÏ
ÏÏοÏÏÎΞηκαΜ:" + +#: pyload/cli/AddPackage.py:64 pyload/cli/ManageFiles.py:149 +msgid " back to main menu" +msgstr "εÏιÏÏÏοÏή ÏÏο αÏÏÎ¹ÎºÏ ÎŒÎµÎœÎ¿Ï" + +#: pyload/cli/ManageFiles.py:97 +msgid "Manage Packages:" +msgstr "ÎιαÏείÏιÏη ÏακÎÏÏΜ:" + +#: pyload/cli/ManageFiles.py:99 +msgid "Manage Links:" +msgstr "ÎιαÏείÏιÏη ΣÏ
ΜΎÎÏÎŒÏΜ:" + +#: pyload/cli/ManageFiles.py:104 +msgid "What do you want to move?" +msgstr "΀ι ΞÎλεÏε Μα ΌεÏακιΜήÏεÏε;" + +#: pyload/cli/ManageFiles.py:106 +msgid "What do you want to delete?" +msgstr "΀ί ΞÎλεÏε Μα ΎιαγÏάÏεÏε;" + +#: pyload/cli/ManageFiles.py:108 +msgid "What do you want to restart?" +msgstr "΀ί ΞÎλεÏε Μα εÏαΜεκκιΜήÏεÏε;" + +#: pyload/cli/ManageFiles.py:113 +msgid "Choose what you want to do, or enter package number." +msgstr "ÎÏιλÎΟÏε εΜÎÏγεια ή ειÏάγεÏε αÏÎ¹ÎžÎŒÏ ÏακÎÏοÏ
." + +#: pyload/cli/ManageFiles.py:115 +msgid "delete" +msgstr "ΎιαγÏαÏή" + +#: pyload/cli/ManageFiles.py:115 +msgid "move" +msgstr "ΌεÏακίΜηÏη" + +#: pyload/cli/ManageFiles.py:115 +msgid "restart" +msgstr "εÏαΜεκκίΜηÏη" + +#: pyload/cli/ManageFiles.py:148 +msgid " - previous" +msgstr " - ÏÏοηγοÏΌεΜο" + +#: pyload/cli/ManageFiles.py:148 +msgid " - next" +msgstr " - εÏÏΌεΜο" + +#: pyload/cli/Cli.py:75 pyload/cli/Cli.py:133 +msgid " Command Line Interface" +msgstr "ÎιαÏÏΜΎεÏη ÎÏÎ±ÎŒÎŒÎ®Ï ÎΜÏολÏΜ" + +#: pyload/cli/Cli.py:165 +#, python-format +msgid "%s Downloads:" +msgstr "%s ÎήÏειÏ:" + +#: pyload/cli/Cli.py:177 +msgid " Speed: " +msgstr "΀αÏÏÏηÏα:" + +#: pyload/cli/Cli.py:177 +msgid " Size: " +msgstr "ÎÎγεΞοÏ:" + +#: pyload/cli/Cli.py:178 +msgid " Finished in: " +msgstr "ÎλοκλήÏÏÏη Ïε: " + +#: pyload/cli/Cli.py:179 +msgid " ID: " +msgstr " ID: " + +#: pyload/cli/Cli.py:184 +msgid "waiting: " +msgstr "αΜαΌοΜή: " + +#: pyload/cli/Cli.py:191 pyload/cli/Cli.py:193 +msgid "Status:" +msgstr "ÎαÏάÏÏαÏη:" + +#: pyload/cli/Cli.py:191 +msgid "paused" +msgstr "Ïε ÏαÏÏη" + +#: pyload/cli/Cli.py:193 +msgid "running" +msgstr "εκÏελείÏαι" + +#: pyload/cli/Cli.py:196 +msgid "total Speed" +msgstr "ÏÏ
Μολική ÏαÏÏÏηÏα" + +#: pyload/cli/Cli.py:196 +msgid "Files in queue" +msgstr "ÎÏÏεία ÏÏηΜ οÏ
Ïά" + +#: pyload/cli/Cli.py:197 +msgid "Total" +msgstr "ΣÏΜολο" + +#: pyload/cli/Cli.py:203 +msgid "Menu:" +msgstr " ÎεΜοÏ:" + +#: pyload/cli/Cli.py:205 +msgid " Add Links" +msgstr " Î ÏοÏΞήκη ΣÏ
ΜΎÎÏÎŒÏΜ" + +#: pyload/cli/Cli.py:206 +msgid " Manage Queue" +msgstr " ÎιαÏείÏιÏη ÎÏ
ÏάÏ" + +#: pyload/cli/Cli.py:207 +msgid " Manage Collector" +msgstr " ÎιαÏείÏιÏη ΣÏ
λλÎκÏη " + +#: pyload/cli/Cli.py:208 +msgid " (Un)Pause Server" +msgstr " ÎΜεÏγοÏοίηÏη/ÎÎŽÏαΜοÏοίηÏη" + +#: pyload/cli/Cli.py:209 +msgid " Kill Server" +msgstr " ΀εÏΌαÏιÏÎŒÏÏ ÎιακοΌιÏÏή" + +#: pyload/cli/Cli.py:210 +msgid " Quit" +msgstr " ÎΟοΎοÏ" + +#: pyload/cli/Cli.py:289 pyload/cli/Cli.py:296 +msgid "Please use this syntax: add <Package name> <link> <link2> ..." +msgstr "ΧÏήÏη Όε: add <Package name> <link> <link2> ..." + +#: pyload/cli/Cli.py:315 +#, python-format +msgid "Checking %d links:" +msgstr "ÎλεγÏÎ¿Ï %d ÏÏ
ΜΎÎÏÎŒÏΜ:" + +#: pyload/cli/Cli.py:324 +msgid "File does not exists." +msgstr "΀ο αÏÏείο ΎεΜ Ï
ÏάÏÏει." + +#: pyload/cli/Cli.py:385 +msgid "pyLoad was terminated" +msgstr "΀ο pyLoad ÏεÏΌαÏίÏÏηκε" + +#: pyload/cli/Cli.py:443 +msgid "Prints server status" +msgstr "ÎÎŒÏαΜίζει ÏηΜ καÏάÏÏαÏη ÏοÏ
ΎιακοΌιÏÏή" + +#: pyload/cli/Cli.py:444 +msgid "Prints downloads in queue" +msgstr "ÎÎŒÏαΜίζει ÏÎ¹Ï Î»Î®ÏÎµÎ¹Ï Ïε οÏ
Ïά" + +#: pyload/cli/Cli.py:445 +msgid "Prints downloads in collector" +msgstr "ÎÎŒÏαΜίζει ÏÎ¹Ï Î»Î®ÏÎµÎ¹Ï ÏÏο ÏÏ
λλÎκÏη" + +#: pyload/cli/Cli.py:446 +msgid "Adds package to queue" +msgstr "Î ÏοÏΞÎÏει Ïο ÏακÎÏο ÏÏηΜ οÏ
Ïά" + +#: pyload/cli/Cli.py:447 +msgid "Adds package to collector" +msgstr "Î ÏοÏΞÎÏει Ïο ÏακÎÏο ÏÏο ÏÏ
λλÎκÏη" + +#: pyload/cli/Cli.py:448 +msgid "Delete Files from Queue/Collector" +msgstr "ÎιαγÏαÏή αÏÏείοÏ
αÏÏ ÎÏ
Ïά/ΣÏ
λλεκÏη" + +#: pyload/cli/Cli.py:449 +msgid "Delete Packages from Queue/Collector" +msgstr "ÎιαγÏαÏή ÏακÎÏÏΜ αÏÏ ÎÏ
Ïά/ΣÏ
λλÎκÏη" + +#: pyload/cli/Cli.py:450 +msgid "Move Packages from Queue to Collector or vice versa" +msgstr "ÎεÏακίΜηÏη ÏακÎÏÏΜ αÏÏ ÏηΜ ÎÏ
Ïά ÏÏο ΣÏ
λλÎκÏη και αΜÏίÏÏÏοÏα" + +#: pyload/cli/Cli.py:451 +msgid "Restart files" +msgstr "ÎÏαΜεκκίΜηÏη αÏÏείÏΜ" + +#: pyload/cli/Cli.py:452 +msgid "Restart packages" +msgstr "ÎÏαΜεκκίΜηÏη ÏακÎÏÏΜ" + +#: pyload/cli/Cli.py:453 +msgid "Check online status, works with local container" +msgstr "ÎλεγÏÎ¿Ï ÎºÎ±ÏάÏÏαÏÎ·Ï ÏÏΜΎεÏηÏ. ÎειÏοÏ
Ïγεί Όε ÏοÏικά container" + +#: pyload/cli/Cli.py:454 +msgid "Checks online status of a container file" +msgstr "ÎλεγÏÎ¿Ï ÎºÎ±ÏάÏÏαÏÎ·Ï ÏÏΜΎεÏÎ·Ï ÎµÎœÏÏ Î±ÏÏείοÏ
container" + +#: pyload/cli/Cli.py:455 +msgid "Pause the server" +msgstr "ΠαÏÏη ÏοÏ
ΎιακοΌιÏÏή" + +#: pyload/cli/Cli.py:456 +msgid "continue downloads" +msgstr "ÏÏ
ΜÎÏιÏη λήÏεÏΜ" + +#: pyload/cli/Cli.py:457 +msgid "Toggle pause/unpause" +msgstr "ÎΜαλλαγή ÏαÏÏηÏ/εκÏÎλεÏηÏ" + +#: pyload/cli/Cli.py:458 +msgid "kill server" +msgstr "ÏεÏΌαÏιÏÎŒÏÏ ÎŽÎ¹Î±ÎºÎ¿ÎŒÎ¹ÏÏή" + +#: pyload/cli/Cli.py:460 +msgid "List of commands:" +msgstr "ÎίÏÏα εΜÏολÏΜ:" + +#: pyload/cli/Cli.py:473 +msgid "Couldn't write user config file" +msgstr "ÎÎŽÏ
ΜαΌία εγγÏαÏÎ®Ï ÏοÏ
αÏÏείοÏ
ÏÏ
ΞΌίÏεÏΜ ÏοÏ
ÏÏήÏÏη" + +#: pyload/cli/Cli.py:548 pyload/cli/Cli.py:580 +msgid "You need py-openssl to connect to this pyLoad core." +msgstr "ÎÏαιÏείÏαι Ïο py-openssl για ÏÏΜΎεÏη Ïε αÏ
ÏÏΜ ÏοΜ pyLoad Core." + +#: pyload/cli/Cli.py:555 +msgid "Address: " +msgstr "ÎιεÏΞÏ
ΜÏη:" + +#: pyload/cli/Cli.py:556 +msgid "Port: " +msgstr "ÎÏÏα:" + +#: pyload/cli/Cli.py:557 +msgid "Username: " +msgstr "ÎΜοΌα ÏÏήÏÏη:" + +#: pyload/cli/Cli.py:561 +msgid "Password: " +msgstr "ÎÏΎικÏÏ ÏÏήÏÏη:" + +#: pyload/cli/Cli.py:566 pyload/cli/Cli.py:575 +msgid "Login data is wrong." +msgstr "΀α ÏÏοιÏεία ÏÏΜΎεÏÎ·Ï ÎµÎ¯ÎœÎ±Î¹ λάΞοÏ." + +#: pyload/cli/Cli.py:568 pyload/cli/Cli.py:577 +#, python-format +msgid "Could not establish connection to %(addr)s:%(port)s." +msgstr "ÎÎŽÏ
ΜαΌία ÏÏΜΎεÏÎ·Ï ÏÏη ΎιεÏΞÏ
ΜÏη %(addr)s:%(port)s." + +#: pyload/cli/Cli.py:582 +msgid "Interactive mode ignored since you passed some commands." +msgstr "H αλληλεÏιΎÏαÏÏική λειÏοÏ
Ïγία αγΜοήΞηκε εÏÏÏοΜ ÎŽÏÏαÏε κάÏÎ¿Î¹ÎµÏ ÎµÎœÏολÎÏ." + diff --git a/locale/el/LC_MESSAGES/core.po b/locale/el/LC_MESSAGES/core.po new file mode 100644 index 000000000..066fa727d --- /dev/null +++ b/locale/el/LC_MESSAGES/core.po @@ -0,0 +1,630 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Greek\n" +"Language: el_GR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/AddonManager.py:62 +#, python-format +msgid "Error when executing %s" +msgstr "ΣÏάλΌα καÏά ÏηΜ εκÏÎλεÏη ÏοÏ
%s" + +#: pyload/AddonManager.py:93 +#, python-format +msgid "Failed activating %(name)s" +msgstr "ÎÏοÏÏ
Ïία εΜεÏγοÏοίηÏÎ·Ï %(name)s " + +#: pyload/AddonManager.py:96 +#, python-format +msgid "Activated addons: %s" +msgstr "ÎΜεÏγοÏοιηΌÎΜα ÏÏÏÏΞεÏα: %s" + +#: pyload/AddonManager.py:97 +#, python-format +msgid "Deactivated addons: %s" +msgstr "ÎÏεΜεÏγοÏοιηΌÎΜα ÏÏÏÏΞεÏα: %s" + +#: pyload/AddonManager.py:153 +msgid "Activating Plugins..." +msgstr "ÎΜεÏγοÏοίηÏη Î ÏÏÏΞεÏÏΜ..." + +#: pyload/AddonManager.py:162 +msgid "Deactivating Plugins..." +msgstr "ÎÏεΜεÏγοÏοίηÏη ÏÏÏÏΞεÏÏΜ..." + +#: pyload/web/ServerThread.py:49 +msgid "SSL certificates not found." +msgstr "ÎεΜ βÏÎΞηκαΜ ÏιÏÏοÏοιηÏικά SSL." + +#: pyload/web/ServerThread.py:53 +msgid "WebUI built is not available" +msgstr "Î ÎκΎοÏη ÏοÏ
WebUI ΎεΜ είΜαι ΎιαΞÎÏιΌη" + +#: pyload/web/ServerThread.py:55 +msgid "Running webUI in development mode" +msgstr "΀ο WebUI εκÏελείÏαι Ïε λειÏοÏ
Ïγία αΜάÏÏÏ
ÎŸÎ·Ï ÎºÏΎικα" + +#: pyload/web/ServerThread.py:73 +msgid "Failed starting webserver: " +msgstr "ÎÏοÏÏ
Ïία ÎΜαÏÎŸÎ·Ï ÏοÏ
ΎιακοΌιÏÏή web: " + +#: pyload/web/ServerThread.py:107 +msgid "Failed importing webserver: " +msgstr "ÎÏοÏÏ
Ïία ειÏαγÏÎ³Î®Ï ÏοÏ
ΎιακοΌιÏÏή web: " + +#: pyload/web/ServerThread.py:125 +msgid "This server offers no SSL, please consider using threaded instead" +msgstr "ÎÏ
ÏÏÏ Î¿ ΎιακοΌιÏÏÎ®Ï ÎŽÎµÎœ ÏÏοÏÏÎÏει SSL, αΜÏί για αÏ
ÏÏΜ ÏαÏÎ±ÎºÎ±Î»Ï ÏκεÏÏείÏε ÏηΜ ÏεÏίÏÏÏÏη ÏÏήÏÎ·Ï ÏοÏ
threaded" + +#: pyload/web/ServerThread.py:139 +#, python-format +msgid "Starting %(name)s webserver: %(host)s:%(port)d" +msgstr "ÎκκιΜείÏαι ο ΎιακοΌιÏÏÎ®Ï web %(name)s : %(host)s:%(port)d" + +#: pyload/config/default.py:14 +msgid "Remote" +msgstr "ÎÏοΌακÏÏ
ÏÎŒÎΜo" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Description" +msgstr "ΠεÏιγÏαÏή" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Long description" +msgstr "ΠλήÏÎ·Ï ÏεÏιγÏαÏή" + +#: pyload/config/default.py:16 pyload/config/default.py:56 +#: pyload/config/default.py:63 +msgid "Activated" +msgstr "ÎΜεÏγοÏοιήΞηκε" + +#: pyload/config/default.py:17 pyload/config/default.py:69 +#: pyload/config/default.py:80 +msgid "Port" +msgstr "ÎÏÏα" + +#: pyload/config/default.py:18 pyload/config/default.py:77 +msgid "Address" +msgstr "ÎιεÏΞÏ
ΜÏη" + +#: pyload/config/default.py:21 +msgid "Log" +msgstr "ÎÏÏείο καÏαγÏαÏήÏ" + +#: pyload/config/default.py:23 +msgid "Size in kb" +msgstr "ÎÎÎ³ÎµÎžÎ¿Ï Ïε kb" + +#: pyload/config/default.py:24 +msgid "Folder" +msgstr "ΊάκελοÏ" + +#: pyload/config/default.py:25 +msgid "File Log" +msgstr "ÎÏÏείο καÏαγÏαÏήÏ" + +#: pyload/config/default.py:26 +msgid "Count" +msgstr "ÎÏίΞΌηÏη" + +#: pyload/config/default.py:27 +msgid "Log Rotate" +msgstr "ÎΜακÏκλÏÏη αÏÏείοÏ
καÏαγÏαÏήÏ" + +#: pyload/config/default.py:30 +msgid "Permissions" +msgstr "ÎικαιÏΌαÏα" + +#: pyload/config/default.py:32 +msgid "Groupname" +msgstr "ÎΜοΌα οΌάΎαÏ" + +#: pyload/config/default.py:33 +msgid "Change Group and User of Downloads" +msgstr "Îλλαγή Î¿ÎŒÎ¬ÎŽÎ±Ï ÎºÎ±Î¹ ÏÏήÏÏη ÏÏΜ λήÏεÏΜ" + +#: pyload/config/default.py:34 +msgid "Change file mode of downloads" +msgstr "Îλλαγή ÏÎ·Ï ÎºÎ±ÏάÏÏαÏÎ·Ï Î±ÏÏείοÏ
ÏÏΜ λήÏεÏΜ" + +#: pyload/config/default.py:35 pyload/config/default.py:75 +msgid "Username" +msgstr "ÎΜοΌα ΧÏήÏÏη" + +#: pyload/config/default.py:36 +msgid "Filemode for Downloads" +msgstr "ÎειÏοÏ
Ïγία αÏÏείοÏ
για ÏÎ¹Ï Î»Î®ÏειÏ" + +#: pyload/config/default.py:37 +msgid "Change group of running process" +msgstr "Îλλαγή Î¿ÎŒÎ¬ÎŽÎ±Ï Î³Î¹Î± ÏÎ¹Ï ÎŽÎ¹Î±ÎŽÎ¹ÎºÎ±ÏÎ¯ÎµÏ ÏοÏ
εκÏελοÏΜÏαι" + +#: pyload/config/default.py:38 +msgid "Folder Permission mode" +msgstr "ÎειÏοÏ
Ïγία ΎικαιÏΌάÏÏΜ ÏακÎλÏΜ" + +#: pyload/config/default.py:39 +msgid "Change user of running process" +msgstr "Îλλαγή ÏοÏ
ÏÏήÏÏη για ÏÎ¹Ï ÎŽÎ¹Î±ÎŽÎ¹ÎºÎ±ÏÎ¯ÎµÏ ÏοÏ
εκÏελοÏΜÏαι" + +#: pyload/config/default.py:42 +msgid "General" +msgstr "ÎεΜικά" + +#: pyload/config/default.py:44 +msgid "Language" +msgstr "ÎλÏÏÏα" + +#: pyload/config/default.py:45 +msgid "Download Folder" +msgstr "ÎŠÎ¬ÎºÎµÎ»Î¿Ï Î³Î¹Î± λήÏειÏ" + +#: pyload/config/default.py:46 +msgid "Use Checksum" +msgstr "ΧÏήÏη ελÎγÏοÏ
Checksum" + +#: pyload/config/default.py:47 +msgid "Create folder for each package" +msgstr "ÎηΌιοÏ
Ïγία ÏακÎλοÏ
για κάΞε ÏακÎÏο" + +#: pyload/config/default.py:48 +msgid "Debug Mode" +msgstr "ÎειÏοÏ
Ïγία αÏοÏÏαλΌάÏÏÏηÏ" + +#: pyload/config/default.py:49 +msgid "Min Free Space (MB)" +msgstr "ÎλÎÏιÏÏÎ¿Ï ÎµÎ»ÎµÏΞεÏÎ¿Ï ÏÏÏÎ¿Ï (MB)" + +#: pyload/config/default.py:50 +msgid "CPU Priority" +msgstr "Î ÏοÏεÏαιÏÏηÏα CPU" + +#: pyload/config/default.py:53 +msgid "SSL" +msgstr "SSL" + +#: pyload/config/default.py:55 +msgid "SSL Certificate" +msgstr "ΠιÏÏοÏοιηÏÎ¹ÎºÏ SSL" + +#: pyload/config/default.py:57 +msgid "SSL Key" +msgstr "ÎλειΎί SSL" + +#: pyload/config/default.py:60 +msgid "Webinterface" +msgstr "Web ÏεÏιβάλλοΜ ΎιαÏείÏιÏηÏ" + +#: pyload/config/default.py:62 +msgid "Template" +msgstr "Î ÏÏÏÏ
Ïο" + +#: pyload/config/default.py:64 +msgid "Path Prefix" +msgstr "Î ÏÏΞεΌα ΎιαΎÏοΌήÏ" + +#: pyload/config/default.py:65 +msgid "Server" +msgstr "ÎιακοΌιÏÏήÏ" + +#: pyload/config/default.py:66 +msgid "Favor specific server" +msgstr "Î ÏοÏίΌηÏη Ïε ÏÏ
γκεκÏιΌÎΜο ΎιακοΌιÏÏή" + +#: pyload/config/default.py:67 +msgid "IP" +msgstr "ÎιεÏΞÏ
ΜÏη IP" + +#: pyload/config/default.py:68 +msgid "Use HTTPS" +msgstr "ΧÏήÏη HTTPS" + +#: pyload/config/default.py:70 +msgid "Development mode" +msgstr "ÎειÏοÏ
Ïγία αΜάÏÏÏ
ÎŸÎ·Ï Î»Î¿Î³Î¹ÏΌικοÏ" + +#: pyload/config/default.py:73 +msgid "Proxy" +msgstr "ÎιακοΌιÏÏÎ®Ï ÎŒÎµÏολάβηÏηÏ" + +#: pyload/config/default.py:76 +msgid "Use Proxy" +msgstr "ΧÏήÏη ΎιακοΌιÏÏή ΌεÏολάβηÏηÏ" + +#: pyload/config/default.py:78 +msgid "Password" +msgstr "ÎÏΎικÏÏ ÏÏÏÏβαÏηÏ" + +#: pyload/config/default.py:79 +msgid "Protocol" +msgstr "Î ÏÏÏÏκολλο" + +#: pyload/config/default.py:83 +msgid "Reconnect" +msgstr "ÎÏαΜαÏÏΜΎεÏη" + +#: pyload/config/default.py:85 pyload/config/default.py:106 +msgid "End" +msgstr "΀ÎλοÏ" + +#: pyload/config/default.py:86 +msgid "Use Reconnect" +msgstr "ΧÏήÏη ÎÏαΜαÏÏΜΎεÏηÏ" + +#: pyload/config/default.py:87 +msgid "Method" +msgstr "ÎÎΞοΎοÏ" + +#: pyload/config/default.py:88 pyload/config/default.py:105 +msgid "Start" +msgstr "ÎΜαÏΟη" + +#: pyload/config/default.py:91 +msgid "Download" +msgstr "ÎήÏη" + +#: pyload/config/default.py:93 +msgid "Max Parallel Downloads" +msgstr "ÎÎγιÏÏÎ¿Ï Î±ÏιΞΌÏÏ ÏαÏ
ÏÏÏÏοΜÏΜ λήÏεÏΜ" + +#: pyload/config/default.py:94 +msgid "Limit Download Speed" +msgstr "ΠεÏιοÏιÏÎŒÏÏ ÏαÏÏÏηÏÎ±Ï Î»Î®ÏηÏ" + +#: pyload/config/default.py:95 +msgid "Download interface to bind (ip or Name)" +msgstr "ÎιεÏαÏή λήÏεÏΜ για ÎŽÎÏΌεÏ
Ïη (ΎιεÏΞÏ
ΜÏη ÎΡ ή ÏΜοΌα)" + +#: pyload/config/default.py:96 +msgid "Skip already existing files" +msgstr "ΠαÏάλειÏη αÏÏείÏΜ ÏοÏ
Ï
ÏάÏÏοÏ
Μ ήΎη" + +#: pyload/config/default.py:97 +msgid "Max Download Speed in kb/s" +msgstr "ÎÎγιÏÏη ÏαÏÏÏηÏα λήÏÎ·Ï Ïε kb/s" + +#: pyload/config/default.py:98 +msgid "Allow IPv6" +msgstr "Îα εÏιÏÏÎÏεÏαι Ïο IPv6" + +#: pyload/config/default.py:99 +msgid "Max connections for one download" +msgstr "ÎÎγιÏÏο ÏÏιο ÏÏ
ΜΎÎÏεÏΜ για Όία λήÏη" + +#: pyload/config/default.py:100 +msgid "Restart failed downloads on startup" +msgstr "ÎÏαΜεκκίΜηÏη αÏοÏÏ
ÏηΌÎΜÏΜ λήÏεÏΜ καÏά ÏηΜ εκκίΜηÏη" + +#: pyload/config/default.py:103 +msgid "Download Time" +msgstr "ΧÏÏÎœÎ¿Ï Î»Î®ÏηÏ" + +#: pyload/network/HTTPDownload.py:249 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "ΠλήÏη ÏÏΜ κοΌΌαÏιÏΜ αÏÎÏÏ
Ïε, εÏιÏÏÏοÏή Ïε καÏάÏÏαÏη ÎŒÎ¿ÎœÎ®Ï ÏÏΜΎεÏÎ·Ï | %s" + +#: pyload/api/DownloadApi.py:44 +#, python-format +msgid "Added package %(name)s as folder %(folder)s" +msgstr "Î ÏοÏÏÎΞηκε Ïο ÏακÎÏο %(name)s ÏαΜ ÏÎ¬ÎºÎµÎ»Î¿Ï %(folder)s" + +#: pyload/api/DownloadApi.py:95 +#, python-format +msgid "Added %d links to package" +msgstr "Î ÏοÏÏÎΞηκαΜ %d ÏÏΜΎεÏΌοι ÏÏο ÏακÎÏο" + +#: pyload/AccountManager.py:69 +#, python-format +msgid "Unknown account plugin %s" +msgstr "ÎγΜÏÏÏÎ¿Ï Î»Î¿Î³Î±ÏιαÏÎŒÏÏ ÏÏο ÏÏÏÏΞεÏο %s" + +#: pyload/interaction/InteractionManager.py:88 +msgid "Query" +msgstr "ÎÏÏÏηΌα" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Captcha request" +msgstr "ÎίÏηÏη Captcha" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Please solve the captcha." +msgstr "ΠαÏÎ±ÎºÎ±Î»Ï ÎµÏιλÏÏÏε Ïο captcha." + +#: pyload/remote/RemoteManager.py:35 +#, python-format +msgid "Remote backend error: %s" +msgstr "ΣÏάλΌα αÏοΌακÏÏ
ÏÎŒÎΜοÏ
backend: %s" + +#: pyload/remote/RemoteManager.py:80 +#, python-format +msgid "Starting %(name)s: %(addr)s:%(port)s" +msgstr "ÎίΜεÏαι εκκίΜηÏη %(name)s: %(addr)s:%(port)s" + +#: pyload/remote/RemoteManager.py:82 +#, python-format +msgid "Failed loading backend %(name)s | %(error)s" +msgstr "ÎÏÎÏÏ
Ïε η ÏÏÏÏÏÏη ÏοÏ
backend %(name)s | %(error)s" + +#: pyload/FileManager.py:53 +msgid "none" +msgstr "καΜÎΜα" + +#: pyload/FileManager.py:53 +msgid "offline" +msgstr "αÏοÏÏ
ΜΎεΌÎΜοÏ" + +#: pyload/FileManager.py:53 +msgid "online" +msgstr "ÏÏ
ΜΎεΌÎΜοÏ" + +#: pyload/FileManager.py:53 +msgid "queued" +msgstr "ÏÏηΜ οÏ
Ïά" + +#: pyload/FileManager.py:53 +msgid "paused" +msgstr "Ïε ÏαÏÏη" + +#: pyload/FileManager.py:54 +msgid "finished" +msgstr "ÏελείÏÏε" + +#: pyload/FileManager.py:54 +msgid "skipped" +msgstr "ÏÏοÏÏεÏάÏÏηκε" + +#: pyload/FileManager.py:54 +msgid "failed" +msgstr "αÏÎÏÏ
Ïε" + +#: pyload/FileManager.py:54 +msgid "starting" +msgstr "ΟεκιΜάει" + +#: pyload/FileManager.py:55 +msgid "waiting" +msgstr "Ïε αΜαΌοΜή" + +#: pyload/FileManager.py:55 +msgid "downloading" +msgstr "Ïε λήÏη" + +#: pyload/FileManager.py:55 +msgid "temp. offline" +msgstr "ÏÏοÏÏÏιΜά ÏÏÏÎ¯Ï ÏÏΜΎεÏη" + +#: pyload/FileManager.py:55 +msgid "aborted" +msgstr "ΌαÏαιÏΞηκε" + +#: pyload/FileManager.py:56 +msgid "decrypting" +msgstr "αÏοκÏÏ
ÏÏογÏαÏείÏαι" + +#: pyload/FileManager.py:56 +msgid "processing" +msgstr "Ïε εΟÎλιΟη" + +#: pyload/FileManager.py:56 +msgid "custom" +msgstr "ÏÏοÏαÏΌοÏÎŒÎΜο" + +#: pyload/FileManager.py:56 +msgid "unknown" +msgstr "άγΜÏÏÏο" + +#: pyload/FileManager.py:426 +#, python-format +msgid "Package finished: %s" +msgstr "ÎλοκλήÏÏÏη ÏακÎÏοÏ
: %s" + +#: pyload/Api.py:152 +#, python-format +msgid "User '%s' tries to log in" +msgstr "Î ÏÏήÏÏÎ·Ï '%s' ÏÏοÏÏαΞεί Μα ÏÏ
ΜΎεΞεί" + +#: pyload/Core.py:195 +msgid "Received Quit signal" +msgstr "ÎλήÏΞη ÏήΌα εγκαÏάλειÏηÏ" + +#: pyload/Core.py:323 +#, python-format +msgid "pyLoad already running with pid %s" +msgstr "΀ο pyLoad εκÏελείÏαι ήΎη Όε pid %s" + +#: pyload/Core.py:337 +#, python-format +msgid "Failed changing group: %s" +msgstr "ÎÏοÏÏ
Ïία Î±Î»Î»Î±Î³Î®Ï Î¿ÎŒÎ¬ÎŽÎ±Ï: %s" + +#: pyload/Core.py:347 +#, python-format +msgid "Failed changing user: %s" +msgstr "ÎÏοÏÏ
Ïία Î±Î»Î»Î±Î³Î®Ï ÏÏήÏÏη: %s" + +#: pyload/Core.py:358 +msgid "Starting" +msgstr "Σε εκκίΜηÏη" + +#: pyload/Core.py:359 +#, python-format +msgid "Using home directory: %s" +msgstr "ΧÏήÏη Î³Î¿ÎœÎ¹ÎºÎ¿Ï ÎºÎ±ÏαλÏγοÏ
: %s" + +#: pyload/Core.py:373 +msgid "All links removed" +msgstr "Îλοι οι ÏÏ
ΜΎεÏΌοι αÏαιÏÎΞηκαΜ" + +#: pyload/Core.py:403 +#, python-format +msgid "Download time: %s" +msgstr "ΧÏÏÎœÎ¿Ï Î»Î®ÏηÏ: %s" + +#: pyload/Core.py:418 +#, python-format +msgid "Free space: %s" +msgstr "ÎλÎÏ
ΞεÏÎ¿Ï ÏÏÏÎ¿Ï ÏÏο ΎίÏκο: %s" + +#: pyload/Core.py:438 +msgid "Activating Accounts..." +msgstr "ÎΜεÏγοÏοίηÏη ÎογαÏιαÏÎŒÏΜ..." + +#: pyload/Core.py:443 +msgid "Restarting failed downloads..." +msgstr "ÎÏαΜεκκίΜηÏη αÏοÏÏ
ÏηΌÎΜÏΜ λήÏεÏΜ..." + +#: pyload/Core.py:451 +msgid "pyLoad is up and running" +msgstr "΀ο pyLoad είΜαι εΜεÏÎ³Ï ÎºÎ±Î¹ εκÏελείÏαι " + +#: pyload/Core.py:474 +msgid "restarting pyLoad" +msgstr "Ïο pyLoad εÏαΜεκκιΜείÏαι" + +#: pyload/Core.py:478 +msgid "pyLoad quits" +msgstr "Ïο pyLoad ÏÏαΌαÏάει" + +#: pyload/Core.py:564 +msgid "shutting down..." +msgstr "κλείÏιΌο..." + +#: pyload/Core.py:579 +msgid "error while shutting down" +msgstr "ÏÏάλΌα καÏα Ïο κλείÏιΌο" + +#: pyload/Core.py:661 +msgid "killed pyLoad from terminal" +msgstr "Ïο pyLoad ÏÏαΌαÏήΞηκε αÏο Ïο ÏεÏΌαÏικÏ" + +#: pyload/database/DatabaseBackend.py:167 +msgid "Database was deleted due to incompatible version." +msgstr "ÎάÏη ΎεΎοΌÎΜÏΜ ΎιαγÏάÏηκε λÏÎ³Ï Î±ÏÏ
ΌβαÏÏÏηÏÎ±Ï ÏÎ·Ï ÎκΎοÏηÏ." + +#: pyload/threads/DecrypterThread.py:50 +msgid "Decrypting failed" +msgstr "ΠαÏοκÏÏ
ÏÏογÏάÏηÏη αÏÎÏÏ
Ïε" + +#: pyload/threads/DecrypterThread.py:73 +#, python-format +msgid "Decrypted %(count)d links into package %(name)s" +msgstr "ÎÏοκÏÏ
ÏÏογÏαÏήΞηκαΜ %(count)d ÏÏΜΎεÏΌοι ÏÏο ÏακÎÏο %(name)s" + +#: pyload/threads/DecrypterThread.py:80 +msgid "No links decrypted" +msgstr "ÎεΜ αÏοκÏÏ
ÏÏογÏαÏήΞηκε καΜÎÎœÎ±Ï ÏÏΜΎεÏΌοÏ" + +#: pyload/threads/InfoThread.py:147 +#, python-format +msgid "Info Fetching for %(name)s failed | %(err)s" +msgstr "ΠαΜάκÏηÏη ÏληÏοÏοÏιÏΜ για Ïο %(name)s αÏÎÏÏ
Ïε | %(err)s" + +#: pyload/threads/ThreadManager.py:155 +#, python-format +msgid "Reconnect Failed: %s" +msgstr "ÎÏαΜαÏÏΜΎεÏη αÏÎÏÏ
Ïε %s" + +#: pyload/threads/ThreadManager.py:192 +msgid "Reconnect script not found!" +msgstr "ÎεΜ βÏÎΞηκε αÏÏείο εΜÏολÏΜ για εÏαΜαÏÏΜΎεÏη!" + +#: pyload/threads/ThreadManager.py:198 +msgid "Starting reconnect" +msgstr "ÎεκιΜάει η εÏαΜαÏÏΜΎεÏη" + +#: pyload/threads/ThreadManager.py:212 +msgid "Failed executing reconnect script!" +msgstr "ÎÏοÏÏ
Ïία εκÏÎλεÏÎ·Ï Î±ÏÏείοÏ
εΜÏολÏΜ εÏαΜαÏÏΜΎεÏηÏ!" + +#: pyload/threads/ThreadManager.py:224 +#, python-format +msgid "Reconnected, new IP: %s" +msgstr "ÎÏαΜαÏÏ
ΜΎÎΞηκε, ΜÎα ΎιÎÏ
ΞÏ
ΜÏη IP: %s" + +#: pyload/threads/ThreadManager.py:298 +msgid "Not enough space left on device" +msgstr "ÎεΜ ÎÏει αÏοΌείΜει αÏκεÏÏÏ ÏÏÏÎ¿Ï ÏÏηΜ ÏÏ
ÏκεÏ
ή" + +#: pyload/threads/DownloadThread.py:64 +#, python-format +msgid "Download starts: %s" +msgstr "ΠλήÏη ΟεκιΜά: %s" + +#: pyload/threads/DownloadThread.py:70 +#, python-format +msgid "Download finished: %s" +msgstr "ΠλήÏη ολοκληÏÏΞηκε: %s" + +#: pyload/threads/DownloadThread.py:75 +#, python-format +msgid "Plugin %s is missing a function." +msgstr "ΣÏο ÏÏÏÏΞεÏο %s λείÏει Όια λειÏοÏ
Ïγία." + +#: pyload/threads/DownloadThread.py:83 pyload/threads/DownloadThread.py:147 +#, python-format +msgid "Download aborted: %s" +msgstr "ΠλήÏη ΌαÏαιÏΞηκε: %s" + +#: pyload/threads/DownloadThread.py:103 +#, python-format +msgid "Download restarted: %(name)s | %(msg)s" +msgstr "ΠλήÏη εÏαΜεκκιΜήΞηκε: %(name)s | %(msg)s" + +#: pyload/threads/DownloadThread.py:113 +#, python-format +msgid "Download is offline: %s" +msgstr "ΠλήÏη είΜαι εκÏÏÏ ÏÏΜΎεÏηÏ: %s" + +#: pyload/threads/DownloadThread.py:116 pyload/threads/DownloadThread.py:187 +#, python-format +msgid "Download is temporary offline: %s" +msgstr "ΠλήÏη είΜαι ÏÏοÏÏÏιΜά εκÏÏÏ ÏÏΜΎεÏηÏ: %s" + +#: pyload/threads/DownloadThread.py:119 pyload/threads/DownloadThread.py:192 +#, python-format +msgid "Download failed: %(name)s | %(msg)s" +msgstr "ΠλήÏη αÏÎÏÏ
Ïε: %(name)s | %(msg)s" + +#: pyload/threads/DownloadThread.py:136 +msgid "Couldn't connect to host or connection reset, waiting 1 minute and retry." +msgstr "ÎÏοÏÏ
Ïία ÏÏΜΎεÏÎ·Ï ÎŒÎµ Ïο ΎιακοΌιÏÏή ή ΎιακοÏή ÏÏΜΎεÏηÏ, αΜαΌοΜή 1 λεÏÏÏ ÏÏιΜ γίΜει κι άλλη ÏÏοÏÏάΞεια." + +#: pyload/threads/DownloadThread.py:171 +#, python-format +msgid "Download skipped: %(name)s due to %(plugin)s" +msgstr "ÎγιΜε ÏαÏάλειÏη ÏÏη λήÏη: %(name)s εΟαιÏÎ¯Î±Ï ÏοÏ
%(plugin)s" + +#: pyload/threads/DownloadThread.py:188 +msgid "Internal Server Error" +msgstr "ÎÏÏÏεÏÎ¹ÎºÏ ÏÏάλΌα ΎιακοΌιÏÏή" + +#: pyload/threads/AddonThread.py:55 +msgid "An Error occurred" +msgstr "Î ÏοÎκÏ
Ïε ÎΜα ÏÏάλΌα" + +#: pyload/PluginManager.py:316 +#, python-format +msgid "Error importing %(name)s: %(msg)s" +msgstr "ΣÏάλΌα καÏά ÏηΜ ειÏαγÏγή %(name)s: %(msg)s" + +#: pyload/utils/JsEngine.py:188 +msgid "No js engine detected, please install either Spidermonkey, ossp-js, pyv8, nodejs or rhino" +msgstr "ÎαΌία ΌηÏαΜή js ΎεΜ βÏÎΞηκε, ÏαÏÎ±ÎºÎ±Î»Ï ÎµÎ³ÎºÎ±ÏαÏÏήÏεÏε Ïο Spidermonkey, ή Ïο ossp-js, ή Ïο pyv8, ή Ïο rhino" + diff --git a/locale/el/LC_MESSAGES/plugins.po b/locale/el/LC_MESSAGES/plugins.po new file mode 100644 index 000000000..67131b06f --- /dev/null +++ b/locale/el/LC_MESSAGES/plugins.po @@ -0,0 +1,424 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-20 22:13+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Greek\n" +"Language: el_GR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/plugins/network/CurlDownload.py:241 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "ΠλήÏη ÏÏΜ κοΌΌαÏιÏΜ αÏÎÏÏ
Ïε, εÏιÏÏÏοÏή Ïε καÏάÏÏαÏη ÎŒÎ¿ÎœÎ®Ï ÏÏΜΎεÏÎ·Ï | %s" + +#: pyload/plugins/Base.py:329 +msgid "Pil and tesseract not installed and no Client connected for captcha decrypting" +msgstr "΀ο PIL και Ïο tesseract ΎεΜ είΜαι εγκαÏαÏÏηΌÎΜα και ΎεΜ Ï
ÏάÏÏει ÏÏÏγÏαΌΌα-ÏελάÏÎ·Ï ÏÏ
ΜΎεΌÎÎœÎ¿Ï Î³Î¹Î± αÏοκÏÏ
ÏÏογÏάÏηÏη captcha" + +#: pyload/plugins/Base.py:333 +msgid "No captcha result obtained in appropriate time." +msgstr "ÎεΜ αΜακÏήΞηκε αÏοÏÎλεÏΌα captcha εΜÏÏÏ ÏοÏ
ÏÏÎ¿ÎœÎ¹ÎºÎ¿Ï Î¿ÏίοÏ
." + +#: pyload/plugins/Hoster.py:282 pyload/plugins/Hoster.py:319 +#: pyload/plugins/hoster/ARD.py:76 +#, python-format +msgid "Setting User and Group failed: %s" +msgstr "Î ÏÏΞΌιÏη ÏÏηÏÏÏΜ και οΌάΎÏΜ αÏÎÏÏ
Ïε: %s" + +#: pyload/plugins/Crypter.py:136 +msgid "Not existing file or unsupported protocol" +msgstr "ÎεΜ Ï
ÏάÏÏει Ïο αÏÏείο ή Ïο ÏÏÏÏÏκολλο ΎεΜ Ï
ÏοÏÏηÏίζεÏαι" + +#: pyload/plugins/hoster/RapidshareCom.py:96 +msgid "Rapidshare: Traffic Share (direct download)" +msgstr "Rapidshare: Traffic Share (αÏεÏ
ÎžÎµÎ¯Î±Ï Î»Î®Ïη)" + +#: pyload/plugins/hoster/RapidshareCom.py:123 +#: pyload/plugins/hoster/RapidshareCom.py:189 +msgid "Already downloading from this ip address, waiting 60 seconds" +msgstr "ÎαÏεβάζεÏε ήΎη αÏÏ Î±Ï
Ïή Ïη ΎιεÏΞÏ
ΜÏη ÎΡ, αΜαΌοΜή 60 ΎεÏ
ÏεÏολÎÏÏÏΜ" + +#: pyload/plugins/hoster/RapidshareCom.py:127 +msgid "Invalid Auth Code, download will be restarted" +msgstr "Îη ÎγκÏ
ÏÎ¿Ï ÎºÏÎŽÎ¹ÎºÎ±Ï , η λήÏη Ξα γίΜει εÏαΜεκκίΜηÏη" + +#: pyload/plugins/hoster/RapidshareCom.py:193 +msgid "RapidShareCom: No free slots" +msgstr "RapidShareCom: ÎεΜ Ï
ÏάÏÏοÏ
Μ ελÎÏ
ΞεÏα slots" + +#: pyload/plugins/hoster/RapidshareCom.py:196 +msgid "You need a premium account for this file" +msgstr "ΧÏειάζεÏÏε ÎΜαΜ λογαÏιαÏÎŒÏ premium για αÏ
ÏÏ Ïο αÏÏείο" + +#: pyload/plugins/hoster/RapidshareCom.py:198 +msgid "Filename reported invalid" +msgstr "΀ο ÏΜοΌα αÏÏείοÏ
αΜαÏÎÏΞηκε ÏÏ ÎŒÎ· ÎγκÏ
Ïο" + +#: pyload/plugins/hoster/RealdebridCom.py:40 +#: pyload/plugins/hoster/Premium4Me.py:27 +#: pyload/plugins/hoster/MultiDebridCom.py:39 +#: pyload/plugins/hoster/ZeveraCom.py:24 +#: pyload/plugins/hoster/AlldebridCom.py:37 +#: pyload/plugins/hoster/RehostTo.py:25 pyload/plugins/hoster/ReloadCc.py:22 +#: pyload/plugins/hoster/DebridItaliaCom.py:38 +#: pyload/plugins/hoster/PremiumizeMe.py:19 +#, python-format +msgid "Please enter your %s account or deactivate this plugin" +msgstr "ΠαÏÎ±ÎºÎ±Î»Ï ÎµÎ¹ÏάγεÏε Ïο λογαÏιαÏÎŒÏ ÏÎ±Ï %s ή αÏεΜεÏγοÏοιήÏÏε αÏ
ÏÏ Ïο ÏÏÏÏΞεÏο" + +#: pyload/plugins/hoster/MegaNz.py:55 +msgid "Decryption failed" +msgstr "ΠαÏοκÏÏ
ÏÏογÏάÏηÏη αÏÎÏÏ
Ïε" + +#: pyload/plugins/hoster/MegaNz.py:99 +msgid "No file key provided in the URL" +msgstr "ΠΎιεÏΞÏ
ΜÏη URL ΎεΜ ÏαÏείÏε καΜÎΜα κλειΎί αÏÏείοÏ
" + +#: pyload/plugins/hoster/MegaNz.py:111 +msgid "Error code:" +msgstr "ÎÏΎικÏÏ ÏÏάλΌαÏοÏ:" + +#: pyload/plugins/hoster/FileserveCom.py:97 +msgid "Parallel download error, now waiting 60s." +msgstr "ΣÏάλΌα ÏαÏ
ÏÏÏÏÎ¿ÎœÎ·Ï Î»Î®ÏηÏ, αΜαΌοΜή 60s." + +#: pyload/plugins/hoster/FileserveCom.py:208 +msgid "Not logged in." +msgstr "ÎεΜ ÎÏεÏε ÏÏ
ΜΎεΞεί." + +#: pyload/plugins/hoster/UploadedTo.py:135 +msgid "API key invalid" +msgstr "΀ο κλειΎί API ΎεΜ είΜαι ÎγκÏ
Ïο" + +#: pyload/plugins/hoster/UploadedTo.py:160 +#, python-format +msgid "%s: Not enough traffic left" +msgstr "%s: ÎεΜ αÏÎΌειΜε αÏκεÏή κίΜηÏη ΎεΎοΌÎΜÏΜ" + +#: pyload/plugins/hoster/UploadedTo.py:163 +msgid "Traffic exceeded" +msgstr "Î¥ÏÎÏβαÏη οÏίοÏ
κίΜηÏÎ·Ï ÎŽÎµÎŽÎ¿ÎŒÎΜÏΜ" + +#: pyload/plugins/hoster/BasePlugin.py:63 +msgid "Authorization required (username:password)" +msgstr "ÎÏαιÏείÏαι ÏιÏÏοÏοίηÏη (ÏΜοΌα ÏÏήÏÏη:κÏΎικÏÏ)" + +#: pyload/plugins/hoster/NetloadIn.py:143 +#: pyload/plugins/hoster/NetloadIn.py:167 +msgid "File temporarily not available" +msgstr "΀ο αÏÏείο είΜαι ÏÏοÏÏÏιΜά Όη ΎιαΞÎÏιΌο" + +#: pyload/plugins/hoster/NetloadIn.py:180 +#, python-format +msgid "Netload: waiting between downloads %d s." +msgstr "Netload: αΜαΌοΜή ΌεÏÎ±ÎŸÏ ÏÏΜ λήÏεÏΜ %d s." + +#: pyload/plugins/hoster/NetloadIn.py:209 +#, python-format +msgid "Netload: waiting for captcha %d s." +msgstr "Netload: αΜαΌοΜή για captcha %d s." + +#: pyload/plugins/hoster/NetloadIn.py:248 +msgid "Downloaded File was empty" +msgstr "΀ο ληÏΞÎΜ αÏÏείο ήÏαΜ άΎειο" + +#: pyload/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 "Î¥ÏήÏÏε κÏÎŽÎ¹ÎºÎ±Ï HTML ÏÏο αÏÏείο ÏοÏ
ÎγιΜε λήÏη(%s)... ÏÏάλΌα αΜακαÏεÏΞÏ
ΜÏηÏ; ΠλήÏη Ξα γίΜει εÏαΜεκκίΜηÏη." + +#: pyload/plugins/hoster/XHamsterCom.py:75 +#: pyload/plugins/hoster/XHamsterCom.py:84 +#: pyload/plugins/hoster/XHamsterCom.py:87 +#, python-format +msgid "long_url: %s" +msgstr "long_url: %s" + +#: pyload/plugins/Account.py:117 pyload/plugins/Account.py:123 +#, python-format +msgid "Could not login with account %(user)s | %(msg)s" +msgstr "ÎÏοÏÏ
Ïία ÏÏΜΎεÏÎ·Ï ÎŒÎµ ÏοΜ λογαÏιαÏÎŒÏ %(user)s | %(msg)s" + +#: pyload/plugins/Account.py:118 +msgid "Wrong Password" +msgstr "ÎÎ¬ÎžÎ¿Ï ÎºÏΎικÏÏ" + +#: pyload/plugins/Account.py:184 +#, python-format +msgid "Get Account Info for %s" +msgstr "ÎήÏη ÏληÏοÏοÏιÏΜ λογαÏιαÏÎŒÎ¿Ï Î³Î¹Î± %s" + +#: pyload/plugins/Account.py:193 +#, python-format +msgid "Error: %s" +msgstr "ΣÏάλΌα: %s" + +#: pyload/plugins/Account.py:242 +#, python-format +msgid "Your Time %s has a wrong format, use: 1:22-3:44" +msgstr "Î ÏÏα %s ÎÏει Î»Î¬ÎžÎ¿Ï ÎŒÎ¿ÏÏή, ÏÏηÏιΌοÏοιήÏÏε 1:22-3:44" + +#: pyload/plugins/Account.py:265 +#, python-format +msgid "Account %s has not enough traffic, checking again in 30min" +msgstr "ΣÏοΜ λογαÏιαÏÎŒÏ %s ΎεΜ ÎÏει αÏοΌείΜει αÏκεÏή κίΜηÏη ΎεΎοΌÎΜÏΜ, Ξα γίΜει Ïάλι ÎλεγÏÎ¿Ï Ïε 30 λεÏÏά" + +#: pyload/plugins/Account.py:273 +#, python-format +msgid "Account %s is expired, checking again in 1h" +msgstr "ΠλογαÏιαÏÎŒÏÏ %s ÎÏει λήΟει, Ξα γίΜει ΟαΜά ÎλεγÏÎ¿Ï Ïε 1 ÏÏα" + +#: pyload/plugins/Account.py:290 +#, python-format +msgid "Login with %s" +msgstr "ΣÏΜΎεÏη Όε %s" + +#: pyload/plugins/Addon.py:118 +#, python-format +msgid "Error executing addons: %s" +msgstr "ΣÏάλΌα καÏά ÏηΜ εκÏÎλεÏη ÏÏΜ ÏÏÏÏΞεÏÏΜ: %s" + +#: pyload/plugins/accounts/BitshareCom.py:36 +msgid "Activate direct Download in your Bitshare Account" +msgstr "ÎΜεÏγοÏοιήÏÏε ÏÎ¹Ï Î±ÏεÏ
ÎžÎµÎ¯Î±Ï Î»Î®ÏÎµÎ¹Ï ÏÏοΜ Bitshare λογαÏιαÏÎŒÏ ÏαÏ" + +#: pyload/plugins/crypter/SerienjunkiesOrg.py:128 +msgid "Downloadlimit reached" +msgstr "ΊÏάÏαÏε ÏÏο ÎŒÎγιÏÏο ÏÏιο λήÏεÏΜ" + +#: pyload/plugins/addons/Premium4Me.py:30 +msgid "Please add your premium.to account first and restart pyLoad" +msgstr "ΠαÏÎ±ÎºÎ±Î»Ï ÏÏοÏΞÎÏÏε ÏÏÏÏα ÏοΜ λογαÏÎ¹Î±ÎŒÏ ÏÎ±Ï ÏÏο premium.to και εÏαΜεκκιΜήÏÏε Ïο pyLoad" + +#: pyload/plugins/addons/ExternalScripts.py:53 +#, python-format +msgid "Installed scripts for %s: " +msgstr "ÎγκαÏεÏÏηΌÎΜα αÏÏεία εΜÏολÏΜ για Ïο %s: " + +#: pyload/plugins/addons/ExternalScripts.py:69 +msgid "Script not executable:" +msgstr "΀ο αÏÏείο εΜÏολÏΜ ΎεΜ είΜαι εκÏελÎÏιΌο:" + +#: pyload/plugins/addons/ExternalScripts.py:79 +#, python-format +msgid "Error in %(script)s: %(error)s" +msgstr "ΣÏάλΌα ÏÏο %(script)s: %(error)s" + +#: pyload/plugins/addons/CaptchaTrader.py:72 +#: pyload/plugins/addons/Captcha9kw.py:56 +#: pyload/plugins/addons/ExpertDecoders.py:49 +#, python-format +msgid "%s credits left" +msgstr "αÏοΌÎΜοÏ
Μ %s ÏÏΜÏοι" + +#: pyload/plugins/addons/CaptchaTrader.py:120 +msgid "Could not send response." +msgstr "ÎÏοÏÏ
Ïία αÏοÏÏÎ¿Î»Î®Ï Î±ÏάΜÏηÏηÏ." + +#: pyload/plugins/addons/CaptchaTrader.py:138 +msgid "Your CaptchaTrader Account has not enough credits" +msgstr "ΠλογαÏιÏÎŒÏÏ ÏÎ±Ï CaptchaTrader ΎεΜ ÎÏει αÏκεÏοÏÏ ÏÏΜÏοÏ
Ï" + +#: pyload/plugins/addons/Captcha9kw.py:89 +#, python-format +msgid "New CaptchaID from upload: %s : %s" +msgstr "ÎÎο CaptchaID αÏÏ Ïη ΌεÏαÏÏÏÏÏÏη: %s : %s" + +#: pyload/plugins/addons/Captcha9kw.py:123 +msgid "Your Captcha 9kw.eu Account has not enough credits" +msgstr "ΠλογαÏιαÏÎŒÏÏ ÏÎ±Ï Captcha 9kw.eu ΎεΜ ÎÏει αÏκεÏοÏÏ ÏÏΜÏοÏ
Ï" + +#: pyload/plugins/addons/RehostTo.py:34 +msgid "Please add your rehost.to account first and restart pyLoad" +msgstr "ΠαÏÎ±ÎºÎ±Î»Ï ÏÏοÏΞÎÏÏε ÏÏÏÏα ÏοΜ λογαÏÎ¹Î±ÎŒÏ ÏÎ±Ï ÏÏο rehost.to και εÏαΜεκκιΜήÏÏε Ïο pyLoad" + +#: pyload/plugins/addons/HotFolder.py:82 +#, python-format +msgid "Added %s from HotFolder" +msgstr "Î ÏοÏÏÎΞηκε Ïο %s αÏÏ HotFolder" + +#: pyload/plugins/addons/ClickAndLoad.py:74 +msgid "Click'N'Load: Port 9666 already in use" +msgstr "Click'N'Load: ΠΞÏÏα 9666 ÏÏηÏιΌοÏοιείÏαι ήΎη" + +#: pyload/plugins/addons/XMPPInterface.py:82 +#: pyload/plugins/addons/IRCInterface.py:75 +#, python-format +msgid "Package finished: %s" +msgstr "ÎλοκλήÏÏÏη ÏακÎÏοÏ
: %s" + +#: pyload/plugins/addons/XMPPInterface.py:90 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" +msgstr "ΠλήÏη ολοκληÏÏΞηκε: %(name)s @ %(plugin)s" + +#: pyload/plugins/addons/ExpertDecoders.py:98 +msgid "Your ExpertDecoders Account has not enough credits" +msgstr "ΠλογαÏιαÏÎŒÏÏ ÏÏο ExpertDecoders ΎεΜ ÎÏει αÏκεÏοÏÏ ÏÏΜÏοÏ
Ï" + +#: pyload/plugins/addons/UpdateManager.py:73 +msgid "*** Plugins have been updated, please restart pyLoad ***" +msgstr "*** ΀α ÏÏÏÏΞεÏα ÎÏοÏ
Μ αΜαβαΞΌιÏÏεί, ÏαÏÎ±ÎºÎ±Î»Ï ÎµÏαΜεκκιΜήÏÏε Ïο pyLoad ***" + +#: pyload/plugins/addons/UpdateManager.py:75 +msgid "Plugins updated and reloaded" +msgstr "΀α ÏÏÏÏΞεÏα αΜαβαΞΌίÏÏηκαΜ και ΟαΜαÏοÏÏÏΞηκαΜ" + +#: pyload/plugins/addons/UpdateManager.py:78 +msgid "No plugin updates available" +msgstr "ÎεΜ Ï
ÏάÏÏοÏ
Μ αΜαβαΞΌίÏÎµÎ¹Ï Î³Î¹Î± Ïα ÏÏÏÏΞεÏα" + +#: pyload/plugins/addons/UpdateManager.py:95 +msgid "No Updates for pyLoad" +msgstr "ÎεΜ βÏÎΞηκε αΜαβάΞΌιÏη για Ïο pyLoad" + +#: pyload/plugins/addons/UpdateManager.py:100 +#, python-format +msgid "*** New pyLoad Version %s available ***" +msgstr "*** ÎίΜαι ΎιαΞÎÏιΌη Όια καιΜοÏÏια ÎκΎοÏη (%s) ÏοÏ
pyLoad ***" + +#: pyload/plugins/addons/UpdateManager.py:101 +msgid "*** Get it here: http://pyload.org/download ***" +msgstr "*** ÎαÏεβάÏÏε αÏο εΎÏ: http://pyload.org/download ***" + +#: pyload/plugins/addons/UpdateManager.py:104 +msgid "Not able to connect server for updates" +msgstr "ÎÎŽÏ
ΜαΌία ÏÏΜΎεÏÎ·Ï ÏÏοΜ κεΜÏÏÎ¹ÎºÏ ÎŽÎ¹Î±ÎºÎ¿ÎŒÎ¹ÏÏή για ÎλεγÏο εΜηΌεÏÏÏεÏΜ" + +#: pyload/plugins/addons/UpdateManager.py:148 +#, python-format +msgid "New version of %(type)s|%(name)s : %(version).2f" +msgstr "ÎÎα ÎκΎοÏη ÏοÏ
%(type)s | %(name)s : %(version).2f" + +#: pyload/plugins/addons/UpdateManager.py:157 +#: pyload/plugins/addons/UpdateManager.py:162 +#, python-format +msgid "Error when updating %s" +msgstr "ΣÏάλΌα καÏά ÏηΜ αΜαβάΞΌιÏη ÏοÏ
%s" + +#: pyload/plugins/addons/UpdateManager.py:162 +msgid "Version mismatch" +msgstr "ÎÏÏ
ÎŒÏÏΜία ÎκΎοÏηÏ" + +#: pyload/plugins/addons/ExtractArchive.py:92 +#, python-format +msgid "No %s installed" +msgstr "ÎεΜ ÎÏει εγκαÏαÏÏαΞεί Ïο %s" + +#: pyload/plugins/addons/ExtractArchive.py:94 +#: pyload/plugins/addons/ExtractArchive.py:99 +#, python-format +msgid "Could not activate %s" +msgstr "ÎÏοÏÏ
Ïία εΜεÏγοÏοίηÏÎ·Ï ÏοÏ
%s" + +#: pyload/plugins/addons/ExtractArchive.py:104 +msgid "Activated" +msgstr "ÎΜεÏγοÏοιήΞηκε" + +#: pyload/plugins/addons/ExtractArchive.py:106 +msgid "No Extract plugins activated" +msgstr "ÎεΜ ÎÏοÏ
Μ εΜεÏγοÏοιηΞεί ÏÏÏÏΞεÏα για αÏοÏÏ
ÎŒÏίεÏη" + +#: pyload/plugins/addons/ExtractArchive.py:118 +#, python-format +msgid "Package %s queued for later extracting" +msgstr "΀ο ÏακÎÏο %s ÎÏει ÎŽÏοΌολογηΞεί για αÏοÏÏ
ÎŒÏίεÏη αÏγÏÏεÏα" + +#: pyload/plugins/addons/ExtractArchive.py:143 +#, python-format +msgid "Check package %s" +msgstr "ÎλεγÏÎ¿Ï ÏοÏ
ÏακÎÏοÏ
%s" + +#: pyload/plugins/addons/ExtractArchive.py:183 +#, python-format +msgid "Extract to %s" +msgstr "ÎÏοÏÏ
ÎŒÏίεÏη ÏÏο %s" + +#: pyload/plugins/addons/ExtractArchive.py:197 +msgid "No files found to extract" +msgstr "ÎεΜ βÏÎΞηκαΜ αÏÏεία για αÏοÏÏ
ÎŒÏίεÏη" + +#: pyload/plugins/addons/ExtractArchive.py:203 +msgid "extracting" +msgstr "αÏοÏÏ
ÎŒÏιÎζεÏαι" + +#: pyload/plugins/addons/ExtractArchive.py:214 +msgid "Password protected" +msgstr "Î ÏοÏÏαÏεÏ
ÎŒÎΜο Όε κÏΎικÏ" + +#: pyload/plugins/addons/ExtractArchive.py:234 +msgid "Wrong password" +msgstr "ÎÎ¬ÎžÎ¿Ï ÎºÏΎικÏÏ" + +#: pyload/plugins/addons/ExtractArchive.py:242 +#, python-format +msgid "Deleting %s files" +msgstr "ÎιαγÏαÏή %s αÏÏείÏΜ" + +#: pyload/plugins/addons/ExtractArchive.py:247 +msgid "Extracting finished" +msgstr "ΠαÏοÏÏ
ÎŒÏίεÏη ÏελείÏÏε" + +#: pyload/plugins/addons/ExtractArchive.py:254 +msgid "Archive Error" +msgstr "ΣÏάλΌα ÏÏο ÏÏ
ÎŒÏιεÏÎŒÎΜο αÏÏείο" + +#: pyload/plugins/addons/ExtractArchive.py:256 +msgid "CRC Mismatch" +msgstr "ÎÏÏ
ÎŒÏÏΜία CRC" + +#: pyload/plugins/addons/ExtractArchive.py:260 +msgid "Unknown Error" +msgstr "ÎγΜÏÏÏο ΣÏάλΌα" + +#: pyload/plugins/addons/ExtractArchive.py:312 +msgid "Setting User and Group failed" +msgstr "ΠοÏιÏÎŒÏÏ ÏοÏ
ΧÏήÏÏη και ÏÎ·Ï ÎÎŒÎ¬ÎŽÎ±Ï Î±ÏÎÏÏ
ÏαΜ" + +#: pyload/plugins/addons/LinkdecrypterCom.py:36 +msgid "Crypter list not found" +msgstr "ΠλίÏÏα Crypter ΎεΜ βÏÎΞηκε" + +#: pyload/plugins/addons/LinkdecrypterCom.py:50 +msgid "Crypter list is empty" +msgstr "ΠλίÏÏα Crypter είΜαι κεΜή" + +#: pyload/plugins/addons/IRCInterface.py:82 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " +msgstr "ΠλήÏη ολοκληÏÏΞηκε: %(name)s @ %(plugin)s " + +#: pyload/plugins/addons/IRCInterface.py:94 +#, python-format +msgid "New Captcha Request: %s" +msgstr "ÎίÏηÏη για ΜÎο Captcha: %s" + +#: pyload/plugins/addons/IRCInterface.py:95 +#, python-format +msgid "Answer with 'c %s text on the captcha'" +msgstr "ÎÏάΜÏηÏη Όε 'c %s κείΌεΜο για Ïο captcha'" + +#: pyload/plugins/addons/PremiumizeMe.py:46 +msgid "Please add a valid premiumize.me account first and restart pyLoad." +msgstr "ΠαÏÎ±ÎºÎ±Î»Ï ÏÏοÏΞÎÏÏε ÏÏÏÏα ÎΜαΜ ÎγκÏ
Ïο λογαÏÎ¹Î±ÎŒÏ ÏÏο premiumize.me και εÏαΜεκκιΜήÏÏε Ïο pyLoad." + +#: pyload/plugins/addons/CaptchaBrotherhood.py:69 +#, python-format +msgid "%d credits left" +msgstr "αÏοΌÎΜοÏ
Μ %d ÏÏΜÏοι" + +#: pyload/plugins/addons/MultiHoster.py:29 +#, python-format +msgid "Activated %s" +msgstr "ÎΜεÏγοÏοιήΞηκε Ïο %s" + +#: pyload/plugins/addons/MultiHoster.py:47 +msgid "No Hoster loaded" +msgstr "ÎεΜ ÏοÏÏÏΞηκε κάÏÎ¿Î¹Î¿Ï hoster" + diff --git a/locale/el/LC_MESSAGES/setup.po b/locale/el/LC_MESSAGES/setup.po new file mode 100644 index 000000000..71513138e --- /dev/null +++ b/locale/el/LC_MESSAGES/setup.po @@ -0,0 +1,376 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Greek\n" +"Language: el_GR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/Setup.py:72 +msgid "Would you like to configure pyLoad via Webinterface?" +msgstr "Îα ΞÎλαÏε Μα ÏÏ
ΞΌίÏεÏε Ïο pyLoad ÎŒÎÏÏ ÏοÏ
ÏεÏιβάλλοΜÏÎ¿Ï Web;" + +#: pyload/Setup.py:73 +msgid "You need a Browser and a connection to this PC for it." +msgstr "ΧÏειάζεÏÏε ÎΜα ÏÏÏγÏαΌΌα ÏεÏιήγηÏÎ·Ï ÎºÎ±Î¹ Όια ÏÏΜΎεÏη Όε αÏ
ÏÏ Ïο PC για αÏ
ÏÏ Ïο ÏκοÏÏ." + +#: pyload/Setup.py:74 +msgid "Url would be: http://hostname:8000/" +msgstr "ΠΎιεÏΞÏ
ΜÏη URL Ξα είΜαι: http://ÎΜοΌαΥÏολογιÏÏή:8000/" + +#: pyload/Setup.py:75 +msgid "Start initial webinterface for configuration?" +msgstr "ÎΜαÏΟη ÏοÏ
αÏÏÎ¹ÎºÎ¿Ï ÏεÏιβάλλοΜÏÎ¿Ï web για ΎιαΌÏÏÏÏÏη;" + +#: pyload/Setup.py:86 +msgid "Welcome to the pyLoad Configuration Assistent." +msgstr "ÎαλÏÏ Î®Î»ÎžÎ±Ïε ÏÏο ÎÎ¿Î·ÎžÏ Î¡ÏΞΌιÏÎ·Ï ÏοÏ
pyLoad" + +#: pyload/Setup.py:87 +msgid "It will check your system and make a basic setup in order to run pyLoad." +msgstr "Îα γίΜει ÎλεγÏÎ¿Ï ÎºÎ±Î¹ βαÏική ÏÏΞΌιÏη ÏοÏ
ÏÏ
ÏÏήΌαÏÏÏ ÏαÏ, ÏÏÏε Μα εκÏελεÏÏεί Ïο pyLoad." + +#: pyload/Setup.py:89 +msgid "The value in brackets [] always is the default value," +msgstr "Î ÏιΌή ÏÏÎ¹Ï Î±Î³ÎºÏÎ»ÎµÏ [] είΜαι ÏάΜÏα η ÏÏοεÏιλεγΌÎΜη ÏιΌή," + +#: pyload/Setup.py:90 +msgid "in case you don't want to change it or you are unsure what to choose, just hit enter." +msgstr "Ïε ÏεÏίÏÏÏÏη ÏοÏ
ΎεΜ εÏιΞÏ
ΌείÏε αλλαγή ή αΌÏιβάλλεÏε για ÏηΜ εÏιλογή ÏαÏ, αÏλά ÏαÏήÏÏε enter. " + +#: pyload/Setup.py:92 +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgstr "ÎηΜ ΟεÏΜάÏε: ÎÏοÏείÏε ÏάΜÏα Μα εκÏελÎÏεÏε ΟαΜά ÏοΜ ÎοηΞÏ, ειÏάγοΜÏÎ±Ï Ïη ÏαÏάΌεÏÏο --setup ή -s, καÏά ÏηΜ εκÏÎλεÏη ÏοÏ
pyLoadCore." + +#: pyload/Setup.py:93 +msgid "If you have any problems with this assistent hit CTRL+C," +msgstr "ÎΜ αΜÏιΌεÏÏÏίÏεÏε ÏÏοβλήΌαÏα Όε Ïο ÎοηΞÏ, ÏαÏήÏÏε CTRL-C," + +#: pyload/Setup.py:94 +msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgstr "για Μα εγκαÏαλείÏεÏε και Μα αÏοÏÏÎÏεÏε ÏηΜ αÏ
ÏÏΌαÏη εκÏÎλεÏή ÏοÏ
." + +#: pyload/Setup.py:96 +msgid "When you are ready for system check, hit enter." +msgstr "ÎÏαΜ είÏÏε ÎÏÎ¿Î¹ÎŒÎ¿Ï Î³Î¹Î± ÏοΜ ÎλεγÏο ÏοÏ
ÏÏ
ÏÏήΌαÏοÏ, ÏαÏήÏÏε enter." + +#: pyload/Setup.py:103 +msgid "Features missing: " +msgstr "ΧαÏακÏηÏιÏÏικά ÏοÏ
λείÏοÏ
Μ: " + +#: pyload/Setup.py:107 +msgid "no py-crypto available" +msgstr "ΎεΜ είΜαι ΎιαΞÎÏιΌο Ïο py-crypto" + +#: pyload/Setup.py:108 +msgid "You need this if you want to decrypt container files." +msgstr "ÎÏ
ÏÏ ÎµÎ¯ÎœÎ±Î¹ αÏαÏαίÏηÏο αΜ ΞÎλεÏε Μα αÏοκÏÏ
ÏÏογÏαÏήÏεÏε αÏÏεία container." + +#: pyload/Setup.py:112 +msgid "no SSL available" +msgstr "ΎεΜ είΜαι ΎιαΞÎÏιΌο Ïο SSL" + +#: pyload/Setup.py:113 +msgid "This is needed if you want to establish a secure connection to core or webinterface." +msgstr "ÎÏ
ÏÏ Î±ÏαιÏείÏαι για ÏηΜ ÏÏαγΌαÏοÏοίηÏη αÏÏÎ±Î»Î®Ï ÏÏΜΎεÏÎ·Ï ÎŒÎµ ÏοΜ ÏÏ
ÏήΜα ή Ïο ÏεÏιβάλλοΜ Web." + +#: pyload/Setup.py:114 +msgid "If you only want to access locally to pyLoad ssl is not useful." +msgstr "ÎΜ ΞÎλεÏε Μα ÎÏεÏε ÏÏÏÏβαÏη ÎŒÏΜο ÏοÏικά ÏÏο pyLoad, Ïο ssl ΎεΜ είΜαι ÏÏήÏιΌο." + +#: pyload/Setup.py:118 +msgid "no Captcha Recognition available" +msgstr "ΎεΜ Ï
ÏάÏÏει ΎιαΞÎÏιΌη ÎΜαγΜÏÏιÏη Captcha" + +#: pyload/Setup.py:119 +msgid "Only needed for some hosters and as freeuser." +msgstr "ΧÏειάζεÏαι ÎŒÏΜο αÏÏ ÎŒÎµÏικοÏÏ ÎŽÎ¹Î±ÎºÎ¿ÎŒÎ¹ÏÏÎÏ ÎŽÎ¹Î±ÎŒÎ¿Î¹ÏαÏÎŒÎ¿Ï Î±ÏÏείÏΜ και ÏαΜ ÎŽÏÏεάΜ ÏÏήÏÏηÏ." + +#: pyload/Setup.py:123 +msgid "no JavaScript engine found" +msgstr "ΎεΜ βÏÎΞηκε ΌηÏαΜή JavaScript" + +#: pyload/Setup.py:124 +msgid "You will need this for some Click'N'Load links. Install Spidermonkey, ossp-js, pyv8 or rhino" +msgstr "Îα Ïο ÏÏειαÏÏείÏε για ΌεÏικοÏÏ ÏÏ
ΜΎÎÏΌοÏ
Ï Click'N'Load. ÎγκαÏαÏÏήÏÏε Ïο Spidermonkey, ή Ïο ossp-js, ή Ïο pyv8 ή ή Ïο rhino" + +#: pyload/Setup.py:126 +msgid "You can abort the setup now and fix some dependencies if you want." +msgstr "ÎΜ ΞÎλεÏε ÎŒÏοÏείÏε Μα ακÏ
ÏÏÏεÏε ÏηΜ εγκαÏάÏÏαÏη ÏÏÏα και Μα ΎιοÏΞÏÏεÏε κάÏÎ¿Î¹ÎµÏ ÎµÎŸÎ±ÏÏήÏειÏ." + +#: pyload/Setup.py:128 +msgid "Continue with setup?" +msgstr "ΣÏ
ΜÎÏιÏη Όε ÏηΜ εγκαÏάÏÏαÏη;" + +#: pyload/Setup.py:134 +#, python-format +msgid "Do you want to change the config path? Current is %s" +msgstr "ÎÎλεÏε Μα αλλάΟεÏε Ïη ΎιαΎÏοΌή ÏοÏ
αÏÏείοÏ
αÏοΞήκεÏ
ÏÎ·Ï ÏÏΜ ÏÏ
ΞΌίÏεÏΜ; Î ÏÏÎÏοÏ
Ïα είΜαι %s" + +#: pyload/Setup.py:136 +msgid "If you use pyLoad on a server or the home partition lives on an internal flash it may be a good idea to change it." +msgstr "ÎΜ ÏÏηÏιΌοÏοιείÏε Ïο pyLoad Ïε εΟÏ
ÏηÏεÏηÏή ή Ïο ΎιαΌÎÏιÏΌα home βÏίÏκεÏαι Ïε εÏÏÏεÏική ΌΜήΌη flash, Ξα ήÏαΜ καλή ιΎÎα Μα Ïο αλλάΟεÏε." + +#: pyload/Setup.py:137 +msgid "Change config path?" +msgstr "Îλλαγή ΎιαΎÏÎ¿ÎŒÎ®Ï Î±ÏοΞήκεÏ
ÏÎ·Ï Î±ÏÏείοÏ
ÏÏ
ΞΌίÏεÏΜ;" + +#: pyload/Setup.py:143 +msgid "Do you want to configure login data and basic settings?" +msgstr "ÎÎλεÏε Μα οÏίÏεÏε ÏÏοιÏεία ÏÏΜΎεÏÎ·Ï ÎºÎ±Î¹ Μα κάΜεÏε ÏÎ¹Ï Î²Î±ÏικÎÏ ÏÏ
ΞΌίÏειÏ;" + +#: pyload/Setup.py:144 +msgid "This is recommend for first run." +msgstr "ÎÏ
ÏÏ ÏÏ
ΜιÏÏάÏαι για ÏηΜ ÏÏÏÏη εκÏÎλεÏη." + +#: pyload/Setup.py:145 +msgid "Make basic setup?" +msgstr "ÎηΌιοÏ
Ïγία βαÏÎ¹ÎºÎ®Ï ÏÏΞΌιÏηÏ;" + +#: pyload/Setup.py:152 +msgid "Do you want to configure ssl?" +msgstr "ÎÎλεÏε Μα ÏÏ
ΞΌίÏεÏε Ïο SSL;" + +#: pyload/Setup.py:153 +msgid "Configure ssl?" +msgstr "ΡÏΞΌιÏη SSL;" + +#: pyload/Setup.py:159 +msgid "Do you want to configure webinterface?" +msgstr "ÎÎλεÏε Μα ÏÏ
ΞΌίÏεÏε Ïο ÏεÏιβάλλοΜ Web;" + +#: pyload/Setup.py:160 +msgid "Configure webinterface?" +msgstr "ΡÏΞΌιÏη ÏοÏ
Web Interface;" + +#: pyload/Setup.py:165 +msgid "Setup finished successfully." +msgstr "ΠεγκαÏάÏÏαÏη ολοκληÏÏΞηκε Όε εÏιÏÏ
Ïία." + +#: pyload/Setup.py:166 +msgid "Hit enter to exit and restart pyLoad" +msgstr "ΠαÏήÏÏε Enter για Μα εΟÎλΞεÏε και Μα εÏαΜεκκιΜήÏεÏε Ïο pyLoad" + +#: pyload/Setup.py:173 +msgid "Webinterface running for setup." +msgstr "΀ο ÏεÏιβάλλοΜ Web εκεÏελείÏαι για εγκαÏάÏÏαÏη." + +#: pyload/Setup.py:190 +msgid "## Basic Setup ##" +msgstr "## ÎαÏική ÎγκαÏάÏÏαÏη ##" + +#: pyload/Setup.py:193 +msgid "The following logindata is valid for CLI, GUI and webinterface." +msgstr "΀α ακÏλοÏ
Ξα ÏÏοιÏεία ÏÏΜΎεÏÎ·Ï ÎµÎ¯ÎœÎ±Î¹ ÎγκÏ
Ïα για Ïη ÎÏαΌΌή ÎΜÏολÏΜ, Ïο GUI και Ïο ÏεÏιβάλλοΜ Web." + +#: pyload/Setup.py:199 pyload/Setup.py:288 pyload/Setup.py:304 +msgid "Username" +msgstr "ÎΜοΌα ΧÏήÏÏη" + +#: pyload/Setup.py:205 +msgid "External clients (GUI, CLI or other) need remote access to work over the network." +msgstr "Îι εΟÏÏεÏικοί ÏελάÏÎµÏ (για Ïο GUI, Ïη ÎÏαΌΌή εΜÏολÏΜ ή άλλο) ÏÏειάζοΜÏαι αÏοΌακÏÏ
ÏÎŒÎΜη ÏÏÏÏβαÏη για Μα λειÏοÏ
ÏγήÏοÏ
Μ ÎŒÎÏÏ ÎŽÎ¹ÎºÏÏοÏ
." + +#: pyload/Setup.py:206 +msgid "However, if you only want to use the webinterface you may disable it to save ram." +msgstr "ÎÎŒÏÏ, αΜ ΞÎλεÏε Μα Μα ÏÏηÏιΌοÏοιήÏεÏε ÎŒÏΜο Ïο ÏεÏιβάλλοΜ Web, ÎŒÏοÏείÏε Μα Ïο αÏεΜεÏγοÏοιήÏεÏε για Μα γλÏ
ÏÏÏεÏε ÏÏήÏη ÏÎ·Ï RAM." + +#: pyload/Setup.py:207 +msgid "Enable remote access" +msgstr "ÎΜεÏγοÏοίηÏη αÏοΌακÏÏ
ÏÎŒÎÎœÎ·Ï ÏÏÏÏβαÏηÏ" + +#: pyload/Setup.py:211 +msgid "Language" +msgstr "ÎλÏÏÏα" + +#: pyload/Setup.py:213 +msgid "Download folder" +msgstr "ÎŠÎ¬ÎºÎµÎ»Î¿Ï Î³Î¹Î± λήÏειÏ" + +#: pyload/Setup.py:214 +msgid "Max parallel downloads" +msgstr "ÎÎγιÏÏÎ¿Ï Î±ÏιΞΌÏÏ ÏαÏ
ÏÏÏÏοΜÏΜ λήÏεÏΜ" + +#: pyload/Setup.py:218 +msgid "Use Reconnect?" +msgstr "ΧÏήÏη ÎÏαΜαÏÏΜΎεÏηÏ;" + +#: pyload/Setup.py:221 +msgid "Reconnect script location" +msgstr "΀οÏοΞεÏία αÏÏείοÏ
εΜÏολÏΜ εÏαΜαÏÏΜΎεÏηÏ" + +#: pyload/Setup.py:226 +msgid "## Webinterface Setup ##" +msgstr "## ÎγκαÏάÏÏαÏη ΠεÏιβάλλοΜÏÎ¿Ï Web ##" + +#: pyload/Setup.py:229 +msgid "Activate webinterface?" +msgstr "ÎΜεÏγοÏοίηÏη ÏεÏιβάλλοΜÏÎ¿Ï Web;" + +#: pyload/Setup.py:231 +msgid "Listen address, if you use 127.0.0.1 or localhost, the webinterface will only accessible locally." +msgstr "ÎιεÏΞÏ
ΜÏη ÏοÏ
Ξα \"ακοÏει\". ÎΜ ÏÏηÏιΌοÏοιήÏεÏε 127.0.0.1 ή localhost, Ïο ÏεÏιβάλλοΜ Web Ξα είΜαι ÏÏοÏβάÏιΌο ÎŒÏΜο ÏοÏικά." + +#: pyload/Setup.py:232 +msgid "Address" +msgstr "ÎιεÏΞÏ
ΜÏη" + +#: pyload/Setup.py:233 +msgid "Port" +msgstr "ÎÏÏα" + +#: pyload/Setup.py:235 +msgid "pyLoad offers several server backends, now following a short explanation." +msgstr "΀ο pyLoad ÏÏοÏÏÎÏει αÏκεÏoÏÏ ÎŽÎ¹Î±ÎºÎ¿ÎŒÎ¹ÏÏÎÏ Ï
ÏοÏÏήÏιΟηÏ. ÎκολοÏ
Ξεί ÏÏΜÏοΌη εÏεΟήγηÏη." + +#: pyload/Setup.py:236 +msgid "Default server, this server offers SSL and is a good alternative to builtin." +msgstr "Î ÏοεÏιλεγΌÎΜο ΎιακοΌιÏÏήÏ, αÏ
ÏÏÏ Î¿ ΎιακοΌιÏÏÎ®Ï ÏÏοÏÏÎÏει SSL και είΜαι Όια καλή εΜαλλακÏική λÏÏη αÏÏ ÏοΜ εΜÏÏΌαÏÏÎŒÎΜο." + +#: pyload/Setup.py:238 +msgid "Can be used by apache, lighttpd, requires you to configure them, which is not too easy job." +msgstr "ÎÏοÏεί Μα ÏÏηÏιΌοÏοιήΞεί αÏÏ ÏοΜ apache και Ïο lighttpd, αÏαιÏείÏαι ÏαÏαΌεÏÏοÏοίηÏη, η οÏοία ΎεΜ είΜαι ÏÎ¿Î»Ï ÎµÏκολη." + +#: pyload/Setup.py:239 +msgid "Very fast alternative written in C, requires libev and linux knowledge." +msgstr "Î Î¿Î»Ï Î³ÏήγοÏη εΜαλλακÏική λÏÏη, γÏαΌΌÎΜη Ïε C, αÏαιÏεί Ïο ÏακÎÏο libev και γΜÏÏÎµÎ¹Ï linux." + +#: pyload/Setup.py:240 +msgid "Get it from here: https://github.com/jonashaag/bjoern, compile it" +msgstr "ÎαÏεβάÏÏε Ïο αÏÏ ÎµÎŽÏ: https://github.com/jonashaag/bjoern, κάΜÏε Ïο compile," + +#: pyload/Setup.py:241 +msgid "and copy bjoern.so to pyload/lib" +msgstr "και αΜÏιγÏάÏÏε Ïο bjoern.so ÏÏο pyload/lib" + +#: pyload/Setup.py:245 +msgid "Attention: In some rare cases the builtin server is not working, if you notice problems with the webinterface" +msgstr "Î ÏοÏοÏή: Σε ÏÏÎ¬ÎœÎ¹ÎµÏ ÏεÏιÏÏÏÏÎµÎ¹Ï Î¿ ÏÏοεÏιλεγΌÎÎœÎ¿Ï ÎŽÎ¹Î±ÎºÎ¿ÎŒÎ¹ÏÏÎ®Ï ÎŽÎµÎœ ΎοÏ
λεÏει. ÎΜ ÏαÏαÏηÏήÏεÏε ÏÏοβλήΌαÏα Όε Ïο Web Interface," + +#: pyload/Setup.py:246 +msgid "come back here and change the builtin server to the threaded one here." +msgstr "εÏιÏÏÏÎÏÏε ÎµÎŽÏ ÎºÎ±Î¹ αλλάΟÏε ÏοΜ Όε ÏοΜ threaded." + +#: pyload/Setup.py:248 +msgid "Server" +msgstr "ÎιακοΌιÏÏήÏ" + +#: pyload/Setup.py:253 +msgid "## SSL Setup ##" +msgstr "## ÎγκαÏάÏÏαÏη SSL ##" + +#: pyload/Setup.py:255 +msgid "Execute these commands from pyLoad config folder to make ssl certificates:" +msgstr "ÎκÏελÎÏÏε αÏ
ÏÎÏ ÏÎ¹Ï ÎµÎœÏολÎÏ Î±ÏÏ ÏοΜ Ïάκελο ÏαÏαΌεÏÏοÏοίηÏÎ·Ï ÏοÏ
pyLoad για Μα ΎηΌιοÏ
ÏγήÏεÏε ÏιÏÏοÏοιηÏικά SSL:" + +#: pyload/Setup.py:261 +msgid "If you're done and everything went fine, you can activate ssl now." +msgstr "ÎΜ ÏελειÏÏαÏε και Ïλα ÏήγαΜ καλÏÏ, ÏÏÏα ÎŒÏοÏείÏε Μα εΜεÏγοÏοιήÏεÏε Ïο SSL." + +#: pyload/Setup.py:262 +msgid "Activate SSL?" +msgstr "ÎΜεÏγοÏοίηÏη SSL;" + +#: pyload/Setup.py:278 +msgid "Select action" +msgstr "ÎÏιλÎΟÏε εΜÎÏγεια" + +#: pyload/Setup.py:279 +msgid "1 - Create/Edit user" +msgstr "1 - ÎηΌιοÏ
Ïγία/ÎÏεΟεÏγαÏία ÏÏήÏÏη" + +#: pyload/Setup.py:280 +msgid "2 - List users" +msgstr "2 - ÎίÏÏα ÏÏηÏÏÏΜ" + +#: pyload/Setup.py:281 +msgid "3 - Remove user" +msgstr "3 - ÎιαγÏαÏή ÏÏήÏÏη" + +#: pyload/Setup.py:282 +msgid "4 - Quit" +msgstr "4 - ΀εÏΌαÏιÏÎŒÏÏ" + +#: pyload/Setup.py:294 +msgid "Users" +msgstr "ΧÏήÏÏεÏ" + +#: pyload/Setup.py:322 +msgid "Setting new configpath, current configuration will not be transferred!" +msgstr "ÎÏιÏÎŒÏÏ ÎºÎ±Î¹ÎœÎ¿ÏÏÎ¹Î±Ï ÎŽÎ¹Î±ÎŽÏÎ¿ÎŒÎ®Ï ÏÏ
ΞΌίÏεÏΜ, οι ÏÏÎÏοÏ
ÏÎµÏ ÏÏ
ΞΌίÏÎµÎ¹Ï ÎŽÎµÎœ Ξα ΌεÏαÏεÏΞοÏΜ!" + +#: pyload/Setup.py:323 +msgid "Config path" +msgstr "ÎιαΎÏοΌή για Ïο αÏÏείο ÏÏ
ΞΌίÏεÏΜ" + +#: pyload/Setup.py:331 +msgid "Config path changed, setup will now close, please restart to go on." +msgstr "ΠΎιαΎÏοΌή για Ïο αÏÏείο ÏÏ
ΞΌίÏεÏΜ άλλαΟε, η εγκαÏάÏÏαÏη ÏÏÏα Ξα κλείÏει, ÏαÏÎ±ÎºÎ±Î»Ï ÎºÎ¬ÎœÏε εÏαΜεκκίΜηÏη για Μα ÏÏ
ΜεÏίÏÏε." + +#: pyload/Setup.py:332 +msgid "Press Enter to exit." +msgstr "ΠαÏήÏÏε Enter για ÎΟοΎο." + +#: pyload/Setup.py:336 +#, python-format +msgid "Setting config path failed: %s" +msgstr "ΠοÏιÏÎŒÏÏ ÏÎ·Ï ÎŽÎ¹Î±ÎŽÏÎ¿ÎŒÎ®Ï ÏÏ
ΞΌίÏεÏΜ αÏÎÏÏ
Ïε: %s" + +#: pyload/Setup.py:347 +msgid "y" +msgstr "y" + +#: pyload/Setup.py:349 +msgid "n" +msgstr "n" + +#: pyload/Setup.py:373 +msgid "Password: " +msgstr "ÎÏΎικÏÏ ÏÏήÏÏη:" + +#: pyload/Setup.py:377 +msgid "Password too short. Use at least 4 symbols." +msgstr "ΠκÏΎικÏÏ ÎµÎ¯ÎœÎ±Î¹ ÏÎ¿Î»Ï ÎŒÎ¹ÎºÏÏÏ. ΧÏηÏιΌοÏοιήÏÏε ÏοÏ
λάÏιÏÏοΜ 4 ÏαÏακÏήÏεÏ." + +#: pyload/Setup.py:380 +msgid "Password (again): " +msgstr "ÎÏΎικÏÏ (ΟαΜά):" + +#: pyload/Setup.py:386 +msgid "Passwords did not match." +msgstr "Îι κÏΎικοί ΎεΜ ÏαιÏιάζοÏ
Μ." + +#: pyload/Setup.py:397 +msgid "yes" +msgstr "Μαι" + +#: pyload/Setup.py:397 +msgid "true" +msgstr "ÏÏÏÏÏ" + +#: pyload/Setup.py:397 +msgid "t" +msgstr "t" + +#: pyload/Setup.py:400 +msgid "no" +msgstr "ÏÏι" + +#: pyload/Setup.py:400 +msgid "false" +msgstr "λάΞοÏ" + +#: pyload/Setup.py:400 +msgid "f" +msgstr "f" + +#: pyload/Setup.py:403 pyload/Setup.py:413 +msgid "Invalid Input" +msgstr "ÎαΜΞαÏÎŒÎΜη ειÏαγÏγή" + diff --git a/locale/el/LC_MESSAGES/webUI.po b/locale/el/LC_MESSAGES/webUI.po new file mode 100644 index 000000000..13b7bf506 --- /dev/null +++ b/locale/el/LC_MESSAGES/webUI.po @@ -0,0 +1,131 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-08-10 11:58+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Greek\n" +"Language: el_GR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/web/app/scripts/helpers/formatSize.js:9 +msgid "not available" +msgstr "Όη ΎιαΞÎÏιΌο" + +#: pyload/web/app/scripts/helpers/formatSize.js:11 +msgid "unlimited" +msgstr "αÏεÏιÏÏιÏÏο" + +#: pyload/web/app/templates/default/admin.html:3 +#: pyload/web/app/templates/default/admin.html:4 +msgid "Admin" +msgstr "ÎιαÏειÏιÏÏήÏ" + +#: pyload/web/app/templates/default/setup.html:3 +msgid "Setup" +msgstr "ÎγκαÏάÏÏαÏη" + +#: pyload/web/app/templates/default/accounts/actionbar.html:2 +msgid "Add Account" +msgstr "Î ÏοÏΞήκη ÎογαÏιαÏΌοÏ" + +#: pyload/web/app/templates/default/accounts/layout.html:2 +msgid "Accounts" +msgstr "ÎογαÏιαÏΌοί" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:9 +msgid "Local" +msgstr "΀οÏικÏ" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:18 +msgid "Search" +msgstr "ÎΜαζήÏηÏη" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:26 +msgid "Type" +msgstr "΀ÏÏοÏ" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:44 +#: pyload/web/app/templates/default/dashboard/actionbar.html:49 +msgid "All" +msgstr "Îλα" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:50 +msgid "Finished" +msgstr "ÎλοκληÏÏÎŒÎΜα" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:51 +msgid "Unfinished" +msgstr "ÎΌιÏελή" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:52 +msgid "Failed" +msgstr "ÎÏÎÏÏ
ÏαΜ" + +#: pyload/web/app/templates/default/dashboard/select.html:1 +msgid "1 package" +msgid_plural "%d packages" +msgstr[0] "1 ÏακÎÏο" +msgstr[1] "%d ÏακÎÏα" + +#: pyload/web/app/templates/default/dashboard/select.html:4 +msgid "1 file" +msgid_plural "%d files" +msgstr[0] "%d αÏÏεία" +msgstr[1] "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:2 +msgid "Add an account" +msgstr "Î ÏοÏΞήκη εΜÏÏ Î»Î¿Î³Î±ÏιαÏΌοÏ" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:7 +msgid "Please enter your account data" +msgstr "ΠαÏÎ±ÎºÎ±Î»Ï ÎµÎ¹ÏάγεÏε Ïα ÏÏοιÏεία ÏοÏ
λογαÏιαÏÎŒÎ¿Ï ÏαÏ" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:3 +msgid "Choose a plugin" +msgstr "ÎÏιλÎΟÏε ÎΜα ÏÏÏÏΞεÏο" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:9 +msgid "Please choose a plugin, which you want to configure" +msgstr "ΠαÏÎ±ÎºÎ±Î»Ï ÎµÏιλÎΟÏε ÎΜα ÏÏÏÏΞεÏο Ïο οÏοίο ΞÎλεÏε Μα ÏÏ
ΞΌίÏεÏε" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:23 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:46 +msgid "Add" +msgstr "Î ÏοÏΞήκη" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:24 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:47 +#: pyload/web/app/templates/default/dialogs/interactionTask.html:35 +msgid "Close" +msgstr "ÎλείÏιΌο" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:2 +msgid "Please confirm" +msgstr "ΠαÏÎ±ÎºÎ±Î»Ï ÎµÏιβεβαιÏÏÏε" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:5 +msgid "Do you want to delete the selected items?" +msgstr "ÎÎλεÏε Μα ΎιαγÏάÏεÏε Ïα εÏιλεγΌÎΜα ÏÏοιÏεία;" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:8 +msgid "Delete" +msgstr "ÎιαγÏαÏή" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:9 +msgid "Cancel" +msgstr "ÎκÏÏÏÏη" + +#: pyload/web/app/templates/default/dialogs/interactionTask.html:34 +msgid "Submit" +msgstr "Î¥Ïοβολή" + +#: pyload/web/app/templates/default/header/layout.html:12 +msgid "Running..." +msgstr "ÎκÏελείÏαι..." + diff --git a/locale/en/LC_MESSAGES/django.mo b/locale/en/LC_MESSAGES/django.mo Binary files differdeleted file mode 100755 index 1767783dd..000000000 --- a/locale/en/LC_MESSAGES/django.mo +++ /dev/null diff --git a/locale/en/LC_MESSAGES/pyLoad.mo b/locale/en/LC_MESSAGES/pyLoad.mo Binary files differdeleted file mode 100755 index 1767783dd..000000000 --- a/locale/en/LC_MESSAGES/pyLoad.mo +++ /dev/null diff --git a/locale/en/LC_MESSAGES/pyLoadCli.mo b/locale/en/LC_MESSAGES/pyLoadCli.mo Binary files differdeleted file mode 100755 index 1767783dd..000000000 --- a/locale/en/LC_MESSAGES/pyLoadCli.mo +++ /dev/null diff --git a/locale/en/LC_MESSAGES/pyLoadGui.mo b/locale/en/LC_MESSAGES/pyLoadGui.mo Binary files differdeleted file mode 100755 index 1767783dd..000000000 --- a/locale/en/LC_MESSAGES/pyLoadGui.mo +++ /dev/null diff --git a/locale/en/LC_MESSAGES/setup.mo b/locale/en/LC_MESSAGES/setup.mo Binary files differdeleted file mode 100755 index 1767783dd..000000000 --- a/locale/en/LC_MESSAGES/setup.mo +++ /dev/null diff --git a/locale/es/LC_MESSAGES/cli.po b/locale/es/LC_MESSAGES/cli.po new file mode 100644 index 000000000..58ed5f481 --- /dev/null +++ b/locale/es/LC_MESSAGES/cli.po @@ -0,0 +1,291 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:26-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Spanish\n" +"Language: es_ES\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/cli/AddPackage.py:48 +msgid "Add Package:" +msgstr "Agregar Paquete:" + +#: pyload/cli/AddPackage.py:53 +msgid "Enter a name for the new package" +msgstr "Introduce un nombre para el nuevo paquete" + +#: pyload/cli/AddPackage.py:57 +#, python-format +msgid "Package: %s" +msgstr "Paquete: %s" + +#: pyload/cli/AddPackage.py:58 +msgid "Parse the links you want to add." +msgstr "Analizar los enlaces que quieres añadir." + +#: pyload/cli/AddPackage.py:59 +#, python-format +msgid "Type %s when done." +msgstr "Teclea %s cuando acabes." + +#: pyload/cli/AddPackage.py:60 +msgid "Links added: " +msgstr "Enlaces añadidos: " + +#: pyload/cli/AddPackage.py:64 pyload/cli/ManageFiles.py:149 +msgid " back to main menu" +msgstr " volver al menú principal" + +#: pyload/cli/ManageFiles.py:97 +msgid "Manage Packages:" +msgstr "Administrar Paquetes:" + +#: pyload/cli/ManageFiles.py:99 +msgid "Manage Links:" +msgstr "Administrar Enlaces:" + +#: pyload/cli/ManageFiles.py:104 +msgid "What do you want to move?" +msgstr "¿Qué quieres mover?" + +#: pyload/cli/ManageFiles.py:106 +msgid "What do you want to delete?" +msgstr "¿Qué quieres borrar?" + +#: pyload/cli/ManageFiles.py:108 +msgid "What do you want to restart?" +msgstr "¿Qué quieres reiniciar?" + +#: pyload/cli/ManageFiles.py:113 +msgid "Choose what you want to do, or enter package number." +msgstr "Elige lo que quieres hacer o introduce el número de paquete." + +#: pyload/cli/ManageFiles.py:115 +msgid "delete" +msgstr "borrar" + +#: pyload/cli/ManageFiles.py:115 +msgid "move" +msgstr "mover" + +#: pyload/cli/ManageFiles.py:115 +msgid "restart" +msgstr "reiniciar" + +#: pyload/cli/ManageFiles.py:148 +msgid " - previous" +msgstr " - anterior" + +#: pyload/cli/ManageFiles.py:148 +msgid " - next" +msgstr " - siguiente" + +#: pyload/cli/Cli.py:75 pyload/cli/Cli.py:133 +msgid " Command Line Interface" +msgstr " Interfaz de LÃnea de Ãrdenes" + +#: pyload/cli/Cli.py:165 +#, python-format +msgid "%s Downloads:" +msgstr "%s Descargas:" + +#: pyload/cli/Cli.py:177 +msgid " Speed: " +msgstr " Velocidad: " + +#: pyload/cli/Cli.py:177 +msgid " Size: " +msgstr " Tamaño: " + +#: pyload/cli/Cli.py:178 +msgid " Finished in: " +msgstr " Acabado el: " + +#: pyload/cli/Cli.py:179 +msgid " ID: " +msgstr " ID: " + +#: pyload/cli/Cli.py:184 +msgid "waiting: " +msgstr "esperando: " + +#: pyload/cli/Cli.py:191 pyload/cli/Cli.py:193 +msgid "Status:" +msgstr "Estado:" + +#: pyload/cli/Cli.py:191 +msgid "paused" +msgstr "Pausado" + +#: pyload/cli/Cli.py:193 +msgid "running" +msgstr "ejecutando" + +#: pyload/cli/Cli.py:196 +msgid "total Speed" +msgstr "Velocidad total" + +#: pyload/cli/Cli.py:196 +msgid "Files in queue" +msgstr "Ficheros en cola" + +#: pyload/cli/Cli.py:197 +msgid "Total" +msgstr "Total" + +#: pyload/cli/Cli.py:203 +msgid "Menu:" +msgstr "Menú:" + +#: pyload/cli/Cli.py:205 +msgid " Add Links" +msgstr " Añadir enlaces" + +#: pyload/cli/Cli.py:206 +msgid " Manage Queue" +msgstr " Administrar Cola" + +#: pyload/cli/Cli.py:207 +msgid " Manage Collector" +msgstr " Administrar Recolector" + +#: pyload/cli/Cli.py:208 +msgid " (Un)Pause Server" +msgstr " Detener/Reanudar Servidor" + +#: pyload/cli/Cli.py:209 +msgid " Kill Server" +msgstr " Parar servidor" + +#: pyload/cli/Cli.py:210 +msgid " Quit" +msgstr " Salir" + +#: pyload/cli/Cli.py:289 pyload/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> ..." + +#: pyload/cli/Cli.py:315 +#, python-format +msgid "Checking %d links:" +msgstr "Comprobando %d enlace(s):" + +#: pyload/cli/Cli.py:324 +msgid "File does not exists." +msgstr "El archivo no existe." + +#: pyload/cli/Cli.py:385 +msgid "pyLoad was terminated" +msgstr "pyLoad fue finalizado" + +#: pyload/cli/Cli.py:443 +msgid "Prints server status" +msgstr "Muestra el estado del servidor" + +#: pyload/cli/Cli.py:444 +msgid "Prints downloads in queue" +msgstr "Muestra las descargas en cola" + +#: pyload/cli/Cli.py:445 +msgid "Prints downloads in collector" +msgstr "Muestra las descargas en recolector" + +#: pyload/cli/Cli.py:446 +msgid "Adds package to queue" +msgstr "Agregar paquetes a la cola" + +#: pyload/cli/Cli.py:447 +msgid "Adds package to collector" +msgstr "Agrega un paquete al recolector" + +#: pyload/cli/Cli.py:448 +msgid "Delete Files from Queue/Collector" +msgstr "Borrar Archivos de la Cola/Recolector" + +#: pyload/cli/Cli.py:449 +msgid "Delete Packages from Queue/Collector" +msgstr "Borrar Paquetes de la Cola/Recolector" + +#: pyload/cli/Cli.py:450 +msgid "Move Packages from Queue to Collector or vice versa" +msgstr "Mover Paquetes de la Cola al Recolector o viceversa" + +#: pyload/cli/Cli.py:451 +msgid "Restart files" +msgstr "Reiniciar archivos" + +#: pyload/cli/Cli.py:452 +msgid "Restart packages" +msgstr "Reiniciar paquetes" + +#: pyload/cli/Cli.py:453 +msgid "Check online status, works with local container" +msgstr "Comprobar el estado en-linea, trabaja con el contenedor local" + +#: pyload/cli/Cli.py:454 +msgid "Checks online status of a container file" +msgstr "Comprueba el estado en-linea de un contenedor" + +#: pyload/cli/Cli.py:455 +msgid "Pause the server" +msgstr "Pausar el servidor" + +#: pyload/cli/Cli.py:456 +msgid "continue downloads" +msgstr "continuar descargas" + +#: pyload/cli/Cli.py:457 +msgid "Toggle pause/unpause" +msgstr "Alternar detener/reanudar" + +#: pyload/cli/Cli.py:458 +msgid "kill server" +msgstr "parar servidor" + +#: pyload/cli/Cli.py:460 +msgid "List of commands:" +msgstr "Lista de órdenes:" + +#: pyload/cli/Cli.py:473 +msgid "Couldn't write user config file" +msgstr "No se puede escribir el archivo de configuración del usuario" + +#: pyload/cli/Cli.py:548 pyload/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." + +#: pyload/cli/Cli.py:555 +msgid "Address: " +msgstr "Dirección: " + +#: pyload/cli/Cli.py:556 +msgid "Port: " +msgstr "Puerto: " + +#: pyload/cli/Cli.py:557 +msgid "Username: " +msgstr "Usuario: " + +#: pyload/cli/Cli.py:561 +msgid "Password: " +msgstr "Contraseña: " + +#: pyload/cli/Cli.py:566 pyload/cli/Cli.py:575 +msgid "Login data is wrong." +msgstr "Los datos de inicio de sesión son incorrectos." + +#: pyload/cli/Cli.py:568 pyload/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." + +#: pyload/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/core.po b/locale/es/LC_MESSAGES/core.po new file mode 100644 index 000000000..98b315436 --- /dev/null +++ b/locale/es/LC_MESSAGES/core.po @@ -0,0 +1,630 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:26-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Spanish\n" +"Language: es_ES\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/AddonManager.py:62 +#, python-format +msgid "Error when executing %s" +msgstr "Error al ejecutar %s" + +#: pyload/AddonManager.py:93 +#, python-format +msgid "Failed activating %(name)s" +msgstr "Falló la activación de %(name)s" + +#: pyload/AddonManager.py:96 +#, python-format +msgid "Activated addons: %s" +msgstr "Complementos activados: %s" + +#: pyload/AddonManager.py:97 +#, python-format +msgid "Deactivated addons: %s" +msgstr "Complementos desactivados: %s" + +#: pyload/AddonManager.py:153 +msgid "Activating Plugins..." +msgstr "Activando Plugins..." + +#: pyload/AddonManager.py:162 +msgid "Deactivating Plugins..." +msgstr "Desactivando Plugins..." + +#: pyload/web/ServerThread.py:49 +msgid "SSL certificates not found." +msgstr "Certificados SSL no encontrados." + +#: pyload/web/ServerThread.py:53 +msgid "WebUI built is not available" +msgstr "El interfaz web no está disponible" + +#: pyload/web/ServerThread.py:55 +msgid "Running webUI in development mode" +msgstr "Eecutando webUI en modo de desarrollo" + +#: pyload/web/ServerThread.py:73 +msgid "Failed starting webserver: " +msgstr "No se pudo iniciar servidor web: " + +#: pyload/web/ServerThread.py:107 +msgid "Failed importing webserver: " +msgstr "No se pudo importar el servidor web: " + +#: pyload/web/ServerThread.py:125 +msgid "This server offers no SSL, please consider using threaded instead" +msgstr "Este servidor no ofrece SSL, considera el usar el servidor con hilos en su lugar" + +#: pyload/web/ServerThread.py:139 +#, python-format +msgid "Starting %(name)s webserver: %(host)s:%(port)d" +msgstr "Iniciando servidor web %(name)s: %(host)s:%(port)d" + +#: pyload/config/default.py:14 +msgid "Remote" +msgstr "Remoto" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Description" +msgstr "Descripción" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Long description" +msgstr "Descripción larga" + +#: pyload/config/default.py:16 pyload/config/default.py:56 +#: pyload/config/default.py:63 +msgid "Activated" +msgstr "Activado" + +#: pyload/config/default.py:17 pyload/config/default.py:69 +#: pyload/config/default.py:80 +msgid "Port" +msgstr "Puerto" + +#: pyload/config/default.py:18 pyload/config/default.py:77 +msgid "Address" +msgstr "Dirección" + +#: pyload/config/default.py:21 +msgid "Log" +msgstr "Registro" + +#: pyload/config/default.py:23 +msgid "Size in kb" +msgstr "Tamaño en kb" + +#: pyload/config/default.py:24 +msgid "Folder" +msgstr "Carpeta" + +#: pyload/config/default.py:25 +msgid "File Log" +msgstr "Archivo de registro" + +#: pyload/config/default.py:26 +msgid "Count" +msgstr "Cuenta" + +#: pyload/config/default.py:27 +msgid "Log Rotate" +msgstr "Rotar el registro" + +#: pyload/config/default.py:30 +msgid "Permissions" +msgstr "Permisos" + +#: pyload/config/default.py:32 +msgid "Groupname" +msgstr "nombre del grupo" + +#: pyload/config/default.py:33 +msgid "Change Group and User of Downloads" +msgstr "Cambiar Grupo y Usuario de Descargas" + +#: pyload/config/default.py:34 +msgid "Change file mode of downloads" +msgstr "Cambiar el modo de archivo de descargas" + +#: pyload/config/default.py:35 pyload/config/default.py:75 +msgid "Username" +msgstr "Usuario" + +#: pyload/config/default.py:36 +msgid "Filemode for Downloads" +msgstr "Modo de Archivo para Descargas" + +#: pyload/config/default.py:37 +msgid "Change group of running process" +msgstr "Cambiar grupo del proceso en ejecución" + +#: pyload/config/default.py:38 +msgid "Folder Permission mode" +msgstr "Modo de Permiso Carpeta" + +#: pyload/config/default.py:39 +msgid "Change user of running process" +msgstr "Cambiar usuario del proceso en ejecución" + +#: pyload/config/default.py:42 +msgid "General" +msgstr "General" + +#: pyload/config/default.py:44 +msgid "Language" +msgstr "Idioma" + +#: pyload/config/default.py:45 +msgid "Download Folder" +msgstr "Carpeta de Descargas" + +#: pyload/config/default.py:46 +msgid "Use Checksum" +msgstr "Usar suma de comprobación" + +#: pyload/config/default.py:47 +msgid "Create folder for each package" +msgstr "Crear una carpeta para cada paquete" + +#: pyload/config/default.py:48 +msgid "Debug Mode" +msgstr "Modo de depuración" + +#: pyload/config/default.py:49 +msgid "Min Free Space (MB)" +msgstr "MÃnimo Espacio Libre (MB)" + +#: pyload/config/default.py:50 +msgid "CPU Priority" +msgstr "Prioridad de la CPU" + +#: pyload/config/default.py:53 +msgid "SSL" +msgstr "SSL" + +#: pyload/config/default.py:55 +msgid "SSL Certificate" +msgstr "Certificado SSL" + +#: pyload/config/default.py:57 +msgid "SSL Key" +msgstr "Clave SSL" + +#: pyload/config/default.py:60 +msgid "Webinterface" +msgstr "Interfaz Web" + +#: pyload/config/default.py:62 +msgid "Template" +msgstr "Plantilla" + +#: pyload/config/default.py:64 +msgid "Path Prefix" +msgstr "Prefijo de ruta" + +#: pyload/config/default.py:65 +msgid "Server" +msgstr "Servidor" + +#: pyload/config/default.py:66 +msgid "Favor specific server" +msgstr "Servidor especÃfico favorito" + +#: pyload/config/default.py:67 +msgid "IP" +msgstr "IP" + +#: pyload/config/default.py:68 +msgid "Use HTTPS" +msgstr "Usar HTTPS" + +#: pyload/config/default.py:70 +msgid "Development mode" +msgstr "Modo de desarrollo" + +#: pyload/config/default.py:73 +msgid "Proxy" +msgstr "Proxy" + +#: pyload/config/default.py:76 +msgid "Use Proxy" +msgstr "Utilizar Proxy" + +#: pyload/config/default.py:78 +msgid "Password" +msgstr "Contraseña" + +#: pyload/config/default.py:79 +msgid "Protocol" +msgstr "Protocolo" + +#: pyload/config/default.py:83 +msgid "Reconnect" +msgstr "Reconectar" + +#: pyload/config/default.py:85 pyload/config/default.py:106 +msgid "End" +msgstr "Final" + +#: pyload/config/default.py:86 +msgid "Use Reconnect" +msgstr "Usar Reconectar" + +#: pyload/config/default.py:87 +msgid "Method" +msgstr "Método" + +#: pyload/config/default.py:88 pyload/config/default.py:105 +msgid "Start" +msgstr "Comenzar" + +#: pyload/config/default.py:91 +msgid "Download" +msgstr "Descargar" + +#: pyload/config/default.py:93 +msgid "Max Parallel Downloads" +msgstr "Máximas Descargas Paralelas" + +#: pyload/config/default.py:94 +msgid "Limit Download Speed" +msgstr "Velocidad LÃmite de Descarga" + +#: pyload/config/default.py:95 +msgid "Download interface to bind (ip or Name)" +msgstr "Interfaz de descarga a unirse (IP o nombre)" + +#: pyload/config/default.py:96 +msgid "Skip already existing files" +msgstr "Omitir archivos ya existentes" + +#: pyload/config/default.py:97 +msgid "Max Download Speed in kb/s" +msgstr "Velocidad de Descarga Máx. en kb/s" + +#: pyload/config/default.py:98 +msgid "Allow IPv6" +msgstr "Permitir IPv6" + +#: pyload/config/default.py:99 +msgid "Max connections for one download" +msgstr "Conexiones máximas para una descarga" + +#: pyload/config/default.py:100 +msgid "Restart failed downloads on startup" +msgstr "Reiniciar descargas fallidas al arrancar" + +#: pyload/config/default.py:103 +msgid "Download Time" +msgstr "Tiempo de descarga" + +#: pyload/network/HTTPDownload.py:249 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "Descarga por trozos fallida, recurro a una única conexión | %s" + +#: pyload/api/DownloadApi.py:44 +#, python-format +msgid "Added package %(name)s as folder %(folder)s" +msgstr "Añadido paquete %(name)s como carpeta %(folder)s" + +#: pyload/api/DownloadApi.py:95 +#, python-format +msgid "Added %d links to package" +msgstr "Añadidos %d enlaces al paquete" + +#: pyload/AccountManager.py:69 +#, python-format +msgid "Unknown account plugin %s" +msgstr "Cuenta desconocida del plugin %s" + +#: pyload/interaction/InteractionManager.py:88 +msgid "Query" +msgstr "Consulta" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Captcha request" +msgstr "Solicitud de captcha" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Please solve the captcha." +msgstr "Por favor resuelve el captcha." + +#: pyload/remote/RemoteManager.py:35 +#, python-format +msgid "Remote backend error: %s" +msgstr "Error de backend remoto: %s" + +#: pyload/remote/RemoteManager.py:80 +#, python-format +msgid "Starting %(name)s: %(addr)s:%(port)s" +msgstr "Iniciando %(name)s: %(addr)s:%(port)s" + +#: pyload/remote/RemoteManager.py:82 +#, python-format +msgid "Failed loading backend %(name)s | %(error)s" +msgstr "Fallo al cargar servidor %(name)s | %(error)s" + +#: pyload/FileManager.py:53 +msgid "none" +msgstr "Ninguno" + +#: pyload/FileManager.py:53 +msgid "offline" +msgstr "sin conexión" + +#: pyload/FileManager.py:53 +msgid "online" +msgstr "en lÃnea" + +#: pyload/FileManager.py:53 +msgid "queued" +msgstr "en cola" + +#: pyload/FileManager.py:53 +msgid "paused" +msgstr "Pausado" + +#: pyload/FileManager.py:54 +msgid "finished" +msgstr "acabado" + +#: pyload/FileManager.py:54 +msgid "skipped" +msgstr "omitido" + +#: pyload/FileManager.py:54 +msgid "failed" +msgstr "fallido" + +#: pyload/FileManager.py:54 +msgid "starting" +msgstr "comenzando" + +#: pyload/FileManager.py:55 +msgid "waiting" +msgstr "esperando" + +#: pyload/FileManager.py:55 +msgid "downloading" +msgstr "descargando" + +#: pyload/FileManager.py:55 +msgid "temp. offline" +msgstr "temp. sin conexión" + +#: pyload/FileManager.py:55 +msgid "aborted" +msgstr "abortado" + +#: pyload/FileManager.py:56 +msgid "decrypting" +msgstr "descifrando" + +#: pyload/FileManager.py:56 +msgid "processing" +msgstr "procesando" + +#: pyload/FileManager.py:56 +msgid "custom" +msgstr "personalizado" + +#: pyload/FileManager.py:56 +msgid "unknown" +msgstr "desconocido" + +#: pyload/FileManager.py:426 +#, python-format +msgid "Package finished: %s" +msgstr "Paquete acabado: %s" + +#: pyload/Api.py:152 +#, python-format +msgid "User '%s' tries to log in" +msgstr "Usuario '%s' intenta iniciar sesión" + +#: pyload/Core.py:195 +msgid "Received Quit signal" +msgstr "Señal de salida recibida" + +#: pyload/Core.py:323 +#, python-format +msgid "pyLoad already running with pid %s" +msgstr "pyLoad ya está ejecutándose con pid %s" + +#: pyload/Core.py:337 +#, python-format +msgid "Failed changing group: %s" +msgstr "Cambio de grupo fallido: %s" + +#: pyload/Core.py:347 +#, python-format +msgid "Failed changing user: %s" +msgstr "Cambio de usuario fallido: %s" + +#: pyload/Core.py:358 +msgid "Starting" +msgstr "Comenzando" + +#: pyload/Core.py:359 +#, python-format +msgid "Using home directory: %s" +msgstr "Usando directorio de inicio: %s" + +#: pyload/Core.py:373 +msgid "All links removed" +msgstr "Se eliminaron todos los enlaces" + +#: pyload/Core.py:403 +#, python-format +msgid "Download time: %s" +msgstr "Tiempo de descarga: %s" + +#: pyload/Core.py:418 +#, python-format +msgid "Free space: %s" +msgstr "Espacio libre: %s" + +#: pyload/Core.py:438 +msgid "Activating Accounts..." +msgstr "Activando Cuentas..." + +#: pyload/Core.py:443 +msgid "Restarting failed downloads..." +msgstr "Reiniciando descargas fallidas..." + +#: pyload/Core.py:451 +msgid "pyLoad is up and running" +msgstr "pyLoad está funcionando" + +#: pyload/Core.py:474 +msgid "restarting pyLoad" +msgstr "reiniciando pyLoad" + +#: pyload/Core.py:478 +msgid "pyLoad quits" +msgstr "pyLoad se cierra" + +#: pyload/Core.py:564 +msgid "shutting down..." +msgstr "apagando..." + +#: pyload/Core.py:579 +msgid "error while shutting down" +msgstr "ha ocurrido un error mientras se apagaba" + +#: pyload/Core.py:661 +msgid "killed pyLoad from terminal" +msgstr "pyload terminado desde el Terminal" + +#: pyload/database/DatabaseBackend.py:167 +msgid "Database was deleted due to incompatible version." +msgstr "El archivo de la base de datos fue eliminado por ser de una versión incompatible." + +#: pyload/threads/DecrypterThread.py:50 +msgid "Decrypting failed" +msgstr "Descifrado fallido" + +#: pyload/threads/DecrypterThread.py:73 +#, python-format +msgid "Decrypted %(count)d links into package %(name)s" +msgstr "Desccifrados %(count)d enlaces en el paquete %(name)s" + +#: pyload/threads/DecrypterThread.py:80 +msgid "No links decrypted" +msgstr "No se descifró ningún enlace" + +#: pyload/threads/InfoThread.py:147 +#, python-format +msgid "Info Fetching for %(name)s failed | %(err)s" +msgstr "Obtención de información para %(name)s fallida | %(err)s" + +#: pyload/threads/ThreadManager.py:155 +#, python-format +msgid "Reconnect Failed: %s" +msgstr "Reconexión Fallida: %s" + +#: pyload/threads/ThreadManager.py:192 +msgid "Reconnect script not found!" +msgstr "¡Script de reconexión no encontrado!" + +#: pyload/threads/ThreadManager.py:198 +msgid "Starting reconnect" +msgstr "Iniciando reconexión" + +#: pyload/threads/ThreadManager.py:212 +msgid "Failed executing reconnect script!" +msgstr "¡Fallo al ejecutar script de reconexión!" + +#: pyload/threads/ThreadManager.py:224 +#, python-format +msgid "Reconnected, new IP: %s" +msgstr "Reconectado, nueva dirección IP: %s" + +#: pyload/threads/ThreadManager.py:298 +msgid "Not enough space left on device" +msgstr "No hay suficiente espacio libre en el dispositivo" + +#: pyload/threads/DownloadThread.py:64 +#, python-format +msgid "Download starts: %s" +msgstr "Inicia descarga: %s" + +#: pyload/threads/DownloadThread.py:70 +#, python-format +msgid "Download finished: %s" +msgstr "Descarga finalizada: %s" + +#: pyload/threads/DownloadThread.py:75 +#, python-format +msgid "Plugin %s is missing a function." +msgstr "Plugin %s no encuentra una función." + +#: pyload/threads/DownloadThread.py:83 pyload/threads/DownloadThread.py:147 +#, python-format +msgid "Download aborted: %s" +msgstr "Descarga abortada: %s" + +#: pyload/threads/DownloadThread.py:103 +#, python-format +msgid "Download restarted: %(name)s | %(msg)s" +msgstr "Descarga reiniciada: %(name)s | %(msg)s" + +#: pyload/threads/DownloadThread.py:113 +#, python-format +msgid "Download is offline: %s" +msgstr "Descarga está fuera de servicio: %s" + +#: pyload/threads/DownloadThread.py:116 pyload/threads/DownloadThread.py:187 +#, python-format +msgid "Download is temporary offline: %s" +msgstr "La descarga está temporalmente fuera de servicio: %s" + +#: pyload/threads/DownloadThread.py:119 pyload/threads/DownloadThread.py:192 +#, python-format +msgid "Download failed: %(name)s | %(msg)s" +msgstr "Descarga fallida: %(name)s | %(msg)s" + +#: pyload/threads/DownloadThread.py:136 +msgid "Couldn't connect to host or connection reset, waiting 1 minute and retry." +msgstr "No pude conectar al servidor o conexión reiniciada, esperando 1 minuto y reintentando." + +#: pyload/threads/DownloadThread.py:171 +#, python-format +msgid "Download skipped: %(name)s due to %(plugin)s" +msgstr "Descarga omitida: %(name)s debido a %(plugin)s" + +#: pyload/threads/DownloadThread.py:188 +msgid "Internal Server Error" +msgstr "Error interno del servidor" + +#: pyload/threads/AddonThread.py:55 +msgid "An Error occurred" +msgstr "Se ha producido un error" + +#: pyload/PluginManager.py:316 +#, python-format +msgid "Error importing %(name)s: %(msg)s" +msgstr "Error importando %(name)s: %(msg)s" + +#: pyload/utils/JsEngine.py:188 +msgid "No js engine detected, please install either Spidermonkey, ossp-js, pyv8, nodejs or rhino" +msgstr "No se detectó ningún motor de js, por favor instale Spidermonkey, ossp-js, pyv8, nodejs o rhino" + diff --git a/locale/es/LC_MESSAGES/django.mo b/locale/es/LC_MESSAGES/django.mo Binary files differdeleted file mode 100644 index 899597735..000000000 --- a/locale/es/LC_MESSAGES/django.mo +++ /dev/null diff --git a/locale/es/LC_MESSAGES/plugins.po b/locale/es/LC_MESSAGES/plugins.po new file mode 100644 index 000000000..ed9cb669e --- /dev/null +++ b/locale/es/LC_MESSAGES/plugins.po @@ -0,0 +1,424 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-20 22:13+0200\n" +"PO-Revision-Date: 2013-10-13 12:26-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Spanish\n" +"Language: es_ES\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/plugins/network/CurlDownload.py:241 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "Descarga por trozos fallida, recurro a una única conexión | %s" + +#: pyload/plugins/Base.py:329 +msgid "Pil and tesseract not installed and no Client connected for captcha decrypting" +msgstr "Pil y tesseract no están instalados y no hay cliente conectado para descifrar captcha" + +#: pyload/plugins/Base.py:333 +msgid "No captcha result obtained in appropriate time." +msgstr "No se obtuvo resultado para el captcha en el tiempo asignado." + +#: pyload/plugins/Hoster.py:282 pyload/plugins/Hoster.py:319 +#: pyload/plugins/hoster/ARD.py:76 +#, python-format +msgid "Setting User and Group failed: %s" +msgstr "Configuración de usuario y grupo fallida: %s" + +#: pyload/plugins/Crypter.py:136 +msgid "Not existing file or unsupported protocol" +msgstr "No existe el archivo o protocolo no soportado" + +#: pyload/plugins/hoster/RapidshareCom.py:96 +msgid "Rapidshare: Traffic Share (direct download)" +msgstr "Rapidshare: Tráfico compartido (descarga directa)" + +#: pyload/plugins/hoster/RapidshareCom.py:123 +#: pyload/plugins/hoster/RapidshareCom.py:189 +msgid "Already downloading from this ip address, waiting 60 seconds" +msgstr "Ya estás descargando desde esta dirección IP, esperando 60 segundos" + +#: pyload/plugins/hoster/RapidshareCom.py:127 +msgid "Invalid Auth Code, download will be restarted" +msgstr "Código de autenticación inválido, la descarga se reiniciará" + +#: pyload/plugins/hoster/RapidshareCom.py:193 +msgid "RapidShareCom: No free slots" +msgstr "RapidShareCom: No quedan espacios disponibles" + +#: pyload/plugins/hoster/RapidshareCom.py:196 +msgid "You need a premium account for this file" +msgstr "Necesitas una cuenta premium para este archivo" + +#: pyload/plugins/hoster/RapidshareCom.py:198 +msgid "Filename reported invalid" +msgstr "Nombre de archivo inválido" + +#: pyload/plugins/hoster/RealdebridCom.py:40 +#: pyload/plugins/hoster/Premium4Me.py:27 +#: pyload/plugins/hoster/MultiDebridCom.py:39 +#: pyload/plugins/hoster/ZeveraCom.py:24 +#: pyload/plugins/hoster/AlldebridCom.py:37 +#: pyload/plugins/hoster/RehostTo.py:25 pyload/plugins/hoster/ReloadCc.py:22 +#: pyload/plugins/hoster/DebridItaliaCom.py:38 +#: pyload/plugins/hoster/PremiumizeMe.py:19 +#, python-format +msgid "Please enter your %s account or deactivate this plugin" +msgstr "Por favor, introduce tu cuenta de %s o desactiva este plugin" + +#: pyload/plugins/hoster/MegaNz.py:55 +msgid "Decryption failed" +msgstr "Error de descifrado" + +#: pyload/plugins/hoster/MegaNz.py:99 +msgid "No file key provided in the URL" +msgstr "No se proporcionó archivo de clave en la URL" + +#: pyload/plugins/hoster/MegaNz.py:111 +msgid "Error code:" +msgstr "Código de error:" + +#: pyload/plugins/hoster/FileserveCom.py:97 +msgid "Parallel download error, now waiting 60s." +msgstr "Error con descargas en paralelo, esperando 60s." + +#: pyload/plugins/hoster/FileserveCom.py:208 +msgid "Not logged in." +msgstr "No has iniciado sesión." + +#: pyload/plugins/hoster/UploadedTo.py:135 +msgid "API key invalid" +msgstr "Clave de API inválida" + +#: pyload/plugins/hoster/UploadedTo.py:160 +#, python-format +msgid "%s: Not enough traffic left" +msgstr "%s: No queda suficiente tráfico" + +#: pyload/plugins/hoster/UploadedTo.py:163 +msgid "Traffic exceeded" +msgstr "Tráfico excedido" + +#: pyload/plugins/hoster/BasePlugin.py:63 +msgid "Authorization required (username:password)" +msgstr "Autorización requerida (usuario:contraseña)" + +#: pyload/plugins/hoster/NetloadIn.py:143 +#: pyload/plugins/hoster/NetloadIn.py:167 +msgid "File temporarily not available" +msgstr "Archivo no disponible temporalmente" + +#: pyload/plugins/hoster/NetloadIn.py:180 +#, python-format +msgid "Netload: waiting between downloads %d s." +msgstr "Netload: esperando entre descargas %d s." + +#: pyload/plugins/hoster/NetloadIn.py:209 +#, python-format +msgid "Netload: waiting for captcha %d s." +msgstr "Netload: esperando captcha %d s." + +#: pyload/plugins/hoster/NetloadIn.py:248 +msgid "Downloaded File was empty" +msgstr "El archivo descargado estaba vacÃo" + +#: pyload/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 "HabÃa código HTML en el archivo (%s) descargado ... ¿error de redirección? La descarga se reiniciará." + +#: pyload/plugins/hoster/XHamsterCom.py:75 +#: pyload/plugins/hoster/XHamsterCom.py:84 +#: pyload/plugins/hoster/XHamsterCom.py:87 +#, python-format +msgid "long_url: %s" +msgstr "URL largo: %s" + +#: pyload/plugins/Account.py:117 pyload/plugins/Account.py:123 +#, python-format +msgid "Could not login with account %(user)s | %(msg)s" +msgstr "No pude iniciar sesión con cuenta %(user)s | %(msg)s" + +#: pyload/plugins/Account.py:118 +msgid "Wrong Password" +msgstr "Contraseña Incorrecta" + +#: pyload/plugins/Account.py:184 +#, python-format +msgid "Get Account Info for %s" +msgstr "Obtener información de la cuenta para %s" + +#: pyload/plugins/Account.py:193 +#, python-format +msgid "Error: %s" +msgstr "Error: %s" + +#: pyload/plugins/Account.py:242 +#, python-format +msgid "Your Time %s has a wrong format, use: 1:22-3:44" +msgstr "La hora %s tiene un formato incorrecto, use: 1:22-3:44" + +#: pyload/plugins/Account.py:265 +#, python-format +msgid "Account %s has not enough traffic, checking again in 30min" +msgstr "La cuenta %s no tiene tráfico suficiente, se comprobará otra vez en 30min" + +#: pyload/plugins/Account.py:273 +#, python-format +msgid "Account %s is expired, checking again in 1h" +msgstr "La cuenta %s ha expirado, comprobando de nuevo en 1 hora" + +#: pyload/plugins/Account.py:290 +#, python-format +msgid "Login with %s" +msgstr "Iniciar sesión con %s" + +#: pyload/plugins/Addon.py:118 +#, python-format +msgid "Error executing addons: %s" +msgstr "Error ejecutanto complementos: %s" + +#: pyload/plugins/accounts/BitshareCom.py:36 +msgid "Activate direct Download in your Bitshare Account" +msgstr "Activa descarga directa en tu cuenta de Bitshare" + +#: pyload/plugins/crypter/SerienjunkiesOrg.py:128 +msgid "Downloadlimit reached" +msgstr "Limite de descargas alcanzado" + +#: pyload/plugins/addons/Premium4Me.py:30 +msgid "Please add your premium.to account first and restart pyLoad" +msgstr "Por favor, agrega primero tu cuenta rehost.to y reinicia pyLoad" + +#: pyload/plugins/addons/ExternalScripts.py:53 +#, python-format +msgid "Installed scripts for %s: " +msgstr "Scripts instalados para %s: " + +#: pyload/plugins/addons/ExternalScripts.py:69 +msgid "Script not executable:" +msgstr "Script no ejecutable:" + +#: pyload/plugins/addons/ExternalScripts.py:79 +#, python-format +msgid "Error in %(script)s: %(error)s" +msgstr "Error en %(script)s: %(error)s" + +#: pyload/plugins/addons/CaptchaTrader.py:72 +#: pyload/plugins/addons/Captcha9kw.py:56 +#: pyload/plugins/addons/ExpertDecoders.py:49 +#, python-format +msgid "%s credits left" +msgstr "%s créditos restantes" + +#: pyload/plugins/addons/CaptchaTrader.py:120 +msgid "Could not send response." +msgstr "No se pudo enviar la respuesta." + +#: pyload/plugins/addons/CaptchaTrader.py:138 +msgid "Your CaptchaTrader Account has not enough credits" +msgstr "Tu cuenta de CaptchaTrader no tiene créditos suficientes" + +#: pyload/plugins/addons/Captcha9kw.py:89 +#, python-format +msgid "New CaptchaID from upload: %s : %s" +msgstr "Nuevo CaptchaID desde carga: %s: %s" + +#: pyload/plugins/addons/Captcha9kw.py:123 +msgid "Your Captcha 9kw.eu Account has not enough credits" +msgstr "Tu Cuenta Captcha 9kw.eu no tiene suficientes créditos" + +#: pyload/plugins/addons/RehostTo.py:34 +msgid "Please add your rehost.to account first and restart pyLoad" +msgstr "Por favor, agrega primero tu cuenta rehost.to y reinicia pyLoad" + +#: pyload/plugins/addons/HotFolder.py:82 +#, python-format +msgid "Added %s from HotFolder" +msgstr "Agregado %s desde HotFolder" + +#: pyload/plugins/addons/ClickAndLoad.py:74 +msgid "Click'N'Load: Port 9666 already in use" +msgstr "Click'N'Load: Puerto 9666 ya está en uso" + +#: pyload/plugins/addons/XMPPInterface.py:82 +#: pyload/plugins/addons/IRCInterface.py:75 +#, python-format +msgid "Package finished: %s" +msgstr "Paquete acabado: %s" + +#: pyload/plugins/addons/XMPPInterface.py:90 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" +msgstr "Descarga finalizada: %(name)s @ %(plugin)s" + +#: pyload/plugins/addons/ExpertDecoders.py:98 +msgid "Your ExpertDecoders Account has not enough credits" +msgstr "Tu cuenta de ExpertDecoders no suficientes créditos" + +#: pyload/plugins/addons/UpdateManager.py:73 +msgid "*** Plugins have been updated, please restart pyLoad ***" +msgstr "*** Los plugins han sido actualizados, por favor reinicia pyLoad ***" + +#: pyload/plugins/addons/UpdateManager.py:75 +msgid "Plugins updated and reloaded" +msgstr "Plugins actualizados y cargados de nuevo" + +#: pyload/plugins/addons/UpdateManager.py:78 +msgid "No plugin updates available" +msgstr "No hay actualizaciones de plugins disponibles" + +#: pyload/plugins/addons/UpdateManager.py:95 +msgid "No Updates for pyLoad" +msgstr "No hay actualizaciones de pyLoad" + +#: pyload/plugins/addons/UpdateManager.py:100 +#, python-format +msgid "*** New pyLoad Version %s available ***" +msgstr "*** Nueva versión %s de pyLoad disponible ***" + +#: pyload/plugins/addons/UpdateManager.py:101 +msgid "*** Get it here: http://pyload.org/download ***" +msgstr "*** Obténla aquÃ: http://pyload.org/download ***" + +#: pyload/plugins/addons/UpdateManager.py:104 +msgid "Not able to connect server for updates" +msgstr "Imposible conectar con el servidor para actualizaciones" + +#: pyload/plugins/addons/UpdateManager.py:148 +#, python-format +msgid "New version of %(type)s|%(name)s : %(version).2f" +msgstr "Nueva versión de %(type)s|%(name)s : %(version).2f" + +#: pyload/plugins/addons/UpdateManager.py:157 +#: pyload/plugins/addons/UpdateManager.py:162 +#, python-format +msgid "Error when updating %s" +msgstr "Error mientras se actualizaba %s" + +#: pyload/plugins/addons/UpdateManager.py:162 +msgid "Version mismatch" +msgstr "No coincide la versión" + +#: pyload/plugins/addons/ExtractArchive.py:92 +#, python-format +msgid "No %s installed" +msgstr "%s no instalado" + +#: pyload/plugins/addons/ExtractArchive.py:94 +#: pyload/plugins/addons/ExtractArchive.py:99 +#, python-format +msgid "Could not activate %s" +msgstr "No pude activar %s" + +#: pyload/plugins/addons/ExtractArchive.py:104 +msgid "Activated" +msgstr "Activado" + +#: pyload/plugins/addons/ExtractArchive.py:106 +msgid "No Extract plugins activated" +msgstr "No se activaron plugins de extracción" + +#: pyload/plugins/addons/ExtractArchive.py:118 +#, python-format +msgid "Package %s queued for later extracting" +msgstr "Paquete %s encolado para su posterior extracción" + +#: pyload/plugins/addons/ExtractArchive.py:143 +#, python-format +msgid "Check package %s" +msgstr "Comprobar paquete %s" + +#: pyload/plugins/addons/ExtractArchive.py:183 +#, python-format +msgid "Extract to %s" +msgstr "Extraer a %s" + +#: pyload/plugins/addons/ExtractArchive.py:197 +msgid "No files found to extract" +msgstr "No se encontraron ficheros que extraer" + +#: pyload/plugins/addons/ExtractArchive.py:203 +msgid "extracting" +msgstr "extrayendo" + +#: pyload/plugins/addons/ExtractArchive.py:214 +msgid "Password protected" +msgstr "Protegido con contraseña" + +#: pyload/plugins/addons/ExtractArchive.py:234 +msgid "Wrong password" +msgstr "Contraseña errónea" + +#: pyload/plugins/addons/ExtractArchive.py:242 +#, python-format +msgid "Deleting %s files" +msgstr "Borrando ficheros %s" + +#: pyload/plugins/addons/ExtractArchive.py:247 +msgid "Extracting finished" +msgstr "Extracción finalizada" + +#: pyload/plugins/addons/ExtractArchive.py:254 +msgid "Archive Error" +msgstr "Error de Archivo" + +#: pyload/plugins/addons/ExtractArchive.py:256 +msgid "CRC Mismatch" +msgstr "El CRC no coincide" + +#: pyload/plugins/addons/ExtractArchive.py:260 +msgid "Unknown Error" +msgstr "Error Desconocido" + +#: pyload/plugins/addons/ExtractArchive.py:312 +msgid "Setting User and Group failed" +msgstr "Falló el ajuste de usuario y grupo" + +#: pyload/plugins/addons/LinkdecrypterCom.py:36 +msgid "Crypter list not found" +msgstr "No se encontró lista de cifradores" + +#: pyload/plugins/addons/LinkdecrypterCom.py:50 +msgid "Crypter list is empty" +msgstr "La lista de cifradores está vacÃa" + +#: pyload/plugins/addons/IRCInterface.py:82 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " +msgstr "Descarga finalizada: %(name)s @ %(plugin)s " + +#: pyload/plugins/addons/IRCInterface.py:94 +#, python-format +msgid "New Captcha Request: %s" +msgstr "Nueva Petición de Captcha: %s" + +#: pyload/plugins/addons/IRCInterface.py:95 +#, python-format +msgid "Answer with 'c %s text on the captcha'" +msgstr "Conteste con 'c %s texto al captcha'" + +#: pyload/plugins/addons/PremiumizeMe.py:46 +msgid "Please add a valid premiumize.me account first and restart pyLoad." +msgstr "Por favor, agrega una cuenta válida de premiumize.me primero y reinicia pyLoad." + +#: pyload/plugins/addons/CaptchaBrotherhood.py:69 +#, python-format +msgid "%d credits left" +msgstr "%d créditos restantes" + +#: pyload/plugins/addons/MultiHoster.py:29 +#, python-format +msgid "Activated %s" +msgstr "%s activado" + +#: pyload/plugins/addons/MultiHoster.py:47 +msgid "No Hoster loaded" +msgstr "No se cargó ningún proveedor" + diff --git a/locale/es/LC_MESSAGES/pyLoad.mo b/locale/es/LC_MESSAGES/pyLoad.mo Binary files differdeleted file mode 100644 index 90aa70f1d..000000000 --- a/locale/es/LC_MESSAGES/pyLoad.mo +++ /dev/null diff --git a/locale/es/LC_MESSAGES/pyLoadCli.mo b/locale/es/LC_MESSAGES/pyLoadCli.mo Binary files differdeleted file mode 100644 index f969ad0d1..000000000 --- a/locale/es/LC_MESSAGES/pyLoadCli.mo +++ /dev/null diff --git a/locale/es/LC_MESSAGES/pyLoadGui.mo b/locale/es/LC_MESSAGES/pyLoadGui.mo Binary files differdeleted file mode 100644 index a4944783f..000000000 --- a/locale/es/LC_MESSAGES/pyLoadGui.mo +++ /dev/null diff --git a/locale/es/LC_MESSAGES/setup.mo b/locale/es/LC_MESSAGES/setup.mo Binary files differdeleted file mode 100644 index 87c4dd811..000000000 --- a/locale/es/LC_MESSAGES/setup.mo +++ /dev/null diff --git a/locale/es/LC_MESSAGES/setup.po b/locale/es/LC_MESSAGES/setup.po new file mode 100644 index 000000000..187bf573b --- /dev/null +++ b/locale/es/LC_MESSAGES/setup.po @@ -0,0 +1,376 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:26-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Spanish\n" +"Language: es_ES\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/Setup.py:72 +msgid "Would you like to configure pyLoad via Webinterface?" +msgstr "¿Te gustarÃa configurar pyLoad vÃa interfaz web?" + +#: pyload/Setup.py:73 +msgid "You need a Browser and a connection to this PC for it." +msgstr "Para ello necesita un navegador y una conexión a este PC." + +#: pyload/Setup.py:74 +msgid "Url would be: http://hostname:8000/" +msgstr "La URL serÃa: http://hostname:8000/" + +#: pyload/Setup.py:75 +msgid "Start initial webinterface for configuration?" +msgstr "¿Arrancar el interfaz web inicial para la configuración?" + +#: pyload/Setup.py:86 +msgid "Welcome to the pyLoad Configuration Assistent." +msgstr "Bienvenido al Asistente de Configuración de pyLoad." + +#: pyload/Setup.py:87 +msgid "It will check your system and make a basic setup in order to run pyLoad." +msgstr "Revisará tu sistema y hará una configuración básica para ejecutar pyLoad." + +#: pyload/Setup.py:89 +msgid "The value in brackets [] always is the default value," +msgstr "El valor entre corchetes [] siempre es el valor por defecto," + +#: pyload/Setup.py:90 +msgid "in case you don't want to change it or you are unsure what to choose, just hit enter." +msgstr "en caso que no quieras cambiarlo o no estés seguro de que opción elegir, solo presiona entrar." + +#: pyload/Setup.py:92 +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." + +#: pyload/Setup.py:93 +msgid "If you have any problems with this assistent hit CTRL+C," +msgstr "Si tienes algún problema con este asistente presiona Ctrl-C," + +#: pyload/Setup.py:94 +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." + +#: pyload/Setup.py:96 +msgid "When you are ready for system check, hit enter." +msgstr "Cuando estés listo para la revisión del sistema, presiona entrar." + +#: pyload/Setup.py:103 +msgid "Features missing: " +msgstr "CaracterÃsticas no disponibles: " + +#: pyload/Setup.py:107 +msgid "no py-crypto available" +msgstr "py-crypto no disponible" + +#: pyload/Setup.py:108 +msgid "You need this if you want to decrypt container files." +msgstr "Lo necesitas si quieres descifrar archivos contenedores." + +#: pyload/Setup.py:112 +msgid "no SSL available" +msgstr "SSL no disponible" + +#: pyload/Setup.py:113 +msgid "This is needed if you want to establish a secure connection to core or webinterface." +msgstr "Esto es necesario si quieres establecer una conexión segura con el núcleo o la interfaz web." + +#: pyload/Setup.py:114 +msgid "If you only want to access locally to pyLoad ssl is not useful." +msgstr "si sólo quieres acceder a pyLoad localmente SSL no es útil." + +#: pyload/Setup.py:118 +msgid "no Captcha Recognition available" +msgstr "reconocimiento de captcha no disponible" + +#: pyload/Setup.py:119 +msgid "Only needed for some hosters and as freeuser." +msgstr "Solo es necesario para algunos servidores y como usuario gratuito." + +#: pyload/Setup.py:123 +msgid "no JavaScript engine found" +msgstr "motor de JavaScript no encontrado" + +#: pyload/Setup.py:124 +msgid "You will need this for some Click'N'Load links. Install Spidermonkey, ossp-js, pyv8 or rhino" +msgstr "Será necesario para algunos enlaces Click'N'Load. Instala Spidermonkey, ossp-js, pyv8 o rhino" + +#: pyload/Setup.py:126 +msgid "You can abort the setup now and fix some dependencies if you want." +msgstr "Puedes cancelar la instalación ahora y corregir algunas dependencias si quieres." + +#: pyload/Setup.py:128 +msgid "Continue with setup?" +msgstr "¿Continuar con la instalación?" + +#: pyload/Setup.py:134 +#, python-format +msgid "Do you want to change the config path? Current is %s" +msgstr "¿Quieres cambiar la ruta de configuración? Actualmente es %s" + +#: pyload/Setup.py:136 +msgid "If you use pyLoad on a server or the home partition lives on an internal flash it may be a good idea to change it." +msgstr "Si usas pyLoad en un servidor o la partición primaria reside en una memoria flash interna, puede ser buena idea cambiarla." + +#: pyload/Setup.py:137 +msgid "Change config path?" +msgstr "¿Cambiar la ruta de configuración?" + +#: pyload/Setup.py:143 +msgid "Do you want to configure login data and basic settings?" +msgstr "¿Quieres configurar los datos de acceso y la configuración básica?" + +#: pyload/Setup.py:144 +msgid "This is recommend for first run." +msgstr "Esto se recomienda en la primera ejecución." + +#: pyload/Setup.py:145 +msgid "Make basic setup?" +msgstr "¿Realizar la instalación básica?" + +#: pyload/Setup.py:152 +msgid "Do you want to configure ssl?" +msgstr "¿Quieres configurar SSL?" + +#: pyload/Setup.py:153 +msgid "Configure ssl?" +msgstr "¿Configurar SSL?" + +#: pyload/Setup.py:159 +msgid "Do you want to configure webinterface?" +msgstr "¿Quieres configurar la interfaz web?" + +#: pyload/Setup.py:160 +msgid "Configure webinterface?" +msgstr "¿Configurar la interfaz web?" + +#: pyload/Setup.py:165 +msgid "Setup finished successfully." +msgstr "Instalación finalizada con éxito." + +#: pyload/Setup.py:166 +msgid "Hit enter to exit and restart pyLoad" +msgstr "Pulse entrar para salir y reiniciar pyLoad" + +#: pyload/Setup.py:173 +msgid "Webinterface running for setup." +msgstr "Interfaz web ejecutándose para instalación." + +#: pyload/Setup.py:190 +msgid "## Basic Setup ##" +msgstr "## Instalación básica ##" + +#: pyload/Setup.py:193 +msgid "The following logindata is valid for CLI, GUI and webinterface." +msgstr "Los siguientes datos de acceso son válidos para CLI, GUI e interfaz web." + +#: pyload/Setup.py:199 pyload/Setup.py:288 pyload/Setup.py:304 +msgid "Username" +msgstr "Usuario" + +#: pyload/Setup.py:205 +msgid "External clients (GUI, CLI or other) need remote access to work over the network." +msgstr "Los clientes externos (GUI, CLI u otros) necesitan acceso remoto para funcionar a través de la red." + +#: pyload/Setup.py:206 +msgid "However, if you only want to use the webinterface you may disable it to save ram." +msgstr "No obstante, si sólo quieres utilizar interfaz web puedes deshabilitarlo para ahorrar ram." + +#: pyload/Setup.py:207 +msgid "Enable remote access" +msgstr "Activar acceso remoto" + +#: pyload/Setup.py:211 +msgid "Language" +msgstr "Idioma" + +#: pyload/Setup.py:213 +msgid "Download folder" +msgstr "Carpeta de Descargas" + +#: pyload/Setup.py:214 +msgid "Max parallel downloads" +msgstr "Máximas descargas paralelas" + +#: pyload/Setup.py:218 +msgid "Use Reconnect?" +msgstr "¿Usar reconectar?" + +#: pyload/Setup.py:221 +msgid "Reconnect script location" +msgstr "Ubicación del script de reconexión" + +#: pyload/Setup.py:226 +msgid "## Webinterface Setup ##" +msgstr "## Instalación de la Interfaz Web ##" + +#: pyload/Setup.py:229 +msgid "Activate webinterface?" +msgstr "¿Activar interfaz web?" + +#: pyload/Setup.py:231 +msgid "Listen address, if you use 127.0.0.1 or localhost, the webinterface will only accessible locally." +msgstr "Dirección de escucha, si usas 127.0.0.1 o localhost, la interfaz web solo podrá ser accesible localmente." + +#: pyload/Setup.py:232 +msgid "Address" +msgstr "Dirección" + +#: pyload/Setup.py:233 +msgid "Port" +msgstr "Puerto" + +#: pyload/Setup.py:235 +msgid "pyLoad offers several server backends, now following a short explanation." +msgstr "lapyLoad ofrece varios backends de servidor después de una breve explicación." + +#: pyload/Setup.py:236 +msgid "Default server, this server offers SSL and is a good alternative to builtin." +msgstr "Servidor predeterminado, este servidor ofrece SSL y es una buena alternativa al integrado." + +#: pyload/Setup.py:238 +msgid "Can be used by apache, lighttpd, requires you to configure them, which is not too easy job." +msgstr "Puede usarse por apache, lighttpd, requiere que lo configures, lo cual no es una tarea fácil." + +#: pyload/Setup.py:239 +msgid "Very fast alternative written in C, requires libev and linux knowledge." +msgstr "Una alternativa muy rápida escrita en C, requiere libev y conocimientos de linux." + +#: pyload/Setup.py:240 +msgid "Get it from here: https://github.com/jonashaag/bjoern, compile it" +msgstr "Obtenlo de aquÃ: https://github.com/jonashaag/bjoern, compÃlalo" + +#: pyload/Setup.py:241 +msgid "and copy bjoern.so to pyload/lib" +msgstr "y copia bjoern.so a pyload/lib" + +#: pyload/Setup.py:245 +msgid "Attention: In some rare cases the builtin server is not working, if you notice problems with the webinterface" +msgstr "Atención: En algunos casos raros el servidor integrado no funciona, si notas problemas con la interfaz web" + +#: pyload/Setup.py:246 +msgid "come back here and change the builtin server to the threaded one here." +msgstr "vuelve aquà y cambia el servidor integrado por el servidor con hilos." + +#: pyload/Setup.py:248 +msgid "Server" +msgstr "Servidor" + +#: pyload/Setup.py:253 +msgid "## SSL Setup ##" +msgstr "## Configuración de SSL ##" + +#: pyload/Setup.py:255 +msgid "Execute these commands from pyLoad config folder to make ssl certificates:" +msgstr "Ejecuta estos comandos desde la carpeta de configuración pyLoad para crear los certificados ssl:" + +#: pyload/Setup.py:261 +msgid "If you're done and everything went fine, you can activate ssl now." +msgstr "Si has terminado y todo acabo bien, podrás activar ssl ahora." + +#: pyload/Setup.py:262 +msgid "Activate SSL?" +msgstr "¿Activar SSL?" + +#: pyload/Setup.py:278 +msgid "Select action" +msgstr "Elige una acción" + +#: pyload/Setup.py:279 +msgid "1 - Create/Edit user" +msgstr "1 - Crear/Editar usuario" + +#: pyload/Setup.py:280 +msgid "2 - List users" +msgstr "2 - Lista de usuarios" + +#: pyload/Setup.py:281 +msgid "3 - Remove user" +msgstr "3 - Eliminar usuario" + +#: pyload/Setup.py:282 +msgid "4 - Quit" +msgstr "4 - Salir" + +#: pyload/Setup.py:294 +msgid "Users" +msgstr "Usuarios" + +#: pyload/Setup.py:322 +msgid "Setting new configpath, current configuration will not be transferred!" +msgstr "Instalando el nuevo directorio de configuración, ¡la configuración actual no será transferida!" + +#: pyload/Setup.py:323 +msgid "Config path" +msgstr "Directorio de configuración" + +#: pyload/Setup.py:331 +msgid "Config path changed, setup will now close, please restart to go on." +msgstr "Directorio de configuración cambiado, la instalación se cerrará, por favor reinicia para continuar." + +#: pyload/Setup.py:332 +msgid "Press Enter to exit." +msgstr "Presiona Entrar para salir." + +#: pyload/Setup.py:336 +#, python-format +msgid "Setting config path failed: %s" +msgstr "Ajuste del directorio de configuración fallido: %s" + +#: pyload/Setup.py:347 +msgid "y" +msgstr "s" + +#: pyload/Setup.py:349 +msgid "n" +msgstr "n" + +#: pyload/Setup.py:373 +msgid "Password: " +msgstr "Contraseña: " + +#: pyload/Setup.py:377 +msgid "Password too short. Use at least 4 symbols." +msgstr "La contraseña es demasiado corta. Use al menos 4 sÃmbolos." + +#: pyload/Setup.py:380 +msgid "Password (again): " +msgstr "Contraseña (de nuevo): " + +#: pyload/Setup.py:386 +msgid "Passwords did not match." +msgstr "Las contraseñas no coinciden." + +#: pyload/Setup.py:397 +msgid "yes" +msgstr "sÃ" + +#: pyload/Setup.py:397 +msgid "true" +msgstr "verdadero" + +#: pyload/Setup.py:397 +msgid "t" +msgstr "v" + +#: pyload/Setup.py:400 +msgid "no" +msgstr "no" + +#: pyload/Setup.py:400 +msgid "false" +msgstr "falso" + +#: pyload/Setup.py:400 +msgid "f" +msgstr "f" + +#: pyload/Setup.py:403 pyload/Setup.py:413 +msgid "Invalid Input" +msgstr "Entrada no válida" + diff --git a/locale/es/LC_MESSAGES/webUI.po b/locale/es/LC_MESSAGES/webUI.po new file mode 100644 index 000000000..57c13399a --- /dev/null +++ b/locale/es/LC_MESSAGES/webUI.po @@ -0,0 +1,131 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-08-10 11:58+0200\n" +"PO-Revision-Date: 2013-10-13 12:26-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Spanish\n" +"Language: es_ES\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/web/app/scripts/helpers/formatSize.js:9 +msgid "not available" +msgstr "no disponible" + +#: pyload/web/app/scripts/helpers/formatSize.js:11 +msgid "unlimited" +msgstr "ilimitado" + +#: pyload/web/app/templates/default/admin.html:3 +#: pyload/web/app/templates/default/admin.html:4 +msgid "Admin" +msgstr "Admin" + +#: pyload/web/app/templates/default/setup.html:3 +msgid "Setup" +msgstr "Configuración" + +#: pyload/web/app/templates/default/accounts/actionbar.html:2 +msgid "Add Account" +msgstr "Agregar cuenta" + +#: pyload/web/app/templates/default/accounts/layout.html:2 +msgid "Accounts" +msgstr "Cuentas" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:9 +msgid "Local" +msgstr "Local" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:18 +msgid "Search" +msgstr "Buscar" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:26 +msgid "Type" +msgstr "Tipo" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:44 +#: pyload/web/app/templates/default/dashboard/actionbar.html:49 +msgid "All" +msgstr "Todos" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:50 +msgid "Finished" +msgstr "Acabados" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:51 +msgid "Unfinished" +msgstr "Inacabados" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:52 +msgid "Failed" +msgstr "Fallidos" + +#: pyload/web/app/templates/default/dashboard/select.html:1 +msgid "1 package" +msgid_plural "%d packages" +msgstr[0] "1 paquete" +msgstr[1] "%d paquetes" + +#: pyload/web/app/templates/default/dashboard/select.html:4 +msgid "1 file" +msgid_plural "%d files" +msgstr[0] "1 archivio" +msgstr[1] "%d archivos" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:2 +msgid "Add an account" +msgstr "Agregue una cuenta" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:7 +msgid "Please enter your account data" +msgstr "Por favor, introduzca los datos de su cuenta" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:3 +msgid "Choose a plugin" +msgstr "Elija un plugin" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:9 +msgid "Please choose a plugin, which you want to configure" +msgstr "Por favor, elija el plugin que desea configurar" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:23 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:46 +msgid "Add" +msgstr "Añadir" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:24 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:47 +#: pyload/web/app/templates/default/dialogs/interactionTask.html:35 +msgid "Close" +msgstr "Cerrar" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:2 +msgid "Please confirm" +msgstr "Por favor confirme" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:5 +msgid "Do you want to delete the selected items?" +msgstr "¿Quiere borrar los elementos seleccionados?" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:8 +msgid "Delete" +msgstr "Borrar" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:9 +msgid "Cancel" +msgstr "Cancelar" + +#: pyload/web/app/templates/default/dialogs/interactionTask.html:34 +msgid "Submit" +msgstr "Enviar" + +#: pyload/web/app/templates/default/header/layout.html:12 +msgid "Running..." +msgstr "Ejecutando..." + diff --git a/locale/fa/LC_MESSAGES/cli.po b/locale/fa/LC_MESSAGES/cli.po new file mode 100644 index 000000000..6ce1c0b1f --- /dev/null +++ b/locale/fa/LC_MESSAGES/cli.po @@ -0,0 +1,291 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Persian\n" +"Language: fa_IR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.net\n" + +#: pyload/cli/AddPackage.py:48 +msgid "Add Package:" +msgstr "" + +#: pyload/cli/AddPackage.py:53 +msgid "Enter a name for the new package" +msgstr "" + +#: pyload/cli/AddPackage.py:57 +#, python-format +msgid "Package: %s" +msgstr "" + +#: pyload/cli/AddPackage.py:58 +msgid "Parse the links you want to add." +msgstr "" + +#: pyload/cli/AddPackage.py:59 +#, python-format +msgid "Type %s when done." +msgstr "" + +#: pyload/cli/AddPackage.py:60 +msgid "Links added: " +msgstr "" + +#: pyload/cli/AddPackage.py:64 pyload/cli/ManageFiles.py:149 +msgid " back to main menu" +msgstr "" + +#: pyload/cli/ManageFiles.py:97 +msgid "Manage Packages:" +msgstr "" + +#: pyload/cli/ManageFiles.py:99 +msgid "Manage Links:" +msgstr "" + +#: pyload/cli/ManageFiles.py:104 +msgid "What do you want to move?" +msgstr "" + +#: pyload/cli/ManageFiles.py:106 +msgid "What do you want to delete?" +msgstr "" + +#: pyload/cli/ManageFiles.py:108 +msgid "What do you want to restart?" +msgstr "" + +#: pyload/cli/ManageFiles.py:113 +msgid "Choose what you want to do, or enter package number." +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "delete" +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "move" +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "restart" +msgstr "" + +#: pyload/cli/ManageFiles.py:148 +msgid " - previous" +msgstr "" + +#: pyload/cli/ManageFiles.py:148 +msgid " - next" +msgstr "" + +#: pyload/cli/Cli.py:75 pyload/cli/Cli.py:133 +msgid " Command Line Interface" +msgstr "" + +#: pyload/cli/Cli.py:165 +#, python-format +msgid "%s Downloads:" +msgstr "" + +#: pyload/cli/Cli.py:177 +msgid " Speed: " +msgstr "" + +#: pyload/cli/Cli.py:177 +msgid " Size: " +msgstr "" + +#: pyload/cli/Cli.py:178 +msgid " Finished in: " +msgstr "" + +#: pyload/cli/Cli.py:179 +msgid " ID: " +msgstr "" + +#: pyload/cli/Cli.py:184 +msgid "waiting: " +msgstr "" + +#: pyload/cli/Cli.py:191 pyload/cli/Cli.py:193 +msgid "Status:" +msgstr "" + +#: pyload/cli/Cli.py:191 +msgid "paused" +msgstr "" + +#: pyload/cli/Cli.py:193 +msgid "running" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "total Speed" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "Files in queue" +msgstr "" + +#: pyload/cli/Cli.py:197 +msgid "Total" +msgstr "" + +#: pyload/cli/Cli.py:203 +msgid "Menu:" +msgstr "" + +#: pyload/cli/Cli.py:205 +msgid " Add Links" +msgstr "" + +#: pyload/cli/Cli.py:206 +msgid " Manage Queue" +msgstr "" + +#: pyload/cli/Cli.py:207 +msgid " Manage Collector" +msgstr "" + +#: pyload/cli/Cli.py:208 +msgid " (Un)Pause Server" +msgstr "" + +#: pyload/cli/Cli.py:209 +msgid " Kill Server" +msgstr "" + +#: pyload/cli/Cli.py:210 +msgid " Quit" +msgstr "" + +#: pyload/cli/Cli.py:289 pyload/cli/Cli.py:296 +msgid "Please use this syntax: add <Package name> <link> <link2> ..." +msgstr "" + +#: pyload/cli/Cli.py:315 +#, python-format +msgid "Checking %d links:" +msgstr "" + +#: pyload/cli/Cli.py:324 +msgid "File does not exists." +msgstr "" + +#: pyload/cli/Cli.py:385 +msgid "pyLoad was terminated" +msgstr "" + +#: pyload/cli/Cli.py:443 +msgid "Prints server status" +msgstr "" + +#: pyload/cli/Cli.py:444 +msgid "Prints downloads in queue" +msgstr "" + +#: pyload/cli/Cli.py:445 +msgid "Prints downloads in collector" +msgstr "" + +#: pyload/cli/Cli.py:446 +msgid "Adds package to queue" +msgstr "" + +#: pyload/cli/Cli.py:447 +msgid "Adds package to collector" +msgstr "" + +#: pyload/cli/Cli.py:448 +msgid "Delete Files from Queue/Collector" +msgstr "" + +#: pyload/cli/Cli.py:449 +msgid "Delete Packages from Queue/Collector" +msgstr "" + +#: pyload/cli/Cli.py:450 +msgid "Move Packages from Queue to Collector or vice versa" +msgstr "" + +#: pyload/cli/Cli.py:451 +msgid "Restart files" +msgstr "" + +#: pyload/cli/Cli.py:452 +msgid "Restart packages" +msgstr "" + +#: pyload/cli/Cli.py:453 +msgid "Check online status, works with local container" +msgstr "" + +#: pyload/cli/Cli.py:454 +msgid "Checks online status of a container file" +msgstr "" + +#: pyload/cli/Cli.py:455 +msgid "Pause the server" +msgstr "" + +#: pyload/cli/Cli.py:456 +msgid "continue downloads" +msgstr "" + +#: pyload/cli/Cli.py:457 +msgid "Toggle pause/unpause" +msgstr "" + +#: pyload/cli/Cli.py:458 +msgid "kill server" +msgstr "" + +#: pyload/cli/Cli.py:460 +msgid "List of commands:" +msgstr "" + +#: pyload/cli/Cli.py:473 +msgid "Couldn't write user config file" +msgstr "" + +#: pyload/cli/Cli.py:548 pyload/cli/Cli.py:580 +msgid "You need py-openssl to connect to this pyLoad core." +msgstr "" + +#: pyload/cli/Cli.py:555 +msgid "Address: " +msgstr "" + +#: pyload/cli/Cli.py:556 +msgid "Port: " +msgstr "" + +#: pyload/cli/Cli.py:557 +msgid "Username: " +msgstr "" + +#: pyload/cli/Cli.py:561 +msgid "Password: " +msgstr "" + +#: pyload/cli/Cli.py:566 pyload/cli/Cli.py:575 +msgid "Login data is wrong." +msgstr "" + +#: pyload/cli/Cli.py:568 pyload/cli/Cli.py:577 +#, python-format +msgid "Could not establish connection to %(addr)s:%(port)s." +msgstr "" + +#: pyload/cli/Cli.py:582 +msgid "Interactive mode ignored since you passed some commands." +msgstr "" + diff --git a/locale/fa/LC_MESSAGES/core.po b/locale/fa/LC_MESSAGES/core.po new file mode 100644 index 000000000..b6a7c7402 --- /dev/null +++ b/locale/fa/LC_MESSAGES/core.po @@ -0,0 +1,630 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Persian\n" +"Language: fa_IR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.net\n" + +#: pyload/AddonManager.py:62 +#, python-format +msgid "Error when executing %s" +msgstr "" + +#: pyload/AddonManager.py:93 +#, python-format +msgid "Failed activating %(name)s" +msgstr "" + +#: pyload/AddonManager.py:96 +#, python-format +msgid "Activated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:97 +#, python-format +msgid "Deactivated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:153 +msgid "Activating Plugins..." +msgstr "" + +#: pyload/AddonManager.py:162 +msgid "Deactivating Plugins..." +msgstr "" + +#: pyload/web/ServerThread.py:49 +msgid "SSL certificates not found." +msgstr "" + +#: pyload/web/ServerThread.py:53 +msgid "WebUI built is not available" +msgstr "" + +#: pyload/web/ServerThread.py:55 +msgid "Running webUI in development mode" +msgstr "" + +#: pyload/web/ServerThread.py:73 +msgid "Failed starting webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:107 +msgid "Failed importing webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:125 +msgid "This server offers no SSL, please consider using threaded instead" +msgstr "" + +#: pyload/web/ServerThread.py:139 +#, python-format +msgid "Starting %(name)s webserver: %(host)s:%(port)d" +msgstr "" + +#: pyload/config/default.py:14 +msgid "Remote" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Description" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Long description" +msgstr "" + +#: pyload/config/default.py:16 pyload/config/default.py:56 +#: pyload/config/default.py:63 +msgid "Activated" +msgstr "" + +#: pyload/config/default.py:17 pyload/config/default.py:69 +#: pyload/config/default.py:80 +msgid "Port" +msgstr "" + +#: pyload/config/default.py:18 pyload/config/default.py:77 +msgid "Address" +msgstr "" + +#: pyload/config/default.py:21 +msgid "Log" +msgstr "" + +#: pyload/config/default.py:23 +msgid "Size in kb" +msgstr "" + +#: pyload/config/default.py:24 +msgid "Folder" +msgstr "" + +#: pyload/config/default.py:25 +msgid "File Log" +msgstr "" + +#: pyload/config/default.py:26 +msgid "Count" +msgstr "" + +#: pyload/config/default.py:27 +msgid "Log Rotate" +msgstr "" + +#: pyload/config/default.py:30 +msgid "Permissions" +msgstr "" + +#: pyload/config/default.py:32 +msgid "Groupname" +msgstr "" + +#: pyload/config/default.py:33 +msgid "Change Group and User of Downloads" +msgstr "" + +#: pyload/config/default.py:34 +msgid "Change file mode of downloads" +msgstr "" + +#: pyload/config/default.py:35 pyload/config/default.py:75 +msgid "Username" +msgstr "" + +#: pyload/config/default.py:36 +msgid "Filemode for Downloads" +msgstr "" + +#: pyload/config/default.py:37 +msgid "Change group of running process" +msgstr "" + +#: pyload/config/default.py:38 +msgid "Folder Permission mode" +msgstr "" + +#: pyload/config/default.py:39 +msgid "Change user of running process" +msgstr "" + +#: pyload/config/default.py:42 +msgid "General" +msgstr "" + +#: pyload/config/default.py:44 +msgid "Language" +msgstr "" + +#: pyload/config/default.py:45 +msgid "Download Folder" +msgstr "" + +#: pyload/config/default.py:46 +msgid "Use Checksum" +msgstr "" + +#: pyload/config/default.py:47 +msgid "Create folder for each package" +msgstr "" + +#: pyload/config/default.py:48 +msgid "Debug Mode" +msgstr "" + +#: pyload/config/default.py:49 +msgid "Min Free Space (MB)" +msgstr "" + +#: pyload/config/default.py:50 +msgid "CPU Priority" +msgstr "" + +#: pyload/config/default.py:53 +msgid "SSL" +msgstr "" + +#: pyload/config/default.py:55 +msgid "SSL Certificate" +msgstr "" + +#: pyload/config/default.py:57 +msgid "SSL Key" +msgstr "" + +#: pyload/config/default.py:60 +msgid "Webinterface" +msgstr "" + +#: pyload/config/default.py:62 +msgid "Template" +msgstr "" + +#: pyload/config/default.py:64 +msgid "Path Prefix" +msgstr "" + +#: pyload/config/default.py:65 +msgid "Server" +msgstr "" + +#: pyload/config/default.py:66 +msgid "Favor specific server" +msgstr "" + +#: pyload/config/default.py:67 +msgid "IP" +msgstr "" + +#: pyload/config/default.py:68 +msgid "Use HTTPS" +msgstr "" + +#: pyload/config/default.py:70 +msgid "Development mode" +msgstr "" + +#: pyload/config/default.py:73 +msgid "Proxy" +msgstr "" + +#: pyload/config/default.py:76 +msgid "Use Proxy" +msgstr "" + +#: pyload/config/default.py:78 +msgid "Password" +msgstr "" + +#: pyload/config/default.py:79 +msgid "Protocol" +msgstr "" + +#: pyload/config/default.py:83 +msgid "Reconnect" +msgstr "" + +#: pyload/config/default.py:85 pyload/config/default.py:106 +msgid "End" +msgstr "" + +#: pyload/config/default.py:86 +msgid "Use Reconnect" +msgstr "" + +#: pyload/config/default.py:87 +msgid "Method" +msgstr "" + +#: pyload/config/default.py:88 pyload/config/default.py:105 +msgid "Start" +msgstr "" + +#: pyload/config/default.py:91 +msgid "Download" +msgstr "" + +#: pyload/config/default.py:93 +msgid "Max Parallel Downloads" +msgstr "" + +#: pyload/config/default.py:94 +msgid "Limit Download Speed" +msgstr "" + +#: pyload/config/default.py:95 +msgid "Download interface to bind (ip or Name)" +msgstr "" + +#: pyload/config/default.py:96 +msgid "Skip already existing files" +msgstr "" + +#: pyload/config/default.py:97 +msgid "Max Download Speed in kb/s" +msgstr "" + +#: pyload/config/default.py:98 +msgid "Allow IPv6" +msgstr "" + +#: pyload/config/default.py:99 +msgid "Max connections for one download" +msgstr "" + +#: pyload/config/default.py:100 +msgid "Restart failed downloads on startup" +msgstr "" + +#: pyload/config/default.py:103 +msgid "Download Time" +msgstr "" + +#: pyload/network/HTTPDownload.py:249 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/api/DownloadApi.py:44 +#, python-format +msgid "Added package %(name)s as folder %(folder)s" +msgstr "" + +#: pyload/api/DownloadApi.py:95 +#, python-format +msgid "Added %d links to package" +msgstr "" + +#: pyload/AccountManager.py:69 +#, python-format +msgid "Unknown account plugin %s" +msgstr "" + +#: pyload/interaction/InteractionManager.py:88 +msgid "Query" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Captcha request" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Please solve the captcha." +msgstr "" + +#: pyload/remote/RemoteManager.py:35 +#, python-format +msgid "Remote backend error: %s" +msgstr "" + +#: pyload/remote/RemoteManager.py:80 +#, python-format +msgid "Starting %(name)s: %(addr)s:%(port)s" +msgstr "" + +#: pyload/remote/RemoteManager.py:82 +#, python-format +msgid "Failed loading backend %(name)s | %(error)s" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "none" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "offline" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "online" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "queued" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "paused" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "finished" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "skipped" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "failed" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "starting" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "waiting" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "downloading" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "temp. offline" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "aborted" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "decrypting" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "processing" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "custom" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "unknown" +msgstr "" + +#: pyload/FileManager.py:426 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/Api.py:152 +#, python-format +msgid "User '%s' tries to log in" +msgstr "" + +#: pyload/Core.py:195 +msgid "Received Quit signal" +msgstr "" + +#: pyload/Core.py:323 +#, python-format +msgid "pyLoad already running with pid %s" +msgstr "" + +#: pyload/Core.py:337 +#, python-format +msgid "Failed changing group: %s" +msgstr "" + +#: pyload/Core.py:347 +#, python-format +msgid "Failed changing user: %s" +msgstr "" + +#: pyload/Core.py:358 +msgid "Starting" +msgstr "" + +#: pyload/Core.py:359 +#, python-format +msgid "Using home directory: %s" +msgstr "" + +#: pyload/Core.py:373 +msgid "All links removed" +msgstr "" + +#: pyload/Core.py:403 +#, python-format +msgid "Download time: %s" +msgstr "" + +#: pyload/Core.py:418 +#, python-format +msgid "Free space: %s" +msgstr "" + +#: pyload/Core.py:438 +msgid "Activating Accounts..." +msgstr "" + +#: pyload/Core.py:443 +msgid "Restarting failed downloads..." +msgstr "" + +#: pyload/Core.py:451 +msgid "pyLoad is up and running" +msgstr "" + +#: pyload/Core.py:474 +msgid "restarting pyLoad" +msgstr "" + +#: pyload/Core.py:478 +msgid "pyLoad quits" +msgstr "" + +#: pyload/Core.py:564 +msgid "shutting down..." +msgstr "" + +#: pyload/Core.py:579 +msgid "error while shutting down" +msgstr "" + +#: pyload/Core.py:661 +msgid "killed pyLoad from terminal" +msgstr "" + +#: pyload/database/DatabaseBackend.py:167 +msgid "Database was deleted due to incompatible version." +msgstr "" + +#: pyload/threads/DecrypterThread.py:50 +msgid "Decrypting failed" +msgstr "" + +#: pyload/threads/DecrypterThread.py:73 +#, python-format +msgid "Decrypted %(count)d links into package %(name)s" +msgstr "" + +#: pyload/threads/DecrypterThread.py:80 +msgid "No links decrypted" +msgstr "" + +#: pyload/threads/InfoThread.py:147 +#, python-format +msgid "Info Fetching for %(name)s failed | %(err)s" +msgstr "" + +#: pyload/threads/ThreadManager.py:155 +#, python-format +msgid "Reconnect Failed: %s" +msgstr "" + +#: pyload/threads/ThreadManager.py:192 +msgid "Reconnect script not found!" +msgstr "" + +#: pyload/threads/ThreadManager.py:198 +msgid "Starting reconnect" +msgstr "" + +#: pyload/threads/ThreadManager.py:212 +msgid "Failed executing reconnect script!" +msgstr "" + +#: pyload/threads/ThreadManager.py:224 +#, python-format +msgid "Reconnected, new IP: %s" +msgstr "" + +#: pyload/threads/ThreadManager.py:298 +msgid "Not enough space left on device" +msgstr "" + +#: pyload/threads/DownloadThread.py:64 +#, python-format +msgid "Download starts: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:70 +#, python-format +msgid "Download finished: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:75 +#, python-format +msgid "Plugin %s is missing a function." +msgstr "" + +#: pyload/threads/DownloadThread.py:83 pyload/threads/DownloadThread.py:147 +#, python-format +msgid "Download aborted: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:103 +#, python-format +msgid "Download restarted: %(name)s | %(msg)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:113 +#, python-format +msgid "Download is offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:116 pyload/threads/DownloadThread.py:187 +#, python-format +msgid "Download is temporary offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:119 pyload/threads/DownloadThread.py:192 +#, python-format +msgid "Download failed: %(name)s | %(msg)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:136 +msgid "Couldn't connect to host or connection reset, waiting 1 minute and retry." +msgstr "" + +#: pyload/threads/DownloadThread.py:171 +#, python-format +msgid "Download skipped: %(name)s due to %(plugin)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:188 +msgid "Internal Server Error" +msgstr "" + +#: pyload/threads/AddonThread.py:55 +msgid "An Error occurred" +msgstr "" + +#: pyload/PluginManager.py:316 +#, python-format +msgid "Error importing %(name)s: %(msg)s" +msgstr "" + +#: pyload/utils/JsEngine.py:188 +msgid "No js engine detected, please install either Spidermonkey, ossp-js, pyv8, nodejs or rhino" +msgstr "" + diff --git a/locale/fa/LC_MESSAGES/plugins.po b/locale/fa/LC_MESSAGES/plugins.po new file mode 100644 index 000000000..41962eaa5 --- /dev/null +++ b/locale/fa/LC_MESSAGES/plugins.po @@ -0,0 +1,424 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-20 22:13+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Persian\n" +"Language: fa_IR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.net\n" + +#: pyload/plugins/network/CurlDownload.py:241 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/plugins/Base.py:329 +msgid "Pil and tesseract not installed and no Client connected for captcha decrypting" +msgstr "" + +#: pyload/plugins/Base.py:333 +msgid "No captcha result obtained in appropriate time." +msgstr "" + +#: pyload/plugins/Hoster.py:282 pyload/plugins/Hoster.py:319 +#: pyload/plugins/hoster/ARD.py:76 +#, python-format +msgid "Setting User and Group failed: %s" +msgstr "" + +#: pyload/plugins/Crypter.py:136 +msgid "Not existing file or unsupported protocol" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:96 +msgid "Rapidshare: Traffic Share (direct download)" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:123 +#: pyload/plugins/hoster/RapidshareCom.py:189 +msgid "Already downloading from this ip address, waiting 60 seconds" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:127 +msgid "Invalid Auth Code, download will be restarted" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:193 +msgid "RapidShareCom: No free slots" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:196 +msgid "You need a premium account for this file" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:198 +msgid "Filename reported invalid" +msgstr "" + +#: pyload/plugins/hoster/RealdebridCom.py:40 +#: pyload/plugins/hoster/Premium4Me.py:27 +#: pyload/plugins/hoster/MultiDebridCom.py:39 +#: pyload/plugins/hoster/ZeveraCom.py:24 +#: pyload/plugins/hoster/AlldebridCom.py:37 +#: pyload/plugins/hoster/RehostTo.py:25 pyload/plugins/hoster/ReloadCc.py:22 +#: pyload/plugins/hoster/DebridItaliaCom.py:38 +#: pyload/plugins/hoster/PremiumizeMe.py:19 +#, python-format +msgid "Please enter your %s account or deactivate this plugin" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:55 +msgid "Decryption failed" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:99 +msgid "No file key provided in the URL" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:111 +msgid "Error code:" +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:97 +msgid "Parallel download error, now waiting 60s." +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:208 +msgid "Not logged in." +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:135 +msgid "API key invalid" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:160 +#, python-format +msgid "%s: Not enough traffic left" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:163 +msgid "Traffic exceeded" +msgstr "" + +#: pyload/plugins/hoster/BasePlugin.py:63 +msgid "Authorization required (username:password)" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:143 +#: pyload/plugins/hoster/NetloadIn.py:167 +msgid "File temporarily not available" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:180 +#, python-format +msgid "Netload: waiting between downloads %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:209 +#, python-format +msgid "Netload: waiting for captcha %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:248 +msgid "Downloaded File was empty" +msgstr "" + +#: pyload/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 "" + +#: pyload/plugins/hoster/XHamsterCom.py:75 +#: pyload/plugins/hoster/XHamsterCom.py:84 +#: pyload/plugins/hoster/XHamsterCom.py:87 +#, python-format +msgid "long_url: %s" +msgstr "" + +#: pyload/plugins/Account.py:117 pyload/plugins/Account.py:123 +#, python-format +msgid "Could not login with account %(user)s | %(msg)s" +msgstr "" + +#: pyload/plugins/Account.py:118 +msgid "Wrong Password" +msgstr "" + +#: pyload/plugins/Account.py:184 +#, python-format +msgid "Get Account Info for %s" +msgstr "" + +#: pyload/plugins/Account.py:193 +#, python-format +msgid "Error: %s" +msgstr "" + +#: pyload/plugins/Account.py:242 +#, python-format +msgid "Your Time %s has a wrong format, use: 1:22-3:44" +msgstr "" + +#: pyload/plugins/Account.py:265 +#, python-format +msgid "Account %s has not enough traffic, checking again in 30min" +msgstr "" + +#: pyload/plugins/Account.py:273 +#, python-format +msgid "Account %s is expired, checking again in 1h" +msgstr "" + +#: pyload/plugins/Account.py:290 +#, python-format +msgid "Login with %s" +msgstr "" + +#: pyload/plugins/Addon.py:118 +#, python-format +msgid "Error executing addons: %s" +msgstr "" + +#: pyload/plugins/accounts/BitshareCom.py:36 +msgid "Activate direct Download in your Bitshare Account" +msgstr "" + +#: pyload/plugins/crypter/SerienjunkiesOrg.py:128 +msgid "Downloadlimit reached" +msgstr "" + +#: pyload/plugins/addons/Premium4Me.py:30 +msgid "Please add your premium.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:53 +#, python-format +msgid "Installed scripts for %s: " +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:69 +msgid "Script not executable:" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:79 +#, python-format +msgid "Error in %(script)s: %(error)s" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:72 +#: pyload/plugins/addons/Captcha9kw.py:56 +#: pyload/plugins/addons/ExpertDecoders.py:49 +#, python-format +msgid "%s credits left" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:120 +msgid "Could not send response." +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:138 +msgid "Your CaptchaTrader Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:89 +#, python-format +msgid "New CaptchaID from upload: %s : %s" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:123 +msgid "Your Captcha 9kw.eu Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/RehostTo.py:34 +msgid "Please add your rehost.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/HotFolder.py:82 +#, python-format +msgid "Added %s from HotFolder" +msgstr "" + +#: pyload/plugins/addons/ClickAndLoad.py:74 +msgid "Click'N'Load: Port 9666 already in use" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:82 +#: pyload/plugins/addons/IRCInterface.py:75 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:90 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" +msgstr "" + +#: pyload/plugins/addons/ExpertDecoders.py:98 +msgid "Your ExpertDecoders Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:73 +msgid "*** Plugins have been updated, please restart pyLoad ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:75 +msgid "Plugins updated and reloaded" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:78 +msgid "No plugin updates available" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:95 +msgid "No Updates for pyLoad" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:100 +#, python-format +msgid "*** New pyLoad Version %s available ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:101 +msgid "*** Get it here: http://pyload.org/download ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:104 +msgid "Not able to connect server for updates" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:148 +#, python-format +msgid "New version of %(type)s|%(name)s : %(version).2f" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:157 +#: pyload/plugins/addons/UpdateManager.py:162 +#, python-format +msgid "Error when updating %s" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:162 +msgid "Version mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:92 +#, python-format +msgid "No %s installed" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:94 +#: pyload/plugins/addons/ExtractArchive.py:99 +#, python-format +msgid "Could not activate %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:104 +msgid "Activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:106 +msgid "No Extract plugins activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:118 +#, python-format +msgid "Package %s queued for later extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:143 +#, python-format +msgid "Check package %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:183 +#, python-format +msgid "Extract to %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:197 +msgid "No files found to extract" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:203 +msgid "extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:214 +msgid "Password protected" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:234 +msgid "Wrong password" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:242 +#, python-format +msgid "Deleting %s files" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:247 +msgid "Extracting finished" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:254 +msgid "Archive Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:256 +msgid "CRC Mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:260 +msgid "Unknown Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:312 +msgid "Setting User and Group failed" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:36 +msgid "Crypter list not found" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:50 +msgid "Crypter list is empty" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:82 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:94 +#, python-format +msgid "New Captcha Request: %s" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:95 +#, python-format +msgid "Answer with 'c %s text on the captcha'" +msgstr "" + +#: pyload/plugins/addons/PremiumizeMe.py:46 +msgid "Please add a valid premiumize.me account first and restart pyLoad." +msgstr "" + +#: pyload/plugins/addons/CaptchaBrotherhood.py:69 +#, python-format +msgid "%d credits left" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:29 +#, python-format +msgid "Activated %s" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:47 +msgid "No Hoster loaded" +msgstr "" + diff --git a/locale/fa/LC_MESSAGES/setup.po b/locale/fa/LC_MESSAGES/setup.po new file mode 100644 index 000000000..518889db4 --- /dev/null +++ b/locale/fa/LC_MESSAGES/setup.po @@ -0,0 +1,376 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Persian\n" +"Language: fa_IR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.net\n" + +#: pyload/Setup.py:72 +msgid "Would you like to configure pyLoad via Webinterface?" +msgstr "" + +#: pyload/Setup.py:73 +msgid "You need a Browser and a connection to this PC for it." +msgstr "" + +#: pyload/Setup.py:74 +msgid "Url would be: http://hostname:8000/" +msgstr "" + +#: pyload/Setup.py:75 +msgid "Start initial webinterface for configuration?" +msgstr "" + +#: pyload/Setup.py:86 +msgid "Welcome to the pyLoad Configuration Assistent." +msgstr "" + +#: pyload/Setup.py:87 +msgid "It will check your system and make a basic setup in order to run pyLoad." +msgstr "" + +#: pyload/Setup.py:89 +msgid "The value in brackets [] always is the default value," +msgstr "" + +#: pyload/Setup.py:90 +msgid "in case you don't want to change it or you are unsure what to choose, just hit enter." +msgstr "" + +#: pyload/Setup.py:92 +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgstr "" + +#: pyload/Setup.py:93 +msgid "If you have any problems with this assistent hit CTRL+C," +msgstr "" + +#: pyload/Setup.py:94 +msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgstr "" + +#: pyload/Setup.py:96 +msgid "When you are ready for system check, hit enter." +msgstr "" + +#: pyload/Setup.py:103 +msgid "Features missing: " +msgstr "" + +#: pyload/Setup.py:107 +msgid "no py-crypto available" +msgstr "" + +#: pyload/Setup.py:108 +msgid "You need this if you want to decrypt container files." +msgstr "" + +#: pyload/Setup.py:112 +msgid "no SSL available" +msgstr "" + +#: pyload/Setup.py:113 +msgid "This is needed if you want to establish a secure connection to core or webinterface." +msgstr "" + +#: pyload/Setup.py:114 +msgid "If you only want to access locally to pyLoad ssl is not useful." +msgstr "" + +#: pyload/Setup.py:118 +msgid "no Captcha Recognition available" +msgstr "" + +#: pyload/Setup.py:119 +msgid "Only needed for some hosters and as freeuser." +msgstr "" + +#: pyload/Setup.py:123 +msgid "no JavaScript engine found" +msgstr "" + +#: pyload/Setup.py:124 +msgid "You will need this for some Click'N'Load links. Install Spidermonkey, ossp-js, pyv8 or rhino" +msgstr "" + +#: pyload/Setup.py:126 +msgid "You can abort the setup now and fix some dependencies if you want." +msgstr "" + +#: pyload/Setup.py:128 +msgid "Continue with setup?" +msgstr "" + +#: pyload/Setup.py:134 +#, python-format +msgid "Do you want to change the config path? Current is %s" +msgstr "" + +#: pyload/Setup.py:136 +msgid "If you use pyLoad on a server or the home partition lives on an internal flash it may be a good idea to change it." +msgstr "" + +#: pyload/Setup.py:137 +msgid "Change config path?" +msgstr "" + +#: pyload/Setup.py:143 +msgid "Do you want to configure login data and basic settings?" +msgstr "" + +#: pyload/Setup.py:144 +msgid "This is recommend for first run." +msgstr "" + +#: pyload/Setup.py:145 +msgid "Make basic setup?" +msgstr "" + +#: pyload/Setup.py:152 +msgid "Do you want to configure ssl?" +msgstr "" + +#: pyload/Setup.py:153 +msgid "Configure ssl?" +msgstr "" + +#: pyload/Setup.py:159 +msgid "Do you want to configure webinterface?" +msgstr "" + +#: pyload/Setup.py:160 +msgid "Configure webinterface?" +msgstr "" + +#: pyload/Setup.py:165 +msgid "Setup finished successfully." +msgstr "" + +#: pyload/Setup.py:166 +msgid "Hit enter to exit and restart pyLoad" +msgstr "" + +#: pyload/Setup.py:173 +msgid "Webinterface running for setup." +msgstr "" + +#: pyload/Setup.py:190 +msgid "## Basic Setup ##" +msgstr "" + +#: pyload/Setup.py:193 +msgid "The following logindata is valid for CLI, GUI and webinterface." +msgstr "" + +#: pyload/Setup.py:199 pyload/Setup.py:288 pyload/Setup.py:304 +msgid "Username" +msgstr "" + +#: pyload/Setup.py:205 +msgid "External clients (GUI, CLI or other) need remote access to work over the network." +msgstr "" + +#: pyload/Setup.py:206 +msgid "However, if you only want to use the webinterface you may disable it to save ram." +msgstr "" + +#: pyload/Setup.py:207 +msgid "Enable remote access" +msgstr "" + +#: pyload/Setup.py:211 +msgid "Language" +msgstr "" + +#: pyload/Setup.py:213 +msgid "Download folder" +msgstr "" + +#: pyload/Setup.py:214 +msgid "Max parallel downloads" +msgstr "" + +#: pyload/Setup.py:218 +msgid "Use Reconnect?" +msgstr "" + +#: pyload/Setup.py:221 +msgid "Reconnect script location" +msgstr "" + +#: pyload/Setup.py:226 +msgid "## Webinterface Setup ##" +msgstr "" + +#: pyload/Setup.py:229 +msgid "Activate webinterface?" +msgstr "" + +#: pyload/Setup.py:231 +msgid "Listen address, if you use 127.0.0.1 or localhost, the webinterface will only accessible locally." +msgstr "" + +#: pyload/Setup.py:232 +msgid "Address" +msgstr "" + +#: pyload/Setup.py:233 +msgid "Port" +msgstr "" + +#: pyload/Setup.py:235 +msgid "pyLoad offers several server backends, now following a short explanation." +msgstr "" + +#: pyload/Setup.py:236 +msgid "Default server, this server offers SSL and is a good alternative to builtin." +msgstr "" + +#: pyload/Setup.py:238 +msgid "Can be used by apache, lighttpd, requires you to configure them, which is not too easy job." +msgstr "" + +#: pyload/Setup.py:239 +msgid "Very fast alternative written in C, requires libev and linux knowledge." +msgstr "" + +#: pyload/Setup.py:240 +msgid "Get it from here: https://github.com/jonashaag/bjoern, compile it" +msgstr "" + +#: pyload/Setup.py:241 +msgid "and copy bjoern.so to pyload/lib" +msgstr "" + +#: pyload/Setup.py:245 +msgid "Attention: In some rare cases the builtin server is not working, if you notice problems with the webinterface" +msgstr "" + +#: pyload/Setup.py:246 +msgid "come back here and change the builtin server to the threaded one here." +msgstr "" + +#: pyload/Setup.py:248 +msgid "Server" +msgstr "" + +#: pyload/Setup.py:253 +msgid "## SSL Setup ##" +msgstr "" + +#: pyload/Setup.py:255 +msgid "Execute these commands from pyLoad config folder to make ssl certificates:" +msgstr "" + +#: pyload/Setup.py:261 +msgid "If you're done and everything went fine, you can activate ssl now." +msgstr "" + +#: pyload/Setup.py:262 +msgid "Activate SSL?" +msgstr "" + +#: pyload/Setup.py:278 +msgid "Select action" +msgstr "" + +#: pyload/Setup.py:279 +msgid "1 - Create/Edit user" +msgstr "" + +#: pyload/Setup.py:280 +msgid "2 - List users" +msgstr "" + +#: pyload/Setup.py:281 +msgid "3 - Remove user" +msgstr "" + +#: pyload/Setup.py:282 +msgid "4 - Quit" +msgstr "" + +#: pyload/Setup.py:294 +msgid "Users" +msgstr "" + +#: pyload/Setup.py:322 +msgid "Setting new configpath, current configuration will not be transferred!" +msgstr "" + +#: pyload/Setup.py:323 +msgid "Config path" +msgstr "" + +#: pyload/Setup.py:331 +msgid "Config path changed, setup will now close, please restart to go on." +msgstr "" + +#: pyload/Setup.py:332 +msgid "Press Enter to exit." +msgstr "" + +#: pyload/Setup.py:336 +#, python-format +msgid "Setting config path failed: %s" +msgstr "" + +#: pyload/Setup.py:347 +msgid "y" +msgstr "" + +#: pyload/Setup.py:349 +msgid "n" +msgstr "" + +#: pyload/Setup.py:373 +msgid "Password: " +msgstr "" + +#: pyload/Setup.py:377 +msgid "Password too short. Use at least 4 symbols." +msgstr "" + +#: pyload/Setup.py:380 +msgid "Password (again): " +msgstr "" + +#: pyload/Setup.py:386 +msgid "Passwords did not match." +msgstr "" + +#: pyload/Setup.py:397 +msgid "yes" +msgstr "" + +#: pyload/Setup.py:397 +msgid "true" +msgstr "" + +#: pyload/Setup.py:397 +msgid "t" +msgstr "" + +#: pyload/Setup.py:400 +msgid "no" +msgstr "" + +#: pyload/Setup.py:400 +msgid "false" +msgstr "" + +#: pyload/Setup.py:400 +msgid "f" +msgstr "" + +#: pyload/Setup.py:403 pyload/Setup.py:413 +msgid "Invalid Input" +msgstr "" + diff --git a/locale/fa/LC_MESSAGES/webUI.po b/locale/fa/LC_MESSAGES/webUI.po new file mode 100644 index 000000000..508ed30d5 --- /dev/null +++ b/locale/fa/LC_MESSAGES/webUI.po @@ -0,0 +1,129 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-08-10 11:58+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Persian\n" +"Language: fa_IR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.net\n" + +#: pyload/web/app/scripts/helpers/formatSize.js:9 +msgid "not available" +msgstr "" + +#: pyload/web/app/scripts/helpers/formatSize.js:11 +msgid "unlimited" +msgstr "" + +#: pyload/web/app/templates/default/admin.html:3 +#: pyload/web/app/templates/default/admin.html:4 +msgid "Admin" +msgstr "" + +#: pyload/web/app/templates/default/setup.html:3 +msgid "Setup" +msgstr "" + +#: pyload/web/app/templates/default/accounts/actionbar.html:2 +msgid "Add Account" +msgstr "" + +#: pyload/web/app/templates/default/accounts/layout.html:2 +msgid "Accounts" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:9 +msgid "Local" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:18 +msgid "Search" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:26 +msgid "Type" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:44 +#: pyload/web/app/templates/default/dashboard/actionbar.html:49 +msgid "All" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:50 +msgid "Finished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:51 +msgid "Unfinished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:52 +msgid "Failed" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/select.html:1 +msgid "1 package" +msgid_plural "%d packages" +msgstr[0] "" + +#: pyload/web/app/templates/default/dashboard/select.html:4 +msgid "1 file" +msgid_plural "%d files" +msgstr[0] "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:2 +msgid "Add an account" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:7 +msgid "Please enter your account data" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:3 +msgid "Choose a plugin" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:9 +msgid "Please choose a plugin, which you want to configure" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:23 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:46 +msgid "Add" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:24 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:47 +#: pyload/web/app/templates/default/dialogs/interactionTask.html:35 +msgid "Close" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:2 +msgid "Please confirm" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:5 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:8 +msgid "Delete" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:9 +msgid "Cancel" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/interactionTask.html:34 +msgid "Submit" +msgstr "" + +#: pyload/web/app/templates/default/header/layout.html:12 +msgid "Running..." +msgstr "" + diff --git a/locale/fi/LC_MESSAGES/cli.po b/locale/fi/LC_MESSAGES/cli.po new file mode 100644 index 000000000..6fb7c5219 --- /dev/null +++ b/locale/fi/LC_MESSAGES/cli.po @@ -0,0 +1,291 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-07-17 09:56-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Finnish\n" +"Language: fi_FI\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/cli/AddPackage.py:48 +msgid "Add Package:" +msgstr "" + +#: pyload/cli/AddPackage.py:53 +msgid "Enter a name for the new package" +msgstr "" + +#: pyload/cli/AddPackage.py:57 +#, python-format +msgid "Package: %s" +msgstr "" + +#: pyload/cli/AddPackage.py:58 +msgid "Parse the links you want to add." +msgstr "" + +#: pyload/cli/AddPackage.py:59 +#, python-format +msgid "Type %s when done." +msgstr "" + +#: pyload/cli/AddPackage.py:60 +msgid "Links added: " +msgstr "" + +#: pyload/cli/AddPackage.py:64 pyload/cli/ManageFiles.py:149 +msgid " back to main menu" +msgstr "" + +#: pyload/cli/ManageFiles.py:97 +msgid "Manage Packages:" +msgstr "" + +#: pyload/cli/ManageFiles.py:99 +msgid "Manage Links:" +msgstr "Linkkien hallinta" + +#: pyload/cli/ManageFiles.py:104 +msgid "What do you want to move?" +msgstr "" + +#: pyload/cli/ManageFiles.py:106 +msgid "What do you want to delete?" +msgstr "" + +#: pyload/cli/ManageFiles.py:108 +msgid "What do you want to restart?" +msgstr "" + +#: pyload/cli/ManageFiles.py:113 +msgid "Choose what you want to do, or enter package number." +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "delete" +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "move" +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "restart" +msgstr "" + +#: pyload/cli/ManageFiles.py:148 +msgid " - previous" +msgstr "" + +#: pyload/cli/ManageFiles.py:148 +msgid " - next" +msgstr "" + +#: pyload/cli/Cli.py:75 pyload/cli/Cli.py:133 +msgid " Command Line Interface" +msgstr "KomentorivikÀyttöliittymÀ" + +#: pyload/cli/Cli.py:165 +#, python-format +msgid "%s Downloads:" +msgstr "%s lataa:" + +#: pyload/cli/Cli.py:177 +msgid " Speed: " +msgstr "Nopeus:" + +#: pyload/cli/Cli.py:177 +msgid " Size: " +msgstr "Koko:" + +#: pyload/cli/Cli.py:178 +msgid " Finished in: " +msgstr "Valmistunut:" + +#: pyload/cli/Cli.py:179 +msgid " ID: " +msgstr "Tunnus:" + +#: pyload/cli/Cli.py:184 +msgid "waiting: " +msgstr "odotetaan:" + +#: pyload/cli/Cli.py:191 pyload/cli/Cli.py:193 +msgid "Status:" +msgstr "" + +#: pyload/cli/Cli.py:191 +msgid "paused" +msgstr "" + +#: pyload/cli/Cli.py:193 +msgid "running" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "total Speed" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "Files in queue" +msgstr "" + +#: pyload/cli/Cli.py:197 +msgid "Total" +msgstr "" + +#: pyload/cli/Cli.py:203 +msgid "Menu:" +msgstr "Valikko:" + +#: pyload/cli/Cli.py:205 +msgid " Add Links" +msgstr "LisÀÀ linkkejÀ" + +#: pyload/cli/Cli.py:206 +msgid " Manage Queue" +msgstr " Jonon hallinta" + +#: pyload/cli/Cli.py:207 +msgid " Manage Collector" +msgstr " KerÀÀjÀn hallinta" + +#: pyload/cli/Cli.py:208 +msgid " (Un)Pause Server" +msgstr "" + +#: pyload/cli/Cli.py:209 +msgid " Kill Server" +msgstr "" + +#: pyload/cli/Cli.py:210 +msgid " Quit" +msgstr "" + +#: pyload/cli/Cli.py:289 pyload/cli/Cli.py:296 +msgid "Please use this syntax: add <Package name> <link> <link2> ..." +msgstr "" + +#: pyload/cli/Cli.py:315 +#, python-format +msgid "Checking %d links:" +msgstr "" + +#: pyload/cli/Cli.py:324 +msgid "File does not exists." +msgstr "" + +#: pyload/cli/Cli.py:385 +msgid "pyLoad was terminated" +msgstr "" + +#: pyload/cli/Cli.py:443 +msgid "Prints server status" +msgstr "" + +#: pyload/cli/Cli.py:444 +msgid "Prints downloads in queue" +msgstr "" + +#: pyload/cli/Cli.py:445 +msgid "Prints downloads in collector" +msgstr "" + +#: pyload/cli/Cli.py:446 +msgid "Adds package to queue" +msgstr "" + +#: pyload/cli/Cli.py:447 +msgid "Adds package to collector" +msgstr "" + +#: pyload/cli/Cli.py:448 +msgid "Delete Files from Queue/Collector" +msgstr "" + +#: pyload/cli/Cli.py:449 +msgid "Delete Packages from Queue/Collector" +msgstr "" + +#: pyload/cli/Cli.py:450 +msgid "Move Packages from Queue to Collector or vice versa" +msgstr "" + +#: pyload/cli/Cli.py:451 +msgid "Restart files" +msgstr "" + +#: pyload/cli/Cli.py:452 +msgid "Restart packages" +msgstr "" + +#: pyload/cli/Cli.py:453 +msgid "Check online status, works with local container" +msgstr "" + +#: pyload/cli/Cli.py:454 +msgid "Checks online status of a container file" +msgstr "" + +#: pyload/cli/Cli.py:455 +msgid "Pause the server" +msgstr "" + +#: pyload/cli/Cli.py:456 +msgid "continue downloads" +msgstr "" + +#: pyload/cli/Cli.py:457 +msgid "Toggle pause/unpause" +msgstr "" + +#: pyload/cli/Cli.py:458 +msgid "kill server" +msgstr "" + +#: pyload/cli/Cli.py:460 +msgid "List of commands:" +msgstr "" + +#: pyload/cli/Cli.py:473 +msgid "Couldn't write user config file" +msgstr "" + +#: pyload/cli/Cli.py:548 pyload/cli/Cli.py:580 +msgid "You need py-openssl to connect to this pyLoad core." +msgstr "" + +#: pyload/cli/Cli.py:555 +msgid "Address: " +msgstr "" + +#: pyload/cli/Cli.py:556 +msgid "Port: " +msgstr "" + +#: pyload/cli/Cli.py:557 +msgid "Username: " +msgstr "" + +#: pyload/cli/Cli.py:561 +msgid "Password: " +msgstr "" + +#: pyload/cli/Cli.py:566 pyload/cli/Cli.py:575 +msgid "Login data is wrong." +msgstr "" + +#: pyload/cli/Cli.py:568 pyload/cli/Cli.py:577 +#, python-format +msgid "Could not establish connection to %(addr)s:%(port)s." +msgstr "" + +#: pyload/cli/Cli.py:582 +msgid "Interactive mode ignored since you passed some commands." +msgstr "" + diff --git a/locale/fi/LC_MESSAGES/core.po b/locale/fi/LC_MESSAGES/core.po new file mode 100644 index 000000000..49a469a45 --- /dev/null +++ b/locale/fi/LC_MESSAGES/core.po @@ -0,0 +1,630 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-07-17 09:56-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Finnish\n" +"Language: fi_FI\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/AddonManager.py:62 +#, python-format +msgid "Error when executing %s" +msgstr "" + +#: pyload/AddonManager.py:93 +#, python-format +msgid "Failed activating %(name)s" +msgstr "" + +#: pyload/AddonManager.py:96 +#, python-format +msgid "Activated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:97 +#, python-format +msgid "Deactivated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:153 +msgid "Activating Plugins..." +msgstr "" + +#: pyload/AddonManager.py:162 +msgid "Deactivating Plugins..." +msgstr "" + +#: pyload/web/ServerThread.py:49 +msgid "SSL certificates not found." +msgstr "" + +#: pyload/web/ServerThread.py:53 +msgid "WebUI built is not available" +msgstr "" + +#: pyload/web/ServerThread.py:55 +msgid "Running webUI in development mode" +msgstr "" + +#: pyload/web/ServerThread.py:73 +msgid "Failed starting webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:107 +msgid "Failed importing webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:125 +msgid "This server offers no SSL, please consider using threaded instead" +msgstr "" + +#: pyload/web/ServerThread.py:139 +#, python-format +msgid "Starting %(name)s webserver: %(host)s:%(port)d" +msgstr "" + +#: pyload/config/default.py:14 +msgid "Remote" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Description" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Long description" +msgstr "" + +#: pyload/config/default.py:16 pyload/config/default.py:56 +#: pyload/config/default.py:63 +msgid "Activated" +msgstr "" + +#: pyload/config/default.py:17 pyload/config/default.py:69 +#: pyload/config/default.py:80 +msgid "Port" +msgstr "" + +#: pyload/config/default.py:18 pyload/config/default.py:77 +msgid "Address" +msgstr "" + +#: pyload/config/default.py:21 +msgid "Log" +msgstr "" + +#: pyload/config/default.py:23 +msgid "Size in kb" +msgstr "" + +#: pyload/config/default.py:24 +msgid "Folder" +msgstr "" + +#: pyload/config/default.py:25 +msgid "File Log" +msgstr "" + +#: pyload/config/default.py:26 +msgid "Count" +msgstr "" + +#: pyload/config/default.py:27 +msgid "Log Rotate" +msgstr "" + +#: pyload/config/default.py:30 +msgid "Permissions" +msgstr "" + +#: pyload/config/default.py:32 +msgid "Groupname" +msgstr "" + +#: pyload/config/default.py:33 +msgid "Change Group and User of Downloads" +msgstr "" + +#: pyload/config/default.py:34 +msgid "Change file mode of downloads" +msgstr "" + +#: pyload/config/default.py:35 pyload/config/default.py:75 +msgid "Username" +msgstr "" + +#: pyload/config/default.py:36 +msgid "Filemode for Downloads" +msgstr "" + +#: pyload/config/default.py:37 +msgid "Change group of running process" +msgstr "" + +#: pyload/config/default.py:38 +msgid "Folder Permission mode" +msgstr "" + +#: pyload/config/default.py:39 +msgid "Change user of running process" +msgstr "" + +#: pyload/config/default.py:42 +msgid "General" +msgstr "" + +#: pyload/config/default.py:44 +msgid "Language" +msgstr "" + +#: pyload/config/default.py:45 +msgid "Download Folder" +msgstr "" + +#: pyload/config/default.py:46 +msgid "Use Checksum" +msgstr "" + +#: pyload/config/default.py:47 +msgid "Create folder for each package" +msgstr "" + +#: pyload/config/default.py:48 +msgid "Debug Mode" +msgstr "" + +#: pyload/config/default.py:49 +msgid "Min Free Space (MB)" +msgstr "" + +#: pyload/config/default.py:50 +msgid "CPU Priority" +msgstr "" + +#: pyload/config/default.py:53 +msgid "SSL" +msgstr "" + +#: pyload/config/default.py:55 +msgid "SSL Certificate" +msgstr "" + +#: pyload/config/default.py:57 +msgid "SSL Key" +msgstr "" + +#: pyload/config/default.py:60 +msgid "Webinterface" +msgstr "" + +#: pyload/config/default.py:62 +msgid "Template" +msgstr "" + +#: pyload/config/default.py:64 +msgid "Path Prefix" +msgstr "" + +#: pyload/config/default.py:65 +msgid "Server" +msgstr "" + +#: pyload/config/default.py:66 +msgid "Favor specific server" +msgstr "" + +#: pyload/config/default.py:67 +msgid "IP" +msgstr "" + +#: pyload/config/default.py:68 +msgid "Use HTTPS" +msgstr "" + +#: pyload/config/default.py:70 +msgid "Development mode" +msgstr "" + +#: pyload/config/default.py:73 +msgid "Proxy" +msgstr "" + +#: pyload/config/default.py:76 +msgid "Use Proxy" +msgstr "" + +#: pyload/config/default.py:78 +msgid "Password" +msgstr "" + +#: pyload/config/default.py:79 +msgid "Protocol" +msgstr "" + +#: pyload/config/default.py:83 +msgid "Reconnect" +msgstr "" + +#: pyload/config/default.py:85 pyload/config/default.py:106 +msgid "End" +msgstr "" + +#: pyload/config/default.py:86 +msgid "Use Reconnect" +msgstr "" + +#: pyload/config/default.py:87 +msgid "Method" +msgstr "" + +#: pyload/config/default.py:88 pyload/config/default.py:105 +msgid "Start" +msgstr "" + +#: pyload/config/default.py:91 +msgid "Download" +msgstr "" + +#: pyload/config/default.py:93 +msgid "Max Parallel Downloads" +msgstr "" + +#: pyload/config/default.py:94 +msgid "Limit Download Speed" +msgstr "" + +#: pyload/config/default.py:95 +msgid "Download interface to bind (ip or Name)" +msgstr "" + +#: pyload/config/default.py:96 +msgid "Skip already existing files" +msgstr "" + +#: pyload/config/default.py:97 +msgid "Max Download Speed in kb/s" +msgstr "" + +#: pyload/config/default.py:98 +msgid "Allow IPv6" +msgstr "" + +#: pyload/config/default.py:99 +msgid "Max connections for one download" +msgstr "" + +#: pyload/config/default.py:100 +msgid "Restart failed downloads on startup" +msgstr "" + +#: pyload/config/default.py:103 +msgid "Download Time" +msgstr "" + +#: pyload/network/HTTPDownload.py:249 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/api/DownloadApi.py:44 +#, python-format +msgid "Added package %(name)s as folder %(folder)s" +msgstr "" + +#: pyload/api/DownloadApi.py:95 +#, python-format +msgid "Added %d links to package" +msgstr "" + +#: pyload/AccountManager.py:69 +#, python-format +msgid "Unknown account plugin %s" +msgstr "" + +#: pyload/interaction/InteractionManager.py:88 +msgid "Query" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Captcha request" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Please solve the captcha." +msgstr "" + +#: pyload/remote/RemoteManager.py:35 +#, python-format +msgid "Remote backend error: %s" +msgstr "" + +#: pyload/remote/RemoteManager.py:80 +#, python-format +msgid "Starting %(name)s: %(addr)s:%(port)s" +msgstr "" + +#: pyload/remote/RemoteManager.py:82 +#, python-format +msgid "Failed loading backend %(name)s | %(error)s" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "none" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "offline" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "online" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "queued" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "paused" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "finished" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "skipped" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "failed" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "starting" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "waiting" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "downloading" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "temp. offline" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "aborted" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "decrypting" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "processing" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "custom" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "unknown" +msgstr "" + +#: pyload/FileManager.py:426 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/Api.py:152 +#, python-format +msgid "User '%s' tries to log in" +msgstr "" + +#: pyload/Core.py:195 +msgid "Received Quit signal" +msgstr "" + +#: pyload/Core.py:323 +#, python-format +msgid "pyLoad already running with pid %s" +msgstr "" + +#: pyload/Core.py:337 +#, python-format +msgid "Failed changing group: %s" +msgstr "" + +#: pyload/Core.py:347 +#, python-format +msgid "Failed changing user: %s" +msgstr "" + +#: pyload/Core.py:358 +msgid "Starting" +msgstr "" + +#: pyload/Core.py:359 +#, python-format +msgid "Using home directory: %s" +msgstr "" + +#: pyload/Core.py:373 +msgid "All links removed" +msgstr "" + +#: pyload/Core.py:403 +#, python-format +msgid "Download time: %s" +msgstr "" + +#: pyload/Core.py:418 +#, python-format +msgid "Free space: %s" +msgstr "" + +#: pyload/Core.py:438 +msgid "Activating Accounts..." +msgstr "" + +#: pyload/Core.py:443 +msgid "Restarting failed downloads..." +msgstr "" + +#: pyload/Core.py:451 +msgid "pyLoad is up and running" +msgstr "" + +#: pyload/Core.py:474 +msgid "restarting pyLoad" +msgstr "" + +#: pyload/Core.py:478 +msgid "pyLoad quits" +msgstr "" + +#: pyload/Core.py:564 +msgid "shutting down..." +msgstr "" + +#: pyload/Core.py:579 +msgid "error while shutting down" +msgstr "" + +#: pyload/Core.py:661 +msgid "killed pyLoad from terminal" +msgstr "" + +#: pyload/database/DatabaseBackend.py:167 +msgid "Database was deleted due to incompatible version." +msgstr "" + +#: pyload/threads/DecrypterThread.py:50 +msgid "Decrypting failed" +msgstr "" + +#: pyload/threads/DecrypterThread.py:73 +#, python-format +msgid "Decrypted %(count)d links into package %(name)s" +msgstr "" + +#: pyload/threads/DecrypterThread.py:80 +msgid "No links decrypted" +msgstr "" + +#: pyload/threads/InfoThread.py:147 +#, python-format +msgid "Info Fetching for %(name)s failed | %(err)s" +msgstr "" + +#: pyload/threads/ThreadManager.py:155 +#, python-format +msgid "Reconnect Failed: %s" +msgstr "" + +#: pyload/threads/ThreadManager.py:192 +msgid "Reconnect script not found!" +msgstr "" + +#: pyload/threads/ThreadManager.py:198 +msgid "Starting reconnect" +msgstr "" + +#: pyload/threads/ThreadManager.py:212 +msgid "Failed executing reconnect script!" +msgstr "" + +#: pyload/threads/ThreadManager.py:224 +#, python-format +msgid "Reconnected, new IP: %s" +msgstr "" + +#: pyload/threads/ThreadManager.py:298 +msgid "Not enough space left on device" +msgstr "" + +#: pyload/threads/DownloadThread.py:64 +#, python-format +msgid "Download starts: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:70 +#, python-format +msgid "Download finished: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:75 +#, python-format +msgid "Plugin %s is missing a function." +msgstr "" + +#: pyload/threads/DownloadThread.py:83 pyload/threads/DownloadThread.py:147 +#, python-format +msgid "Download aborted: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:103 +#, python-format +msgid "Download restarted: %(name)s | %(msg)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:113 +#, python-format +msgid "Download is offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:116 pyload/threads/DownloadThread.py:187 +#, python-format +msgid "Download is temporary offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:119 pyload/threads/DownloadThread.py:192 +#, python-format +msgid "Download failed: %(name)s | %(msg)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:136 +msgid "Couldn't connect to host or connection reset, waiting 1 minute and retry." +msgstr "" + +#: pyload/threads/DownloadThread.py:171 +#, python-format +msgid "Download skipped: %(name)s due to %(plugin)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:188 +msgid "Internal Server Error" +msgstr "" + +#: pyload/threads/AddonThread.py:55 +msgid "An Error occurred" +msgstr "" + +#: pyload/PluginManager.py:316 +#, python-format +msgid "Error importing %(name)s: %(msg)s" +msgstr "" + +#: pyload/utils/JsEngine.py:188 +msgid "No js engine detected, please install either Spidermonkey, ossp-js, pyv8, nodejs or rhino" +msgstr "" + diff --git a/locale/fi/LC_MESSAGES/plugins.po b/locale/fi/LC_MESSAGES/plugins.po new file mode 100644 index 000000000..88fe120d7 --- /dev/null +++ b/locale/fi/LC_MESSAGES/plugins.po @@ -0,0 +1,424 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-20 22:13+0200\n" +"PO-Revision-Date: 2013-07-20 18:02-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Finnish\n" +"Language: fi_FI\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/plugins/network/CurlDownload.py:241 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/plugins/Base.py:329 +msgid "Pil and tesseract not installed and no Client connected for captcha decrypting" +msgstr "" + +#: pyload/plugins/Base.py:333 +msgid "No captcha result obtained in appropriate time." +msgstr "" + +#: pyload/plugins/Hoster.py:282 pyload/plugins/Hoster.py:319 +#: pyload/plugins/hoster/ARD.py:76 +#, python-format +msgid "Setting User and Group failed: %s" +msgstr "" + +#: pyload/plugins/Crypter.py:136 +msgid "Not existing file or unsupported protocol" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:96 +msgid "Rapidshare: Traffic Share (direct download)" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:123 +#: pyload/plugins/hoster/RapidshareCom.py:189 +msgid "Already downloading from this ip address, waiting 60 seconds" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:127 +msgid "Invalid Auth Code, download will be restarted" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:193 +msgid "RapidShareCom: No free slots" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:196 +msgid "You need a premium account for this file" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:198 +msgid "Filename reported invalid" +msgstr "" + +#: pyload/plugins/hoster/RealdebridCom.py:40 +#: pyload/plugins/hoster/Premium4Me.py:27 +#: pyload/plugins/hoster/MultiDebridCom.py:39 +#: pyload/plugins/hoster/ZeveraCom.py:24 +#: pyload/plugins/hoster/AlldebridCom.py:37 +#: pyload/plugins/hoster/RehostTo.py:25 pyload/plugins/hoster/ReloadCc.py:22 +#: pyload/plugins/hoster/DebridItaliaCom.py:38 +#: pyload/plugins/hoster/PremiumizeMe.py:19 +#, python-format +msgid "Please enter your %s account or deactivate this plugin" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:55 +msgid "Decryption failed" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:99 +msgid "No file key provided in the URL" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:111 +msgid "Error code:" +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:97 +msgid "Parallel download error, now waiting 60s." +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:208 +msgid "Not logged in." +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:135 +msgid "API key invalid" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:160 +#, python-format +msgid "%s: Not enough traffic left" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:163 +msgid "Traffic exceeded" +msgstr "" + +#: pyload/plugins/hoster/BasePlugin.py:63 +msgid "Authorization required (username:password)" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:143 +#: pyload/plugins/hoster/NetloadIn.py:167 +msgid "File temporarily not available" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:180 +#, python-format +msgid "Netload: waiting between downloads %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:209 +#, python-format +msgid "Netload: waiting for captcha %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:248 +msgid "Downloaded File was empty" +msgstr "" + +#: pyload/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 "" + +#: pyload/plugins/hoster/XHamsterCom.py:75 +#: pyload/plugins/hoster/XHamsterCom.py:84 +#: pyload/plugins/hoster/XHamsterCom.py:87 +#, python-format +msgid "long_url: %s" +msgstr "" + +#: pyload/plugins/Account.py:117 pyload/plugins/Account.py:123 +#, python-format +msgid "Could not login with account %(user)s | %(msg)s" +msgstr "" + +#: pyload/plugins/Account.py:118 +msgid "Wrong Password" +msgstr "" + +#: pyload/plugins/Account.py:184 +#, python-format +msgid "Get Account Info for %s" +msgstr "" + +#: pyload/plugins/Account.py:193 +#, python-format +msgid "Error: %s" +msgstr "" + +#: pyload/plugins/Account.py:242 +#, python-format +msgid "Your Time %s has a wrong format, use: 1:22-3:44" +msgstr "" + +#: pyload/plugins/Account.py:265 +#, python-format +msgid "Account %s has not enough traffic, checking again in 30min" +msgstr "" + +#: pyload/plugins/Account.py:273 +#, python-format +msgid "Account %s is expired, checking again in 1h" +msgstr "" + +#: pyload/plugins/Account.py:290 +#, python-format +msgid "Login with %s" +msgstr "" + +#: pyload/plugins/Addon.py:118 +#, python-format +msgid "Error executing addons: %s" +msgstr "" + +#: pyload/plugins/accounts/BitshareCom.py:36 +msgid "Activate direct Download in your Bitshare Account" +msgstr "" + +#: pyload/plugins/crypter/SerienjunkiesOrg.py:128 +msgid "Downloadlimit reached" +msgstr "" + +#: pyload/plugins/addons/Premium4Me.py:30 +msgid "Please add your premium.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:53 +#, python-format +msgid "Installed scripts for %s: " +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:69 +msgid "Script not executable:" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:79 +#, python-format +msgid "Error in %(script)s: %(error)s" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:72 +#: pyload/plugins/addons/Captcha9kw.py:56 +#: pyload/plugins/addons/ExpertDecoders.py:49 +#, python-format +msgid "%s credits left" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:120 +msgid "Could not send response." +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:138 +msgid "Your CaptchaTrader Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:89 +#, python-format +msgid "New CaptchaID from upload: %s : %s" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:123 +msgid "Your Captcha 9kw.eu Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/RehostTo.py:34 +msgid "Please add your rehost.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/HotFolder.py:82 +#, python-format +msgid "Added %s from HotFolder" +msgstr "" + +#: pyload/plugins/addons/ClickAndLoad.py:74 +msgid "Click'N'Load: Port 9666 already in use" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:82 +#: pyload/plugins/addons/IRCInterface.py:75 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:90 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" +msgstr "" + +#: pyload/plugins/addons/ExpertDecoders.py:98 +msgid "Your ExpertDecoders Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:73 +msgid "*** Plugins have been updated, please restart pyLoad ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:75 +msgid "Plugins updated and reloaded" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:78 +msgid "No plugin updates available" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:95 +msgid "No Updates for pyLoad" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:100 +#, python-format +msgid "*** New pyLoad Version %s available ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:101 +msgid "*** Get it here: http://pyload.org/download ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:104 +msgid "Not able to connect server for updates" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:148 +#, python-format +msgid "New version of %(type)s|%(name)s : %(version).2f" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:157 +#: pyload/plugins/addons/UpdateManager.py:162 +#, python-format +msgid "Error when updating %s" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:162 +msgid "Version mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:92 +#, python-format +msgid "No %s installed" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:94 +#: pyload/plugins/addons/ExtractArchive.py:99 +#, python-format +msgid "Could not activate %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:104 +msgid "Activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:106 +msgid "No Extract plugins activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:118 +#, python-format +msgid "Package %s queued for later extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:143 +#, python-format +msgid "Check package %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:183 +#, python-format +msgid "Extract to %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:197 +msgid "No files found to extract" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:203 +msgid "extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:214 +msgid "Password protected" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:234 +msgid "Wrong password" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:242 +#, python-format +msgid "Deleting %s files" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:247 +msgid "Extracting finished" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:254 +msgid "Archive Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:256 +msgid "CRC Mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:260 +msgid "Unknown Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:312 +msgid "Setting User and Group failed" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:36 +msgid "Crypter list not found" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:50 +msgid "Crypter list is empty" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:82 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:94 +#, python-format +msgid "New Captcha Request: %s" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:95 +#, python-format +msgid "Answer with 'c %s text on the captcha'" +msgstr "" + +#: pyload/plugins/addons/PremiumizeMe.py:46 +msgid "Please add a valid premiumize.me account first and restart pyLoad." +msgstr "" + +#: pyload/plugins/addons/CaptchaBrotherhood.py:69 +#, python-format +msgid "%d credits left" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:29 +#, python-format +msgid "Activated %s" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:47 +msgid "No Hoster loaded" +msgstr "" + diff --git a/locale/fi/LC_MESSAGES/pyLoad.mo b/locale/fi/LC_MESSAGES/pyLoad.mo Binary files differdeleted file mode 100644 index 2c20cfbd4..000000000 --- a/locale/fi/LC_MESSAGES/pyLoad.mo +++ /dev/null diff --git a/locale/fi/LC_MESSAGES/pyLoadCli.mo b/locale/fi/LC_MESSAGES/pyLoadCli.mo Binary files differdeleted file mode 100644 index 1ae24953f..000000000 --- a/locale/fi/LC_MESSAGES/pyLoadCli.mo +++ /dev/null diff --git a/locale/fi/LC_MESSAGES/pyLoadGui.mo b/locale/fi/LC_MESSAGES/pyLoadGui.mo Binary files differdeleted file mode 100644 index 1ae24953f..000000000 --- a/locale/fi/LC_MESSAGES/pyLoadGui.mo +++ /dev/null diff --git a/locale/fi/LC_MESSAGES/setup.po b/locale/fi/LC_MESSAGES/setup.po new file mode 100644 index 000000000..1371318e7 --- /dev/null +++ b/locale/fi/LC_MESSAGES/setup.po @@ -0,0 +1,376 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-07-17 09:56-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Finnish\n" +"Language: fi_FI\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/Setup.py:72 +msgid "Would you like to configure pyLoad via Webinterface?" +msgstr "" + +#: pyload/Setup.py:73 +msgid "You need a Browser and a connection to this PC for it." +msgstr "" + +#: pyload/Setup.py:74 +msgid "Url would be: http://hostname:8000/" +msgstr "" + +#: pyload/Setup.py:75 +msgid "Start initial webinterface for configuration?" +msgstr "" + +#: pyload/Setup.py:86 +msgid "Welcome to the pyLoad Configuration Assistent." +msgstr "" + +#: pyload/Setup.py:87 +msgid "It will check your system and make a basic setup in order to run pyLoad." +msgstr "" + +#: pyload/Setup.py:89 +msgid "The value in brackets [] always is the default value," +msgstr "" + +#: pyload/Setup.py:90 +msgid "in case you don't want to change it or you are unsure what to choose, just hit enter." +msgstr "" + +#: pyload/Setup.py:92 +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgstr "" + +#: pyload/Setup.py:93 +msgid "If you have any problems with this assistent hit CTRL+C," +msgstr "" + +#: pyload/Setup.py:94 +msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgstr "" + +#: pyload/Setup.py:96 +msgid "When you are ready for system check, hit enter." +msgstr "" + +#: pyload/Setup.py:103 +msgid "Features missing: " +msgstr "" + +#: pyload/Setup.py:107 +msgid "no py-crypto available" +msgstr "" + +#: pyload/Setup.py:108 +msgid "You need this if you want to decrypt container files." +msgstr "" + +#: pyload/Setup.py:112 +msgid "no SSL available" +msgstr "" + +#: pyload/Setup.py:113 +msgid "This is needed if you want to establish a secure connection to core or webinterface." +msgstr "" + +#: pyload/Setup.py:114 +msgid "If you only want to access locally to pyLoad ssl is not useful." +msgstr "" + +#: pyload/Setup.py:118 +msgid "no Captcha Recognition available" +msgstr "" + +#: pyload/Setup.py:119 +msgid "Only needed for some hosters and as freeuser." +msgstr "" + +#: pyload/Setup.py:123 +msgid "no JavaScript engine found" +msgstr "" + +#: pyload/Setup.py:124 +msgid "You will need this for some Click'N'Load links. Install Spidermonkey, ossp-js, pyv8 or rhino" +msgstr "" + +#: pyload/Setup.py:126 +msgid "You can abort the setup now and fix some dependencies if you want." +msgstr "" + +#: pyload/Setup.py:128 +msgid "Continue with setup?" +msgstr "" + +#: pyload/Setup.py:134 +#, python-format +msgid "Do you want to change the config path? Current is %s" +msgstr "" + +#: pyload/Setup.py:136 +msgid "If you use pyLoad on a server or the home partition lives on an internal flash it may be a good idea to change it." +msgstr "" + +#: pyload/Setup.py:137 +msgid "Change config path?" +msgstr "" + +#: pyload/Setup.py:143 +msgid "Do you want to configure login data and basic settings?" +msgstr "" + +#: pyload/Setup.py:144 +msgid "This is recommend for first run." +msgstr "" + +#: pyload/Setup.py:145 +msgid "Make basic setup?" +msgstr "" + +#: pyload/Setup.py:152 +msgid "Do you want to configure ssl?" +msgstr "" + +#: pyload/Setup.py:153 +msgid "Configure ssl?" +msgstr "" + +#: pyload/Setup.py:159 +msgid "Do you want to configure webinterface?" +msgstr "" + +#: pyload/Setup.py:160 +msgid "Configure webinterface?" +msgstr "" + +#: pyload/Setup.py:165 +msgid "Setup finished successfully." +msgstr "" + +#: pyload/Setup.py:166 +msgid "Hit enter to exit and restart pyLoad" +msgstr "" + +#: pyload/Setup.py:173 +msgid "Webinterface running for setup." +msgstr "" + +#: pyload/Setup.py:190 +msgid "## Basic Setup ##" +msgstr "" + +#: pyload/Setup.py:193 +msgid "The following logindata is valid for CLI, GUI and webinterface." +msgstr "" + +#: pyload/Setup.py:199 pyload/Setup.py:288 pyload/Setup.py:304 +msgid "Username" +msgstr "" + +#: pyload/Setup.py:205 +msgid "External clients (GUI, CLI or other) need remote access to work over the network." +msgstr "" + +#: pyload/Setup.py:206 +msgid "However, if you only want to use the webinterface you may disable it to save ram." +msgstr "" + +#: pyload/Setup.py:207 +msgid "Enable remote access" +msgstr "" + +#: pyload/Setup.py:211 +msgid "Language" +msgstr "" + +#: pyload/Setup.py:213 +msgid "Download folder" +msgstr "" + +#: pyload/Setup.py:214 +msgid "Max parallel downloads" +msgstr "" + +#: pyload/Setup.py:218 +msgid "Use Reconnect?" +msgstr "" + +#: pyload/Setup.py:221 +msgid "Reconnect script location" +msgstr "" + +#: pyload/Setup.py:226 +msgid "## Webinterface Setup ##" +msgstr "" + +#: pyload/Setup.py:229 +msgid "Activate webinterface?" +msgstr "" + +#: pyload/Setup.py:231 +msgid "Listen address, if you use 127.0.0.1 or localhost, the webinterface will only accessible locally." +msgstr "" + +#: pyload/Setup.py:232 +msgid "Address" +msgstr "" + +#: pyload/Setup.py:233 +msgid "Port" +msgstr "" + +#: pyload/Setup.py:235 +msgid "pyLoad offers several server backends, now following a short explanation." +msgstr "" + +#: pyload/Setup.py:236 +msgid "Default server, this server offers SSL and is a good alternative to builtin." +msgstr "" + +#: pyload/Setup.py:238 +msgid "Can be used by apache, lighttpd, requires you to configure them, which is not too easy job." +msgstr "" + +#: pyload/Setup.py:239 +msgid "Very fast alternative written in C, requires libev and linux knowledge." +msgstr "" + +#: pyload/Setup.py:240 +msgid "Get it from here: https://github.com/jonashaag/bjoern, compile it" +msgstr "" + +#: pyload/Setup.py:241 +msgid "and copy bjoern.so to pyload/lib" +msgstr "" + +#: pyload/Setup.py:245 +msgid "Attention: In some rare cases the builtin server is not working, if you notice problems with the webinterface" +msgstr "" + +#: pyload/Setup.py:246 +msgid "come back here and change the builtin server to the threaded one here." +msgstr "" + +#: pyload/Setup.py:248 +msgid "Server" +msgstr "" + +#: pyload/Setup.py:253 +msgid "## SSL Setup ##" +msgstr "" + +#: pyload/Setup.py:255 +msgid "Execute these commands from pyLoad config folder to make ssl certificates:" +msgstr "" + +#: pyload/Setup.py:261 +msgid "If you're done and everything went fine, you can activate ssl now." +msgstr "" + +#: pyload/Setup.py:262 +msgid "Activate SSL?" +msgstr "" + +#: pyload/Setup.py:278 +msgid "Select action" +msgstr "" + +#: pyload/Setup.py:279 +msgid "1 - Create/Edit user" +msgstr "" + +#: pyload/Setup.py:280 +msgid "2 - List users" +msgstr "" + +#: pyload/Setup.py:281 +msgid "3 - Remove user" +msgstr "" + +#: pyload/Setup.py:282 +msgid "4 - Quit" +msgstr "" + +#: pyload/Setup.py:294 +msgid "Users" +msgstr "" + +#: pyload/Setup.py:322 +msgid "Setting new configpath, current configuration will not be transferred!" +msgstr "" + +#: pyload/Setup.py:323 +msgid "Config path" +msgstr "" + +#: pyload/Setup.py:331 +msgid "Config path changed, setup will now close, please restart to go on." +msgstr "" + +#: pyload/Setup.py:332 +msgid "Press Enter to exit." +msgstr "" + +#: pyload/Setup.py:336 +#, python-format +msgid "Setting config path failed: %s" +msgstr "" + +#: pyload/Setup.py:347 +msgid "y" +msgstr "" + +#: pyload/Setup.py:349 +msgid "n" +msgstr "" + +#: pyload/Setup.py:373 +msgid "Password: " +msgstr "" + +#: pyload/Setup.py:377 +msgid "Password too short. Use at least 4 symbols." +msgstr "" + +#: pyload/Setup.py:380 +msgid "Password (again): " +msgstr "" + +#: pyload/Setup.py:386 +msgid "Passwords did not match." +msgstr "" + +#: pyload/Setup.py:397 +msgid "yes" +msgstr "" + +#: pyload/Setup.py:397 +msgid "true" +msgstr "" + +#: pyload/Setup.py:397 +msgid "t" +msgstr "" + +#: pyload/Setup.py:400 +msgid "no" +msgstr "" + +#: pyload/Setup.py:400 +msgid "false" +msgstr "" + +#: pyload/Setup.py:400 +msgid "f" +msgstr "" + +#: pyload/Setup.py:403 pyload/Setup.py:413 +msgid "Invalid Input" +msgstr "" + diff --git a/locale/fi/LC_MESSAGES/webUI.po b/locale/fi/LC_MESSAGES/webUI.po new file mode 100644 index 000000000..0351bba34 --- /dev/null +++ b/locale/fi/LC_MESSAGES/webUI.po @@ -0,0 +1,131 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-08-10 11:58+0200\n" +"PO-Revision-Date: 2013-08-31 15:21-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Finnish\n" +"Language: fi_FI\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/web/app/scripts/helpers/formatSize.js:9 +msgid "not available" +msgstr "" + +#: pyload/web/app/scripts/helpers/formatSize.js:11 +msgid "unlimited" +msgstr "" + +#: pyload/web/app/templates/default/admin.html:3 +#: pyload/web/app/templates/default/admin.html:4 +msgid "Admin" +msgstr "" + +#: pyload/web/app/templates/default/setup.html:3 +msgid "Setup" +msgstr "" + +#: pyload/web/app/templates/default/accounts/actionbar.html:2 +msgid "Add Account" +msgstr "" + +#: pyload/web/app/templates/default/accounts/layout.html:2 +msgid "Accounts" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:9 +msgid "Local" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:18 +msgid "Search" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:26 +msgid "Type" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:44 +#: pyload/web/app/templates/default/dashboard/actionbar.html:49 +msgid "All" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:50 +msgid "Finished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:51 +msgid "Unfinished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:52 +msgid "Failed" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/select.html:1 +msgid "1 package" +msgid_plural "%d packages" +msgstr[0] "" +msgstr[1] "" + +#: pyload/web/app/templates/default/dashboard/select.html:4 +msgid "1 file" +msgid_plural "%d files" +msgstr[0] "" +msgstr[1] "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:2 +msgid "Add an account" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:7 +msgid "Please enter your account data" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:3 +msgid "Choose a plugin" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:9 +msgid "Please choose a plugin, which you want to configure" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:23 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:46 +msgid "Add" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:24 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:47 +#: pyload/web/app/templates/default/dialogs/interactionTask.html:35 +msgid "Close" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:2 +msgid "Please confirm" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:5 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:8 +msgid "Delete" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:9 +msgid "Cancel" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/interactionTask.html:34 +msgid "Submit" +msgstr "" + +#: pyload/web/app/templates/default/header/layout.html:12 +msgid "Running..." +msgstr "" + diff --git a/locale/fr/LC_MESSAGES/cli.po b/locale/fr/LC_MESSAGES/cli.po new file mode 100644 index 000000000..1af859282 --- /dev/null +++ b/locale/fr/LC_MESSAGES/cli.po @@ -0,0 +1,291 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: French\n" +"Language: fr_FR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/cli/AddPackage.py:48 +msgid "Add Package:" +msgstr "Ajouter un paquet:" + +#: pyload/cli/AddPackage.py:53 +msgid "Enter a name for the new package" +msgstr "Entrez un nom pour le nouveau paquet" + +#: pyload/cli/AddPackage.py:57 +#, python-format +msgid "Package: %s" +msgstr "Paquet : %s" + +#: pyload/cli/AddPackage.py:58 +msgid "Parse the links you want to add." +msgstr "Analyse des liens que vous voulez ajouter." + +#: pyload/cli/AddPackage.py:59 +#, python-format +msgid "Type %s when done." +msgstr "Tapez %s une fois fini." + +#: pyload/cli/AddPackage.py:60 +msgid "Links added: " +msgstr "Liens ajoutés : " + +#: pyload/cli/AddPackage.py:64 pyload/cli/ManageFiles.py:149 +msgid " back to main menu" +msgstr " retour au menu principal" + +#: pyload/cli/ManageFiles.py:97 +msgid "Manage Packages:" +msgstr "Gérer les paquets:" + +#: pyload/cli/ManageFiles.py:99 +msgid "Manage Links:" +msgstr "Gérer les liens:" + +#: pyload/cli/ManageFiles.py:104 +msgid "What do you want to move?" +msgstr "Que voulez-vous déplacer ?" + +#: pyload/cli/ManageFiles.py:106 +msgid "What do you want to delete?" +msgstr "Que voulez-vous supprimer ?" + +#: pyload/cli/ManageFiles.py:108 +msgid "What do you want to restart?" +msgstr "Que voulez-vous redémarrer ?" + +#: pyload/cli/ManageFiles.py:113 +msgid "Choose what you want to do, or enter package number." +msgstr "Choisissez ce que vous voulez faire, ou entrez un numéro de paquet." + +#: pyload/cli/ManageFiles.py:115 +msgid "delete" +msgstr "supprimer" + +#: pyload/cli/ManageFiles.py:115 +msgid "move" +msgstr "déplacer" + +#: pyload/cli/ManageFiles.py:115 +msgid "restart" +msgstr "redémarrer" + +#: pyload/cli/ManageFiles.py:148 +msgid " - previous" +msgstr " - précédent" + +#: pyload/cli/ManageFiles.py:148 +msgid " - next" +msgstr " - suivant" + +#: pyload/cli/Cli.py:75 pyload/cli/Cli.py:133 +msgid " Command Line Interface" +msgstr " Interface en ligne de commande" + +#: pyload/cli/Cli.py:165 +#, python-format +msgid "%s Downloads:" +msgstr "%s téléchargement(s) :" + +#: pyload/cli/Cli.py:177 +msgid " Speed: " +msgstr " Vitesse : " + +#: pyload/cli/Cli.py:177 +msgid " Size: " +msgstr " Taille : " + +#: pyload/cli/Cli.py:178 +msgid " Finished in: " +msgstr " Fini dans : " + +#: pyload/cli/Cli.py:179 +msgid " ID: " +msgstr " ID : " + +#: pyload/cli/Cli.py:184 +msgid "waiting: " +msgstr "en attente : " + +#: pyload/cli/Cli.py:191 pyload/cli/Cli.py:193 +msgid "Status:" +msgstr "Statut:" + +#: pyload/cli/Cli.py:191 +msgid "paused" +msgstr "en pause" + +#: pyload/cli/Cli.py:193 +msgid "running" +msgstr "en cours" + +#: pyload/cli/Cli.py:196 +msgid "total Speed" +msgstr "Vitesse totale" + +#: pyload/cli/Cli.py:196 +msgid "Files in queue" +msgstr "Fichiers en attente" + +#: pyload/cli/Cli.py:197 +msgid "Total" +msgstr "Total" + +#: pyload/cli/Cli.py:203 +msgid "Menu:" +msgstr "Menu :" + +#: pyload/cli/Cli.py:205 +msgid " Add Links" +msgstr " Ajouter des liens" + +#: pyload/cli/Cli.py:206 +msgid " Manage Queue" +msgstr "Gérer la file d'attente" + +#: pyload/cli/Cli.py:207 +msgid " Manage Collector" +msgstr "Gérer le collecteur" + +#: pyload/cli/Cli.py:208 +msgid " (Un)Pause Server" +msgstr "Mettre en pause/Restaurer le serveur" + +#: pyload/cli/Cli.py:209 +msgid " Kill Server" +msgstr " Stopper le serveur" + +#: pyload/cli/Cli.py:210 +msgid " Quit" +msgstr " Quitter" + +#: pyload/cli/Cli.py:289 pyload/cli/Cli.py:296 +msgid "Please use this syntax: add <Package name> <link> <link2> ..." +msgstr "Utilisez cette syntaxe : add <Nom paquet> <lien> <lien2> ..." + +#: pyload/cli/Cli.py:315 +#, python-format +msgid "Checking %d links:" +msgstr "Vérification de %d liens :" + +#: pyload/cli/Cli.py:324 +msgid "File does not exists." +msgstr "Le fichier n'existe pas." + +#: pyload/cli/Cli.py:385 +msgid "pyLoad was terminated" +msgstr "pyLoad a quitté" + +#: pyload/cli/Cli.py:443 +msgid "Prints server status" +msgstr "Affiche le statut du serveur" + +#: pyload/cli/Cli.py:444 +msgid "Prints downloads in queue" +msgstr "affiche les téléchargements en file d'attente" + +#: pyload/cli/Cli.py:445 +msgid "Prints downloads in collector" +msgstr "affiche les téléchargements dans le collecteur" + +#: pyload/cli/Cli.py:446 +msgid "Adds package to queue" +msgstr "Ajouter le paquet à la file d'attente" + +#: pyload/cli/Cli.py:447 +msgid "Adds package to collector" +msgstr "Ajouter le paquet au collecteur" + +#: pyload/cli/Cli.py:448 +msgid "Delete Files from Queue/Collector" +msgstr "Supprimer les fichiers de la file d'attente/du collecteur" + +#: pyload/cli/Cli.py:449 +msgid "Delete Packages from Queue/Collector" +msgstr "Supprimer les paquets de la file d'attente/du collecteur" + +#: pyload/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" + +#: pyload/cli/Cli.py:451 +msgid "Restart files" +msgstr "Redémarrer les fichiers" + +#: pyload/cli/Cli.py:452 +msgid "Restart packages" +msgstr "Redémarrer les paquets" + +#: pyload/cli/Cli.py:453 +msgid "Check online status, works with local container" +msgstr "Vérifie le statut en ligne (fonctionne avec un conteneur local)" + +#: pyload/cli/Cli.py:454 +msgid "Checks online status of a container file" +msgstr "Vérifie le statut en ligne d'un fichier conteneur" + +#: pyload/cli/Cli.py:455 +msgid "Pause the server" +msgstr "Mettre le serveur en pause" + +#: pyload/cli/Cli.py:456 +msgid "continue downloads" +msgstr "continuer les téléchargements" + +#: pyload/cli/Cli.py:457 +msgid "Toggle pause/unpause" +msgstr "Basculer pause/reprendre" + +#: pyload/cli/Cli.py:458 +msgid "kill server" +msgstr "stopper le serveur" + +#: pyload/cli/Cli.py:460 +msgid "List of commands:" +msgstr "Liste des commandes :" + +#: pyload/cli/Cli.py:473 +msgid "Couldn't write user config file" +msgstr "Impossible d'écrire le fichier de configuration" + +#: pyload/cli/Cli.py:548 pyload/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." + +#: pyload/cli/Cli.py:555 +msgid "Address: " +msgstr "Adresse: " + +#: pyload/cli/Cli.py:556 +msgid "Port: " +msgstr "Port : " + +#: pyload/cli/Cli.py:557 +msgid "Username: " +msgstr "Nom d'utilisateur: " + +#: pyload/cli/Cli.py:561 +msgid "Password: " +msgstr "Mot de passe : " + +#: pyload/cli/Cli.py:566 pyload/cli/Cli.py:575 +msgid "Login data is wrong." +msgstr "Les identifiants sont incorrects." + +#: pyload/cli/Cli.py:568 pyload/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." + +#: pyload/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/core.po b/locale/fr/LC_MESSAGES/core.po new file mode 100644 index 000000000..f322528f5 --- /dev/null +++ b/locale/fr/LC_MESSAGES/core.po @@ -0,0 +1,630 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: French\n" +"Language: fr_FR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/AddonManager.py:62 +#, python-format +msgid "Error when executing %s" +msgstr "Erreur lors de l'exécution de %s" + +#: pyload/AddonManager.py:93 +#, python-format +msgid "Failed activating %(name)s" +msgstr "Impossible d'activer %(name)s" + +#: pyload/AddonManager.py:96 +#, python-format +msgid "Activated addons: %s" +msgstr "Addons activés : %s" + +#: pyload/AddonManager.py:97 +#, python-format +msgid "Deactivated addons: %s" +msgstr "Extensions désactivées: %s" + +#: pyload/AddonManager.py:153 +msgid "Activating Plugins..." +msgstr "Activation des extensions..." + +#: pyload/AddonManager.py:162 +msgid "Deactivating Plugins..." +msgstr "Désactivations des plugins..." + +#: pyload/web/ServerThread.py:49 +msgid "SSL certificates not found." +msgstr "Certificats SSL non trouvés." + +#: pyload/web/ServerThread.py:53 +msgid "WebUI built is not available" +msgstr "L'interface web n'est pas disponible" + +#: pyload/web/ServerThread.py:55 +msgid "Running webUI in development mode" +msgstr "Lancement de l'interface web en mode développement" + +#: pyload/web/ServerThread.py:73 +msgid "Failed starting webserver: " +msgstr "Echec du lancement du serveur web : " + +#: pyload/web/ServerThread.py:107 +msgid "Failed importing webserver: " +msgstr "Echec de l'importation du serveur web : " + +#: pyload/web/ServerThread.py:125 +msgid "This server offers no SSL, please consider using threaded instead" +msgstr "Ce serveur ne permet pas la connexion SSL, vous devriez envisager d'utiliser le mode âthreadedâ à la place" + +#: pyload/web/ServerThread.py:139 +#, python-format +msgid "Starting %(name)s webserver: %(host)s:%(port)d" +msgstr "Démarrage du serveur web %(name)s : %(host)s:%(port)d" + +#: pyload/config/default.py:14 +msgid "Remote" +msgstr "A distance" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Description" +msgstr "Description" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Long description" +msgstr "Description longue" + +#: pyload/config/default.py:16 pyload/config/default.py:56 +#: pyload/config/default.py:63 +msgid "Activated" +msgstr "Activé" + +#: pyload/config/default.py:17 pyload/config/default.py:69 +#: pyload/config/default.py:80 +msgid "Port" +msgstr "Port" + +#: pyload/config/default.py:18 pyload/config/default.py:77 +msgid "Address" +msgstr "Adresse" + +#: pyload/config/default.py:21 +msgid "Log" +msgstr "Log" + +#: pyload/config/default.py:23 +msgid "Size in kb" +msgstr "Taille en Kb" + +#: pyload/config/default.py:24 +msgid "Folder" +msgstr "Dossier" + +#: pyload/config/default.py:25 +msgid "File Log" +msgstr "Fichier de log" + +#: pyload/config/default.py:26 +msgid "Count" +msgstr "Compte" + +#: pyload/config/default.py:27 +msgid "Log Rotate" +msgstr "Log tournant" + +#: pyload/config/default.py:30 +msgid "Permissions" +msgstr "Permissions" + +#: pyload/config/default.py:32 +msgid "Groupname" +msgstr "Nom du groupe" + +#: pyload/config/default.py:33 +msgid "Change Group and User of Downloads" +msgstr "Changement du groupe et d'utilisateurs des téléchargement" + +#: pyload/config/default.py:34 +msgid "Change file mode of downloads" +msgstr "Changement du mode de fichiers des téléchargements" + +#: pyload/config/default.py:35 pyload/config/default.py:75 +msgid "Username" +msgstr "Nom utilisateur" + +#: pyload/config/default.py:36 +msgid "Filemode for Downloads" +msgstr "Mode des fichiers pour les téléchargements" + +#: pyload/config/default.py:37 +msgid "Change group of running process" +msgstr "Changement du groupe des processus en cours" + +#: pyload/config/default.py:38 +msgid "Folder Permission mode" +msgstr "Mode de permission de dossier" + +#: pyload/config/default.py:39 +msgid "Change user of running process" +msgstr "Changement d'utilisateur des processus en cours" + +#: pyload/config/default.py:42 +msgid "General" +msgstr "Général" + +#: pyload/config/default.py:44 +msgid "Language" +msgstr "Langue" + +#: pyload/config/default.py:45 +msgid "Download Folder" +msgstr "Dossier de téléchargement" + +#: pyload/config/default.py:46 +msgid "Use Checksum" +msgstr "Utiliser un checksum" + +#: pyload/config/default.py:47 +msgid "Create folder for each package" +msgstr "Créer un dossier pour chaque paquet" + +#: pyload/config/default.py:48 +msgid "Debug Mode" +msgstr "Mode debug" + +#: pyload/config/default.py:49 +msgid "Min Free Space (MB)" +msgstr "Espace libre minimum (MB)" + +#: pyload/config/default.py:50 +msgid "CPU Priority" +msgstr "Priorité processeur" + +#: pyload/config/default.py:53 +msgid "SSL" +msgstr "SSL" + +#: pyload/config/default.py:55 +msgid "SSL Certificate" +msgstr "Certificat SSL" + +#: pyload/config/default.py:57 +msgid "SSL Key" +msgstr "Clé SSL" + +#: pyload/config/default.py:60 +msgid "Webinterface" +msgstr "Interface web" + +#: pyload/config/default.py:62 +msgid "Template" +msgstr "ModÚle" + +#: pyload/config/default.py:64 +msgid "Path Prefix" +msgstr "Préfixe du chemin" + +#: pyload/config/default.py:65 +msgid "Server" +msgstr "Serveur" + +#: pyload/config/default.py:66 +msgid "Favor specific server" +msgstr "Serveur spécifique préféré" + +#: pyload/config/default.py:67 +msgid "IP" +msgstr "IP" + +#: pyload/config/default.py:68 +msgid "Use HTTPS" +msgstr "Utiliser HTTPS" + +#: pyload/config/default.py:70 +msgid "Development mode" +msgstr "Mode développement" + +#: pyload/config/default.py:73 +msgid "Proxy" +msgstr "Proxy" + +#: pyload/config/default.py:76 +msgid "Use Proxy" +msgstr "Utiliser un proxy" + +#: pyload/config/default.py:78 +msgid "Password" +msgstr "Mot de passe" + +#: pyload/config/default.py:79 +msgid "Protocol" +msgstr "Protocole" + +#: pyload/config/default.py:83 +msgid "Reconnect" +msgstr "Reconnecter" + +#: pyload/config/default.py:85 pyload/config/default.py:106 +msgid "End" +msgstr "Fin" + +#: pyload/config/default.py:86 +msgid "Use Reconnect" +msgstr "Utiliser la reconnexion" + +#: pyload/config/default.py:87 +msgid "Method" +msgstr "Méthode" + +#: pyload/config/default.py:88 pyload/config/default.py:105 +msgid "Start" +msgstr "Début" + +#: pyload/config/default.py:91 +msgid "Download" +msgstr "Téléchargement" + +#: pyload/config/default.py:93 +msgid "Max Parallel Downloads" +msgstr "Téléchargements maximums en parallÚle" + +#: pyload/config/default.py:94 +msgid "Limit Download Speed" +msgstr "Vitesse limite de téléchargement" + +#: pyload/config/default.py:95 +msgid "Download interface to bind (ip or Name)" +msgstr "Téléchargement de l'interface à lier (ip ou nom)" + +#: pyload/config/default.py:96 +msgid "Skip already existing files" +msgstr "Ignorer les fichiers existants" + +#: pyload/config/default.py:97 +msgid "Max Download Speed in kb/s" +msgstr "Vitesse maximale de téléchargement en kb/s" + +#: pyload/config/default.py:98 +msgid "Allow IPv6" +msgstr "Autoriser l'IPV6" + +#: pyload/config/default.py:99 +msgid "Max connections for one download" +msgstr "Nombre maximum de connexions pour un téléchargement" + +#: pyload/config/default.py:100 +msgid "Restart failed downloads on startup" +msgstr "Redémarrage des téléchargements échoués au démarrage" + +#: pyload/config/default.py:103 +msgid "Download Time" +msgstr "Temps de téléchargement" + +#: pyload/network/HTTPDownload.py:249 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "Téléchargement par blocs échoué, repli vers une seule connexion | %s" + +#: pyload/api/DownloadApi.py:44 +#, python-format +msgid "Added package %(name)s as folder %(folder)s" +msgstr "Ajout du paquet %(name)s en tant que dossier %(folder)s" + +#: pyload/api/DownloadApi.py:95 +#, python-format +msgid "Added %d links to package" +msgstr "Ajout de %d liens au paquet" + +#: pyload/AccountManager.py:69 +#, python-format +msgid "Unknown account plugin %s" +msgstr "Compte de plugin inconnu %s" + +#: pyload/interaction/InteractionManager.py:88 +msgid "Query" +msgstr "Requête" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Captcha request" +msgstr "Demande de captcha" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Please solve the captcha." +msgstr "Veuillez résoudre le captcha." + +#: pyload/remote/RemoteManager.py:35 +#, python-format +msgid "Remote backend error: %s" +msgstr "Erreur du backend distant: %s" + +#: pyload/remote/RemoteManager.py:80 +#, python-format +msgid "Starting %(name)s: %(addr)s:%(port)s" +msgstr "Démarre %(name)s: %(addr)s:%(port)s" + +#: pyload/remote/RemoteManager.py:82 +#, python-format +msgid "Failed loading backend %(name)s | %(error)s" +msgstr "Ãchec du chargement du backend %(name)s | %(error)s" + +#: pyload/FileManager.py:53 +msgid "none" +msgstr "aucun" + +#: pyload/FileManager.py:53 +msgid "offline" +msgstr "hors ligne" + +#: pyload/FileManager.py:53 +msgid "online" +msgstr "en ligne" + +#: pyload/FileManager.py:53 +msgid "queued" +msgstr "en file d'attente" + +#: pyload/FileManager.py:53 +msgid "paused" +msgstr "en pause" + +#: pyload/FileManager.py:54 +msgid "finished" +msgstr "fini" + +#: pyload/FileManager.py:54 +msgid "skipped" +msgstr "ignoré" + +#: pyload/FileManager.py:54 +msgid "failed" +msgstr "échoué" + +#: pyload/FileManager.py:54 +msgid "starting" +msgstr "démarrage" + +#: pyload/FileManager.py:55 +msgid "waiting" +msgstr "en attente" + +#: pyload/FileManager.py:55 +msgid "downloading" +msgstr "téléchargement en cours" + +#: pyload/FileManager.py:55 +msgid "temp. offline" +msgstr "temp. hors ligne" + +#: pyload/FileManager.py:55 +msgid "aborted" +msgstr "annulé" + +#: pyload/FileManager.py:56 +msgid "decrypting" +msgstr "décryptage" + +#: pyload/FileManager.py:56 +msgid "processing" +msgstr "traitement en cours" + +#: pyload/FileManager.py:56 +msgid "custom" +msgstr "personnalisé" + +#: pyload/FileManager.py:56 +msgid "unknown" +msgstr "inconnu" + +#: pyload/FileManager.py:426 +#, python-format +msgid "Package finished: %s" +msgstr "Paquet terminé : %s" + +#: pyload/Api.py:152 +#, python-format +msgid "User '%s' tries to log in" +msgstr "L'utilisateur '%s' essaye de se connecter" + +#: pyload/Core.py:195 +msgid "Received Quit signal" +msgstr "Signal d'arrêt reçu" + +#: pyload/Core.py:323 +#, python-format +msgid "pyLoad already running with pid %s" +msgstr "pyLoad est déjà lancé avec le pid %s" + +#: pyload/Core.py:337 +#, python-format +msgid "Failed changing group: %s" +msgstr "Echec lors du changement de groupe: %s" + +#: pyload/Core.py:347 +#, python-format +msgid "Failed changing user: %s" +msgstr "Echec lors du changement d'utilisateur: %s" + +#: pyload/Core.py:358 +msgid "Starting" +msgstr "Démarrage" + +#: pyload/Core.py:359 +#, python-format +msgid "Using home directory: %s" +msgstr "Utilisation du dossier principal : %s" + +#: pyload/Core.py:373 +msgid "All links removed" +msgstr "Tous les liens ont été supprimés" + +#: pyload/Core.py:403 +#, python-format +msgid "Download time: %s" +msgstr "Temps de téléchargement : %s" + +#: pyload/Core.py:418 +#, python-format +msgid "Free space: %s" +msgstr "Espace libre : %s" + +#: pyload/Core.py:438 +msgid "Activating Accounts..." +msgstr "Activation des comptes ..." + +#: pyload/Core.py:443 +msgid "Restarting failed downloads..." +msgstr "Redémarrage des téléchargements échoués..." + +#: pyload/Core.py:451 +msgid "pyLoad is up and running" +msgstr "pyLoad est opérationnel" + +#: pyload/Core.py:474 +msgid "restarting pyLoad" +msgstr "redémarrage de pyLoad" + +#: pyload/Core.py:478 +msgid "pyLoad quits" +msgstr "pyLoad se termine" + +#: pyload/Core.py:564 +msgid "shutting down..." +msgstr "arrêt..." + +#: pyload/Core.py:579 +msgid "error while shutting down" +msgstr "erreur lors de l'arrêt" + +#: pyload/Core.py:661 +msgid "killed pyLoad from terminal" +msgstr "fin de pyLoad depuis le terminal" + +#: pyload/database/DatabaseBackend.py:167 +msgid "Database was deleted due to incompatible version." +msgstr "La base de données a été supprimée pour cause d'incompatibilité." + +#: pyload/threads/DecrypterThread.py:50 +msgid "Decrypting failed" +msgstr "Le décryptage a échoué" + +#: pyload/threads/DecrypterThread.py:73 +#, python-format +msgid "Decrypted %(count)d links into package %(name)s" +msgstr "Décryptage de %(count)d liens dans les paquets %(name)s" + +#: pyload/threads/DecrypterThread.py:80 +msgid "No links decrypted" +msgstr "Pas de liens décryptés" + +#: pyload/threads/InfoThread.py:147 +#, python-format +msgid "Info Fetching for %(name)s failed | %(err)s" +msgstr "Ãchec de la collecte des infos pour %(name)s | %(err)s" + +#: pyload/threads/ThreadManager.py:155 +#, python-format +msgid "Reconnect Failed: %s" +msgstr "La reconnexion a échoué : %s" + +#: pyload/threads/ThreadManager.py:192 +msgid "Reconnect script not found!" +msgstr "Script de reconnexion non trouvé !" + +#: pyload/threads/ThreadManager.py:198 +msgid "Starting reconnect" +msgstr "Lancement de la reconnexion" + +#: pyload/threads/ThreadManager.py:212 +msgid "Failed executing reconnect script!" +msgstr "Echec d'exécution du script de reconnexion !" + +#: pyload/threads/ThreadManager.py:224 +#, python-format +msgid "Reconnected, new IP: %s" +msgstr "Reconnecté, nouvelle IP : %s" + +#: pyload/threads/ThreadManager.py:298 +msgid "Not enough space left on device" +msgstr "Il n'y a pas assez de place sur le périphérique" + +#: pyload/threads/DownloadThread.py:64 +#, python-format +msgid "Download starts: %s" +msgstr "Le téléchargement commence : %s" + +#: pyload/threads/DownloadThread.py:70 +#, python-format +msgid "Download finished: %s" +msgstr "Téléchargement terminé : %s" + +#: pyload/threads/DownloadThread.py:75 +#, python-format +msgid "Plugin %s is missing a function." +msgstr "Il manque une fonction au plugin %s." + +#: pyload/threads/DownloadThread.py:83 pyload/threads/DownloadThread.py:147 +#, python-format +msgid "Download aborted: %s" +msgstr "Abandon du téléchargement : %s" + +#: pyload/threads/DownloadThread.py:103 +#, python-format +msgid "Download restarted: %(name)s | %(msg)s" +msgstr "Téléchargement redémarré : %(name)s | %(msg)s" + +#: pyload/threads/DownloadThread.py:113 +#, python-format +msgid "Download is offline: %s" +msgstr "Le téléchargement est hors-ligne : %s" + +#: pyload/threads/DownloadThread.py:116 pyload/threads/DownloadThread.py:187 +#, python-format +msgid "Download is temporary offline: %s" +msgstr "Le téléchargement est temporairement hors ligne: %s" + +#: pyload/threads/DownloadThread.py:119 pyload/threads/DownloadThread.py:192 +#, python-format +msgid "Download failed: %(name)s | %(msg)s" +msgstr "Téléchargement échoué : %(name)s | %(msg)s" + +#: pyload/threads/DownloadThread.py:136 +msgid "Couldn't connect to host or connection reset, waiting 1 minute and retry." +msgstr "Impossible de se connecter à l'hÃŽte ou connexion perdue, prochain essai dans une minute." + +#: pyload/threads/DownloadThread.py:171 +#, python-format +msgid "Download skipped: %(name)s due to %(plugin)s" +msgstr "Téléchargement ignoré : %(name)s à cause de %(plugin)s" + +#: pyload/threads/DownloadThread.py:188 +msgid "Internal Server Error" +msgstr "Erreur du serveur interne" + +#: pyload/threads/AddonThread.py:55 +msgid "An Error occurred" +msgstr "Une erreur est survenue" + +#: pyload/PluginManager.py:316 +#, python-format +msgid "Error importing %(name)s: %(msg)s" +msgstr "Erreur d'importation %(name)s : %(msg)s" + +#: pyload/utils/JsEngine.py:188 +msgid "No js engine detected, please install either Spidermonkey, ossp-js, pyv8, nodejs or rhino" +msgstr "Pas de moteur js détécté, veuillez installer soit Spidermonkey, ossp-js, pyv/, nodesjs ou rhino" + diff --git a/locale/fr/LC_MESSAGES/django.mo b/locale/fr/LC_MESSAGES/django.mo Binary files differdeleted file mode 100644 index b7b2a3fb5..000000000 --- a/locale/fr/LC_MESSAGES/django.mo +++ /dev/null diff --git a/locale/fr/LC_MESSAGES/plugins.po b/locale/fr/LC_MESSAGES/plugins.po new file mode 100644 index 000000000..51f00a3d1 --- /dev/null +++ b/locale/fr/LC_MESSAGES/plugins.po @@ -0,0 +1,424 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-20 22:13+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: French\n" +"Language: fr_FR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/plugins/network/CurlDownload.py:241 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "Téléchargement par blocs échoué, repli vers une seule connexion | %s" + +#: pyload/plugins/Base.py:329 +msgid "Pil and tesseract not installed and no Client connected for captcha decrypting" +msgstr "Pil et tesseract ne sont pas installés et il n'y a pas de client connecté pour le déchiffrement des captcha" + +#: pyload/plugins/Base.py:333 +msgid "No captcha result obtained in appropriate time." +msgstr "Aucun résultat de captcha obtenu dans un temps approprié." + +#: pyload/plugins/Hoster.py:282 pyload/plugins/Hoster.py:319 +#: pyload/plugins/hoster/ARD.py:76 +#, python-format +msgid "Setting User and Group failed: %s" +msgstr "La définition de l'utilisateur et du groupe a échoué :: %s" + +#: pyload/plugins/Crypter.py:136 +msgid "Not existing file or unsupported protocol" +msgstr "Le fichier n'existe pas ou le protocole n'est pas supporté" + +#: pyload/plugins/hoster/RapidshareCom.py:96 +msgid "Rapidshare: Traffic Share (direct download)" +msgstr "Rapidshare : partage du trafic (téléchargement direct)" + +#: pyload/plugins/hoster/RapidshareCom.py:123 +#: pyload/plugins/hoster/RapidshareCom.py:189 +msgid "Already downloading from this ip address, waiting 60 seconds" +msgstr "Un téléchargement est déjà en cours depuis cette adresse, 60 secondes d'attente" + +#: pyload/plugins/hoster/RapidshareCom.py:127 +msgid "Invalid Auth Code, download will be restarted" +msgstr "Code d'authentification invalide, le téléchargement va redémarrer" + +#: pyload/plugins/hoster/RapidshareCom.py:193 +msgid "RapidShareCom: No free slots" +msgstr "RapidShareCom : aucun slot disponible" + +#: pyload/plugins/hoster/RapidshareCom.py:196 +msgid "You need a premium account for this file" +msgstr "Vous avez besoin d'un compte premium pour ce fichier" + +#: pyload/plugins/hoster/RapidshareCom.py:198 +msgid "Filename reported invalid" +msgstr "Le nom du fichier est invalide" + +#: pyload/plugins/hoster/RealdebridCom.py:40 +#: pyload/plugins/hoster/Premium4Me.py:27 +#: pyload/plugins/hoster/MultiDebridCom.py:39 +#: pyload/plugins/hoster/ZeveraCom.py:24 +#: pyload/plugins/hoster/AlldebridCom.py:37 +#: pyload/plugins/hoster/RehostTo.py:25 pyload/plugins/hoster/ReloadCc.py:22 +#: pyload/plugins/hoster/DebridItaliaCom.py:38 +#: pyload/plugins/hoster/PremiumizeMe.py:19 +#, python-format +msgid "Please enter your %s account or deactivate this plugin" +msgstr "Veuillez entrer votre compte %s ou désactivez ce plugin" + +#: pyload/plugins/hoster/MegaNz.py:55 +msgid "Decryption failed" +msgstr "Le déchiffrement à échoué" + +#: pyload/plugins/hoster/MegaNz.py:99 +msgid "No file key provided in the URL" +msgstr "Aucune clé de fichier fournie dans l'URL" + +#: pyload/plugins/hoster/MegaNz.py:111 +msgid "Error code:" +msgstr "Code d'erreur :" + +#: pyload/plugins/hoster/FileserveCom.py:97 +msgid "Parallel download error, now waiting 60s." +msgstr "Erreur de téléchargement parallÚle, attente pendant 60 secondes." + +#: pyload/plugins/hoster/FileserveCom.py:208 +msgid "Not logged in." +msgstr "Vous n'êtes pas identifiés." + +#: pyload/plugins/hoster/UploadedTo.py:135 +msgid "API key invalid" +msgstr "La clé de l'API est invalide" + +#: pyload/plugins/hoster/UploadedTo.py:160 +#, python-format +msgid "%s: Not enough traffic left" +msgstr "%s : il ne reste pas assez de trafic" + +#: pyload/plugins/hoster/UploadedTo.py:163 +msgid "Traffic exceeded" +msgstr "Le trafic a été dépassé" + +#: pyload/plugins/hoster/BasePlugin.py:63 +msgid "Authorization required (username:password)" +msgstr "Autorisation requise (identifiant:mot de passe)" + +#: pyload/plugins/hoster/NetloadIn.py:143 +#: pyload/plugins/hoster/NetloadIn.py:167 +msgid "File temporarily not available" +msgstr "Fichier temporairement indisponible" + +#: pyload/plugins/hoster/NetloadIn.py:180 +#, python-format +msgid "Netload: waiting between downloads %d s." +msgstr "Netload : attente de %d s entre chaque téléchargements." + +#: pyload/plugins/hoster/NetloadIn.py:209 +#, python-format +msgid "Netload: waiting for captcha %d s." +msgstr "Netload : attendre le captcha pendant %d s." + +#: pyload/plugins/hoster/NetloadIn.py:248 +msgid "Downloaded File was empty" +msgstr "Le fichier téléchargé est vide" + +#: pyload/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 "Il y avait du code HTML dans le fichier téléchargé (%s)... erreur de redirection? Le téléchargement sera recommencé." + +#: pyload/plugins/hoster/XHamsterCom.py:75 +#: pyload/plugins/hoster/XHamsterCom.py:84 +#: pyload/plugins/hoster/XHamsterCom.py:87 +#, python-format +msgid "long_url: %s" +msgstr "longue_URL : %s" + +#: pyload/plugins/Account.py:117 pyload/plugins/Account.py:123 +#, python-format +msgid "Could not login with account %(user)s | %(msg)s" +msgstr "Impossible de s'identifier avec le compte %(user)s | %(msg)s" + +#: pyload/plugins/Account.py:118 +msgid "Wrong Password" +msgstr "Mauvais mot de passe" + +#: pyload/plugins/Account.py:184 +#, python-format +msgid "Get Account Info for %s" +msgstr "Obtention des informations du compte %s" + +#: pyload/plugins/Account.py:193 +#, python-format +msgid "Error: %s" +msgstr "Erreur : %s" + +#: pyload/plugins/Account.py:242 +#, python-format +msgid "Your Time %s has a wrong format, use: 1:22-3:44" +msgstr "Le format de date %s est incorrect, utilisez : 1:22-3:44" + +#: pyload/plugins/Account.py:265 +#, python-format +msgid "Account %s has not enough traffic, checking again in 30min" +msgstr "Le compte %s n'a pas assez de trafic, re-vérification dans 30 minutes" + +#: pyload/plugins/Account.py:273 +#, python-format +msgid "Account %s is expired, checking again in 1h" +msgstr "Le compte %s a expiré, re-vérification dans 1H" + +#: pyload/plugins/Account.py:290 +#, python-format +msgid "Login with %s" +msgstr "Identifié avec %s" + +#: pyload/plugins/Addon.py:118 +#, python-format +msgid "Error executing addons: %s" +msgstr "Erreur lors de l'exécution des addons : %s" + +#: pyload/plugins/accounts/BitshareCom.py:36 +msgid "Activate direct Download in your Bitshare Account" +msgstr "Activez le téléchargement direct dans votre compte Bitshare" + +#: pyload/plugins/crypter/SerienjunkiesOrg.py:128 +msgid "Downloadlimit reached" +msgstr "Limite de téléchargement atteinte" + +#: pyload/plugins/addons/Premium4Me.py:30 +msgid "Please add your premium.to account first and restart pyLoad" +msgstr "Veuillez ajouter votre compte premium.to en premier et redémarrez pyLoad" + +#: pyload/plugins/addons/ExternalScripts.py:53 +#, python-format +msgid "Installed scripts for %s: " +msgstr "Scripts installés pour %s : " + +#: pyload/plugins/addons/ExternalScripts.py:69 +msgid "Script not executable:" +msgstr "Script non exécutable :" + +#: pyload/plugins/addons/ExternalScripts.py:79 +#, python-format +msgid "Error in %(script)s: %(error)s" +msgstr "Erreur dans %(script)s : %(error)s" + +#: pyload/plugins/addons/CaptchaTrader.py:72 +#: pyload/plugins/addons/Captcha9kw.py:56 +#: pyload/plugins/addons/ExpertDecoders.py:49 +#, python-format +msgid "%s credits left" +msgstr "%s crédits restants" + +#: pyload/plugins/addons/CaptchaTrader.py:120 +msgid "Could not send response." +msgstr "Impossible d'envoyer une réponse." + +#: pyload/plugins/addons/CaptchaTrader.py:138 +msgid "Your CaptchaTrader Account has not enough credits" +msgstr "Votre compte CaptchaTrader n'a pas assez de crédits" + +#: pyload/plugins/addons/Captcha9kw.py:89 +#, python-format +msgid "New CaptchaID from upload: %s : %s" +msgstr "Nouveau CaptchaID de l'upload: %s : %s" + +#: pyload/plugins/addons/Captcha9kw.py:123 +msgid "Your Captcha 9kw.eu Account has not enough credits" +msgstr "Votre compte de captcha 9kw.eu n'a pas assez de crédits" + +#: pyload/plugins/addons/RehostTo.py:34 +msgid "Please add your rehost.to account first and restart pyLoad" +msgstr "Veuillez d'abord ajouter votre compte rehost.to et redémarrez pyLoad" + +#: pyload/plugins/addons/HotFolder.py:82 +#, python-format +msgid "Added %s from HotFolder" +msgstr "Ajout de %s à partir du HotFolder" + +#: pyload/plugins/addons/ClickAndLoad.py:74 +msgid "Click'N'Load: Port 9666 already in use" +msgstr "Click'N'Load : port 9666 déjà en cours d'utilisation" + +#: pyload/plugins/addons/XMPPInterface.py:82 +#: pyload/plugins/addons/IRCInterface.py:75 +#, python-format +msgid "Package finished: %s" +msgstr "Paquet terminé : %s" + +#: pyload/plugins/addons/XMPPInterface.py:90 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" +msgstr "Téléchargement fini : %(name)s @ %(plugin)s" + +#: pyload/plugins/addons/ExpertDecoders.py:98 +msgid "Your ExpertDecoders Account has not enough credits" +msgstr "Votre compte ExpertDecoders n'a pas assez de crédits" + +#: pyload/plugins/addons/UpdateManager.py:73 +msgid "*** Plugins have been updated, please restart pyLoad ***" +msgstr "*** Les plugins ont été mis à jour, veuillez redémarrer pyLoad ***" + +#: pyload/plugins/addons/UpdateManager.py:75 +msgid "Plugins updated and reloaded" +msgstr "Plugins mis à jour et rechargés" + +#: pyload/plugins/addons/UpdateManager.py:78 +msgid "No plugin updates available" +msgstr "Aucune mise à jour pour les plugins" + +#: pyload/plugins/addons/UpdateManager.py:95 +msgid "No Updates for pyLoad" +msgstr "Aucune mise à jour pour pyLoad" + +#: pyload/plugins/addons/UpdateManager.py:100 +#, python-format +msgid "*** New pyLoad Version %s available ***" +msgstr "*** Nouvelle version %s disponible de pyLoad ***" + +#: pyload/plugins/addons/UpdateManager.py:101 +msgid "*** Get it here: http://pyload.org/download ***" +msgstr "*** Téléchargez-le ici : http://pyload.org/download ***" + +#: pyload/plugins/addons/UpdateManager.py:104 +msgid "Not able to connect server for updates" +msgstr "Incapable de se connecter au serveur pour les mises à jour" + +#: pyload/plugins/addons/UpdateManager.py:148 +#, python-format +msgid "New version of %(type)s|%(name)s : %(version).2f" +msgstr "Nouvelle version de %(type)s | %(name)s : %(version).2f" + +#: pyload/plugins/addons/UpdateManager.py:157 +#: pyload/plugins/addons/UpdateManager.py:162 +#, python-format +msgid "Error when updating %s" +msgstr "Erreur lors de la mise à jour de %s" + +#: pyload/plugins/addons/UpdateManager.py:162 +msgid "Version mismatch" +msgstr "Les versions discordent" + +#: pyload/plugins/addons/ExtractArchive.py:92 +#, python-format +msgid "No %s installed" +msgstr "%s non installé" + +#: pyload/plugins/addons/ExtractArchive.py:94 +#: pyload/plugins/addons/ExtractArchive.py:99 +#, python-format +msgid "Could not activate %s" +msgstr "Impossible d'activer %s" + +#: pyload/plugins/addons/ExtractArchive.py:104 +msgid "Activated" +msgstr "Activé" + +#: pyload/plugins/addons/ExtractArchive.py:106 +msgid "No Extract plugins activated" +msgstr "Pas de plugin d'extraction activé" + +#: pyload/plugins/addons/ExtractArchive.py:118 +#, python-format +msgid "Package %s queued for later extracting" +msgstr "Le paquet %s est mis dans la file d'attente pour une extraction ultérieure" + +#: pyload/plugins/addons/ExtractArchive.py:143 +#, python-format +msgid "Check package %s" +msgstr "Vérification du paquet %s" + +#: pyload/plugins/addons/ExtractArchive.py:183 +#, python-format +msgid "Extract to %s" +msgstr "Extraction vers %s" + +#: pyload/plugins/addons/ExtractArchive.py:197 +msgid "No files found to extract" +msgstr "Aucun fichier trouvé pour l'extraction" + +#: pyload/plugins/addons/ExtractArchive.py:203 +msgid "extracting" +msgstr "extraction en cours" + +#: pyload/plugins/addons/ExtractArchive.py:214 +msgid "Password protected" +msgstr "Mot de passe protégé" + +#: pyload/plugins/addons/ExtractArchive.py:234 +msgid "Wrong password" +msgstr "Mot de passe incorrect" + +#: pyload/plugins/addons/ExtractArchive.py:242 +#, python-format +msgid "Deleting %s files" +msgstr "Suppression de %s fichiers" + +#: pyload/plugins/addons/ExtractArchive.py:247 +msgid "Extracting finished" +msgstr "Extraction terminée" + +#: pyload/plugins/addons/ExtractArchive.py:254 +msgid "Archive Error" +msgstr "Erreur d'archive" + +#: pyload/plugins/addons/ExtractArchive.py:256 +msgid "CRC Mismatch" +msgstr "CRC différents" + +#: pyload/plugins/addons/ExtractArchive.py:260 +msgid "Unknown Error" +msgstr "Erreur inconnue" + +#: pyload/plugins/addons/ExtractArchive.py:312 +msgid "Setting User and Group failed" +msgstr "La définition de l'utilisateur et du groupe a échoué" + +#: pyload/plugins/addons/LinkdecrypterCom.py:36 +msgid "Crypter list not found" +msgstr "Liste des crypteurs non trouvée" + +#: pyload/plugins/addons/LinkdecrypterCom.py:50 +msgid "Crypter list is empty" +msgstr "La liste des crypteurs est vide" + +#: pyload/plugins/addons/IRCInterface.py:82 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " +msgstr "Téléchargement terminé : %(name)s @ %(plugin)s " + +#: pyload/plugins/addons/IRCInterface.py:94 +#, python-format +msgid "New Captcha Request: %s" +msgstr "Nouvelle demande de captcha : %s" + +#: pyload/plugins/addons/IRCInterface.py:95 +#, python-format +msgid "Answer with 'c %s text on the captcha'" +msgstr "Répondre avec ' le texte c %s sur le captcha'" + +#: pyload/plugins/addons/PremiumizeMe.py:46 +msgid "Please add a valid premiumize.me account first and restart pyLoad." +msgstr "Veuillez d'abord ajouter un compte valide premiumize.me et redémarrez pyLoad." + +#: pyload/plugins/addons/CaptchaBrotherhood.py:69 +#, python-format +msgid "%d credits left" +msgstr "%d crédits restants" + +#: pyload/plugins/addons/MultiHoster.py:29 +#, python-format +msgid "Activated %s" +msgstr "%s activé" + +#: pyload/plugins/addons/MultiHoster.py:47 +msgid "No Hoster loaded" +msgstr "Aucun hébergeur chargé" + diff --git a/locale/fr/LC_MESSAGES/pyLoad.mo b/locale/fr/LC_MESSAGES/pyLoad.mo Binary files differdeleted file mode 100644 index 95fd73cae..000000000 --- a/locale/fr/LC_MESSAGES/pyLoad.mo +++ /dev/null diff --git a/locale/fr/LC_MESSAGES/pyLoadCli.mo b/locale/fr/LC_MESSAGES/pyLoadCli.mo Binary files differdeleted file mode 100644 index 460641599..000000000 --- a/locale/fr/LC_MESSAGES/pyLoadCli.mo +++ /dev/null diff --git a/locale/fr/LC_MESSAGES/pyLoadGui.mo b/locale/fr/LC_MESSAGES/pyLoadGui.mo Binary files differdeleted file mode 100644 index 001412ddf..000000000 --- a/locale/fr/LC_MESSAGES/pyLoadGui.mo +++ /dev/null diff --git a/locale/fr/LC_MESSAGES/setup.mo b/locale/fr/LC_MESSAGES/setup.mo Binary files differdeleted file mode 100644 index 89cb21969..000000000 --- a/locale/fr/LC_MESSAGES/setup.mo +++ /dev/null diff --git a/locale/fr/LC_MESSAGES/setup.po b/locale/fr/LC_MESSAGES/setup.po new file mode 100644 index 000000000..dfe892eba --- /dev/null +++ b/locale/fr/LC_MESSAGES/setup.po @@ -0,0 +1,376 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: French\n" +"Language: fr_FR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/Setup.py:72 +msgid "Would you like to configure pyLoad via Webinterface?" +msgstr "Souhaitez-vous configurer pyLoad via l'interface Web?" + +#: pyload/Setup.py:73 +msgid "You need a Browser and a connection to this PC for it." +msgstr "Vous avez besoin d'un navigateur et une connexion à ce PC pour ça." + +#: pyload/Setup.py:74 +msgid "Url would be: http://hostname:8000/" +msgstr "L'URL sera : http://hostname:8000/" + +#: pyload/Setup.py:75 +msgid "Start initial webinterface for configuration?" +msgstr "Commencer l'interface Web de configuration initiale?" + +#: pyload/Setup.py:86 +msgid "Welcome to the pyLoad Configuration Assistent." +msgstr "Bienvenue dans l'Assistant de Configuration de pyLoad." + +#: pyload/Setup.py:87 +msgid "It will check your system and make a basic setup in order to run pyLoad." +msgstr "Votre systÚme va être vérifié et subir un réglage de base afin de lancer pyLoad." + +#: pyload/Setup.py:89 +msgid "The value in brackets [] always is the default value," +msgstr "La valeur entre crochets [] est toujours la valeur par défaut," + +#: pyload/Setup.py:90 +msgid "in case you don't want to change it or you are unsure what to choose, just hit enter." +msgstr "dans le cas où vous ne voulez pas la changer ou vous ne savez pas quoi choisir, appuyez sur entrée." + +#: pyload/Setup.py:92 +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." + +#: pyload/Setup.py:93 +msgid "If you have any problems with this assistent hit CTRL+C," +msgstr "Si vous avez un problÚme avec cet assistant faites CTRL+C," + +#: pyload/Setup.py:94 +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." + +#: pyload/Setup.py:96 +msgid "When you are ready for system check, hit enter." +msgstr "Lorsque vous êtes prêt pour la vérification du systÚme, appuyez sur entrée." + +#: pyload/Setup.py:103 +msgid "Features missing: " +msgstr "Fonctionnalités manquantes: " + +#: pyload/Setup.py:107 +msgid "no py-crypto available" +msgstr "py-crypto non disponible" + +#: pyload/Setup.py:108 +msgid "You need this if you want to decrypt container files." +msgstr "Vous avez besoin de ceci si vous voulez décrypter des fichiers conteneurs." + +#: pyload/Setup.py:112 +msgid "no SSL available" +msgstr "SSL non disponible" + +#: pyload/Setup.py:113 +msgid "This is needed if you want to establish a secure connection to core or webinterface." +msgstr "Ceci est nécessaire si vous souhaitez établir une connexion sécurisée au programme où à l'interface Web." + +#: pyload/Setup.py:114 +msgid "If you only want to access locally to pyLoad ssl is not useful." +msgstr "Si vous souhaitez uniquement accéder localement à pyLoad ssl est inutile." + +#: pyload/Setup.py:118 +msgid "no Captcha Recognition available" +msgstr "aucune reconnaissance de captcha disponible" + +#: pyload/Setup.py:119 +msgid "Only needed for some hosters and as freeuser." +msgstr "Nécessaire uniquement pour certains hébergeurs et en tant qu'utilisateur libre." + +#: pyload/Setup.py:123 +msgid "no JavaScript engine found" +msgstr "aucun moteur de JavaScript trouvé" + +#: pyload/Setup.py:124 +msgid "You will need this for some Click'N'Load links. Install Spidermonkey, ossp-js, pyv8 or rhino" +msgstr "Vous en aurez besoin pour certains liens Click'N'Load. Installez Spidermonkey, ossp-js, pyv8 ou rhino" + +#: pyload/Setup.py:126 +msgid "You can abort the setup now and fix some dependencies if you want." +msgstr "Vous pouvez annuler l'installation maintenant et réparer certaines dépendances si vous voulez." + +#: pyload/Setup.py:128 +msgid "Continue with setup?" +msgstr "Poursuivre l'installation ?" + +#: pyload/Setup.py:134 +#, python-format +msgid "Do you want to change the config path? Current is %s" +msgstr "Vous voulez changer le chemin de la configuration ? Le chemin actuel est %s" + +#: pyload/Setup.py:136 +msgid "If you use pyLoad on a server or the home partition lives on an internal flash it may be a good idea to change it." +msgstr "Si vous utilisez pyLoad sur un serveur ou votre partition home sur un périphérique interne il serait bien de le changer." + +#: pyload/Setup.py:137 +msgid "Change config path?" +msgstr "Changer le chemin de la configuration?" + +#: pyload/Setup.py:143 +msgid "Do you want to configure login data and basic settings?" +msgstr "Vous voulez configurer les données de connexion et les paramÚtres de base ?" + +#: pyload/Setup.py:144 +msgid "This is recommend for first run." +msgstr "Ceci est recommandé pour la premiÚre exécution." + +#: pyload/Setup.py:145 +msgid "Make basic setup?" +msgstr "Faire le réglage de base ?" + +#: pyload/Setup.py:152 +msgid "Do you want to configure ssl?" +msgstr "Vous voulez configurer ssl?" + +#: pyload/Setup.py:153 +msgid "Configure ssl?" +msgstr "Configurer ssl?" + +#: pyload/Setup.py:159 +msgid "Do you want to configure webinterface?" +msgstr "Vous voulez configurer l'interface Web?" + +#: pyload/Setup.py:160 +msgid "Configure webinterface?" +msgstr "Configurer l'interface Web?" + +#: pyload/Setup.py:165 +msgid "Setup finished successfully." +msgstr "Installation terminée avec succÚs." + +#: pyload/Setup.py:166 +msgid "Hit enter to exit and restart pyLoad" +msgstr "Appuyez sur entrée pour quitter et redémarrer pyLoad" + +#: pyload/Setup.py:173 +msgid "Webinterface running for setup." +msgstr "Démarrage de l'interface web pour la configuration." + +#: pyload/Setup.py:190 +msgid "## Basic Setup ##" +msgstr "## Configuration de base ##" + +#: pyload/Setup.py:193 +msgid "The following logindata is valid for CLI, GUI and webinterface." +msgstr "Les données de connexion suivantes sont valables pour le CLI, GUI et l'interface Web." + +#: pyload/Setup.py:199 pyload/Setup.py:288 pyload/Setup.py:304 +msgid "Username" +msgstr "Nom utilisateur" + +#: pyload/Setup.py:205 +msgid "External clients (GUI, CLI or other) need remote access to work over the network." +msgstr "Les clients externes (GUI, CLI ou autre) ont besoin d'un accÚs à distance pour travailler sur le réseau." + +#: pyload/Setup.py:206 +msgid "However, if you only want to use the webinterface you may disable it to save ram." +msgstr "Toutefois, si vous souhaitez uniquement utiliser l'interface Web vous pouvez le désactiver pour économiser de la mémoire vive." + +#: pyload/Setup.py:207 +msgid "Enable remote access" +msgstr "Activer l'accÚs distant" + +#: pyload/Setup.py:211 +msgid "Language" +msgstr "Langue" + +#: pyload/Setup.py:213 +msgid "Download folder" +msgstr "Dossier de téléchargement" + +#: pyload/Setup.py:214 +msgid "Max parallel downloads" +msgstr "Téléchargements parallÚles max" + +#: pyload/Setup.py:218 +msgid "Use Reconnect?" +msgstr "Utiliser la reconnexion ?" + +#: pyload/Setup.py:221 +msgid "Reconnect script location" +msgstr "Emplacement du script de reconnexion" + +#: pyload/Setup.py:226 +msgid "## Webinterface Setup ##" +msgstr "## Configuration de l'interface Web ##" + +#: pyload/Setup.py:229 +msgid "Activate webinterface?" +msgstr "Activer l'interface Web?" + +#: pyload/Setup.py:231 +msgid "Listen address, if you use 127.0.0.1 or localhost, the webinterface will only accessible locally." +msgstr "Adresse d'écoute, si vous utilisez 127.0.0.1 ou localhost, l'interface Web sera accessible uniquement localement." + +#: pyload/Setup.py:232 +msgid "Address" +msgstr "Adresse" + +#: pyload/Setup.py:233 +msgid "Port" +msgstr "Port" + +#: pyload/Setup.py:235 +msgid "pyLoad offers several server backends, now following a short explanation." +msgstr "pyLoad offre plusieurs serveur d'arriÚre plan, suivez maintenant une brÚve explication." + +#: pyload/Setup.py:236 +msgid "Default server, this server offers SSL and is a good alternative to builtin." +msgstr "Serveur par défaut, ce serveur offre le SSL et est une bonne alternative au serveur integré." + +#: pyload/Setup.py:238 +msgid "Can be used by apache, lighttpd, requires you to configure them, which is not too easy job." +msgstr "Peut être utilisé par apache, lighttpd, mais vous oblige à les configurer, ce qui n'est pas trÚs facile." + +#: pyload/Setup.py:239 +msgid "Very fast alternative written in C, requires libev and linux knowledge." +msgstr "Alternative trÚs rapide écrit en C, exige des connaissances en libev et linux." + +#: pyload/Setup.py:240 +msgid "Get it from here: https://github.com/jonashaag/bjoern, compile it" +msgstr "Télécharger le ici : https://github.com/jonashaag/bjoern, compilez-le" + +#: pyload/Setup.py:241 +msgid "and copy bjoern.so to pyload/lib" +msgstr "et copiez bjoern.so dans pyload/lib" + +#: pyload/Setup.py:245 +msgid "Attention: In some rare cases the builtin server is not working, if you notice problems with the webinterface" +msgstr "Attention : dans certain cas le serveur intégré ne marche pas, si vous avez des problÚmes avec l'interface web" + +#: pyload/Setup.py:246 +msgid "come back here and change the builtin server to the threaded one here." +msgstr "revenez ici et changez le serveur de âintégréâ à âthreadedâ." + +#: pyload/Setup.py:248 +msgid "Server" +msgstr "Serveur" + +#: pyload/Setup.py:253 +msgid "## SSL Setup ##" +msgstr "## Configuration de SSL ##" + +#: pyload/Setup.py:255 +msgid "Execute these commands from pyLoad config folder to make ssl certificates:" +msgstr "Exécutez ces commande depuis le répertoire de configuration de pyLoad pour générer les certificats SSL :" + +#: pyload/Setup.py:261 +msgid "If you're done and everything went fine, you can activate ssl now." +msgstr "Si vous avez terminé et que tout s'est bien passé, vous pouvez activer le ssl maintenant." + +#: pyload/Setup.py:262 +msgid "Activate SSL?" +msgstr "Activer le SSL ?" + +#: pyload/Setup.py:278 +msgid "Select action" +msgstr "Sélectionnez une action" + +#: pyload/Setup.py:279 +msgid "1 - Create/Edit user" +msgstr "1 - Créer/modifier l'utilisateur" + +#: pyload/Setup.py:280 +msgid "2 - List users" +msgstr "2 - Lister les utilisateurs" + +#: pyload/Setup.py:281 +msgid "3 - Remove user" +msgstr "3 - Supprimer un utilisateur" + +#: pyload/Setup.py:282 +msgid "4 - Quit" +msgstr "4 - Quitter" + +#: pyload/Setup.py:294 +msgid "Users" +msgstr "Utilisateurs" + +#: pyload/Setup.py:322 +msgid "Setting new configpath, current configuration will not be transferred!" +msgstr "Définition du nouveau chemin de configuration, la configuration actuelle ne sera pas transférée!" + +#: pyload/Setup.py:323 +msgid "Config path" +msgstr "Chemin de configuration" + +#: pyload/Setup.py:331 +msgid "Config path changed, setup will now close, please restart to go on." +msgstr "Le chemin de configuration a changé, l'installateur va maintenant se fermer, veuillez redémarrer pour continuer." + +#: pyload/Setup.py:332 +msgid "Press Enter to exit." +msgstr "Appuyez sur entrée pour quitter." + +#: pyload/Setup.py:336 +#, python-format +msgid "Setting config path failed: %s" +msgstr "La définition du dossier de configuration a échoué : %s" + +#: pyload/Setup.py:347 +msgid "y" +msgstr "o" + +#: pyload/Setup.py:349 +msgid "n" +msgstr "n" + +#: pyload/Setup.py:373 +msgid "Password: " +msgstr "Mot de passe : " + +#: pyload/Setup.py:377 +msgid "Password too short. Use at least 4 symbols." +msgstr "Le mot de passe est trop court. Utilisez au moins 4 caractÚres." + +#: pyload/Setup.py:380 +msgid "Password (again): " +msgstr "Mot de passe (encore) : " + +#: pyload/Setup.py:386 +msgid "Passwords did not match." +msgstr "Les mots de passe ne correspondent pas." + +#: pyload/Setup.py:397 +msgid "yes" +msgstr "oui" + +#: pyload/Setup.py:397 +msgid "true" +msgstr "vrai" + +#: pyload/Setup.py:397 +msgid "t" +msgstr "v" + +#: pyload/Setup.py:400 +msgid "no" +msgstr "non" + +#: pyload/Setup.py:400 +msgid "false" +msgstr "faux" + +#: pyload/Setup.py:400 +msgid "f" +msgstr "f" + +#: pyload/Setup.py:403 pyload/Setup.py:413 +msgid "Invalid Input" +msgstr "Entrée non valide" + diff --git a/locale/fr/LC_MESSAGES/webUI.po b/locale/fr/LC_MESSAGES/webUI.po new file mode 100644 index 000000000..b54dd775d --- /dev/null +++ b/locale/fr/LC_MESSAGES/webUI.po @@ -0,0 +1,131 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-08-10 11:58+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: French\n" +"Language: fr_FR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/web/app/scripts/helpers/formatSize.js:9 +msgid "not available" +msgstr "non disponible" + +#: pyload/web/app/scripts/helpers/formatSize.js:11 +msgid "unlimited" +msgstr "Illimité" + +#: pyload/web/app/templates/default/admin.html:3 +#: pyload/web/app/templates/default/admin.html:4 +msgid "Admin" +msgstr "Admin" + +#: pyload/web/app/templates/default/setup.html:3 +msgid "Setup" +msgstr "Configurer" + +#: pyload/web/app/templates/default/accounts/actionbar.html:2 +msgid "Add Account" +msgstr "Ajouter un compte" + +#: pyload/web/app/templates/default/accounts/layout.html:2 +msgid "Accounts" +msgstr "Comptes" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:9 +msgid "Local" +msgstr "Local" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:18 +msgid "Search" +msgstr "Rechercher" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:26 +msgid "Type" +msgstr "Type" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:44 +#: pyload/web/app/templates/default/dashboard/actionbar.html:49 +msgid "All" +msgstr "Tous" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:50 +msgid "Finished" +msgstr "Terminé" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:51 +msgid "Unfinished" +msgstr "Inachevé" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:52 +msgid "Failed" +msgstr "Ãchoué" + +#: pyload/web/app/templates/default/dashboard/select.html:1 +msgid "1 package" +msgid_plural "%d packages" +msgstr[0] "1 paquet" +msgstr[1] "%d paquets" + +#: pyload/web/app/templates/default/dashboard/select.html:4 +msgid "1 file" +msgid_plural "%d files" +msgstr[0] "1 fichier" +msgstr[1] "%d fichiers" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:2 +msgid "Add an account" +msgstr "Ajouter un compte" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:7 +msgid "Please enter your account data" +msgstr "Veuillez renseigner les données de votre compte" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:3 +msgid "Choose a plugin" +msgstr "Choisissez un plugin" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:9 +msgid "Please choose a plugin, which you want to configure" +msgstr "Merci de choisir le plugin que vous souhaitez configurer" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:23 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:46 +msgid "Add" +msgstr "Ajouter" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:24 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:47 +#: pyload/web/app/templates/default/dialogs/interactionTask.html:35 +msgid "Close" +msgstr "Fermer" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:2 +msgid "Please confirm" +msgstr "Merci de confirmer" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:5 +msgid "Do you want to delete the selected items?" +msgstr "Voulez-vous supprimer les éléments sélectionnés?" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:8 +msgid "Delete" +msgstr "Supprimer" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:9 +msgid "Cancel" +msgstr "Annuler" + +#: pyload/web/app/templates/default/dialogs/interactionTask.html:34 +msgid "Submit" +msgstr "Valider" + +#: pyload/web/app/templates/default/header/layout.html:12 +msgid "Running..." +msgstr "En cours..." + diff --git a/locale/gui.pot b/locale/gui.pot deleted file mode 100644 index dc74397a0..000000000 --- a/locale/gui.pot +++ /dev/null @@ -1,511 +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.9\n" -"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" -"POT-Creation-Date: 2011-12-07 19:21+0100\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" - -#: pyLoadGui.py:290 -msgid "paused" -msgstr "" - -#: pyLoadGui.py:292 -msgid "running" -msgstr "" - -#: pyLoadGui.py:332 -msgid "Unnamed" -msgstr "" - -#: pyLoadGui.py:655 -#, python-format -msgid "Finished downloading of '%s'" -msgstr "" - -#: pyLoadGui.py:657 -#, python-format -msgid "Failed downloading '%s'!" -msgstr "" - -#: pyLoadGui.py:660 -#, python-format -msgid "Added '%s' to queue" -msgstr "" - -#: pyLoadGui.py:685 -msgid "Connection lost" -msgstr "" - -#: pyLoadGui.py:685 -msgid "Lost connection to the core!" -msgstr "" - -#: pyLoadGui.py:720 -msgid "Show" -msgstr "" - -#: pyLoadGui.py:725 module/gui/MainWindow.py:133 -msgid "Exit" -msgstr "" - -#: module/gui/Connector.py:76 -msgid "bad login credentials" -msgstr "" - -#: module/gui/Connector.py:78 -msgid "no ssl support" -msgstr "" - -#: module/gui/Connector.py:80 -msgid "can't connect to host" -msgstr "" - -#: module/gui/Connector.py:94 -#, python-format -msgid "server is version %(new)s client accepts version %(current)s" -msgstr "" - -#: module/gui/Collector.py:47 -msgid "finished" -msgstr "" - -#: module/gui/Collector.py:48 -msgid "offline" -msgstr "" - -#: module/gui/Collector.py:49 -msgid "online" -msgstr "" - -#: module/gui/Collector.py:50 -msgid "queued" -msgstr "" - -#: module/gui/Collector.py:51 -msgid "skipped" -msgstr "" - -#: module/gui/Collector.py:52 -msgid "waiting" -msgstr "" - -#: module/gui/Collector.py:53 -msgid "temp. offline" -msgstr "" - -#: module/gui/Collector.py:54 -msgid "starting" -msgstr "" - -#: module/gui/Collector.py:55 -msgid "failed" -msgstr "" - -#: module/gui/Collector.py:56 -msgid "aborted" -msgstr "" - -#: module/gui/Collector.py:57 -msgid "decrypting" -msgstr "" - -#: module/gui/Collector.py:58 -msgid "custom" -msgstr "" - -#: module/gui/Collector.py:59 -msgid "downloading" -msgstr "" - -#: module/gui/Collector.py:60 -msgid "processing" -msgstr "" - -#: module/gui/Collector.py:284 module/gui/PackageDock.py:66 -#: module/gui/Queue.py:152 -msgid "Name" -msgstr "" - -#: module/gui/Collector.py:286 module/gui/Queue.py:156 -msgid "Plugin" -msgstr "" - -#: module/gui/Collector.py:288 module/gui/Queue.py:154 -msgid "Status" -msgstr "" - -#: module/gui/Collector.py:290 module/gui/Queue.py:158 -msgid "Size" -msgstr "" - -#: module/gui/Accounts.py:75 -msgid "not valid" -msgstr "" - -#: module/gui/Accounts.py:77 module/gui/Accounts.py:207 -msgid "n/a" -msgstr "" - -#: module/gui/Accounts.py:80 -msgid "%a, %d %b %Y %H:%M" -msgstr "" - -#: module/gui/Accounts.py:83 module/gui/Accounts.py:205 -msgid "unlimited" -msgstr "" - -#: module/gui/Accounts.py:138 module/gui/AccountEdit.py:38 -msgid "Type" -msgstr "" - -#: module/gui/Accounts.py:140 module/gui/AccountEdit.py:39 -msgid "Login" -msgstr "" - -#: module/gui/Accounts.py:142 -msgid "Valid until" -msgstr "" - -#: module/gui/Accounts.py:144 -msgid "Traffic left" -msgstr "" - -#: module/gui/SettingsWidget.py:74 -msgid "General" -msgstr "" - -#: module/gui/SettingsWidget.py:75 -msgid "Plugins" -msgstr "" - -#: module/gui/SettingsWidget.py:89 -msgid "Reload" -msgstr "" - -#: module/gui/SettingsWidget.py:90 module/gui/ConnectionManager.py:206 -#: module/gui/AccountEdit.py:53 -msgid "Save" -msgstr "" - -#: module/gui/SettingsWidget.py:192 -msgid "Yes" -msgstr "" - -#: module/gui/SettingsWidget.py:193 -msgid "No" -msgstr "" - -#: module/gui/ConnectionManager.py:42 module/gui/ConnectionManager.py:185 -msgid "pyLoad ConnectionManager" -msgstr "" - -#: module/gui/ConnectionManager.py:47 -msgid "New" -msgstr "" - -#: module/gui/ConnectionManager.py:48 module/gui/MainWindow.py:324 -msgid "Edit" -msgstr "" - -#: module/gui/ConnectionManager.py:49 module/gui/MainWindow.py:275 -#: module/gui/MainWindow.py:295 module/gui/MainWindow.py:323 -msgid "Remove" -msgstr "" - -#: module/gui/ConnectionManager.py:50 -msgid "Connect" -msgstr "" - -#: module/gui/ConnectionManager.py:56 -msgid "Connect:" -msgstr "" - -#: module/gui/ConnectionManager.py:73 -msgid "Use internal Core:" -msgstr "" - -#: module/gui/ConnectionManager.py:117 -#, python-format -msgid "%s (Default)" -msgstr "" - -#: module/gui/ConnectionManager.py:190 -msgid "Name:" -msgstr "" - -#: module/gui/ConnectionManager.py:191 -msgid "Host:" -msgstr "" - -#: module/gui/ConnectionManager.py:192 -msgid "Local:" -msgstr "" - -#: module/gui/ConnectionManager.py:193 -msgid "User:" -msgstr "" - -#: module/gui/ConnectionManager.py:194 -msgid "Password:" -msgstr "" - -#: module/gui/ConnectionManager.py:195 -msgid "Port:" -msgstr "" - -#: module/gui/ConnectionManager.py:207 module/gui/CaptchaDock.py:65 -msgid "Cancel" -msgstr "" - -#: module/gui/MainWindow.py:44 -msgid "pyLoad Client" -msgstr "" - -#: module/gui/MainWindow.py:92 -msgid "Packages:" -msgstr "" - -#: module/gui/MainWindow.py:96 -msgid "Files:" -msgstr "" - -#: module/gui/MainWindow.py:100 -msgid "Status:" -msgstr "" - -#: module/gui/MainWindow.py:104 -msgid "Space:" -msgstr "" - -#: module/gui/MainWindow.py:108 -msgid "Speed:" -msgstr "" - -#: module/gui/MainWindow.py:129 -msgid "File" -msgstr "" - -#: module/gui/MainWindow.py:130 -msgid "Connections" -msgstr "" - -#: module/gui/MainWindow.py:134 -msgid "Connection manager" -msgstr "" - -#: module/gui/MainWindow.py:156 -msgid "Overview" -msgstr "" - -#: module/gui/MainWindow.py:157 -msgid "Queue" -msgstr "" - -#: module/gui/MainWindow.py:158 -msgid "Collector" -msgstr "" - -#: module/gui/MainWindow.py:159 -msgid "Accounts" -msgstr "" - -#: module/gui/MainWindow.py:160 -msgid "Settings" -msgstr "" - -#: module/gui/MainWindow.py:161 -msgid "Log" -msgstr "" - -#: module/gui/MainWindow.py:190 -msgid "Hide Toolbar" -msgstr "" - -#: module/gui/MainWindow.py:194 -msgid "Toggle Pause/Resume" -msgstr "" - -#: module/gui/MainWindow.py:200 -msgid "Stop" -msgstr "" - -#: module/gui/MainWindow.py:202 module/gui/MainWindow.py:302 -#: module/gui/MainWindow.py:322 -msgid "Add" -msgstr "" - -#: module/gui/MainWindow.py:204 -msgid "Check Clipboard" -msgstr "" - -#: module/gui/MainWindow.py:211 module/gui/MainWindow.py:308 -#: module/gui/Overview.py:101 -msgid "Package" -msgstr "" - -#: module/gui/MainWindow.py:212 module/gui/MainWindow.py:309 -msgid "Container" -msgstr "" - -#: module/gui/MainWindow.py:213 -msgid "Account" -msgstr "" - -#: module/gui/MainWindow.py:214 module/gui/MainWindow.py:310 -msgid "Links" -msgstr "" - -#: module/gui/MainWindow.py:238 -msgid "Push selected packages to queue" -msgstr "" - -#: module/gui/MainWindow.py:261 -msgid "New Account" -msgstr "" - -#: module/gui/MainWindow.py:276 module/gui/MainWindow.py:298 -msgid "Restart" -msgstr "" - -#: module/gui/MainWindow.py:277 -msgid "Pull out" -msgstr "" - -#: module/gui/MainWindow.py:278 -msgid "Abort" -msgstr "" - -#: module/gui/MainWindow.py:279 module/gui/MainWindow.py:297 -msgid "Edit Name" -msgstr "" - -#: module/gui/MainWindow.py:296 -msgid "Push to queue" -msgstr "" - -#: module/gui/MainWindow.py:299 -msgid "Refresh Status" -msgstr "" - -#: module/gui/MainWindow.py:402 -#, python-format -msgid "All Container Types (%s)" -msgstr "" - -#: module/gui/MainWindow.py:403 -#, python-format -msgid "DLC (%s)" -msgstr "" - -#: module/gui/MainWindow.py:404 -#, python-format -msgid "CCF (%s)" -msgstr "" - -#: module/gui/MainWindow.py:405 -#, python-format -msgid "RSDF (%s)" -msgstr "" - -#: module/gui/MainWindow.py:406 -#, python-format -msgid "Text Files (%s)" -msgstr "" - -#: module/gui/MainWindow.py:408 -msgid "Open container" -msgstr "" - -#: module/gui/PackageDock.py:25 -msgid "New Package" -msgstr "" - -#: module/gui/PackageDock.py:68 -msgid "Password" -msgstr "" - -#: module/gui/PackageDock.py:71 -msgid "Links in this Package" -msgstr "" - -#: module/gui/PackageDock.py:77 -msgid "Create" -msgstr "" - -#: module/gui/PackageDock.py:78 -msgid "Filter URLs" -msgstr "" - -#: module/gui/CaptchaDock.py:29 -msgid "Captcha" -msgstr "" - -#: module/gui/CaptchaDock.py:64 -msgid "OK" -msgstr "" - -#: module/gui/AccountEdit.py:32 -msgid "Edit account" -msgstr "" - -#: module/gui/AccountEdit.py:40 -msgid "New password" -msgstr "" - -#: module/gui/AccountEdit.py:83 -msgid "Create account" -msgstr "" - -#: module/gui/Queue.py:160 -msgid "ETA" -msgstr "" - -#: module/gui/Queue.py:162 -msgid "Progress" -msgstr "" - -#: module/gui/Queue.py:384 -#, python-format -msgid "waiting %d seconds" -msgstr "" - -#: module/gui/Overview.py:71 module/gui/Overview.py:152 -msgid "Downloading" -msgstr "" - -#: module/gui/Overview.py:83 -msgid "Queued" -msgstr "" - -#: module/gui/Overview.py:147 -msgid "ETA: " -msgstr "" - -#: module/gui/Overview.py:149 -msgid "Parts: " -msgstr "" - -#: module/gui/Overview.py:151 -msgid "Finished" -msgstr "" - -#: module/gui/Overview.py:155 -#, python-format -msgid "Speed: %s" -msgstr "" - -#: module/gui/Overview.py:158 module/gui/Overview.py:160 -msgid "Size:" -msgstr "" diff --git a/locale/he/LC_MESSAGES/cli.po b/locale/he/LC_MESSAGES/cli.po new file mode 100644 index 000000000..89888fcc1 --- /dev/null +++ b/locale/he/LC_MESSAGES/cli.po @@ -0,0 +1,291 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Hebrew\n" +"Language: he_IL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/cli/AddPackage.py:48 +msgid "Add Package:" +msgstr "" + +#: pyload/cli/AddPackage.py:53 +msgid "Enter a name for the new package" +msgstr "" + +#: pyload/cli/AddPackage.py:57 +#, python-format +msgid "Package: %s" +msgstr "" + +#: pyload/cli/AddPackage.py:58 +msgid "Parse the links you want to add." +msgstr "" + +#: pyload/cli/AddPackage.py:59 +#, python-format +msgid "Type %s when done." +msgstr "" + +#: pyload/cli/AddPackage.py:60 +msgid "Links added: " +msgstr "" + +#: pyload/cli/AddPackage.py:64 pyload/cli/ManageFiles.py:149 +msgid " back to main menu" +msgstr "" + +#: pyload/cli/ManageFiles.py:97 +msgid "Manage Packages:" +msgstr "" + +#: pyload/cli/ManageFiles.py:99 +msgid "Manage Links:" +msgstr "" + +#: pyload/cli/ManageFiles.py:104 +msgid "What do you want to move?" +msgstr "" + +#: pyload/cli/ManageFiles.py:106 +msgid "What do you want to delete?" +msgstr "" + +#: pyload/cli/ManageFiles.py:108 +msgid "What do you want to restart?" +msgstr "" + +#: pyload/cli/ManageFiles.py:113 +msgid "Choose what you want to do, or enter package number." +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "delete" +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "move" +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "restart" +msgstr "" + +#: pyload/cli/ManageFiles.py:148 +msgid " - previous" +msgstr "" + +#: pyload/cli/ManageFiles.py:148 +msgid " - next" +msgstr "" + +#: pyload/cli/Cli.py:75 pyload/cli/Cli.py:133 +msgid " Command Line Interface" +msgstr "" + +#: pyload/cli/Cli.py:165 +#, python-format +msgid "%s Downloads:" +msgstr "" + +#: pyload/cli/Cli.py:177 +msgid " Speed: " +msgstr "" + +#: pyload/cli/Cli.py:177 +msgid " Size: " +msgstr "" + +#: pyload/cli/Cli.py:178 +msgid " Finished in: " +msgstr "" + +#: pyload/cli/Cli.py:179 +msgid " ID: " +msgstr "" + +#: pyload/cli/Cli.py:184 +msgid "waiting: " +msgstr "" + +#: pyload/cli/Cli.py:191 pyload/cli/Cli.py:193 +msgid "Status:" +msgstr "" + +#: pyload/cli/Cli.py:191 +msgid "paused" +msgstr "" + +#: pyload/cli/Cli.py:193 +msgid "running" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "total Speed" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "Files in queue" +msgstr "" + +#: pyload/cli/Cli.py:197 +msgid "Total" +msgstr "" + +#: pyload/cli/Cli.py:203 +msgid "Menu:" +msgstr "" + +#: pyload/cli/Cli.py:205 +msgid " Add Links" +msgstr "" + +#: pyload/cli/Cli.py:206 +msgid " Manage Queue" +msgstr "" + +#: pyload/cli/Cli.py:207 +msgid " Manage Collector" +msgstr "" + +#: pyload/cli/Cli.py:208 +msgid " (Un)Pause Server" +msgstr "" + +#: pyload/cli/Cli.py:209 +msgid " Kill Server" +msgstr "" + +#: pyload/cli/Cli.py:210 +msgid " Quit" +msgstr "" + +#: pyload/cli/Cli.py:289 pyload/cli/Cli.py:296 +msgid "Please use this syntax: add <Package name> <link> <link2> ..." +msgstr "" + +#: pyload/cli/Cli.py:315 +#, python-format +msgid "Checking %d links:" +msgstr "" + +#: pyload/cli/Cli.py:324 +msgid "File does not exists." +msgstr "" + +#: pyload/cli/Cli.py:385 +msgid "pyLoad was terminated" +msgstr "" + +#: pyload/cli/Cli.py:443 +msgid "Prints server status" +msgstr "" + +#: pyload/cli/Cli.py:444 +msgid "Prints downloads in queue" +msgstr "" + +#: pyload/cli/Cli.py:445 +msgid "Prints downloads in collector" +msgstr "" + +#: pyload/cli/Cli.py:446 +msgid "Adds package to queue" +msgstr "" + +#: pyload/cli/Cli.py:447 +msgid "Adds package to collector" +msgstr "" + +#: pyload/cli/Cli.py:448 +msgid "Delete Files from Queue/Collector" +msgstr "" + +#: pyload/cli/Cli.py:449 +msgid "Delete Packages from Queue/Collector" +msgstr "" + +#: pyload/cli/Cli.py:450 +msgid "Move Packages from Queue to Collector or vice versa" +msgstr "" + +#: pyload/cli/Cli.py:451 +msgid "Restart files" +msgstr "" + +#: pyload/cli/Cli.py:452 +msgid "Restart packages" +msgstr "" + +#: pyload/cli/Cli.py:453 +msgid "Check online status, works with local container" +msgstr "" + +#: pyload/cli/Cli.py:454 +msgid "Checks online status of a container file" +msgstr "" + +#: pyload/cli/Cli.py:455 +msgid "Pause the server" +msgstr "" + +#: pyload/cli/Cli.py:456 +msgid "continue downloads" +msgstr "" + +#: pyload/cli/Cli.py:457 +msgid "Toggle pause/unpause" +msgstr "" + +#: pyload/cli/Cli.py:458 +msgid "kill server" +msgstr "" + +#: pyload/cli/Cli.py:460 +msgid "List of commands:" +msgstr "" + +#: pyload/cli/Cli.py:473 +msgid "Couldn't write user config file" +msgstr "" + +#: pyload/cli/Cli.py:548 pyload/cli/Cli.py:580 +msgid "You need py-openssl to connect to this pyLoad core." +msgstr "" + +#: pyload/cli/Cli.py:555 +msgid "Address: " +msgstr "" + +#: pyload/cli/Cli.py:556 +msgid "Port: " +msgstr "" + +#: pyload/cli/Cli.py:557 +msgid "Username: " +msgstr "" + +#: pyload/cli/Cli.py:561 +msgid "Password: " +msgstr "" + +#: pyload/cli/Cli.py:566 pyload/cli/Cli.py:575 +msgid "Login data is wrong." +msgstr "" + +#: pyload/cli/Cli.py:568 pyload/cli/Cli.py:577 +#, python-format +msgid "Could not establish connection to %(addr)s:%(port)s." +msgstr "" + +#: pyload/cli/Cli.py:582 +msgid "Interactive mode ignored since you passed some commands." +msgstr "" + diff --git a/locale/he/LC_MESSAGES/core.po b/locale/he/LC_MESSAGES/core.po new file mode 100644 index 000000000..5bcc5f8a8 --- /dev/null +++ b/locale/he/LC_MESSAGES/core.po @@ -0,0 +1,630 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Hebrew\n" +"Language: he_IL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/AddonManager.py:62 +#, python-format +msgid "Error when executing %s" +msgstr "" + +#: pyload/AddonManager.py:93 +#, python-format +msgid "Failed activating %(name)s" +msgstr "" + +#: pyload/AddonManager.py:96 +#, python-format +msgid "Activated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:97 +#, python-format +msgid "Deactivated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:153 +msgid "Activating Plugins..." +msgstr "" + +#: pyload/AddonManager.py:162 +msgid "Deactivating Plugins..." +msgstr "" + +#: pyload/web/ServerThread.py:49 +msgid "SSL certificates not found." +msgstr "" + +#: pyload/web/ServerThread.py:53 +msgid "WebUI built is not available" +msgstr "" + +#: pyload/web/ServerThread.py:55 +msgid "Running webUI in development mode" +msgstr "" + +#: pyload/web/ServerThread.py:73 +msgid "Failed starting webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:107 +msgid "Failed importing webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:125 +msgid "This server offers no SSL, please consider using threaded instead" +msgstr "" + +#: pyload/web/ServerThread.py:139 +#, python-format +msgid "Starting %(name)s webserver: %(host)s:%(port)d" +msgstr "" + +#: pyload/config/default.py:14 +msgid "Remote" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Description" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Long description" +msgstr "" + +#: pyload/config/default.py:16 pyload/config/default.py:56 +#: pyload/config/default.py:63 +msgid "Activated" +msgstr "" + +#: pyload/config/default.py:17 pyload/config/default.py:69 +#: pyload/config/default.py:80 +msgid "Port" +msgstr "" + +#: pyload/config/default.py:18 pyload/config/default.py:77 +msgid "Address" +msgstr "" + +#: pyload/config/default.py:21 +msgid "Log" +msgstr "" + +#: pyload/config/default.py:23 +msgid "Size in kb" +msgstr "" + +#: pyload/config/default.py:24 +msgid "Folder" +msgstr "" + +#: pyload/config/default.py:25 +msgid "File Log" +msgstr "" + +#: pyload/config/default.py:26 +msgid "Count" +msgstr "" + +#: pyload/config/default.py:27 +msgid "Log Rotate" +msgstr "" + +#: pyload/config/default.py:30 +msgid "Permissions" +msgstr "" + +#: pyload/config/default.py:32 +msgid "Groupname" +msgstr "" + +#: pyload/config/default.py:33 +msgid "Change Group and User of Downloads" +msgstr "" + +#: pyload/config/default.py:34 +msgid "Change file mode of downloads" +msgstr "" + +#: pyload/config/default.py:35 pyload/config/default.py:75 +msgid "Username" +msgstr "" + +#: pyload/config/default.py:36 +msgid "Filemode for Downloads" +msgstr "" + +#: pyload/config/default.py:37 +msgid "Change group of running process" +msgstr "" + +#: pyload/config/default.py:38 +msgid "Folder Permission mode" +msgstr "" + +#: pyload/config/default.py:39 +msgid "Change user of running process" +msgstr "" + +#: pyload/config/default.py:42 +msgid "General" +msgstr "" + +#: pyload/config/default.py:44 +msgid "Language" +msgstr "" + +#: pyload/config/default.py:45 +msgid "Download Folder" +msgstr "" + +#: pyload/config/default.py:46 +msgid "Use Checksum" +msgstr "" + +#: pyload/config/default.py:47 +msgid "Create folder for each package" +msgstr "" + +#: pyload/config/default.py:48 +msgid "Debug Mode" +msgstr "" + +#: pyload/config/default.py:49 +msgid "Min Free Space (MB)" +msgstr "" + +#: pyload/config/default.py:50 +msgid "CPU Priority" +msgstr "" + +#: pyload/config/default.py:53 +msgid "SSL" +msgstr "" + +#: pyload/config/default.py:55 +msgid "SSL Certificate" +msgstr "" + +#: pyload/config/default.py:57 +msgid "SSL Key" +msgstr "" + +#: pyload/config/default.py:60 +msgid "Webinterface" +msgstr "" + +#: pyload/config/default.py:62 +msgid "Template" +msgstr "" + +#: pyload/config/default.py:64 +msgid "Path Prefix" +msgstr "" + +#: pyload/config/default.py:65 +msgid "Server" +msgstr "" + +#: pyload/config/default.py:66 +msgid "Favor specific server" +msgstr "" + +#: pyload/config/default.py:67 +msgid "IP" +msgstr "" + +#: pyload/config/default.py:68 +msgid "Use HTTPS" +msgstr "" + +#: pyload/config/default.py:70 +msgid "Development mode" +msgstr "" + +#: pyload/config/default.py:73 +msgid "Proxy" +msgstr "" + +#: pyload/config/default.py:76 +msgid "Use Proxy" +msgstr "" + +#: pyload/config/default.py:78 +msgid "Password" +msgstr "" + +#: pyload/config/default.py:79 +msgid "Protocol" +msgstr "" + +#: pyload/config/default.py:83 +msgid "Reconnect" +msgstr "" + +#: pyload/config/default.py:85 pyload/config/default.py:106 +msgid "End" +msgstr "" + +#: pyload/config/default.py:86 +msgid "Use Reconnect" +msgstr "" + +#: pyload/config/default.py:87 +msgid "Method" +msgstr "" + +#: pyload/config/default.py:88 pyload/config/default.py:105 +msgid "Start" +msgstr "" + +#: pyload/config/default.py:91 +msgid "Download" +msgstr "" + +#: pyload/config/default.py:93 +msgid "Max Parallel Downloads" +msgstr "" + +#: pyload/config/default.py:94 +msgid "Limit Download Speed" +msgstr "" + +#: pyload/config/default.py:95 +msgid "Download interface to bind (ip or Name)" +msgstr "" + +#: pyload/config/default.py:96 +msgid "Skip already existing files" +msgstr "" + +#: pyload/config/default.py:97 +msgid "Max Download Speed in kb/s" +msgstr "" + +#: pyload/config/default.py:98 +msgid "Allow IPv6" +msgstr "" + +#: pyload/config/default.py:99 +msgid "Max connections for one download" +msgstr "" + +#: pyload/config/default.py:100 +msgid "Restart failed downloads on startup" +msgstr "" + +#: pyload/config/default.py:103 +msgid "Download Time" +msgstr "" + +#: pyload/network/HTTPDownload.py:249 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/api/DownloadApi.py:44 +#, python-format +msgid "Added package %(name)s as folder %(folder)s" +msgstr "" + +#: pyload/api/DownloadApi.py:95 +#, python-format +msgid "Added %d links to package" +msgstr "" + +#: pyload/AccountManager.py:69 +#, python-format +msgid "Unknown account plugin %s" +msgstr "" + +#: pyload/interaction/InteractionManager.py:88 +msgid "Query" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Captcha request" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Please solve the captcha." +msgstr "" + +#: pyload/remote/RemoteManager.py:35 +#, python-format +msgid "Remote backend error: %s" +msgstr "" + +#: pyload/remote/RemoteManager.py:80 +#, python-format +msgid "Starting %(name)s: %(addr)s:%(port)s" +msgstr "" + +#: pyload/remote/RemoteManager.py:82 +#, python-format +msgid "Failed loading backend %(name)s | %(error)s" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "none" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "offline" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "online" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "queued" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "paused" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "finished" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "skipped" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "failed" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "starting" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "waiting" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "downloading" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "temp. offline" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "aborted" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "decrypting" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "processing" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "custom" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "unknown" +msgstr "" + +#: pyload/FileManager.py:426 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/Api.py:152 +#, python-format +msgid "User '%s' tries to log in" +msgstr "" + +#: pyload/Core.py:195 +msgid "Received Quit signal" +msgstr "" + +#: pyload/Core.py:323 +#, python-format +msgid "pyLoad already running with pid %s" +msgstr "" + +#: pyload/Core.py:337 +#, python-format +msgid "Failed changing group: %s" +msgstr "" + +#: pyload/Core.py:347 +#, python-format +msgid "Failed changing user: %s" +msgstr "" + +#: pyload/Core.py:358 +msgid "Starting" +msgstr "" + +#: pyload/Core.py:359 +#, python-format +msgid "Using home directory: %s" +msgstr "" + +#: pyload/Core.py:373 +msgid "All links removed" +msgstr "" + +#: pyload/Core.py:403 +#, python-format +msgid "Download time: %s" +msgstr "" + +#: pyload/Core.py:418 +#, python-format +msgid "Free space: %s" +msgstr "" + +#: pyload/Core.py:438 +msgid "Activating Accounts..." +msgstr "" + +#: pyload/Core.py:443 +msgid "Restarting failed downloads..." +msgstr "" + +#: pyload/Core.py:451 +msgid "pyLoad is up and running" +msgstr "" + +#: pyload/Core.py:474 +msgid "restarting pyLoad" +msgstr "" + +#: pyload/Core.py:478 +msgid "pyLoad quits" +msgstr "" + +#: pyload/Core.py:564 +msgid "shutting down..." +msgstr "" + +#: pyload/Core.py:579 +msgid "error while shutting down" +msgstr "" + +#: pyload/Core.py:661 +msgid "killed pyLoad from terminal" +msgstr "" + +#: pyload/database/DatabaseBackend.py:167 +msgid "Database was deleted due to incompatible version." +msgstr "" + +#: pyload/threads/DecrypterThread.py:50 +msgid "Decrypting failed" +msgstr "" + +#: pyload/threads/DecrypterThread.py:73 +#, python-format +msgid "Decrypted %(count)d links into package %(name)s" +msgstr "" + +#: pyload/threads/DecrypterThread.py:80 +msgid "No links decrypted" +msgstr "" + +#: pyload/threads/InfoThread.py:147 +#, python-format +msgid "Info Fetching for %(name)s failed | %(err)s" +msgstr "" + +#: pyload/threads/ThreadManager.py:155 +#, python-format +msgid "Reconnect Failed: %s" +msgstr "" + +#: pyload/threads/ThreadManager.py:192 +msgid "Reconnect script not found!" +msgstr "" + +#: pyload/threads/ThreadManager.py:198 +msgid "Starting reconnect" +msgstr "" + +#: pyload/threads/ThreadManager.py:212 +msgid "Failed executing reconnect script!" +msgstr "" + +#: pyload/threads/ThreadManager.py:224 +#, python-format +msgid "Reconnected, new IP: %s" +msgstr "" + +#: pyload/threads/ThreadManager.py:298 +msgid "Not enough space left on device" +msgstr "" + +#: pyload/threads/DownloadThread.py:64 +#, python-format +msgid "Download starts: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:70 +#, python-format +msgid "Download finished: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:75 +#, python-format +msgid "Plugin %s is missing a function." +msgstr "" + +#: pyload/threads/DownloadThread.py:83 pyload/threads/DownloadThread.py:147 +#, python-format +msgid "Download aborted: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:103 +#, python-format +msgid "Download restarted: %(name)s | %(msg)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:113 +#, python-format +msgid "Download is offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:116 pyload/threads/DownloadThread.py:187 +#, python-format +msgid "Download is temporary offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:119 pyload/threads/DownloadThread.py:192 +#, python-format +msgid "Download failed: %(name)s | %(msg)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:136 +msgid "Couldn't connect to host or connection reset, waiting 1 minute and retry." +msgstr "" + +#: pyload/threads/DownloadThread.py:171 +#, python-format +msgid "Download skipped: %(name)s due to %(plugin)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:188 +msgid "Internal Server Error" +msgstr "" + +#: pyload/threads/AddonThread.py:55 +msgid "An Error occurred" +msgstr "" + +#: pyload/PluginManager.py:316 +#, python-format +msgid "Error importing %(name)s: %(msg)s" +msgstr "" + +#: pyload/utils/JsEngine.py:188 +msgid "No js engine detected, please install either Spidermonkey, ossp-js, pyv8, nodejs or rhino" +msgstr "" + diff --git a/locale/he/LC_MESSAGES/plugins.po b/locale/he/LC_MESSAGES/plugins.po new file mode 100644 index 000000000..18cdf35c8 --- /dev/null +++ b/locale/he/LC_MESSAGES/plugins.po @@ -0,0 +1,424 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-20 22:13+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Hebrew\n" +"Language: he_IL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/plugins/network/CurlDownload.py:241 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/plugins/Base.py:329 +msgid "Pil and tesseract not installed and no Client connected for captcha decrypting" +msgstr "" + +#: pyload/plugins/Base.py:333 +msgid "No captcha result obtained in appropriate time." +msgstr "" + +#: pyload/plugins/Hoster.py:282 pyload/plugins/Hoster.py:319 +#: pyload/plugins/hoster/ARD.py:76 +#, python-format +msgid "Setting User and Group failed: %s" +msgstr "" + +#: pyload/plugins/Crypter.py:136 +msgid "Not existing file or unsupported protocol" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:96 +msgid "Rapidshare: Traffic Share (direct download)" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:123 +#: pyload/plugins/hoster/RapidshareCom.py:189 +msgid "Already downloading from this ip address, waiting 60 seconds" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:127 +msgid "Invalid Auth Code, download will be restarted" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:193 +msgid "RapidShareCom: No free slots" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:196 +msgid "You need a premium account for this file" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:198 +msgid "Filename reported invalid" +msgstr "" + +#: pyload/plugins/hoster/RealdebridCom.py:40 +#: pyload/plugins/hoster/Premium4Me.py:27 +#: pyload/plugins/hoster/MultiDebridCom.py:39 +#: pyload/plugins/hoster/ZeveraCom.py:24 +#: pyload/plugins/hoster/AlldebridCom.py:37 +#: pyload/plugins/hoster/RehostTo.py:25 pyload/plugins/hoster/ReloadCc.py:22 +#: pyload/plugins/hoster/DebridItaliaCom.py:38 +#: pyload/plugins/hoster/PremiumizeMe.py:19 +#, python-format +msgid "Please enter your %s account or deactivate this plugin" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:55 +msgid "Decryption failed" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:99 +msgid "No file key provided in the URL" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:111 +msgid "Error code:" +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:97 +msgid "Parallel download error, now waiting 60s." +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:208 +msgid "Not logged in." +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:135 +msgid "API key invalid" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:160 +#, python-format +msgid "%s: Not enough traffic left" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:163 +msgid "Traffic exceeded" +msgstr "" + +#: pyload/plugins/hoster/BasePlugin.py:63 +msgid "Authorization required (username:password)" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:143 +#: pyload/plugins/hoster/NetloadIn.py:167 +msgid "File temporarily not available" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:180 +#, python-format +msgid "Netload: waiting between downloads %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:209 +#, python-format +msgid "Netload: waiting for captcha %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:248 +msgid "Downloaded File was empty" +msgstr "" + +#: pyload/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 "" + +#: pyload/plugins/hoster/XHamsterCom.py:75 +#: pyload/plugins/hoster/XHamsterCom.py:84 +#: pyload/plugins/hoster/XHamsterCom.py:87 +#, python-format +msgid "long_url: %s" +msgstr "" + +#: pyload/plugins/Account.py:117 pyload/plugins/Account.py:123 +#, python-format +msgid "Could not login with account %(user)s | %(msg)s" +msgstr "" + +#: pyload/plugins/Account.py:118 +msgid "Wrong Password" +msgstr "" + +#: pyload/plugins/Account.py:184 +#, python-format +msgid "Get Account Info for %s" +msgstr "" + +#: pyload/plugins/Account.py:193 +#, python-format +msgid "Error: %s" +msgstr "" + +#: pyload/plugins/Account.py:242 +#, python-format +msgid "Your Time %s has a wrong format, use: 1:22-3:44" +msgstr "" + +#: pyload/plugins/Account.py:265 +#, python-format +msgid "Account %s has not enough traffic, checking again in 30min" +msgstr "" + +#: pyload/plugins/Account.py:273 +#, python-format +msgid "Account %s is expired, checking again in 1h" +msgstr "" + +#: pyload/plugins/Account.py:290 +#, python-format +msgid "Login with %s" +msgstr "" + +#: pyload/plugins/Addon.py:118 +#, python-format +msgid "Error executing addons: %s" +msgstr "" + +#: pyload/plugins/accounts/BitshareCom.py:36 +msgid "Activate direct Download in your Bitshare Account" +msgstr "" + +#: pyload/plugins/crypter/SerienjunkiesOrg.py:128 +msgid "Downloadlimit reached" +msgstr "" + +#: pyload/plugins/addons/Premium4Me.py:30 +msgid "Please add your premium.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:53 +#, python-format +msgid "Installed scripts for %s: " +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:69 +msgid "Script not executable:" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:79 +#, python-format +msgid "Error in %(script)s: %(error)s" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:72 +#: pyload/plugins/addons/Captcha9kw.py:56 +#: pyload/plugins/addons/ExpertDecoders.py:49 +#, python-format +msgid "%s credits left" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:120 +msgid "Could not send response." +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:138 +msgid "Your CaptchaTrader Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:89 +#, python-format +msgid "New CaptchaID from upload: %s : %s" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:123 +msgid "Your Captcha 9kw.eu Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/RehostTo.py:34 +msgid "Please add your rehost.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/HotFolder.py:82 +#, python-format +msgid "Added %s from HotFolder" +msgstr "" + +#: pyload/plugins/addons/ClickAndLoad.py:74 +msgid "Click'N'Load: Port 9666 already in use" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:82 +#: pyload/plugins/addons/IRCInterface.py:75 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:90 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" +msgstr "" + +#: pyload/plugins/addons/ExpertDecoders.py:98 +msgid "Your ExpertDecoders Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:73 +msgid "*** Plugins have been updated, please restart pyLoad ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:75 +msgid "Plugins updated and reloaded" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:78 +msgid "No plugin updates available" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:95 +msgid "No Updates for pyLoad" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:100 +#, python-format +msgid "*** New pyLoad Version %s available ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:101 +msgid "*** Get it here: http://pyload.org/download ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:104 +msgid "Not able to connect server for updates" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:148 +#, python-format +msgid "New version of %(type)s|%(name)s : %(version).2f" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:157 +#: pyload/plugins/addons/UpdateManager.py:162 +#, python-format +msgid "Error when updating %s" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:162 +msgid "Version mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:92 +#, python-format +msgid "No %s installed" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:94 +#: pyload/plugins/addons/ExtractArchive.py:99 +#, python-format +msgid "Could not activate %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:104 +msgid "Activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:106 +msgid "No Extract plugins activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:118 +#, python-format +msgid "Package %s queued for later extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:143 +#, python-format +msgid "Check package %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:183 +#, python-format +msgid "Extract to %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:197 +msgid "No files found to extract" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:203 +msgid "extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:214 +msgid "Password protected" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:234 +msgid "Wrong password" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:242 +#, python-format +msgid "Deleting %s files" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:247 +msgid "Extracting finished" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:254 +msgid "Archive Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:256 +msgid "CRC Mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:260 +msgid "Unknown Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:312 +msgid "Setting User and Group failed" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:36 +msgid "Crypter list not found" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:50 +msgid "Crypter list is empty" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:82 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:94 +#, python-format +msgid "New Captcha Request: %s" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:95 +#, python-format +msgid "Answer with 'c %s text on the captcha'" +msgstr "" + +#: pyload/plugins/addons/PremiumizeMe.py:46 +msgid "Please add a valid premiumize.me account first and restart pyLoad." +msgstr "" + +#: pyload/plugins/addons/CaptchaBrotherhood.py:69 +#, python-format +msgid "%d credits left" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:29 +#, python-format +msgid "Activated %s" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:47 +msgid "No Hoster loaded" +msgstr "" + diff --git a/locale/he/LC_MESSAGES/setup.po b/locale/he/LC_MESSAGES/setup.po new file mode 100644 index 000000000..d939d7ca3 --- /dev/null +++ b/locale/he/LC_MESSAGES/setup.po @@ -0,0 +1,376 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Hebrew\n" +"Language: he_IL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/Setup.py:72 +msgid "Would you like to configure pyLoad via Webinterface?" +msgstr "" + +#: pyload/Setup.py:73 +msgid "You need a Browser and a connection to this PC for it." +msgstr "" + +#: pyload/Setup.py:74 +msgid "Url would be: http://hostname:8000/" +msgstr "" + +#: pyload/Setup.py:75 +msgid "Start initial webinterface for configuration?" +msgstr "" + +#: pyload/Setup.py:86 +msgid "Welcome to the pyLoad Configuration Assistent." +msgstr "" + +#: pyload/Setup.py:87 +msgid "It will check your system and make a basic setup in order to run pyLoad." +msgstr "" + +#: pyload/Setup.py:89 +msgid "The value in brackets [] always is the default value," +msgstr "" + +#: pyload/Setup.py:90 +msgid "in case you don't want to change it or you are unsure what to choose, just hit enter." +msgstr "" + +#: pyload/Setup.py:92 +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgstr "" + +#: pyload/Setup.py:93 +msgid "If you have any problems with this assistent hit CTRL+C," +msgstr "" + +#: pyload/Setup.py:94 +msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgstr "" + +#: pyload/Setup.py:96 +msgid "When you are ready for system check, hit enter." +msgstr "" + +#: pyload/Setup.py:103 +msgid "Features missing: " +msgstr "" + +#: pyload/Setup.py:107 +msgid "no py-crypto available" +msgstr "" + +#: pyload/Setup.py:108 +msgid "You need this if you want to decrypt container files." +msgstr "" + +#: pyload/Setup.py:112 +msgid "no SSL available" +msgstr "" + +#: pyload/Setup.py:113 +msgid "This is needed if you want to establish a secure connection to core or webinterface." +msgstr "" + +#: pyload/Setup.py:114 +msgid "If you only want to access locally to pyLoad ssl is not useful." +msgstr "" + +#: pyload/Setup.py:118 +msgid "no Captcha Recognition available" +msgstr "" + +#: pyload/Setup.py:119 +msgid "Only needed for some hosters and as freeuser." +msgstr "" + +#: pyload/Setup.py:123 +msgid "no JavaScript engine found" +msgstr "" + +#: pyload/Setup.py:124 +msgid "You will need this for some Click'N'Load links. Install Spidermonkey, ossp-js, pyv8 or rhino" +msgstr "" + +#: pyload/Setup.py:126 +msgid "You can abort the setup now and fix some dependencies if you want." +msgstr "" + +#: pyload/Setup.py:128 +msgid "Continue with setup?" +msgstr "" + +#: pyload/Setup.py:134 +#, python-format +msgid "Do you want to change the config path? Current is %s" +msgstr "" + +#: pyload/Setup.py:136 +msgid "If you use pyLoad on a server or the home partition lives on an internal flash it may be a good idea to change it." +msgstr "" + +#: pyload/Setup.py:137 +msgid "Change config path?" +msgstr "" + +#: pyload/Setup.py:143 +msgid "Do you want to configure login data and basic settings?" +msgstr "" + +#: pyload/Setup.py:144 +msgid "This is recommend for first run." +msgstr "" + +#: pyload/Setup.py:145 +msgid "Make basic setup?" +msgstr "" + +#: pyload/Setup.py:152 +msgid "Do you want to configure ssl?" +msgstr "" + +#: pyload/Setup.py:153 +msgid "Configure ssl?" +msgstr "" + +#: pyload/Setup.py:159 +msgid "Do you want to configure webinterface?" +msgstr "" + +#: pyload/Setup.py:160 +msgid "Configure webinterface?" +msgstr "" + +#: pyload/Setup.py:165 +msgid "Setup finished successfully." +msgstr "" + +#: pyload/Setup.py:166 +msgid "Hit enter to exit and restart pyLoad" +msgstr "" + +#: pyload/Setup.py:173 +msgid "Webinterface running for setup." +msgstr "" + +#: pyload/Setup.py:190 +msgid "## Basic Setup ##" +msgstr "" + +#: pyload/Setup.py:193 +msgid "The following logindata is valid for CLI, GUI and webinterface." +msgstr "" + +#: pyload/Setup.py:199 pyload/Setup.py:288 pyload/Setup.py:304 +msgid "Username" +msgstr "" + +#: pyload/Setup.py:205 +msgid "External clients (GUI, CLI or other) need remote access to work over the network." +msgstr "" + +#: pyload/Setup.py:206 +msgid "However, if you only want to use the webinterface you may disable it to save ram." +msgstr "" + +#: pyload/Setup.py:207 +msgid "Enable remote access" +msgstr "" + +#: pyload/Setup.py:211 +msgid "Language" +msgstr "" + +#: pyload/Setup.py:213 +msgid "Download folder" +msgstr "" + +#: pyload/Setup.py:214 +msgid "Max parallel downloads" +msgstr "" + +#: pyload/Setup.py:218 +msgid "Use Reconnect?" +msgstr "" + +#: pyload/Setup.py:221 +msgid "Reconnect script location" +msgstr "" + +#: pyload/Setup.py:226 +msgid "## Webinterface Setup ##" +msgstr "" + +#: pyload/Setup.py:229 +msgid "Activate webinterface?" +msgstr "" + +#: pyload/Setup.py:231 +msgid "Listen address, if you use 127.0.0.1 or localhost, the webinterface will only accessible locally." +msgstr "" + +#: pyload/Setup.py:232 +msgid "Address" +msgstr "" + +#: pyload/Setup.py:233 +msgid "Port" +msgstr "" + +#: pyload/Setup.py:235 +msgid "pyLoad offers several server backends, now following a short explanation." +msgstr "" + +#: pyload/Setup.py:236 +msgid "Default server, this server offers SSL and is a good alternative to builtin." +msgstr "" + +#: pyload/Setup.py:238 +msgid "Can be used by apache, lighttpd, requires you to configure them, which is not too easy job." +msgstr "" + +#: pyload/Setup.py:239 +msgid "Very fast alternative written in C, requires libev and linux knowledge." +msgstr "" + +#: pyload/Setup.py:240 +msgid "Get it from here: https://github.com/jonashaag/bjoern, compile it" +msgstr "" + +#: pyload/Setup.py:241 +msgid "and copy bjoern.so to pyload/lib" +msgstr "" + +#: pyload/Setup.py:245 +msgid "Attention: In some rare cases the builtin server is not working, if you notice problems with the webinterface" +msgstr "" + +#: pyload/Setup.py:246 +msgid "come back here and change the builtin server to the threaded one here." +msgstr "" + +#: pyload/Setup.py:248 +msgid "Server" +msgstr "" + +#: pyload/Setup.py:253 +msgid "## SSL Setup ##" +msgstr "" + +#: pyload/Setup.py:255 +msgid "Execute these commands from pyLoad config folder to make ssl certificates:" +msgstr "" + +#: pyload/Setup.py:261 +msgid "If you're done and everything went fine, you can activate ssl now." +msgstr "" + +#: pyload/Setup.py:262 +msgid "Activate SSL?" +msgstr "" + +#: pyload/Setup.py:278 +msgid "Select action" +msgstr "" + +#: pyload/Setup.py:279 +msgid "1 - Create/Edit user" +msgstr "" + +#: pyload/Setup.py:280 +msgid "2 - List users" +msgstr "" + +#: pyload/Setup.py:281 +msgid "3 - Remove user" +msgstr "" + +#: pyload/Setup.py:282 +msgid "4 - Quit" +msgstr "" + +#: pyload/Setup.py:294 +msgid "Users" +msgstr "" + +#: pyload/Setup.py:322 +msgid "Setting new configpath, current configuration will not be transferred!" +msgstr "" + +#: pyload/Setup.py:323 +msgid "Config path" +msgstr "" + +#: pyload/Setup.py:331 +msgid "Config path changed, setup will now close, please restart to go on." +msgstr "" + +#: pyload/Setup.py:332 +msgid "Press Enter to exit." +msgstr "" + +#: pyload/Setup.py:336 +#, python-format +msgid "Setting config path failed: %s" +msgstr "" + +#: pyload/Setup.py:347 +msgid "y" +msgstr "" + +#: pyload/Setup.py:349 +msgid "n" +msgstr "" + +#: pyload/Setup.py:373 +msgid "Password: " +msgstr "" + +#: pyload/Setup.py:377 +msgid "Password too short. Use at least 4 symbols." +msgstr "" + +#: pyload/Setup.py:380 +msgid "Password (again): " +msgstr "" + +#: pyload/Setup.py:386 +msgid "Passwords did not match." +msgstr "" + +#: pyload/Setup.py:397 +msgid "yes" +msgstr "" + +#: pyload/Setup.py:397 +msgid "true" +msgstr "" + +#: pyload/Setup.py:397 +msgid "t" +msgstr "" + +#: pyload/Setup.py:400 +msgid "no" +msgstr "" + +#: pyload/Setup.py:400 +msgid "false" +msgstr "" + +#: pyload/Setup.py:400 +msgid "f" +msgstr "" + +#: pyload/Setup.py:403 pyload/Setup.py:413 +msgid "Invalid Input" +msgstr "" + diff --git a/locale/he/LC_MESSAGES/webUI.po b/locale/he/LC_MESSAGES/webUI.po new file mode 100644 index 000000000..719229440 --- /dev/null +++ b/locale/he/LC_MESSAGES/webUI.po @@ -0,0 +1,131 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-08-10 11:58+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Hebrew\n" +"Language: he_IL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/web/app/scripts/helpers/formatSize.js:9 +msgid "not available" +msgstr "" + +#: pyload/web/app/scripts/helpers/formatSize.js:11 +msgid "unlimited" +msgstr "" + +#: pyload/web/app/templates/default/admin.html:3 +#: pyload/web/app/templates/default/admin.html:4 +msgid "Admin" +msgstr "" + +#: pyload/web/app/templates/default/setup.html:3 +msgid "Setup" +msgstr "" + +#: pyload/web/app/templates/default/accounts/actionbar.html:2 +msgid "Add Account" +msgstr "" + +#: pyload/web/app/templates/default/accounts/layout.html:2 +msgid "Accounts" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:9 +msgid "Local" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:18 +msgid "Search" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:26 +msgid "Type" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:44 +#: pyload/web/app/templates/default/dashboard/actionbar.html:49 +msgid "All" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:50 +msgid "Finished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:51 +msgid "Unfinished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:52 +msgid "Failed" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/select.html:1 +msgid "1 package" +msgid_plural "%d packages" +msgstr[0] "" +msgstr[1] "" + +#: pyload/web/app/templates/default/dashboard/select.html:4 +msgid "1 file" +msgid_plural "%d files" +msgstr[0] "" +msgstr[1] "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:2 +msgid "Add an account" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:7 +msgid "Please enter your account data" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:3 +msgid "Choose a plugin" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:9 +msgid "Please choose a plugin, which you want to configure" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:23 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:46 +msgid "Add" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:24 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:47 +#: pyload/web/app/templates/default/dialogs/interactionTask.html:35 +msgid "Close" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:2 +msgid "Please confirm" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:5 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:8 +msgid "Delete" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:9 +msgid "Cancel" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/interactionTask.html:34 +msgid "Submit" +msgstr "" + +#: pyload/web/app/templates/default/header/layout.html:12 +msgid "Running..." +msgstr "" + diff --git a/locale/hi/LC_MESSAGES/cli.po b/locale/hi/LC_MESSAGES/cli.po new file mode 100644 index 000000000..12c1e0221 --- /dev/null +++ b/locale/hi/LC_MESSAGES/cli.po @@ -0,0 +1,291 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Hindi\n" +"Language: hi_IN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/cli/AddPackage.py:48 +msgid "Add Package:" +msgstr "" + +#: pyload/cli/AddPackage.py:53 +msgid "Enter a name for the new package" +msgstr "" + +#: pyload/cli/AddPackage.py:57 +#, python-format +msgid "Package: %s" +msgstr "" + +#: pyload/cli/AddPackage.py:58 +msgid "Parse the links you want to add." +msgstr "" + +#: pyload/cli/AddPackage.py:59 +#, python-format +msgid "Type %s when done." +msgstr "" + +#: pyload/cli/AddPackage.py:60 +msgid "Links added: " +msgstr "" + +#: pyload/cli/AddPackage.py:64 pyload/cli/ManageFiles.py:149 +msgid " back to main menu" +msgstr "" + +#: pyload/cli/ManageFiles.py:97 +msgid "Manage Packages:" +msgstr "" + +#: pyload/cli/ManageFiles.py:99 +msgid "Manage Links:" +msgstr "" + +#: pyload/cli/ManageFiles.py:104 +msgid "What do you want to move?" +msgstr "" + +#: pyload/cli/ManageFiles.py:106 +msgid "What do you want to delete?" +msgstr "" + +#: pyload/cli/ManageFiles.py:108 +msgid "What do you want to restart?" +msgstr "" + +#: pyload/cli/ManageFiles.py:113 +msgid "Choose what you want to do, or enter package number." +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "delete" +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "move" +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "restart" +msgstr "" + +#: pyload/cli/ManageFiles.py:148 +msgid " - previous" +msgstr "" + +#: pyload/cli/ManageFiles.py:148 +msgid " - next" +msgstr "" + +#: pyload/cli/Cli.py:75 pyload/cli/Cli.py:133 +msgid " Command Line Interface" +msgstr "" + +#: pyload/cli/Cli.py:165 +#, python-format +msgid "%s Downloads:" +msgstr "" + +#: pyload/cli/Cli.py:177 +msgid " Speed: " +msgstr "" + +#: pyload/cli/Cli.py:177 +msgid " Size: " +msgstr "" + +#: pyload/cli/Cli.py:178 +msgid " Finished in: " +msgstr "" + +#: pyload/cli/Cli.py:179 +msgid " ID: " +msgstr "" + +#: pyload/cli/Cli.py:184 +msgid "waiting: " +msgstr "" + +#: pyload/cli/Cli.py:191 pyload/cli/Cli.py:193 +msgid "Status:" +msgstr "" + +#: pyload/cli/Cli.py:191 +msgid "paused" +msgstr "" + +#: pyload/cli/Cli.py:193 +msgid "running" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "total Speed" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "Files in queue" +msgstr "" + +#: pyload/cli/Cli.py:197 +msgid "Total" +msgstr "" + +#: pyload/cli/Cli.py:203 +msgid "Menu:" +msgstr "" + +#: pyload/cli/Cli.py:205 +msgid " Add Links" +msgstr "" + +#: pyload/cli/Cli.py:206 +msgid " Manage Queue" +msgstr "" + +#: pyload/cli/Cli.py:207 +msgid " Manage Collector" +msgstr "" + +#: pyload/cli/Cli.py:208 +msgid " (Un)Pause Server" +msgstr "" + +#: pyload/cli/Cli.py:209 +msgid " Kill Server" +msgstr "" + +#: pyload/cli/Cli.py:210 +msgid " Quit" +msgstr "" + +#: pyload/cli/Cli.py:289 pyload/cli/Cli.py:296 +msgid "Please use this syntax: add <Package name> <link> <link2> ..." +msgstr "" + +#: pyload/cli/Cli.py:315 +#, python-format +msgid "Checking %d links:" +msgstr "" + +#: pyload/cli/Cli.py:324 +msgid "File does not exists." +msgstr "" + +#: pyload/cli/Cli.py:385 +msgid "pyLoad was terminated" +msgstr "" + +#: pyload/cli/Cli.py:443 +msgid "Prints server status" +msgstr "" + +#: pyload/cli/Cli.py:444 +msgid "Prints downloads in queue" +msgstr "" + +#: pyload/cli/Cli.py:445 +msgid "Prints downloads in collector" +msgstr "" + +#: pyload/cli/Cli.py:446 +msgid "Adds package to queue" +msgstr "" + +#: pyload/cli/Cli.py:447 +msgid "Adds package to collector" +msgstr "" + +#: pyload/cli/Cli.py:448 +msgid "Delete Files from Queue/Collector" +msgstr "" + +#: pyload/cli/Cli.py:449 +msgid "Delete Packages from Queue/Collector" +msgstr "" + +#: pyload/cli/Cli.py:450 +msgid "Move Packages from Queue to Collector or vice versa" +msgstr "" + +#: pyload/cli/Cli.py:451 +msgid "Restart files" +msgstr "" + +#: pyload/cli/Cli.py:452 +msgid "Restart packages" +msgstr "" + +#: pyload/cli/Cli.py:453 +msgid "Check online status, works with local container" +msgstr "" + +#: pyload/cli/Cli.py:454 +msgid "Checks online status of a container file" +msgstr "" + +#: pyload/cli/Cli.py:455 +msgid "Pause the server" +msgstr "" + +#: pyload/cli/Cli.py:456 +msgid "continue downloads" +msgstr "" + +#: pyload/cli/Cli.py:457 +msgid "Toggle pause/unpause" +msgstr "" + +#: pyload/cli/Cli.py:458 +msgid "kill server" +msgstr "" + +#: pyload/cli/Cli.py:460 +msgid "List of commands:" +msgstr "" + +#: pyload/cli/Cli.py:473 +msgid "Couldn't write user config file" +msgstr "" + +#: pyload/cli/Cli.py:548 pyload/cli/Cli.py:580 +msgid "You need py-openssl to connect to this pyLoad core." +msgstr "" + +#: pyload/cli/Cli.py:555 +msgid "Address: " +msgstr "" + +#: pyload/cli/Cli.py:556 +msgid "Port: " +msgstr "" + +#: pyload/cli/Cli.py:557 +msgid "Username: " +msgstr "" + +#: pyload/cli/Cli.py:561 +msgid "Password: " +msgstr "" + +#: pyload/cli/Cli.py:566 pyload/cli/Cli.py:575 +msgid "Login data is wrong." +msgstr "" + +#: pyload/cli/Cli.py:568 pyload/cli/Cli.py:577 +#, python-format +msgid "Could not establish connection to %(addr)s:%(port)s." +msgstr "" + +#: pyload/cli/Cli.py:582 +msgid "Interactive mode ignored since you passed some commands." +msgstr "" + diff --git a/locale/hi/LC_MESSAGES/core.po b/locale/hi/LC_MESSAGES/core.po new file mode 100644 index 000000000..4d49b4127 --- /dev/null +++ b/locale/hi/LC_MESSAGES/core.po @@ -0,0 +1,630 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Hindi\n" +"Language: hi_IN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/AddonManager.py:62 +#, python-format +msgid "Error when executing %s" +msgstr "" + +#: pyload/AddonManager.py:93 +#, python-format +msgid "Failed activating %(name)s" +msgstr "" + +#: pyload/AddonManager.py:96 +#, python-format +msgid "Activated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:97 +#, python-format +msgid "Deactivated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:153 +msgid "Activating Plugins..." +msgstr "" + +#: pyload/AddonManager.py:162 +msgid "Deactivating Plugins..." +msgstr "" + +#: pyload/web/ServerThread.py:49 +msgid "SSL certificates not found." +msgstr "" + +#: pyload/web/ServerThread.py:53 +msgid "WebUI built is not available" +msgstr "" + +#: pyload/web/ServerThread.py:55 +msgid "Running webUI in development mode" +msgstr "" + +#: pyload/web/ServerThread.py:73 +msgid "Failed starting webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:107 +msgid "Failed importing webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:125 +msgid "This server offers no SSL, please consider using threaded instead" +msgstr "" + +#: pyload/web/ServerThread.py:139 +#, python-format +msgid "Starting %(name)s webserver: %(host)s:%(port)d" +msgstr "" + +#: pyload/config/default.py:14 +msgid "Remote" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Description" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Long description" +msgstr "" + +#: pyload/config/default.py:16 pyload/config/default.py:56 +#: pyload/config/default.py:63 +msgid "Activated" +msgstr "" + +#: pyload/config/default.py:17 pyload/config/default.py:69 +#: pyload/config/default.py:80 +msgid "Port" +msgstr "" + +#: pyload/config/default.py:18 pyload/config/default.py:77 +msgid "Address" +msgstr "" + +#: pyload/config/default.py:21 +msgid "Log" +msgstr "" + +#: pyload/config/default.py:23 +msgid "Size in kb" +msgstr "" + +#: pyload/config/default.py:24 +msgid "Folder" +msgstr "" + +#: pyload/config/default.py:25 +msgid "File Log" +msgstr "" + +#: pyload/config/default.py:26 +msgid "Count" +msgstr "" + +#: pyload/config/default.py:27 +msgid "Log Rotate" +msgstr "" + +#: pyload/config/default.py:30 +msgid "Permissions" +msgstr "" + +#: pyload/config/default.py:32 +msgid "Groupname" +msgstr "" + +#: pyload/config/default.py:33 +msgid "Change Group and User of Downloads" +msgstr "" + +#: pyload/config/default.py:34 +msgid "Change file mode of downloads" +msgstr "" + +#: pyload/config/default.py:35 pyload/config/default.py:75 +msgid "Username" +msgstr "" + +#: pyload/config/default.py:36 +msgid "Filemode for Downloads" +msgstr "" + +#: pyload/config/default.py:37 +msgid "Change group of running process" +msgstr "" + +#: pyload/config/default.py:38 +msgid "Folder Permission mode" +msgstr "" + +#: pyload/config/default.py:39 +msgid "Change user of running process" +msgstr "" + +#: pyload/config/default.py:42 +msgid "General" +msgstr "" + +#: pyload/config/default.py:44 +msgid "Language" +msgstr "" + +#: pyload/config/default.py:45 +msgid "Download Folder" +msgstr "" + +#: pyload/config/default.py:46 +msgid "Use Checksum" +msgstr "" + +#: pyload/config/default.py:47 +msgid "Create folder for each package" +msgstr "" + +#: pyload/config/default.py:48 +msgid "Debug Mode" +msgstr "" + +#: pyload/config/default.py:49 +msgid "Min Free Space (MB)" +msgstr "" + +#: pyload/config/default.py:50 +msgid "CPU Priority" +msgstr "" + +#: pyload/config/default.py:53 +msgid "SSL" +msgstr "" + +#: pyload/config/default.py:55 +msgid "SSL Certificate" +msgstr "" + +#: pyload/config/default.py:57 +msgid "SSL Key" +msgstr "" + +#: pyload/config/default.py:60 +msgid "Webinterface" +msgstr "" + +#: pyload/config/default.py:62 +msgid "Template" +msgstr "" + +#: pyload/config/default.py:64 +msgid "Path Prefix" +msgstr "" + +#: pyload/config/default.py:65 +msgid "Server" +msgstr "" + +#: pyload/config/default.py:66 +msgid "Favor specific server" +msgstr "" + +#: pyload/config/default.py:67 +msgid "IP" +msgstr "" + +#: pyload/config/default.py:68 +msgid "Use HTTPS" +msgstr "" + +#: pyload/config/default.py:70 +msgid "Development mode" +msgstr "" + +#: pyload/config/default.py:73 +msgid "Proxy" +msgstr "" + +#: pyload/config/default.py:76 +msgid "Use Proxy" +msgstr "" + +#: pyload/config/default.py:78 +msgid "Password" +msgstr "" + +#: pyload/config/default.py:79 +msgid "Protocol" +msgstr "" + +#: pyload/config/default.py:83 +msgid "Reconnect" +msgstr "" + +#: pyload/config/default.py:85 pyload/config/default.py:106 +msgid "End" +msgstr "" + +#: pyload/config/default.py:86 +msgid "Use Reconnect" +msgstr "" + +#: pyload/config/default.py:87 +msgid "Method" +msgstr "" + +#: pyload/config/default.py:88 pyload/config/default.py:105 +msgid "Start" +msgstr "" + +#: pyload/config/default.py:91 +msgid "Download" +msgstr "" + +#: pyload/config/default.py:93 +msgid "Max Parallel Downloads" +msgstr "" + +#: pyload/config/default.py:94 +msgid "Limit Download Speed" +msgstr "" + +#: pyload/config/default.py:95 +msgid "Download interface to bind (ip or Name)" +msgstr "" + +#: pyload/config/default.py:96 +msgid "Skip already existing files" +msgstr "" + +#: pyload/config/default.py:97 +msgid "Max Download Speed in kb/s" +msgstr "" + +#: pyload/config/default.py:98 +msgid "Allow IPv6" +msgstr "" + +#: pyload/config/default.py:99 +msgid "Max connections for one download" +msgstr "" + +#: pyload/config/default.py:100 +msgid "Restart failed downloads on startup" +msgstr "" + +#: pyload/config/default.py:103 +msgid "Download Time" +msgstr "" + +#: pyload/network/HTTPDownload.py:249 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/api/DownloadApi.py:44 +#, python-format +msgid "Added package %(name)s as folder %(folder)s" +msgstr "" + +#: pyload/api/DownloadApi.py:95 +#, python-format +msgid "Added %d links to package" +msgstr "" + +#: pyload/AccountManager.py:69 +#, python-format +msgid "Unknown account plugin %s" +msgstr "" + +#: pyload/interaction/InteractionManager.py:88 +msgid "Query" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Captcha request" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Please solve the captcha." +msgstr "" + +#: pyload/remote/RemoteManager.py:35 +#, python-format +msgid "Remote backend error: %s" +msgstr "" + +#: pyload/remote/RemoteManager.py:80 +#, python-format +msgid "Starting %(name)s: %(addr)s:%(port)s" +msgstr "" + +#: pyload/remote/RemoteManager.py:82 +#, python-format +msgid "Failed loading backend %(name)s | %(error)s" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "none" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "offline" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "online" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "queued" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "paused" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "finished" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "skipped" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "failed" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "starting" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "waiting" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "downloading" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "temp. offline" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "aborted" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "decrypting" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "processing" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "custom" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "unknown" +msgstr "" + +#: pyload/FileManager.py:426 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/Api.py:152 +#, python-format +msgid "User '%s' tries to log in" +msgstr "" + +#: pyload/Core.py:195 +msgid "Received Quit signal" +msgstr "" + +#: pyload/Core.py:323 +#, python-format +msgid "pyLoad already running with pid %s" +msgstr "" + +#: pyload/Core.py:337 +#, python-format +msgid "Failed changing group: %s" +msgstr "" + +#: pyload/Core.py:347 +#, python-format +msgid "Failed changing user: %s" +msgstr "" + +#: pyload/Core.py:358 +msgid "Starting" +msgstr "" + +#: pyload/Core.py:359 +#, python-format +msgid "Using home directory: %s" +msgstr "" + +#: pyload/Core.py:373 +msgid "All links removed" +msgstr "" + +#: pyload/Core.py:403 +#, python-format +msgid "Download time: %s" +msgstr "" + +#: pyload/Core.py:418 +#, python-format +msgid "Free space: %s" +msgstr "" + +#: pyload/Core.py:438 +msgid "Activating Accounts..." +msgstr "" + +#: pyload/Core.py:443 +msgid "Restarting failed downloads..." +msgstr "" + +#: pyload/Core.py:451 +msgid "pyLoad is up and running" +msgstr "" + +#: pyload/Core.py:474 +msgid "restarting pyLoad" +msgstr "" + +#: pyload/Core.py:478 +msgid "pyLoad quits" +msgstr "" + +#: pyload/Core.py:564 +msgid "shutting down..." +msgstr "" + +#: pyload/Core.py:579 +msgid "error while shutting down" +msgstr "" + +#: pyload/Core.py:661 +msgid "killed pyLoad from terminal" +msgstr "" + +#: pyload/database/DatabaseBackend.py:167 +msgid "Database was deleted due to incompatible version." +msgstr "" + +#: pyload/threads/DecrypterThread.py:50 +msgid "Decrypting failed" +msgstr "" + +#: pyload/threads/DecrypterThread.py:73 +#, python-format +msgid "Decrypted %(count)d links into package %(name)s" +msgstr "" + +#: pyload/threads/DecrypterThread.py:80 +msgid "No links decrypted" +msgstr "" + +#: pyload/threads/InfoThread.py:147 +#, python-format +msgid "Info Fetching for %(name)s failed | %(err)s" +msgstr "" + +#: pyload/threads/ThreadManager.py:155 +#, python-format +msgid "Reconnect Failed: %s" +msgstr "" + +#: pyload/threads/ThreadManager.py:192 +msgid "Reconnect script not found!" +msgstr "" + +#: pyload/threads/ThreadManager.py:198 +msgid "Starting reconnect" +msgstr "" + +#: pyload/threads/ThreadManager.py:212 +msgid "Failed executing reconnect script!" +msgstr "" + +#: pyload/threads/ThreadManager.py:224 +#, python-format +msgid "Reconnected, new IP: %s" +msgstr "" + +#: pyload/threads/ThreadManager.py:298 +msgid "Not enough space left on device" +msgstr "" + +#: pyload/threads/DownloadThread.py:64 +#, python-format +msgid "Download starts: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:70 +#, python-format +msgid "Download finished: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:75 +#, python-format +msgid "Plugin %s is missing a function." +msgstr "" + +#: pyload/threads/DownloadThread.py:83 pyload/threads/DownloadThread.py:147 +#, python-format +msgid "Download aborted: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:103 +#, python-format +msgid "Download restarted: %(name)s | %(msg)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:113 +#, python-format +msgid "Download is offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:116 pyload/threads/DownloadThread.py:187 +#, python-format +msgid "Download is temporary offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:119 pyload/threads/DownloadThread.py:192 +#, python-format +msgid "Download failed: %(name)s | %(msg)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:136 +msgid "Couldn't connect to host or connection reset, waiting 1 minute and retry." +msgstr "" + +#: pyload/threads/DownloadThread.py:171 +#, python-format +msgid "Download skipped: %(name)s due to %(plugin)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:188 +msgid "Internal Server Error" +msgstr "" + +#: pyload/threads/AddonThread.py:55 +msgid "An Error occurred" +msgstr "" + +#: pyload/PluginManager.py:316 +#, python-format +msgid "Error importing %(name)s: %(msg)s" +msgstr "" + +#: pyload/utils/JsEngine.py:188 +msgid "No js engine detected, please install either Spidermonkey, ossp-js, pyv8, nodejs or rhino" +msgstr "" + diff --git a/locale/hi/LC_MESSAGES/plugins.po b/locale/hi/LC_MESSAGES/plugins.po new file mode 100644 index 000000000..e5571e010 --- /dev/null +++ b/locale/hi/LC_MESSAGES/plugins.po @@ -0,0 +1,424 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-20 22:13+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Hindi\n" +"Language: hi_IN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/plugins/network/CurlDownload.py:241 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/plugins/Base.py:329 +msgid "Pil and tesseract not installed and no Client connected for captcha decrypting" +msgstr "" + +#: pyload/plugins/Base.py:333 +msgid "No captcha result obtained in appropriate time." +msgstr "" + +#: pyload/plugins/Hoster.py:282 pyload/plugins/Hoster.py:319 +#: pyload/plugins/hoster/ARD.py:76 +#, python-format +msgid "Setting User and Group failed: %s" +msgstr "" + +#: pyload/plugins/Crypter.py:136 +msgid "Not existing file or unsupported protocol" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:96 +msgid "Rapidshare: Traffic Share (direct download)" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:123 +#: pyload/plugins/hoster/RapidshareCom.py:189 +msgid "Already downloading from this ip address, waiting 60 seconds" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:127 +msgid "Invalid Auth Code, download will be restarted" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:193 +msgid "RapidShareCom: No free slots" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:196 +msgid "You need a premium account for this file" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:198 +msgid "Filename reported invalid" +msgstr "" + +#: pyload/plugins/hoster/RealdebridCom.py:40 +#: pyload/plugins/hoster/Premium4Me.py:27 +#: pyload/plugins/hoster/MultiDebridCom.py:39 +#: pyload/plugins/hoster/ZeveraCom.py:24 +#: pyload/plugins/hoster/AlldebridCom.py:37 +#: pyload/plugins/hoster/RehostTo.py:25 pyload/plugins/hoster/ReloadCc.py:22 +#: pyload/plugins/hoster/DebridItaliaCom.py:38 +#: pyload/plugins/hoster/PremiumizeMe.py:19 +#, python-format +msgid "Please enter your %s account or deactivate this plugin" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:55 +msgid "Decryption failed" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:99 +msgid "No file key provided in the URL" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:111 +msgid "Error code:" +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:97 +msgid "Parallel download error, now waiting 60s." +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:208 +msgid "Not logged in." +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:135 +msgid "API key invalid" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:160 +#, python-format +msgid "%s: Not enough traffic left" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:163 +msgid "Traffic exceeded" +msgstr "" + +#: pyload/plugins/hoster/BasePlugin.py:63 +msgid "Authorization required (username:password)" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:143 +#: pyload/plugins/hoster/NetloadIn.py:167 +msgid "File temporarily not available" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:180 +#, python-format +msgid "Netload: waiting between downloads %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:209 +#, python-format +msgid "Netload: waiting for captcha %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:248 +msgid "Downloaded File was empty" +msgstr "" + +#: pyload/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 "" + +#: pyload/plugins/hoster/XHamsterCom.py:75 +#: pyload/plugins/hoster/XHamsterCom.py:84 +#: pyload/plugins/hoster/XHamsterCom.py:87 +#, python-format +msgid "long_url: %s" +msgstr "" + +#: pyload/plugins/Account.py:117 pyload/plugins/Account.py:123 +#, python-format +msgid "Could not login with account %(user)s | %(msg)s" +msgstr "" + +#: pyload/plugins/Account.py:118 +msgid "Wrong Password" +msgstr "" + +#: pyload/plugins/Account.py:184 +#, python-format +msgid "Get Account Info for %s" +msgstr "" + +#: pyload/plugins/Account.py:193 +#, python-format +msgid "Error: %s" +msgstr "" + +#: pyload/plugins/Account.py:242 +#, python-format +msgid "Your Time %s has a wrong format, use: 1:22-3:44" +msgstr "" + +#: pyload/plugins/Account.py:265 +#, python-format +msgid "Account %s has not enough traffic, checking again in 30min" +msgstr "" + +#: pyload/plugins/Account.py:273 +#, python-format +msgid "Account %s is expired, checking again in 1h" +msgstr "" + +#: pyload/plugins/Account.py:290 +#, python-format +msgid "Login with %s" +msgstr "" + +#: pyload/plugins/Addon.py:118 +#, python-format +msgid "Error executing addons: %s" +msgstr "" + +#: pyload/plugins/accounts/BitshareCom.py:36 +msgid "Activate direct Download in your Bitshare Account" +msgstr "" + +#: pyload/plugins/crypter/SerienjunkiesOrg.py:128 +msgid "Downloadlimit reached" +msgstr "" + +#: pyload/plugins/addons/Premium4Me.py:30 +msgid "Please add your premium.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:53 +#, python-format +msgid "Installed scripts for %s: " +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:69 +msgid "Script not executable:" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:79 +#, python-format +msgid "Error in %(script)s: %(error)s" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:72 +#: pyload/plugins/addons/Captcha9kw.py:56 +#: pyload/plugins/addons/ExpertDecoders.py:49 +#, python-format +msgid "%s credits left" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:120 +msgid "Could not send response." +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:138 +msgid "Your CaptchaTrader Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:89 +#, python-format +msgid "New CaptchaID from upload: %s : %s" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:123 +msgid "Your Captcha 9kw.eu Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/RehostTo.py:34 +msgid "Please add your rehost.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/HotFolder.py:82 +#, python-format +msgid "Added %s from HotFolder" +msgstr "" + +#: pyload/plugins/addons/ClickAndLoad.py:74 +msgid "Click'N'Load: Port 9666 already in use" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:82 +#: pyload/plugins/addons/IRCInterface.py:75 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:90 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" +msgstr "" + +#: pyload/plugins/addons/ExpertDecoders.py:98 +msgid "Your ExpertDecoders Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:73 +msgid "*** Plugins have been updated, please restart pyLoad ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:75 +msgid "Plugins updated and reloaded" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:78 +msgid "No plugin updates available" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:95 +msgid "No Updates for pyLoad" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:100 +#, python-format +msgid "*** New pyLoad Version %s available ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:101 +msgid "*** Get it here: http://pyload.org/download ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:104 +msgid "Not able to connect server for updates" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:148 +#, python-format +msgid "New version of %(type)s|%(name)s : %(version).2f" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:157 +#: pyload/plugins/addons/UpdateManager.py:162 +#, python-format +msgid "Error when updating %s" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:162 +msgid "Version mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:92 +#, python-format +msgid "No %s installed" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:94 +#: pyload/plugins/addons/ExtractArchive.py:99 +#, python-format +msgid "Could not activate %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:104 +msgid "Activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:106 +msgid "No Extract plugins activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:118 +#, python-format +msgid "Package %s queued for later extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:143 +#, python-format +msgid "Check package %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:183 +#, python-format +msgid "Extract to %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:197 +msgid "No files found to extract" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:203 +msgid "extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:214 +msgid "Password protected" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:234 +msgid "Wrong password" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:242 +#, python-format +msgid "Deleting %s files" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:247 +msgid "Extracting finished" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:254 +msgid "Archive Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:256 +msgid "CRC Mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:260 +msgid "Unknown Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:312 +msgid "Setting User and Group failed" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:36 +msgid "Crypter list not found" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:50 +msgid "Crypter list is empty" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:82 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:94 +#, python-format +msgid "New Captcha Request: %s" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:95 +#, python-format +msgid "Answer with 'c %s text on the captcha'" +msgstr "" + +#: pyload/plugins/addons/PremiumizeMe.py:46 +msgid "Please add a valid premiumize.me account first and restart pyLoad." +msgstr "" + +#: pyload/plugins/addons/CaptchaBrotherhood.py:69 +#, python-format +msgid "%d credits left" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:29 +#, python-format +msgid "Activated %s" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:47 +msgid "No Hoster loaded" +msgstr "" + diff --git a/locale/hi/LC_MESSAGES/setup.po b/locale/hi/LC_MESSAGES/setup.po new file mode 100644 index 000000000..49cb1015e --- /dev/null +++ b/locale/hi/LC_MESSAGES/setup.po @@ -0,0 +1,376 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Hindi\n" +"Language: hi_IN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/Setup.py:72 +msgid "Would you like to configure pyLoad via Webinterface?" +msgstr "" + +#: pyload/Setup.py:73 +msgid "You need a Browser and a connection to this PC for it." +msgstr "" + +#: pyload/Setup.py:74 +msgid "Url would be: http://hostname:8000/" +msgstr "" + +#: pyload/Setup.py:75 +msgid "Start initial webinterface for configuration?" +msgstr "" + +#: pyload/Setup.py:86 +msgid "Welcome to the pyLoad Configuration Assistent." +msgstr "" + +#: pyload/Setup.py:87 +msgid "It will check your system and make a basic setup in order to run pyLoad." +msgstr "" + +#: pyload/Setup.py:89 +msgid "The value in brackets [] always is the default value," +msgstr "" + +#: pyload/Setup.py:90 +msgid "in case you don't want to change it or you are unsure what to choose, just hit enter." +msgstr "" + +#: pyload/Setup.py:92 +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgstr "" + +#: pyload/Setup.py:93 +msgid "If you have any problems with this assistent hit CTRL+C," +msgstr "" + +#: pyload/Setup.py:94 +msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgstr "" + +#: pyload/Setup.py:96 +msgid "When you are ready for system check, hit enter." +msgstr "" + +#: pyload/Setup.py:103 +msgid "Features missing: " +msgstr "" + +#: pyload/Setup.py:107 +msgid "no py-crypto available" +msgstr "" + +#: pyload/Setup.py:108 +msgid "You need this if you want to decrypt container files." +msgstr "" + +#: pyload/Setup.py:112 +msgid "no SSL available" +msgstr "" + +#: pyload/Setup.py:113 +msgid "This is needed if you want to establish a secure connection to core or webinterface." +msgstr "" + +#: pyload/Setup.py:114 +msgid "If you only want to access locally to pyLoad ssl is not useful." +msgstr "" + +#: pyload/Setup.py:118 +msgid "no Captcha Recognition available" +msgstr "" + +#: pyload/Setup.py:119 +msgid "Only needed for some hosters and as freeuser." +msgstr "" + +#: pyload/Setup.py:123 +msgid "no JavaScript engine found" +msgstr "" + +#: pyload/Setup.py:124 +msgid "You will need this for some Click'N'Load links. Install Spidermonkey, ossp-js, pyv8 or rhino" +msgstr "" + +#: pyload/Setup.py:126 +msgid "You can abort the setup now and fix some dependencies if you want." +msgstr "" + +#: pyload/Setup.py:128 +msgid "Continue with setup?" +msgstr "" + +#: pyload/Setup.py:134 +#, python-format +msgid "Do you want to change the config path? Current is %s" +msgstr "" + +#: pyload/Setup.py:136 +msgid "If you use pyLoad on a server or the home partition lives on an internal flash it may be a good idea to change it." +msgstr "" + +#: pyload/Setup.py:137 +msgid "Change config path?" +msgstr "" + +#: pyload/Setup.py:143 +msgid "Do you want to configure login data and basic settings?" +msgstr "" + +#: pyload/Setup.py:144 +msgid "This is recommend for first run." +msgstr "" + +#: pyload/Setup.py:145 +msgid "Make basic setup?" +msgstr "" + +#: pyload/Setup.py:152 +msgid "Do you want to configure ssl?" +msgstr "" + +#: pyload/Setup.py:153 +msgid "Configure ssl?" +msgstr "" + +#: pyload/Setup.py:159 +msgid "Do you want to configure webinterface?" +msgstr "" + +#: pyload/Setup.py:160 +msgid "Configure webinterface?" +msgstr "" + +#: pyload/Setup.py:165 +msgid "Setup finished successfully." +msgstr "" + +#: pyload/Setup.py:166 +msgid "Hit enter to exit and restart pyLoad" +msgstr "" + +#: pyload/Setup.py:173 +msgid "Webinterface running for setup." +msgstr "" + +#: pyload/Setup.py:190 +msgid "## Basic Setup ##" +msgstr "" + +#: pyload/Setup.py:193 +msgid "The following logindata is valid for CLI, GUI and webinterface." +msgstr "" + +#: pyload/Setup.py:199 pyload/Setup.py:288 pyload/Setup.py:304 +msgid "Username" +msgstr "" + +#: pyload/Setup.py:205 +msgid "External clients (GUI, CLI or other) need remote access to work over the network." +msgstr "" + +#: pyload/Setup.py:206 +msgid "However, if you only want to use the webinterface you may disable it to save ram." +msgstr "" + +#: pyload/Setup.py:207 +msgid "Enable remote access" +msgstr "" + +#: pyload/Setup.py:211 +msgid "Language" +msgstr "" + +#: pyload/Setup.py:213 +msgid "Download folder" +msgstr "" + +#: pyload/Setup.py:214 +msgid "Max parallel downloads" +msgstr "" + +#: pyload/Setup.py:218 +msgid "Use Reconnect?" +msgstr "" + +#: pyload/Setup.py:221 +msgid "Reconnect script location" +msgstr "" + +#: pyload/Setup.py:226 +msgid "## Webinterface Setup ##" +msgstr "" + +#: pyload/Setup.py:229 +msgid "Activate webinterface?" +msgstr "" + +#: pyload/Setup.py:231 +msgid "Listen address, if you use 127.0.0.1 or localhost, the webinterface will only accessible locally." +msgstr "" + +#: pyload/Setup.py:232 +msgid "Address" +msgstr "" + +#: pyload/Setup.py:233 +msgid "Port" +msgstr "" + +#: pyload/Setup.py:235 +msgid "pyLoad offers several server backends, now following a short explanation." +msgstr "" + +#: pyload/Setup.py:236 +msgid "Default server, this server offers SSL and is a good alternative to builtin." +msgstr "" + +#: pyload/Setup.py:238 +msgid "Can be used by apache, lighttpd, requires you to configure them, which is not too easy job." +msgstr "" + +#: pyload/Setup.py:239 +msgid "Very fast alternative written in C, requires libev and linux knowledge." +msgstr "" + +#: pyload/Setup.py:240 +msgid "Get it from here: https://github.com/jonashaag/bjoern, compile it" +msgstr "" + +#: pyload/Setup.py:241 +msgid "and copy bjoern.so to pyload/lib" +msgstr "" + +#: pyload/Setup.py:245 +msgid "Attention: In some rare cases the builtin server is not working, if you notice problems with the webinterface" +msgstr "" + +#: pyload/Setup.py:246 +msgid "come back here and change the builtin server to the threaded one here." +msgstr "" + +#: pyload/Setup.py:248 +msgid "Server" +msgstr "" + +#: pyload/Setup.py:253 +msgid "## SSL Setup ##" +msgstr "" + +#: pyload/Setup.py:255 +msgid "Execute these commands from pyLoad config folder to make ssl certificates:" +msgstr "" + +#: pyload/Setup.py:261 +msgid "If you're done and everything went fine, you can activate ssl now." +msgstr "" + +#: pyload/Setup.py:262 +msgid "Activate SSL?" +msgstr "" + +#: pyload/Setup.py:278 +msgid "Select action" +msgstr "" + +#: pyload/Setup.py:279 +msgid "1 - Create/Edit user" +msgstr "" + +#: pyload/Setup.py:280 +msgid "2 - List users" +msgstr "" + +#: pyload/Setup.py:281 +msgid "3 - Remove user" +msgstr "" + +#: pyload/Setup.py:282 +msgid "4 - Quit" +msgstr "" + +#: pyload/Setup.py:294 +msgid "Users" +msgstr "" + +#: pyload/Setup.py:322 +msgid "Setting new configpath, current configuration will not be transferred!" +msgstr "" + +#: pyload/Setup.py:323 +msgid "Config path" +msgstr "" + +#: pyload/Setup.py:331 +msgid "Config path changed, setup will now close, please restart to go on." +msgstr "" + +#: pyload/Setup.py:332 +msgid "Press Enter to exit." +msgstr "" + +#: pyload/Setup.py:336 +#, python-format +msgid "Setting config path failed: %s" +msgstr "" + +#: pyload/Setup.py:347 +msgid "y" +msgstr "" + +#: pyload/Setup.py:349 +msgid "n" +msgstr "" + +#: pyload/Setup.py:373 +msgid "Password: " +msgstr "" + +#: pyload/Setup.py:377 +msgid "Password too short. Use at least 4 symbols." +msgstr "" + +#: pyload/Setup.py:380 +msgid "Password (again): " +msgstr "" + +#: pyload/Setup.py:386 +msgid "Passwords did not match." +msgstr "" + +#: pyload/Setup.py:397 +msgid "yes" +msgstr "" + +#: pyload/Setup.py:397 +msgid "true" +msgstr "" + +#: pyload/Setup.py:397 +msgid "t" +msgstr "" + +#: pyload/Setup.py:400 +msgid "no" +msgstr "" + +#: pyload/Setup.py:400 +msgid "false" +msgstr "" + +#: pyload/Setup.py:400 +msgid "f" +msgstr "" + +#: pyload/Setup.py:403 pyload/Setup.py:413 +msgid "Invalid Input" +msgstr "" + diff --git a/locale/hi/LC_MESSAGES/webUI.po b/locale/hi/LC_MESSAGES/webUI.po new file mode 100644 index 000000000..c8287445d --- /dev/null +++ b/locale/hi/LC_MESSAGES/webUI.po @@ -0,0 +1,131 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-08-10 11:58+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Hindi\n" +"Language: hi_IN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/web/app/scripts/helpers/formatSize.js:9 +msgid "not available" +msgstr "" + +#: pyload/web/app/scripts/helpers/formatSize.js:11 +msgid "unlimited" +msgstr "" + +#: pyload/web/app/templates/default/admin.html:3 +#: pyload/web/app/templates/default/admin.html:4 +msgid "Admin" +msgstr "" + +#: pyload/web/app/templates/default/setup.html:3 +msgid "Setup" +msgstr "" + +#: pyload/web/app/templates/default/accounts/actionbar.html:2 +msgid "Add Account" +msgstr "" + +#: pyload/web/app/templates/default/accounts/layout.html:2 +msgid "Accounts" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:9 +msgid "Local" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:18 +msgid "Search" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:26 +msgid "Type" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:44 +#: pyload/web/app/templates/default/dashboard/actionbar.html:49 +msgid "All" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:50 +msgid "Finished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:51 +msgid "Unfinished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:52 +msgid "Failed" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/select.html:1 +msgid "1 package" +msgid_plural "%d packages" +msgstr[0] "" +msgstr[1] "" + +#: pyload/web/app/templates/default/dashboard/select.html:4 +msgid "1 file" +msgid_plural "%d files" +msgstr[0] "" +msgstr[1] "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:2 +msgid "Add an account" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:7 +msgid "Please enter your account data" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:3 +msgid "Choose a plugin" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:9 +msgid "Please choose a plugin, which you want to configure" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:23 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:46 +msgid "Add" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:24 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:47 +#: pyload/web/app/templates/default/dialogs/interactionTask.html:35 +msgid "Close" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:2 +msgid "Please confirm" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:5 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:8 +msgid "Delete" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:9 +msgid "Cancel" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/interactionTask.html:34 +msgid "Submit" +msgstr "" + +#: pyload/web/app/templates/default/header/layout.html:12 +msgid "Running..." +msgstr "" + diff --git a/locale/hu/LC_MESSAGES/cli.po b/locale/hu/LC_MESSAGES/cli.po new file mode 100644 index 000000000..75295ee0a --- /dev/null +++ b/locale/hu/LC_MESSAGES/cli.po @@ -0,0 +1,291 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-08-31 15:21-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Hungarian\n" +"Language: hu_HU\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/cli/AddPackage.py:48 +msgid "Add Package:" +msgstr "Csomag hozzáadása:" + +#: pyload/cli/AddPackage.py:53 +msgid "Enter a name for the new package" +msgstr "Add meg az új csomag nevét" + +#: pyload/cli/AddPackage.py:57 +#, python-format +msgid "Package: %s" +msgstr "Csomag: %s" + +#: pyload/cli/AddPackage.py:58 +msgid "Parse the links you want to add." +msgstr "Hozzáadandó linkek." + +#: pyload/cli/AddPackage.py:59 +#, python-format +msgid "Type %s when done." +msgstr "Ãrd %s miután végeztél." + +#: pyload/cli/AddPackage.py:60 +msgid "Links added: " +msgstr "Link felvéve: " + +#: pyload/cli/AddPackage.py:64 pyload/cli/ManageFiles.py:149 +msgid " back to main menu" +msgstr " vissza a fÅmenÃŒbe" + +#: pyload/cli/ManageFiles.py:97 +msgid "Manage Packages:" +msgstr "Csomagok kezelése:" + +#: pyload/cli/ManageFiles.py:99 +msgid "Manage Links:" +msgstr "Linkek kezelése:" + +#: pyload/cli/ManageFiles.py:104 +msgid "What do you want to move?" +msgstr "Mit szeretnél áthelyezni?" + +#: pyload/cli/ManageFiles.py:106 +msgid "What do you want to delete?" +msgstr "Mit szeretnél törölni?" + +#: pyload/cli/ManageFiles.py:108 +msgid "What do you want to restart?" +msgstr "Mit szeretnél újraindÃtani?" + +#: pyload/cli/ManageFiles.py:113 +msgid "Choose what you want to do, or enter package number." +msgstr "Válaszd ki ki mit szeretnél tenni vagy adj meg egy csomagszámot." + +#: pyload/cli/ManageFiles.py:115 +msgid "delete" +msgstr "törlés" + +#: pyload/cli/ManageFiles.py:115 +msgid "move" +msgstr "áthelyezés" + +#: pyload/cli/ManageFiles.py:115 +msgid "restart" +msgstr "újraindÃtás" + +#: pyload/cli/ManageFiles.py:148 +msgid " - previous" +msgstr " - elÅzÅ" + +#: pyload/cli/ManageFiles.py:148 +msgid " - next" +msgstr " - következÅ" + +#: pyload/cli/Cli.py:75 pyload/cli/Cli.py:133 +msgid " Command Line Interface" +msgstr " Parancssoros felÃŒlet" + +#: pyload/cli/Cli.py:165 +#, python-format +msgid "%s Downloads:" +msgstr "%s letöltés:" + +#: pyload/cli/Cli.py:177 +msgid " Speed: " +msgstr " Sebesség: " + +#: pyload/cli/Cli.py:177 +msgid " Size: " +msgstr " Méret: " + +#: pyload/cli/Cli.py:178 +msgid " Finished in: " +msgstr " Befejezve: " + +#: pyload/cli/Cli.py:179 +msgid " ID: " +msgstr " ID: " + +#: pyload/cli/Cli.py:184 +msgid "waiting: " +msgstr "várakozás: " + +#: pyload/cli/Cli.py:191 pyload/cli/Cli.py:193 +msgid "Status:" +msgstr "Ãllapot:" + +#: pyload/cli/Cli.py:191 +msgid "paused" +msgstr "felfÃŒggesztve" + +#: pyload/cli/Cli.py:193 +msgid "running" +msgstr "fut" + +#: pyload/cli/Cli.py:196 +msgid "total Speed" +msgstr "össz. sebesség" + +#: pyload/cli/Cli.py:196 +msgid "Files in queue" +msgstr "Várólistás fájlok" + +#: pyload/cli/Cli.py:197 +msgid "Total" +msgstr "Ãsszesen" + +#: pyload/cli/Cli.py:203 +msgid "Menu:" +msgstr "MenÃŒ:" + +#: pyload/cli/Cli.py:205 +msgid " Add Links" +msgstr " Link hozzáadás" + +#: pyload/cli/Cli.py:206 +msgid " Manage Queue" +msgstr " Várólista kezelése" + +#: pyload/cli/Cli.py:207 +msgid " Manage Collector" +msgstr " GyűjtÅ kezelése" + +#: pyload/cli/Cli.py:208 +msgid " (Un)Pause Server" +msgstr " Szerver szÃŒneteltetése/folytatása" + +#: pyload/cli/Cli.py:209 +msgid " Kill Server" +msgstr " Szerver kilövése (Kill)" + +#: pyload/cli/Cli.py:210 +msgid " Quit" +msgstr " Bezárás" + +#: pyload/cli/Cli.py:289 pyload/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> ..." + +#: pyload/cli/Cli.py:315 +#, python-format +msgid "Checking %d links:" +msgstr "%d link ellenÅrzése:" + +#: pyload/cli/Cli.py:324 +msgid "File does not exists." +msgstr "A fájl nem létezik." + +#: pyload/cli/Cli.py:385 +msgid "pyLoad was terminated" +msgstr "pyLoad leállÃtva" + +#: pyload/cli/Cli.py:443 +msgid "Prints server status" +msgstr "Szerver állapota" + +#: pyload/cli/Cli.py:444 +msgid "Prints downloads in queue" +msgstr "Várólistás fájlok" + +#: pyload/cli/Cli.py:445 +msgid "Prints downloads in collector" +msgstr "GyűjtÅben levÅ letöltések" + +#: pyload/cli/Cli.py:446 +msgid "Adds package to queue" +msgstr "Csomag várólistához adása" + +#: pyload/cli/Cli.py:447 +msgid "Adds package to collector" +msgstr "Csomag gyűjtÅhöz adása" + +#: pyload/cli/Cli.py:448 +msgid "Delete Files from Queue/Collector" +msgstr "Fájl törlése várólista/gyűjtÅ" + +#: pyload/cli/Cli.py:449 +msgid "Delete Packages from Queue/Collector" +msgstr "Csomag törlése várólista/gyűjtÅ" + +#: pyload/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" + +#: pyload/cli/Cli.py:451 +msgid "Restart files" +msgstr "Fájlok újraindÃtása" + +#: pyload/cli/Cli.py:452 +msgid "Restart packages" +msgstr "Csomagok újraindÃtása" + +#: pyload/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" + +#: pyload/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" + +#: pyload/cli/Cli.py:455 +msgid "Pause the server" +msgstr "Szerver szÃŒneteltetése" + +#: pyload/cli/Cli.py:456 +msgid "continue downloads" +msgstr "letöltések folytatása" + +#: pyload/cli/Cli.py:457 +msgid "Toggle pause/unpause" +msgstr "SzÃŒneteltetés/folytatás" + +#: pyload/cli/Cli.py:458 +msgid "kill server" +msgstr "szerver kilövése (Kill)" + +#: pyload/cli/Cli.py:460 +msgid "List of commands:" +msgstr "Parancsok listája:" + +#: pyload/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" + +#: pyload/cli/Cli.py:548 pyload/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." + +#: pyload/cli/Cli.py:555 +msgid "Address: " +msgstr "CÃm: " + +#: pyload/cli/Cli.py:556 +msgid "Port: " +msgstr "Port: " + +#: pyload/cli/Cli.py:557 +msgid "Username: " +msgstr "Felhasználó: " + +#: pyload/cli/Cli.py:561 +msgid "Password: " +msgstr "Jelszó: " + +#: pyload/cli/Cli.py:566 pyload/cli/Cli.py:575 +msgid "Login data is wrong." +msgstr "Hibás belépési adatok." + +#: pyload/cli/Cli.py:568 pyload/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." + +#: pyload/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/core.po b/locale/hu/LC_MESSAGES/core.po new file mode 100644 index 000000000..5ef71c495 --- /dev/null +++ b/locale/hu/LC_MESSAGES/core.po @@ -0,0 +1,630 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-08-31 15:21-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Hungarian\n" +"Language: hu_HU\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/AddonManager.py:62 +#, python-format +msgid "Error when executing %s" +msgstr "Hiba futtatás közben %s" + +#: pyload/AddonManager.py:93 +#, python-format +msgid "Failed activating %(name)s" +msgstr "Sikertelen aktiválás: %(name)s" + +#: pyload/AddonManager.py:96 +#, python-format +msgid "Activated addons: %s" +msgstr "Aktivált bÅvÃtmény: %s" + +#: pyload/AddonManager.py:97 +#, python-format +msgid "Deactivated addons: %s" +msgstr "BÅvÃtmény deaktiválása: %s" + +#: pyload/AddonManager.py:153 +msgid "Activating Plugins..." +msgstr "BÅvÃtmények aktiválása..." + +#: pyload/AddonManager.py:162 +msgid "Deactivating Plugins..." +msgstr "BÅvÃtmények deaktiválása..." + +#: pyload/web/ServerThread.py:49 +msgid "SSL certificates not found." +msgstr "SSL tanúsÃtvány nem található." + +#: pyload/web/ServerThread.py:53 +msgid "WebUI built is not available" +msgstr "BeépÃtett WebUI nem áll rendelkezésre" + +#: pyload/web/ServerThread.py:55 +msgid "Running webUI in development mode" +msgstr "A webUI fejlesztÅi módban való futtatása" + +#: pyload/web/ServerThread.py:73 +msgid "Failed starting webserver: " +msgstr "A web szervert nem sikerÃŒlt elindÃtani: " + +#: pyload/web/ServerThread.py:107 +msgid "Failed importing webserver: " +msgstr "A web szervert nem sikerÃŒlt betölteni: " + +#: pyload/web/ServerThread.py:125 +msgid "This server offers no SSL, please consider using threaded instead" +msgstr "Ez a szerver nem támogatja az SSL-t, kérlek használj helyette másikat" + +#: pyload/web/ServerThread.py:139 +#, python-format +msgid "Starting %(name)s webserver: %(host)s:%(port)d" +msgstr "%(name)s web szerver indÃtása: %(host)s:%(port)d" + +#: pyload/config/default.py:14 +msgid "Remote" +msgstr "Távoli" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Description" +msgstr "LeÃrás" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Long description" +msgstr "Hosszú leÃrás" + +#: pyload/config/default.py:16 pyload/config/default.py:56 +#: pyload/config/default.py:63 +msgid "Activated" +msgstr "Aktivált" + +#: pyload/config/default.py:17 pyload/config/default.py:69 +#: pyload/config/default.py:80 +msgid "Port" +msgstr "Port" + +#: pyload/config/default.py:18 pyload/config/default.py:77 +msgid "Address" +msgstr "CÃm" + +#: pyload/config/default.py:21 +msgid "Log" +msgstr "Napló" + +#: pyload/config/default.py:23 +msgid "Size in kb" +msgstr "Méret (kb)" + +#: pyload/config/default.py:24 +msgid "Folder" +msgstr "mappa" + +#: pyload/config/default.py:25 +msgid "File Log" +msgstr "Log Fájl" + +#: pyload/config/default.py:26 +msgid "Count" +msgstr "Számláló" + +#: pyload/config/default.py:27 +msgid "Log Rotate" +msgstr "Log Forgatás" + +#: pyload/config/default.py:30 +msgid "Permissions" +msgstr "Engedélyek" + +#: pyload/config/default.py:32 +msgid "Groupname" +msgstr "Csoport név" + +#: pyload/config/default.py:33 +msgid "Change Group and User of Downloads" +msgstr "Letöltések csoportjának és felhasználójának váltása" + +#: pyload/config/default.py:34 +msgid "Change file mode of downloads" +msgstr "Letöltések fájl jogosultságának váltása" + +#: pyload/config/default.py:35 pyload/config/default.py:75 +msgid "Username" +msgstr "Felhasználónév" + +#: pyload/config/default.py:36 +msgid "Filemode for Downloads" +msgstr "Fájl jogosultságok" + +#: pyload/config/default.py:37 +msgid "Change group of running process" +msgstr "Futó folyamat csoportjának váltása" + +#: pyload/config/default.py:38 +msgid "Folder Permission mode" +msgstr "Könyvtár jogosultságok" + +#: pyload/config/default.py:39 +msgid "Change user of running process" +msgstr "Futó folyamat felhasználójának váltása" + +#: pyload/config/default.py:42 +msgid "General" +msgstr "Ãltalános" + +#: pyload/config/default.py:44 +msgid "Language" +msgstr "Nyelv" + +#: pyload/config/default.py:45 +msgid "Download Folder" +msgstr "Letöltések helye" + +#: pyload/config/default.py:46 +msgid "Use Checksum" +msgstr "EllenÅrzŠösszeg használata" + +#: pyload/config/default.py:47 +msgid "Create folder for each package" +msgstr "Minden csomaghoz könyvtár létrehozás" + +#: pyload/config/default.py:48 +msgid "Debug Mode" +msgstr "HibakeresÅ mód" + +#: pyload/config/default.py:49 +msgid "Min Free Space (MB)" +msgstr "Min. szabad hely (MB)" + +#: pyload/config/default.py:50 +msgid "CPU Priority" +msgstr "CPU prioritás" + +#: pyload/config/default.py:53 +msgid "SSL" +msgstr "SSL" + +#: pyload/config/default.py:55 +msgid "SSL Certificate" +msgstr "SSL-tanúsÃtvány" + +#: pyload/config/default.py:57 +msgid "SSL Key" +msgstr "SSL kulcs" + +#: pyload/config/default.py:60 +msgid "Webinterface" +msgstr "Webes felÃŒlet" + +#: pyload/config/default.py:62 +msgid "Template" +msgstr "Sablon" + +#: pyload/config/default.py:64 +msgid "Path Prefix" +msgstr "Elérési út elÅtag" + +#: pyload/config/default.py:65 +msgid "Server" +msgstr "Szerver" + +#: pyload/config/default.py:66 +msgid "Favor specific server" +msgstr "ElÅnyben részesÃtett szerver" + +#: pyload/config/default.py:67 +msgid "IP" +msgstr "IP" + +#: pyload/config/default.py:68 +msgid "Use HTTPS" +msgstr "HTTPS használata" + +#: pyload/config/default.py:70 +msgid "Development mode" +msgstr "FejlesztÅ mód" + +#: pyload/config/default.py:73 +msgid "Proxy" +msgstr "Proxy" + +#: pyload/config/default.py:76 +msgid "Use Proxy" +msgstr "Proxy használata" + +#: pyload/config/default.py:78 +msgid "Password" +msgstr "Jelszó" + +#: pyload/config/default.py:79 +msgid "Protocol" +msgstr "Protokoll" + +#: pyload/config/default.py:83 +msgid "Reconnect" +msgstr "Ãjracsatlakozás" + +#: pyload/config/default.py:85 pyload/config/default.py:106 +msgid "End" +msgstr "Vége" + +#: pyload/config/default.py:86 +msgid "Use Reconnect" +msgstr "Ãjracsatlakozás használata" + +#: pyload/config/default.py:87 +msgid "Method" +msgstr "Mód" + +#: pyload/config/default.py:88 pyload/config/default.py:105 +msgid "Start" +msgstr "IndÃt" + +#: pyload/config/default.py:91 +msgid "Download" +msgstr "Letöltés" + +#: pyload/config/default.py:93 +msgid "Max Parallel Downloads" +msgstr "Max. egyidejű letöltés" + +#: pyload/config/default.py:94 +msgid "Limit Download Speed" +msgstr "Letöltési sebesség korlátozása" + +#: pyload/config/default.py:95 +msgid "Download interface to bind (ip or Name)" +msgstr "A letöltÅ interfész itt figyel (ip vagy név)" + +#: pyload/config/default.py:96 +msgid "Skip already existing files" +msgstr "LétezÅ fájlok kihagyása" + +#: pyload/config/default.py:97 +msgid "Max Download Speed in kb/s" +msgstr "Max. letöltési sebesség (kb/s)" + +#: pyload/config/default.py:98 +msgid "Allow IPv6" +msgstr "IPv6 engedélyezése" + +#: pyload/config/default.py:99 +msgid "Max connections for one download" +msgstr "Max. kapcsolatok száma egy letöltéshez" + +#: pyload/config/default.py:100 +msgid "Restart failed downloads on startup" +msgstr "Sikertelen letöltések újraindÃtása indulásnál" + +#: pyload/config/default.py:103 +msgid "Download Time" +msgstr "Letöltési idÅ" + +#: pyload/network/HTTPDownload.py:249 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "Darabokban letöltés sikertelen, visszatérés egyszeri kapcsolatra | %s" + +#: pyload/api/DownloadApi.py:44 +#, python-format +msgid "Added package %(name)s as folder %(folder)s" +msgstr "A(z) %(name)s csomag %(folder)s könyvtárként hozzáadva" + +#: pyload/api/DownloadApi.py:95 +#, python-format +msgid "Added %d links to package" +msgstr "%d link a csomaghoz adva" + +#: pyload/AccountManager.py:69 +#, python-format +msgid "Unknown account plugin %s" +msgstr "Ismeretlen hozzáférés bÅvÃtmény %s" + +#: pyload/interaction/InteractionManager.py:88 +msgid "Query" +msgstr "Lekérdezés" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Captcha request" +msgstr "Captcha kérés" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Please solve the captcha." +msgstr "Old meg a captcha-t" + +#: pyload/remote/RemoteManager.py:35 +#, python-format +msgid "Remote backend error: %s" +msgstr "Távoli hiba: %s" + +#: pyload/remote/RemoteManager.py:80 +#, python-format +msgid "Starting %(name)s: %(addr)s:%(port)s" +msgstr "IndÃtás: %(name)s: %(addr)s:%(port)s" + +#: pyload/remote/RemoteManager.py:82 +#, python-format +msgid "Failed loading backend %(name)s | %(error)s" +msgstr "Backend betöltése sikertelen: %(name)s | %(error)s" + +#: pyload/FileManager.py:53 +msgid "none" +msgstr "semmi" + +#: pyload/FileManager.py:53 +msgid "offline" +msgstr "offline" + +#: pyload/FileManager.py:53 +msgid "online" +msgstr "online" + +#: pyload/FileManager.py:53 +msgid "queued" +msgstr "várólistán" + +#: pyload/FileManager.py:53 +msgid "paused" +msgstr "felfÃŒggesztve" + +#: pyload/FileManager.py:54 +msgid "finished" +msgstr "befejezett" + +#: pyload/FileManager.py:54 +msgid "skipped" +msgstr "átugorva" + +#: pyload/FileManager.py:54 +msgid "failed" +msgstr "sikertelen" + +#: pyload/FileManager.py:54 +msgid "starting" +msgstr "indÃtás" + +#: pyload/FileManager.py:55 +msgid "waiting" +msgstr "várakozás" + +#: pyload/FileManager.py:55 +msgid "downloading" +msgstr "letöltés" + +#: pyload/FileManager.py:55 +msgid "temp. offline" +msgstr "átmenetileg offline" + +#: pyload/FileManager.py:55 +msgid "aborted" +msgstr "megszakÃtott" + +#: pyload/FileManager.py:56 +msgid "decrypting" +msgstr "dekódolás" + +#: pyload/FileManager.py:56 +msgid "processing" +msgstr "feldolgozás alatt" + +#: pyload/FileManager.py:56 +msgid "custom" +msgstr "egyéni" + +#: pyload/FileManager.py:56 +msgid "unknown" +msgstr "ismeretlen" + +#: pyload/FileManager.py:426 +#, python-format +msgid "Package finished: %s" +msgstr "Kész csomag: %s" + +#: pyload/Api.py:152 +#, python-format +msgid "User '%s' tries to log in" +msgstr "'%s' felhasználó próbál bejelentkezni" + +#: pyload/Core.py:195 +msgid "Received Quit signal" +msgstr "LeállÃtási jel érkezett" + +#: pyload/Core.py:323 +#, python-format +msgid "pyLoad already running with pid %s" +msgstr "a pyLoad már fut az alábbi pid számmal: %s" + +#: pyload/Core.py:337 +#, python-format +msgid "Failed changing group: %s" +msgstr "Sikertelen csoport váltás: %s" + +#: pyload/Core.py:347 +#, python-format +msgid "Failed changing user: %s" +msgstr "Sikertelen felhasználó váltás: %s" + +#: pyload/Core.py:358 +msgid "Starting" +msgstr "IndÃtás" + +#: pyload/Core.py:359 +#, python-format +msgid "Using home directory: %s" +msgstr "FÅkönyvtár használata: %s" + +#: pyload/Core.py:373 +msgid "All links removed" +msgstr "Minden link törölve" + +#: pyload/Core.py:403 +#, python-format +msgid "Download time: %s" +msgstr "Letöltési idÅ: %s" + +#: pyload/Core.py:418 +#, python-format +msgid "Free space: %s" +msgstr "Szabad hely: %s" + +#: pyload/Core.py:438 +msgid "Activating Accounts..." +msgstr "Hozzáférések aktiválása..." + +#: pyload/Core.py:443 +msgid "Restarting failed downloads..." +msgstr "Sikertelen letöltések újraindÃtása..." + +#: pyload/Core.py:451 +msgid "pyLoad is up and running" +msgstr "pyLoad fut" + +#: pyload/Core.py:474 +msgid "restarting pyLoad" +msgstr "pyLoad újraindÃtása" + +#: pyload/Core.py:478 +msgid "pyLoad quits" +msgstr "pyLoad kilép" + +#: pyload/Core.py:564 +msgid "shutting down..." +msgstr "leállÃtás..." + +#: pyload/Core.py:579 +msgid "error while shutting down" +msgstr "hiba leállÃtás közben" + +#: pyload/Core.py:661 +msgid "killed pyLoad from terminal" +msgstr "pyLoad kilÅve konzolról" + +#: pyload/database/DatabaseBackend.py:167 +msgid "Database was deleted due to incompatible version." +msgstr "Nem kompatibilis verzió miatt az adatbázis törölve." + +#: pyload/threads/DecrypterThread.py:50 +msgid "Decrypting failed" +msgstr "Sikertelen dekódolás" + +#: pyload/threads/DecrypterThread.py:73 +#, python-format +msgid "Decrypted %(count)d links into package %(name)s" +msgstr "%(count)d link dekódolása a(z) %(name)s csomagba" + +#: pyload/threads/DecrypterThread.py:80 +msgid "No links decrypted" +msgstr "Nincs dekódolt link" + +#: pyload/threads/InfoThread.py:147 +#, python-format +msgid "Info Fetching for %(name)s failed | %(err)s" +msgstr "%(name)s információinak lekérése sikertelen | %(err)s" + +#: pyload/threads/ThreadManager.py:155 +#, python-format +msgid "Reconnect Failed: %s" +msgstr "Ãjracsatlakozás sikertelen: %s" + +#: pyload/threads/ThreadManager.py:192 +msgid "Reconnect script not found!" +msgstr "Ãjracsatlakozó script nem található!" + +#: pyload/threads/ThreadManager.py:198 +msgid "Starting reconnect" +msgstr "Ãjracsatlakozás indÃtása" + +#: pyload/threads/ThreadManager.py:212 +msgid "Failed executing reconnect script!" +msgstr "Az újracsatlakozó scriptet nem sikerÃŒlt futtatni!" + +#: pyload/threads/ThreadManager.py:224 +#, python-format +msgid "Reconnected, new IP: %s" +msgstr "Ãjracsatlakozva, új IP: %s" + +#: pyload/threads/ThreadManager.py:298 +msgid "Not enough space left on device" +msgstr "Nincs elég hely az eszközön" + +#: pyload/threads/DownloadThread.py:64 +#, python-format +msgid "Download starts: %s" +msgstr "Letöltés elindÃtva: %s" + +#: pyload/threads/DownloadThread.py:70 +#, python-format +msgid "Download finished: %s" +msgstr "Letöltés befejezve: %s" + +#: pyload/threads/DownloadThread.py:75 +#, python-format +msgid "Plugin %s is missing a function." +msgstr "A %s bÅvÃtménybÅl hiányzik egy funkció." + +#: pyload/threads/DownloadThread.py:83 pyload/threads/DownloadThread.py:147 +#, python-format +msgid "Download aborted: %s" +msgstr "Letöltés megszakÃtva: %s" + +#: pyload/threads/DownloadThread.py:103 +#, python-format +msgid "Download restarted: %(name)s | %(msg)s" +msgstr "Letöltés újraindÃtva: %(name)s | %(msg)s" + +#: pyload/threads/DownloadThread.py:113 +#, python-format +msgid "Download is offline: %s" +msgstr "A letöltés offline: %s" + +#: pyload/threads/DownloadThread.py:116 pyload/threads/DownloadThread.py:187 +#, python-format +msgid "Download is temporary offline: %s" +msgstr "A letöltés átmenetileg offline: %s" + +#: pyload/threads/DownloadThread.py:119 pyload/threads/DownloadThread.py:192 +#, python-format +msgid "Download failed: %(name)s | %(msg)s" +msgstr "A letöltés sikertelen: %(name)s | %(msg)s" + +#: pyload/threads/DownloadThread.py:136 +msgid "Couldn't connect to host or connection reset, waiting 1 minute and retry." +msgstr "Nem sikerÃŒlt csatlakozni a cÃmhez, újrapróbálás 1 perc múlva." + +#: pyload/threads/DownloadThread.py:171 +#, python-format +msgid "Download skipped: %(name)s due to %(plugin)s" +msgstr "Letöltés átugorva: %(name)s - %(plugin)s" + +#: pyload/threads/DownloadThread.py:188 +msgid "Internal Server Error" +msgstr "Internal Server Error" + +#: pyload/threads/AddonThread.py:55 +msgid "An Error occurred" +msgstr "Hiba történt." + +#: pyload/PluginManager.py:316 +#, python-format +msgid "Error importing %(name)s: %(msg)s" +msgstr "Hiba a(z) %(name)s betöltése közben: %(msg)s" + +#: pyload/utils/JsEngine.py:188 +msgid "No js engine detected, please install either Spidermonkey, ossp-js, pyv8, nodejs or rhino" +msgstr "Nem észlelhetÅ js motor, kérlek telepÃtsd valamelyiket: Spidermonkey, ossp-js, pyv8, nodejs, rhino" + diff --git a/locale/hu/LC_MESSAGES/plugins.po b/locale/hu/LC_MESSAGES/plugins.po new file mode 100644 index 000000000..5848e7395 --- /dev/null +++ b/locale/hu/LC_MESSAGES/plugins.po @@ -0,0 +1,424 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-20 22:13+0200\n" +"PO-Revision-Date: 2013-08-31 15:21-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Hungarian\n" +"Language: hu_HU\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/plugins/network/CurlDownload.py:241 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "Darabokban letöltés sikertelen, visszatérés egyszeri kapcsolatra | %s" + +#: pyload/plugins/Base.py:329 +msgid "Pil and tesseract not installed and no Client connected for captcha decrypting" +msgstr "Captcha megfejtéshez nincs kliens csatlakozva és nincs telepÃtve Pil vagy tesseract" + +#: pyload/plugins/Base.py:333 +msgid "No captcha result obtained in appropriate time." +msgstr "Nem érkezett captcha eredmény a megadott idÅn belÃŒl." + +#: pyload/plugins/Hoster.py:282 pyload/plugins/Hoster.py:319 +#: pyload/plugins/hoster/ARD.py:76 +#, python-format +msgid "Setting User and Group failed: %s" +msgstr "Felhasználó és csoport beállÃtás sikertelen: %s" + +#: pyload/plugins/Crypter.py:136 +msgid "Not existing file or unsupported protocol" +msgstr "Nem létezÅ fájl, vagy nem támogatott protokoll" + +#: pyload/plugins/hoster/RapidshareCom.py:96 +msgid "Rapidshare: Traffic Share (direct download)" +msgstr "Rapidshare: Adatforgalom megosztás (közvetlen letöltés)" + +#: pyload/plugins/hoster/RapidshareCom.py:123 +#: pyload/plugins/hoster/RapidshareCom.py:189 +msgid "Already downloading from this ip address, waiting 60 seconds" +msgstr "Már van folyamatban letöltés errÅl az IP-rÅl, várakozás: 60mp" + +#: pyload/plugins/hoster/RapidshareCom.py:127 +msgid "Invalid Auth Code, download will be restarted" +msgstr "Hibás Auth kód, a letöltés újraindÃtása" + +#: pyload/plugins/hoster/RapidshareCom.py:193 +msgid "RapidShareCom: No free slots" +msgstr "RapidShareCom: Nincs ingyenes hely" + +#: pyload/plugins/hoster/RapidshareCom.py:196 +msgid "You need a premium account for this file" +msgstr "Ehhez a fájlhoz prémium hozzáférés szÃŒkséges" + +#: pyload/plugins/hoster/RapidshareCom.py:198 +msgid "Filename reported invalid" +msgstr "Hibás fájlnév" + +#: pyload/plugins/hoster/RealdebridCom.py:40 +#: pyload/plugins/hoster/Premium4Me.py:27 +#: pyload/plugins/hoster/MultiDebridCom.py:39 +#: pyload/plugins/hoster/ZeveraCom.py:24 +#: pyload/plugins/hoster/AlldebridCom.py:37 +#: pyload/plugins/hoster/RehostTo.py:25 pyload/plugins/hoster/ReloadCc.py:22 +#: pyload/plugins/hoster/DebridItaliaCom.py:38 +#: pyload/plugins/hoster/PremiumizeMe.py:19 +#, python-format +msgid "Please enter your %s account or deactivate this plugin" +msgstr "Add meg a(z) %s hozzáférés adatait, vagy deaktiváld ezt a beépÃŒlÅt" + +#: pyload/plugins/hoster/MegaNz.py:55 +msgid "Decryption failed" +msgstr "Sikertelen dekódolás" + +#: pyload/plugins/hoster/MegaNz.py:99 +msgid "No file key provided in the URL" +msgstr "Nincs fájl kulcs az URL-ben" + +#: pyload/plugins/hoster/MegaNz.py:111 +msgid "Error code:" +msgstr "Hibakód:" + +#: pyload/plugins/hoster/FileserveCom.py:97 +msgid "Parallel download error, now waiting 60s." +msgstr "Többszálas letöltés hiba, várakozás: 60s." + +#: pyload/plugins/hoster/FileserveCom.py:208 +msgid "Not logged in." +msgstr "Nem vagy bejelentkezve." + +#: pyload/plugins/hoster/UploadedTo.py:135 +msgid "API key invalid" +msgstr "Ãrvénytelen API kulcs" + +#: pyload/plugins/hoster/UploadedTo.py:160 +#, python-format +msgid "%s: Not enough traffic left" +msgstr "%s: Nincs elég adatforgalom hátra" + +#: pyload/plugins/hoster/UploadedTo.py:163 +msgid "Traffic exceeded" +msgstr "Adatforgalom túllépve" + +#: pyload/plugins/hoster/BasePlugin.py:63 +msgid "Authorization required (username:password)" +msgstr "AzonosÃtás szÃŒkséges (felhasználónév:jelszó)" + +#: pyload/plugins/hoster/NetloadIn.py:143 +#: pyload/plugins/hoster/NetloadIn.py:167 +msgid "File temporarily not available" +msgstr "Ãllomány átmenetileg nem elérhetÅ" + +#: pyload/plugins/hoster/NetloadIn.py:180 +#, python-format +msgid "Netload: waiting between downloads %d s." +msgstr "Netload: letöltések közti várakozás %d mp." + +#: pyload/plugins/hoster/NetloadIn.py:209 +#, python-format +msgid "Netload: waiting for captcha %d s." +msgstr "Netload: captcha-ra várakozás %d mp." + +#: pyload/plugins/hoster/NetloadIn.py:248 +msgid "Downloaded File was empty" +msgstr "A letöltött fájl ÃŒres" + +#: pyload/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 "HTML kód van a letöltött fájlban (%s). Lehet, hogy átirányÃtási hiba, a letöltés újra lesz indÃtva." + +#: pyload/plugins/hoster/XHamsterCom.py:75 +#: pyload/plugins/hoster/XHamsterCom.py:84 +#: pyload/plugins/hoster/XHamsterCom.py:87 +#, python-format +msgid "long_url: %s" +msgstr "hosszú_url: %s" + +#: pyload/plugins/Account.py:117 pyload/plugins/Account.py:123 +#, python-format +msgid "Could not login with account %(user)s | %(msg)s" +msgstr "Nem sikerÃŒlt bejelentkezni: %(user)s | %(msg)s" + +#: pyload/plugins/Account.py:118 +msgid "Wrong Password" +msgstr "Hibás jelszó" + +#: pyload/plugins/Account.py:184 +#, python-format +msgid "Get Account Info for %s" +msgstr "Hozzáférés információinak letöltése: %s" + +#: pyload/plugins/Account.py:193 +#, python-format +msgid "Error: %s" +msgstr "Hiba: %s" + +#: pyload/plugins/Account.py:242 +#, python-format +msgid "Your Time %s has a wrong format, use: 1:22-3:44" +msgstr "A %s idÅformátum hibás, használd Ãgy: 1:22-3:44" + +#: pyload/plugins/Account.py:265 +#, python-format +msgid "Account %s has not enough traffic, checking again in 30min" +msgstr "%s hozzáférésen nincs elég adatforgalom, újra próbálás: 30 perc" + +#: pyload/plugins/Account.py:273 +#, python-format +msgid "Account %s is expired, checking again in 1h" +msgstr "%s hozzáférés lejárt, újra próbálás: 1 óra" + +#: pyload/plugins/Account.py:290 +#, python-format +msgid "Login with %s" +msgstr "Bejelentkezés mint %s" + +#: pyload/plugins/Addon.py:118 +#, python-format +msgid "Error executing addons: %s" +msgstr "Hiba a bÅvÃtmény futtatása közben: %s" + +#: pyload/plugins/accounts/BitshareCom.py:36 +msgid "Activate direct Download in your Bitshare Account" +msgstr "Közvetlen letöltés aktiválása a Bitshare hozzáférésen" + +#: pyload/plugins/crypter/SerienjunkiesOrg.py:128 +msgid "Downloadlimit reached" +msgstr "A letöltési korlát elérve" + +#: pyload/plugins/addons/Premium4Me.py:30 +msgid "Please add your premium.to account first and restart pyLoad" +msgstr "ElÅször adj meg premium.to hozzáférést majd indÃtsd újra a -ot." + +#: pyload/plugins/addons/ExternalScripts.py:53 +#, python-format +msgid "Installed scripts for %s: " +msgstr "Scriptek telepÃtve - %s: " + +#: pyload/plugins/addons/ExternalScripts.py:69 +msgid "Script not executable:" +msgstr "Script nem futtatható:" + +#: pyload/plugins/addons/ExternalScripts.py:79 +#, python-format +msgid "Error in %(script)s: %(error)s" +msgstr "Hiba: %(script)s: %(error)s" + +#: pyload/plugins/addons/CaptchaTrader.py:72 +#: pyload/plugins/addons/Captcha9kw.py:56 +#: pyload/plugins/addons/ExpertDecoders.py:49 +#, python-format +msgid "%s credits left" +msgstr "%s kredit maradt" + +#: pyload/plugins/addons/CaptchaTrader.py:120 +msgid "Could not send response." +msgstr "Nem sikerÃŒlt választ kÃŒldeni." + +#: pyload/plugins/addons/CaptchaTrader.py:138 +msgid "Your CaptchaTrader Account has not enough credits" +msgstr "A CaptchaTrader hozzáférésen nincs elég credit" + +#: pyload/plugins/addons/Captcha9kw.py:89 +#, python-format +msgid "New CaptchaID from upload: %s : %s" +msgstr "Ãj CaptchaID a feltöltésbÅl: %s : %s" + +#: pyload/plugins/addons/Captcha9kw.py:123 +msgid "Your Captcha 9kw.eu Account has not enough credits" +msgstr "A Captcha 9kw.eu hozzáférésen nincs elég credit" + +#: pyload/plugins/addons/RehostTo.py:34 +msgid "Please add your rehost.to account first and restart pyLoad" +msgstr "ElÅször adj meg rehost.to hozzáférést majd indÃtsd újra a pyLoad-ot." + +#: pyload/plugins/addons/HotFolder.py:82 +#, python-format +msgid "Added %s from HotFolder" +msgstr "%s HotFolder-bÅl hozzáadva" + +#: pyload/plugins/addons/ClickAndLoad.py:74 +msgid "Click'N'Load: Port 9666 already in use" +msgstr "Click'N'Load: A 9666 port használatban van" + +#: pyload/plugins/addons/XMPPInterface.py:82 +#: pyload/plugins/addons/IRCInterface.py:75 +#, python-format +msgid "Package finished: %s" +msgstr "Kész csomag: %s" + +#: pyload/plugins/addons/XMPPInterface.py:90 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" +msgstr "Letöltés befejezve: %(name)s @ %(plugin)s" + +#: pyload/plugins/addons/ExpertDecoders.py:98 +msgid "Your ExpertDecoders Account has not enough credits" +msgstr "Az ExpertDecoders hozzáférésen nincs elég credit" + +#: pyload/plugins/addons/UpdateManager.py:73 +msgid "*** Plugins have been updated, please restart pyLoad ***" +msgstr "*** BÅvÃtmények frissÃtve, indÃtsd újra a pyLoad-ot ***" + +#: pyload/plugins/addons/UpdateManager.py:75 +msgid "Plugins updated and reloaded" +msgstr "BÅvÃtmények frissÃtve és betöltve" + +#: pyload/plugins/addons/UpdateManager.py:78 +msgid "No plugin updates available" +msgstr "Nincs bÅvÃtmény frissÃtés" + +#: pyload/plugins/addons/UpdateManager.py:95 +msgid "No Updates for pyLoad" +msgstr "Nincs új pyLoad verzió" + +#: pyload/plugins/addons/UpdateManager.py:100 +#, python-format +msgid "*** New pyLoad Version %s available ***" +msgstr "*** Ãj pyLoad verzió elérhetÅ: %s ***" + +#: pyload/plugins/addons/UpdateManager.py:101 +msgid "*** Get it here: http://pyload.org/download ***" +msgstr "*** Letöltés: http://pyload.org/download ***" + +#: pyload/plugins/addons/UpdateManager.py:104 +msgid "Not able to connect server for updates" +msgstr "Nem sikerÃŒlt a szerverhez csatlakozni a frissÃtésekért" + +#: pyload/plugins/addons/UpdateManager.py:148 +#, python-format +msgid "New version of %(type)s|%(name)s : %(version).2f" +msgstr "Ãj verzió: %(type)s|%(name)s : %(version).2f" + +#: pyload/plugins/addons/UpdateManager.py:157 +#: pyload/plugins/addons/UpdateManager.py:162 +#, python-format +msgid "Error when updating %s" +msgstr "Hiba frissÃtés közben %s" + +#: pyload/plugins/addons/UpdateManager.py:162 +msgid "Version mismatch" +msgstr "verzió ÃŒtközés" + +#: pyload/plugins/addons/ExtractArchive.py:92 +#, python-format +msgid "No %s installed" +msgstr "Nincs %s telepÃtve" + +#: pyload/plugins/addons/ExtractArchive.py:94 +#: pyload/plugins/addons/ExtractArchive.py:99 +#, python-format +msgid "Could not activate %s" +msgstr "Nem sikerÃŒlt aktiválni: %s" + +#: pyload/plugins/addons/ExtractArchive.py:104 +msgid "Activated" +msgstr "Aktivált" + +#: pyload/plugins/addons/ExtractArchive.py:106 +msgid "No Extract plugins activated" +msgstr "Nincs kicsomagoló bÅvÃtmény aktiválva" + +#: pyload/plugins/addons/ExtractArchive.py:118 +#, python-format +msgid "Package %s queued for later extracting" +msgstr "%s csomag a várólistán késÅbbi kitömörÃtésre" + +#: pyload/plugins/addons/ExtractArchive.py:143 +#, python-format +msgid "Check package %s" +msgstr "Csomag ellenÅrzése: %s" + +#: pyload/plugins/addons/ExtractArchive.py:183 +#, python-format +msgid "Extract to %s" +msgstr "Kicsomagolás: %s" + +#: pyload/plugins/addons/ExtractArchive.py:197 +msgid "No files found to extract" +msgstr "Nincs kitömörÃthetÅ fájl" + +#: pyload/plugins/addons/ExtractArchive.py:203 +msgid "extracting" +msgstr "kicsomagolás" + +#: pyload/plugins/addons/ExtractArchive.py:214 +msgid "Password protected" +msgstr "Jelszóval védett" + +#: pyload/plugins/addons/ExtractArchive.py:234 +msgid "Wrong password" +msgstr "Hibás jelszó" + +#: pyload/plugins/addons/ExtractArchive.py:242 +#, python-format +msgid "Deleting %s files" +msgstr "%s fájl törlése" + +#: pyload/plugins/addons/ExtractArchive.py:247 +msgid "Extracting finished" +msgstr "Kicsomagolás kész" + +#: pyload/plugins/addons/ExtractArchive.py:254 +msgid "Archive Error" +msgstr "TömörÃtett állomány hiba" + +#: pyload/plugins/addons/ExtractArchive.py:256 +msgid "CRC Mismatch" +msgstr "CRC hiba" + +#: pyload/plugins/addons/ExtractArchive.py:260 +msgid "Unknown Error" +msgstr "Ismeretlen hiba" + +#: pyload/plugins/addons/ExtractArchive.py:312 +msgid "Setting User and Group failed" +msgstr "Felhasználó és csoport beállÃtás sikertelen" + +#: pyload/plugins/addons/LinkdecrypterCom.py:36 +msgid "Crypter list not found" +msgstr "Crypter lista nem található" + +#: pyload/plugins/addons/LinkdecrypterCom.py:50 +msgid "Crypter list is empty" +msgstr "Crypter lista ÃŒres" + +#: pyload/plugins/addons/IRCInterface.py:82 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " +msgstr "Letöltés befejezve: %(name)s @ %(plugin)s " + +#: pyload/plugins/addons/IRCInterface.py:94 +#, python-format +msgid "New Captcha Request: %s" +msgstr "Ãj captcha kérés: %s" + +#: pyload/plugins/addons/IRCInterface.py:95 +#, python-format +msgid "Answer with 'c %s text on the captcha'" +msgstr "Válaszolj ezzel: 'c %s szöveg a captcha-n'" + +#: pyload/plugins/addons/PremiumizeMe.py:46 +msgid "Please add a valid premiumize.me account first and restart pyLoad." +msgstr "ElÅször adj meg premiumize.me hozzáférést majd indÃtsd újra a pyLoad-ot." + +#: pyload/plugins/addons/CaptchaBrotherhood.py:69 +#, python-format +msgid "%d credits left" +msgstr "%d kredit maradt" + +#: pyload/plugins/addons/MultiHoster.py:29 +#, python-format +msgid "Activated %s" +msgstr "Aktivált: %s" + +#: pyload/plugins/addons/MultiHoster.py:47 +msgid "No Hoster loaded" +msgstr "Nincs szolgáltató betöltve" + diff --git a/locale/hu/LC_MESSAGES/setup.po b/locale/hu/LC_MESSAGES/setup.po new file mode 100644 index 000000000..a6f7fb8a5 --- /dev/null +++ b/locale/hu/LC_MESSAGES/setup.po @@ -0,0 +1,376 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-08-31 15:21-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Hungarian\n" +"Language: hu_HU\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/Setup.py:72 +msgid "Would you like to configure pyLoad via Webinterface?" +msgstr "Szeretnéd a pyLoad-ot webes felÃŒleten beállÃtani?" + +#: pyload/Setup.py:73 +msgid "You need a Browser and a connection to this PC for it." +msgstr "SzÃŒkséged lesz egy böngészÅre és egy kapcsolatra ehhez a számÃtógéphez." + +#: pyload/Setup.py:74 +msgid "Url would be: http://hostname:8000/" +msgstr "A cÃm: http://hostname:8000/" + +#: pyload/Setup.py:75 +msgid "Start initial webinterface for configuration?" +msgstr "Webes felÃŒlet indÃtása a beállÃtásokhoz?" + +#: pyload/Setup.py:86 +msgid "Welcome to the pyLoad Configuration Assistent." +msgstr "Ãdvözöllek a pyLoad beállÃtási segédben." + +#: pyload/Setup.py:87 +msgid "It will check your system and make a basic setup in order to run pyLoad." +msgstr "EllenÅrizzÃŒk a rendszert és létrehozunk egy alap beállÃtást a pyLoad számára." + +#: pyload/Setup.py:89 +msgid "The value in brackets [] always is the default value," +msgstr "A [] közötti érték minden esetben az alapértelmezett érték," + +#: pyload/Setup.py:90 +msgid "in case you don't want to change it or you are unsure what to choose, just hit enter." +msgstr "ha nem akarod megváltoztatni, vagy nem vagy biztos benne mit válassz, csak nyomj entert." + +#: pyload/Setup.py:92 +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." + +#: pyload/Setup.py:93 +msgid "If you have any problems with this assistent hit CTRL+C," +msgstr "Ha bármi probléma lépne fel a segéd futása közben nyomj STRG-C kombinációt," + +#: pyload/Setup.py:94 +msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgstr "a megszakÃtáshoz, és hogy ne induljon el újra automatikusan." + +#: pyload/Setup.py:96 +msgid "When you are ready for system check, hit enter." +msgstr "Ha készen állsz a rendszer ellenÅrzésre, nyomj Entert." + +#: pyload/Setup.py:103 +msgid "Features missing: " +msgstr "Hiányzó szolgáltatások: " + +#: pyload/Setup.py:107 +msgid "no py-crypto available" +msgstr "py-crypto nem elérhetÅ" + +#: pyload/Setup.py:108 +msgid "You need this if you want to decrypt container files." +msgstr "Erre szÃŒkséged van a konténer fájlok dekódolásához." + +#: pyload/Setup.py:112 +msgid "no SSL available" +msgstr "SSL nem elérhetÅ" + +#: pyload/Setup.py:113 +msgid "This is needed if you want to establish a secure connection to core or webinterface." +msgstr "Erre szÃŒkséged van, ha biztonságos kapcsolatot szeretnél a mag vagy webes felÃŒlet eléréséhez." + +#: pyload/Setup.py:114 +msgid "If you only want to access locally to pyLoad ssl is not useful." +msgstr "Ha csak helyben akarod elérni a pyLoad-ot, az ssl nem szÃŒkséges." + +#: pyload/Setup.py:118 +msgid "no Captcha Recognition available" +msgstr "nincs elérhetÅ Captcha felismerÅ" + +#: pyload/Setup.py:119 +msgid "Only needed for some hosters and as freeuser." +msgstr "Csak néhány szolgáltatóhoz kell és ingyenes felhasználóként." + +#: pyload/Setup.py:123 +msgid "no JavaScript engine found" +msgstr "nincs JavaScript motor" + +#: pyload/Setup.py:124 +msgid "You will need this for some Click'N'Load links. Install Spidermonkey, ossp-js, pyv8 or rhino" +msgstr "Néhány Click'N'Load linknek szÃŒksége van erre. TelepÃtsd a Spidermonkey, ossp-js, pyv8 vagy rhino csomagokat" + +#: pyload/Setup.py:126 +msgid "You can abort the setup now and fix some dependencies if you want." +msgstr "Most megszakÃthatod a telepÃtést, és kijavÃthatod az esetleges hibákat." + +#: pyload/Setup.py:128 +msgid "Continue with setup?" +msgstr "Folytatod a beállÃtást?" + +#: pyload/Setup.py:134 +#, python-format +msgid "Do you want to change the config path? Current is %s" +msgstr "Megváltoztatod a konfigurációs fájlok helyét? A jelenlegi: %s" + +#: pyload/Setup.py:136 +msgid "If you use pyLoad on a server or the home partition lives on an internal flash it may be a good idea to change it." +msgstr "Ha a pyLoad-ot a belsÅ tárolóban futtatja a fÅ partÃción, ajánlott megváltoztatni." + +#: pyload/Setup.py:137 +msgid "Change config path?" +msgstr "Megváltoztatod a konfigurációs fájlok helyét?" + +#: pyload/Setup.py:143 +msgid "Do you want to configure login data and basic settings?" +msgstr "Be akarod állÃtani a bejelentkezési adatokat és az általános beállÃtásokat?" + +#: pyload/Setup.py:144 +msgid "This is recommend for first run." +msgstr "Ajánlott az elsÅ futtatásnál." + +#: pyload/Setup.py:145 +msgid "Make basic setup?" +msgstr "Létre akarod hozni az általános beállÃtásokat?" + +#: pyload/Setup.py:152 +msgid "Do you want to configure ssl?" +msgstr "Be akarod állÃtani az ssl-t?" + +#: pyload/Setup.py:153 +msgid "Configure ssl?" +msgstr "BeállÃtod az ssl-t?" + +#: pyload/Setup.py:159 +msgid "Do you want to configure webinterface?" +msgstr "BeállÃtod a webes kezelÅfelÃŒletet?" + +#: pyload/Setup.py:160 +msgid "Configure webinterface?" +msgstr "BeállÃtod a webes kezelÅfelÃŒletet?" + +#: pyload/Setup.py:165 +msgid "Setup finished successfully." +msgstr "A beállÃtások sikeresen elvégezve." + +#: pyload/Setup.py:166 +msgid "Hit enter to exit and restart pyLoad" +msgstr "Nyomj entert a kilépéshez majd indÃtsd újra a pyLoad-ot" + +#: pyload/Setup.py:173 +msgid "Webinterface running for setup." +msgstr "Webes felÃŒlet indÃtása a beállÃtásokhoz." + +#: pyload/Setup.py:190 +msgid "## Basic Setup ##" +msgstr "## Ãltalános beállÃtások ##" + +#: pyload/Setup.py:193 +msgid "The following logindata is valid for CLI, GUI and webinterface." +msgstr "Ezek a belépési adatok a következÅkhöz alkalmasak: CLI, GUI, web felÃŒlet." + +#: pyload/Setup.py:199 pyload/Setup.py:288 pyload/Setup.py:304 +msgid "Username" +msgstr "Felhasználónév" + +#: pyload/Setup.py:205 +msgid "External clients (GUI, CLI or other) need remote access to work over the network." +msgstr "KÃŒlsÅ kliensek (GUI, CLI, ...) számára szÃŒkséges távoli elérés a hálózaton keresztÃŒli működéshez." + +#: pyload/Setup.py:206 +msgid "However, if you only want to use the webinterface you may disable it to save ram." +msgstr "Ha csak a webes felÃŒletet használod, akkor kikapcsolhatod, hogy memóriát takarÃts meg." + +#: pyload/Setup.py:207 +msgid "Enable remote access" +msgstr "Távoli hozzáférés engedélyezése" + +#: pyload/Setup.py:211 +msgid "Language" +msgstr "Nyelv" + +#: pyload/Setup.py:213 +msgid "Download folder" +msgstr "Letöltési könyvtár" + +#: pyload/Setup.py:214 +msgid "Max parallel downloads" +msgstr "Max. egyidejű letöltés" + +#: pyload/Setup.py:218 +msgid "Use Reconnect?" +msgstr "Ãjracsatlakozás használata?" + +#: pyload/Setup.py:221 +msgid "Reconnect script location" +msgstr "Ãjracsatlakozó script helye" + +#: pyload/Setup.py:226 +msgid "## Webinterface Setup ##" +msgstr "## Webes felÃŒlet BeállÃtása ##" + +#: pyload/Setup.py:229 +msgid "Activate webinterface?" +msgstr "Webes felÃŒlet engedélyezése?" + +#: pyload/Setup.py:231 +msgid "Listen address, if you use 127.0.0.1 or localhost, the webinterface will only accessible locally." +msgstr "Figyelt cÃm, ha csak helyben akarod elérni akkor használd az 127.0.0.1 vagy localhost nevet." + +#: pyload/Setup.py:232 +msgid "Address" +msgstr "CÃm" + +#: pyload/Setup.py:233 +msgid "Port" +msgstr "Port" + +#: pyload/Setup.py:235 +msgid "pyLoad offers several server backends, now following a short explanation." +msgstr "A pyLoad számos backend szerver lehetÅséget nyújt, ezekrÅl következik egy rövid ismertetÅ." + +#: pyload/Setup.py:236 +msgid "Default server, this server offers SSL and is a good alternative to builtin." +msgstr "Alap beállÃtás, ez a szerver támogatja az SSL-t és jó alternatÃva lehet a beépÃtettel szemben." + +#: pyload/Setup.py:238 +msgid "Can be used by apache, lighttpd, requires you to configure them, which is not too easy job." +msgstr "Használható több web-szerverrel (apache, lighttpd) egyéni beállÃtást igényel, ami nem egyszerű." + +#: pyload/Setup.py:239 +msgid "Very fast alternative written in C, requires libev and linux knowledge." +msgstr "Nagyon gyors C-ben Ãrt alternatÃva, libev és linux ismeretek szÃŒkségesek hozzá." + +#: pyload/Setup.py:240 +msgid "Get it from here: https://github.com/jonashaag/bjoern, compile it" +msgstr "LetölthetÅ innen: https://github.com/jonashaag/bjoern, le kell fordÃtani" + +#: pyload/Setup.py:241 +msgid "and copy bjoern.so to pyload/lib" +msgstr "és a bjoern.so fájlt a pyload/lib könyvtárba másolni" + +#: pyload/Setup.py:245 +msgid "Attention: In some rare cases the builtin server is not working, if you notice problems with the webinterface" +msgstr "Figyelem: Néhány kivételes esetben a beépÃtett szerver nem működik megfelelÅen. Ha hibát észlel a webes felÃŒleten" + +#: pyload/Setup.py:246 +msgid "come back here and change the builtin server to the threaded one here." +msgstr "térjen vissza ide, és válasszon másik szervert." + +#: pyload/Setup.py:248 +msgid "Server" +msgstr "Szerver" + +#: pyload/Setup.py:253 +msgid "## SSL Setup ##" +msgstr "## SSL beállÃtás ##" + +#: pyload/Setup.py:255 +msgid "Execute these commands from pyLoad config folder to make ssl certificates:" +msgstr "Futtasd ezeket a parancsokat a konfigurációs könyvtárban, az ssl tanúsÃtványok elkészÃtéséhez:" + +#: pyload/Setup.py:261 +msgid "If you're done and everything went fine, you can activate ssl now." +msgstr "Ha kész vagy, és minden rendben, akkor aktiválhatod az ssl-t." + +#: pyload/Setup.py:262 +msgid "Activate SSL?" +msgstr "SSL engedélyezése?" + +#: pyload/Setup.py:278 +msgid "Select action" +msgstr "Válassz műveletet" + +#: pyload/Setup.py:279 +msgid "1 - Create/Edit user" +msgstr "1 - Felhasználó szerkesztés/felvétel" + +#: pyload/Setup.py:280 +msgid "2 - List users" +msgstr "2 - Felhasználók listázása" + +#: pyload/Setup.py:281 +msgid "3 - Remove user" +msgstr "3 - Felhasználó törlése" + +#: pyload/Setup.py:282 +msgid "4 - Quit" +msgstr "4 - Kilépés" + +#: pyload/Setup.py:294 +msgid "Users" +msgstr "Felhasználók" + +#: pyload/Setup.py:322 +msgid "Setting new configpath, current configuration will not be transferred!" +msgstr "A konfigurációs fájlok új helye, a jelenlegi konfiguráció nem kerÃŒl áthelyezésre." + +#: pyload/Setup.py:323 +msgid "Config path" +msgstr "Konfiguráció helye" + +#: pyload/Setup.py:331 +msgid "Config path changed, setup will now close, please restart to go on." +msgstr "A konfigurációs fájlok helye megváltozott." + +#: pyload/Setup.py:332 +msgid "Press Enter to exit." +msgstr "Nyomj Entert a kilépéshez." + +#: pyload/Setup.py:336 +#, python-format +msgid "Setting config path failed: %s" +msgstr "A beállÃtások eléri útja hibás: %s" + +#: pyload/Setup.py:347 +msgid "y" +msgstr "i" + +#: pyload/Setup.py:349 +msgid "n" +msgstr "n" + +#: pyload/Setup.py:373 +msgid "Password: " +msgstr "Jelszó: " + +#: pyload/Setup.py:377 +msgid "Password too short. Use at least 4 symbols." +msgstr "Rövid jelszó. Legalább 4 karaktert használj." + +#: pyload/Setup.py:380 +msgid "Password (again): " +msgstr "Jelszó (ismét): " + +#: pyload/Setup.py:386 +msgid "Passwords did not match." +msgstr "A jelszavak nem egyeznek." + +#: pyload/Setup.py:397 +msgid "yes" +msgstr "igen" + +#: pyload/Setup.py:397 +msgid "true" +msgstr "igaz" + +#: pyload/Setup.py:397 +msgid "t" +msgstr "i" + +#: pyload/Setup.py:400 +msgid "no" +msgstr "nem" + +#: pyload/Setup.py:400 +msgid "false" +msgstr "hamis" + +#: pyload/Setup.py:400 +msgid "f" +msgstr "h" + +#: pyload/Setup.py:403 pyload/Setup.py:413 +msgid "Invalid Input" +msgstr "Hibás érték" + diff --git a/locale/hu/LC_MESSAGES/webUI.po b/locale/hu/LC_MESSAGES/webUI.po new file mode 100644 index 000000000..16336ff19 --- /dev/null +++ b/locale/hu/LC_MESSAGES/webUI.po @@ -0,0 +1,131 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-08-10 11:58+0200\n" +"PO-Revision-Date: 2013-08-31 15:21-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Hungarian\n" +"Language: hu_HU\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/web/app/scripts/helpers/formatSize.js:9 +msgid "not available" +msgstr "nem elérhetÅ" + +#: pyload/web/app/scripts/helpers/formatSize.js:11 +msgid "unlimited" +msgstr "végtelen" + +#: pyload/web/app/templates/default/admin.html:3 +#: pyload/web/app/templates/default/admin.html:4 +msgid "Admin" +msgstr "Admin" + +#: pyload/web/app/templates/default/setup.html:3 +msgid "Setup" +msgstr "BeállÃtás" + +#: pyload/web/app/templates/default/accounts/actionbar.html:2 +msgid "Add Account" +msgstr "Fiók hozzáadása" + +#: pyload/web/app/templates/default/accounts/layout.html:2 +msgid "Accounts" +msgstr "Hozzáférések" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:9 +msgid "Local" +msgstr "Helyi" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:18 +msgid "Search" +msgstr "Keresés" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:26 +msgid "Type" +msgstr "TÃpus" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:44 +#: pyload/web/app/templates/default/dashboard/actionbar.html:49 +msgid "All" +msgstr "Ãsszes" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:50 +msgid "Finished" +msgstr "Befejezett" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:51 +msgid "Unfinished" +msgstr "Befejezetlen" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:52 +msgid "Failed" +msgstr "Sikertelen" + +#: pyload/web/app/templates/default/dashboard/select.html:1 +msgid "1 package" +msgid_plural "%d packages" +msgstr[0] "1 csomag" +msgstr[1] "%d csomag" + +#: pyload/web/app/templates/default/dashboard/select.html:4 +msgid "1 file" +msgid_plural "%d files" +msgstr[0] "1 fájl" +msgstr[1] "%d fájl" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:2 +msgid "Add an account" +msgstr "Fiók hozzáadása" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:7 +msgid "Please enter your account data" +msgstr "Add meg a fiók adatait" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:3 +msgid "Choose a plugin" +msgstr "BeépÃŒlÅ választása" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:9 +msgid "Please choose a plugin, which you want to configure" +msgstr "Válaszd ki a beállÃtani kÃvánt beépÃŒlÅt" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:23 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:46 +msgid "Add" +msgstr "Hozzáad" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:24 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:47 +#: pyload/web/app/templates/default/dialogs/interactionTask.html:35 +msgid "Close" +msgstr "Bezárás" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:2 +msgid "Please confirm" +msgstr "Kérlek erÅsÃtsd meg" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:5 +msgid "Do you want to delete the selected items?" +msgstr "Biztos törölni akarod a kiválasztott elemeket?" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:8 +msgid "Delete" +msgstr "Törlés" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:9 +msgid "Cancel" +msgstr "Mégse" + +#: pyload/web/app/templates/default/dialogs/interactionTask.html:34 +msgid "Submit" +msgstr "KÃŒldés" + +#: pyload/web/app/templates/default/header/layout.html:12 +msgid "Running..." +msgstr "fut..." + diff --git a/locale/it/LC_MESSAGES/cli.po b/locale/it/LC_MESSAGES/cli.po new file mode 100644 index 000000000..5b10c6001 --- /dev/null +++ b/locale/it/LC_MESSAGES/cli.po @@ -0,0 +1,291 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Italian\n" +"Language: it_IT\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/cli/AddPackage.py:48 +msgid "Add Package:" +msgstr "Aggiungi Pacchetto:" + +#: pyload/cli/AddPackage.py:53 +msgid "Enter a name for the new package" +msgstr "Inserisci un nome per il nuovo pacchetto" + +#: pyload/cli/AddPackage.py:57 +#, python-format +msgid "Package: %s" +msgstr "Pacchetto: %s" + +#: pyload/cli/AddPackage.py:58 +msgid "Parse the links you want to add." +msgstr "Analizza i link che desideri aggiungere." + +#: pyload/cli/AddPackage.py:59 +#, python-format +msgid "Type %s when done." +msgstr "Digita %s quanto hai fatto." + +#: pyload/cli/AddPackage.py:60 +msgid "Links added: " +msgstr "Link aggiunti: " + +#: pyload/cli/AddPackage.py:64 pyload/cli/ManageFiles.py:149 +msgid " back to main menu" +msgstr " torna al menu principale" + +#: pyload/cli/ManageFiles.py:97 +msgid "Manage Packages:" +msgstr "Gestisci Pacchetti:" + +#: pyload/cli/ManageFiles.py:99 +msgid "Manage Links:" +msgstr "Gestisci Link:" + +#: pyload/cli/ManageFiles.py:104 +msgid "What do you want to move?" +msgstr "Che cosa vuoi spostare?" + +#: pyload/cli/ManageFiles.py:106 +msgid "What do you want to delete?" +msgstr "Che cosa vuoi cancellare?" + +#: pyload/cli/ManageFiles.py:108 +msgid "What do you want to restart?" +msgstr "Che cosa vuoi riavviare?" + +#: pyload/cli/ManageFiles.py:113 +msgid "Choose what you want to do, or enter package number." +msgstr "Scegli cosa vuoi fare oppure digita il numero del pacchetto." + +#: pyload/cli/ManageFiles.py:115 +msgid "delete" +msgstr "cancella" + +#: pyload/cli/ManageFiles.py:115 +msgid "move" +msgstr "sposta" + +#: pyload/cli/ManageFiles.py:115 +msgid "restart" +msgstr "riavvia" + +#: pyload/cli/ManageFiles.py:148 +msgid " - previous" +msgstr " - precendente" + +#: pyload/cli/ManageFiles.py:148 +msgid " - next" +msgstr " - sucessivo" + +#: pyload/cli/Cli.py:75 pyload/cli/Cli.py:133 +msgid " Command Line Interface" +msgstr " Interfaccia a riga di comando" + +#: pyload/cli/Cli.py:165 +#, python-format +msgid "%s Downloads:" +msgstr "%s File Scaricati:" + +#: pyload/cli/Cli.py:177 +msgid " Speed: " +msgstr " Velocità : " + +#: pyload/cli/Cli.py:177 +msgid " Size: " +msgstr " Dimensione: " + +#: pyload/cli/Cli.py:178 +msgid " Finished in: " +msgstr " Terminato in: " + +#: pyload/cli/Cli.py:179 +msgid " ID: " +msgstr " ID: " + +#: pyload/cli/Cli.py:184 +msgid "waiting: " +msgstr "in attesa: " + +#: pyload/cli/Cli.py:191 pyload/cli/Cli.py:193 +msgid "Status:" +msgstr "Stato:" + +#: pyload/cli/Cli.py:191 +msgid "paused" +msgstr "in pausa" + +#: pyload/cli/Cli.py:193 +msgid "running" +msgstr "in esecuzione" + +#: pyload/cli/Cli.py:196 +msgid "total Speed" +msgstr "Velocità totale" + +#: pyload/cli/Cli.py:196 +msgid "Files in queue" +msgstr "File in coda" + +#: pyload/cli/Cli.py:197 +msgid "Total" +msgstr "Totale" + +#: pyload/cli/Cli.py:203 +msgid "Menu:" +msgstr "Menu:" + +#: pyload/cli/Cli.py:205 +msgid " Add Links" +msgstr " Aggiungi Link" + +#: pyload/cli/Cli.py:206 +msgid " Manage Queue" +msgstr "Gestisci Coda" + +#: pyload/cli/Cli.py:207 +msgid " Manage Collector" +msgstr "Gestisci Libreria" + +#: pyload/cli/Cli.py:208 +msgid " (Un)Pause Server" +msgstr " Pausa/Riattiva Server" + +#: pyload/cli/Cli.py:209 +msgid " Kill Server" +msgstr " Termina Server" + +#: pyload/cli/Cli.py:210 +msgid " Quit" +msgstr " Esci" + +#: pyload/cli/Cli.py:289 pyload/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> ..." + +#: pyload/cli/Cli.py:315 +#, python-format +msgid "Checking %d links:" +msgstr "Controllo %d link:" + +#: pyload/cli/Cli.py:324 +msgid "File does not exists." +msgstr "Il file non esiste." + +#: pyload/cli/Cli.py:385 +msgid "pyLoad was terminated" +msgstr "pyLoad Ú stato chiuso" + +#: pyload/cli/Cli.py:443 +msgid "Prints server status" +msgstr "Mostra lo stato del server" + +#: pyload/cli/Cli.py:444 +msgid "Prints downloads in queue" +msgstr "Mostra i download in coda" + +#: pyload/cli/Cli.py:445 +msgid "Prints downloads in collector" +msgstr "Mostra i download nella libreria" + +#: pyload/cli/Cli.py:446 +msgid "Adds package to queue" +msgstr "Aggiunge pacchetti alla coda" + +#: pyload/cli/Cli.py:447 +msgid "Adds package to collector" +msgstr "Aggiungi pacchetto alla libreria" + +#: pyload/cli/Cli.py:448 +msgid "Delete Files from Queue/Collector" +msgstr "Elimina file dalla Coda/Collezione" + +#: pyload/cli/Cli.py:449 +msgid "Delete Packages from Queue/Collector" +msgstr "Elimina pacchetti dalla Coda/Libreria" + +#: pyload/cli/Cli.py:450 +msgid "Move Packages from Queue to Collector or vice versa" +msgstr "Sposta Pacchetti dalla Coda alla Libreria o vice versa" + +#: pyload/cli/Cli.py:451 +msgid "Restart files" +msgstr "Riavvia file" + +#: pyload/cli/Cli.py:452 +msgid "Restart packages" +msgstr "Riavvia pacchetti" + +#: pyload/cli/Cli.py:453 +msgid "Check online status, works with local container" +msgstr "Controlla stato online, funziona con contenitori locali" + +#: pyload/cli/Cli.py:454 +msgid "Checks online status of a container file" +msgstr "Controlla stato online di un file contenitore" + +#: pyload/cli/Cli.py:455 +msgid "Pause the server" +msgstr "Mette in pausa il server" + +#: pyload/cli/Cli.py:456 +msgid "continue downloads" +msgstr "continua i download" + +#: pyload/cli/Cli.py:457 +msgid "Toggle pause/unpause" +msgstr "Pulsante pausa/riprendi" + +#: pyload/cli/Cli.py:458 +msgid "kill server" +msgstr " termina server" + +#: pyload/cli/Cli.py:460 +msgid "List of commands:" +msgstr "Lista dei comandi:" + +#: pyload/cli/Cli.py:473 +msgid "Couldn't write user config file" +msgstr "Impossibile scrivere il file di configurazione utente" + +#: pyload/cli/Cli.py:548 pyload/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." + +#: pyload/cli/Cli.py:555 +msgid "Address: " +msgstr "Indirizzo:" + +#: pyload/cli/Cli.py:556 +msgid "Port: " +msgstr "Porta: " + +#: pyload/cli/Cli.py:557 +msgid "Username: " +msgstr "Nome utente: " + +#: pyload/cli/Cli.py:561 +msgid "Password: " +msgstr "Password:" + +#: pyload/cli/Cli.py:566 pyload/cli/Cli.py:575 +msgid "Login data is wrong." +msgstr "I dati di login sono errati." + +#: pyload/cli/Cli.py:568 pyload/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." + +#: pyload/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/core.po b/locale/it/LC_MESSAGES/core.po new file mode 100644 index 000000000..c113a7b12 --- /dev/null +++ b/locale/it/LC_MESSAGES/core.po @@ -0,0 +1,630 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Italian\n" +"Language: it_IT\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/AddonManager.py:62 +#, python-format +msgid "Error when executing %s" +msgstr "Errore nell'esecuzione di %s" + +#: pyload/AddonManager.py:93 +#, python-format +msgid "Failed activating %(name)s" +msgstr "Attivazione di %(name)s fallita" + +#: pyload/AddonManager.py:96 +#, python-format +msgid "Activated addons: %s" +msgstr "Addon attivati: %s" + +#: pyload/AddonManager.py:97 +#, python-format +msgid "Deactivated addons: %s" +msgstr "Addon disattivati: %s" + +#: pyload/AddonManager.py:153 +msgid "Activating Plugins..." +msgstr "Attivazione Plugin..." + +#: pyload/AddonManager.py:162 +msgid "Deactivating Plugins..." +msgstr "Disattivazione Plugin..." + +#: pyload/web/ServerThread.py:49 +msgid "SSL certificates not found." +msgstr "Certificati SSL non trovati." + +#: pyload/web/ServerThread.py:53 +msgid "WebUI built is not available" +msgstr "WebUI Ú non disponibile" + +#: pyload/web/ServerThread.py:55 +msgid "Running webUI in development mode" +msgstr "Esecuzione della WebUI in modalità sviluppo" + +#: pyload/web/ServerThread.py:73 +msgid "Failed starting webserver: " +msgstr "Avvio del webserver fallito: " + +#: pyload/web/ServerThread.py:107 +msgid "Failed importing webserver: " +msgstr "Importazione del webserver fallita: " + +#: pyload/web/ServerThread.py:125 +msgid "This server offers no SSL, please consider using threaded instead" +msgstr "Questo server non supporta SSL, si consiglia l'uso della versione threaded" + +#: pyload/web/ServerThread.py:139 +#, python-format +msgid "Starting %(name)s webserver: %(host)s:%(port)d" +msgstr "Avvio del webserver %(name)s: %(host)s:%(port)d" + +#: pyload/config/default.py:14 +msgid "Remote" +msgstr "Remoto" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Description" +msgstr "Descrizione" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Long description" +msgstr "Descrizione estesa" + +#: pyload/config/default.py:16 pyload/config/default.py:56 +#: pyload/config/default.py:63 +msgid "Activated" +msgstr "Attivato" + +#: pyload/config/default.py:17 pyload/config/default.py:69 +#: pyload/config/default.py:80 +msgid "Port" +msgstr "Porta" + +#: pyload/config/default.py:18 pyload/config/default.py:77 +msgid "Address" +msgstr "Indirizzo" + +#: pyload/config/default.py:21 +msgid "Log" +msgstr "Log" + +#: pyload/config/default.py:23 +msgid "Size in kb" +msgstr "Dimensione in kb" + +#: pyload/config/default.py:24 +msgid "Folder" +msgstr "Cartella" + +#: pyload/config/default.py:25 +msgid "File Log" +msgstr "File di log" + +#: pyload/config/default.py:26 +msgid "Count" +msgstr "Conteggio" + +#: pyload/config/default.py:27 +msgid "Log Rotate" +msgstr "Rotazione Log" + +#: pyload/config/default.py:30 +msgid "Permissions" +msgstr "Permessi" + +#: pyload/config/default.py:32 +msgid "Groupname" +msgstr "Nome del Gruppo" + +#: pyload/config/default.py:33 +msgid "Change Group and User of Downloads" +msgstr "Cambia gruppo e utente per i download" + +#: pyload/config/default.py:34 +msgid "Change file mode of downloads" +msgstr "Cambia modalità di download file" + +#: pyload/config/default.py:35 pyload/config/default.py:75 +msgid "Username" +msgstr "Nome utente" + +#: pyload/config/default.py:36 +msgid "Filemode for Downloads" +msgstr "Modalità per il download" + +#: pyload/config/default.py:37 +msgid "Change group of running process" +msgstr "Cambia il gruppo del processo in esecuzione" + +#: pyload/config/default.py:38 +msgid "Folder Permission mode" +msgstr "Modalità per i permessi delle cartelle" + +#: pyload/config/default.py:39 +msgid "Change user of running process" +msgstr "Cambia l'utente del processo in esecuzione" + +#: pyload/config/default.py:42 +msgid "General" +msgstr "Generale" + +#: pyload/config/default.py:44 +msgid "Language" +msgstr "Lingua" + +#: pyload/config/default.py:45 +msgid "Download Folder" +msgstr "Cartella Download" + +#: pyload/config/default.py:46 +msgid "Use Checksum" +msgstr "Usa Checksum" + +#: pyload/config/default.py:47 +msgid "Create folder for each package" +msgstr "Crea una cartella per ogni pacchetto" + +#: pyload/config/default.py:48 +msgid "Debug Mode" +msgstr "Modalità Debug" + +#: pyload/config/default.py:49 +msgid "Min Free Space (MB)" +msgstr "Spazio Libero Minimo (MB)" + +#: pyload/config/default.py:50 +msgid "CPU Priority" +msgstr "Priorità CPU" + +#: pyload/config/default.py:53 +msgid "SSL" +msgstr "SSL" + +#: pyload/config/default.py:55 +msgid "SSL Certificate" +msgstr "Certificato SSL" + +#: pyload/config/default.py:57 +msgid "SSL Key" +msgstr "Chiave SSL" + +#: pyload/config/default.py:60 +msgid "Webinterface" +msgstr "Interfaccia Web" + +#: pyload/config/default.py:62 +msgid "Template" +msgstr "Modello" + +#: pyload/config/default.py:64 +msgid "Path Prefix" +msgstr "Prefisso Percorso" + +#: pyload/config/default.py:65 +msgid "Server" +msgstr "Server" + +#: pyload/config/default.py:66 +msgid "Favor specific server" +msgstr "Favorisci server specifico" + +#: pyload/config/default.py:67 +msgid "IP" +msgstr "IP" + +#: pyload/config/default.py:68 +msgid "Use HTTPS" +msgstr "Usa HTTPS" + +#: pyload/config/default.py:70 +msgid "Development mode" +msgstr "Modalità sviluppo" + +#: pyload/config/default.py:73 +msgid "Proxy" +msgstr "Proxy" + +#: pyload/config/default.py:76 +msgid "Use Proxy" +msgstr "Usa Proxy" + +#: pyload/config/default.py:78 +msgid "Password" +msgstr "Password" + +#: pyload/config/default.py:79 +msgid "Protocol" +msgstr "Protocollo" + +#: pyload/config/default.py:83 +msgid "Reconnect" +msgstr "Riconnessione" + +#: pyload/config/default.py:85 pyload/config/default.py:106 +msgid "End" +msgstr "Fine" + +#: pyload/config/default.py:86 +msgid "Use Reconnect" +msgstr "Usa Riconnessione" + +#: pyload/config/default.py:87 +msgid "Method" +msgstr "Metodo" + +#: pyload/config/default.py:88 pyload/config/default.py:105 +msgid "Start" +msgstr "Avvia" + +#: pyload/config/default.py:91 +msgid "Download" +msgstr "Download" + +#: pyload/config/default.py:93 +msgid "Max Parallel Downloads" +msgstr "Numero massimo di download paralleli" + +#: pyload/config/default.py:94 +msgid "Limit Download Speed" +msgstr "Limita la velocità di download" + +#: pyload/config/default.py:95 +msgid "Download interface to bind (ip or Name)" +msgstr "Interfaccia di download da associare (ip o nome)" + +#: pyload/config/default.py:96 +msgid "Skip already existing files" +msgstr "Salta i file già esistenti" + +#: pyload/config/default.py:97 +msgid "Max Download Speed in kb/s" +msgstr "Massima velocità di download in kb/s" + +#: pyload/config/default.py:98 +msgid "Allow IPv6" +msgstr "Consenti IPv6" + +#: pyload/config/default.py:99 +msgid "Max connections for one download" +msgstr "Numero massimo di connessioni per singolo download" + +#: pyload/config/default.py:100 +msgid "Restart failed downloads on startup" +msgstr "Riavvia i download falliti all'avvio" + +#: pyload/config/default.py:103 +msgid "Download Time" +msgstr "Tempo di Download" + +#: pyload/network/HTTPDownload.py:249 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "Download accellerato fallito, ripiego su singola connessione | %s" + +#: pyload/api/DownloadApi.py:44 +#, python-format +msgid "Added package %(name)s as folder %(folder)s" +msgstr "Aggiunto il pacchetto %(name)s come cartella %(folder)s" + +#: pyload/api/DownloadApi.py:95 +#, python-format +msgid "Added %d links to package" +msgstr "Aggiunti %d link al pacchetto" + +#: pyload/AccountManager.py:69 +#, python-format +msgid "Unknown account plugin %s" +msgstr "Plugin account sconosciuto %s" + +#: pyload/interaction/InteractionManager.py:88 +msgid "Query" +msgstr "Ricerca" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Captcha request" +msgstr "Richiesta captcha" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Please solve the captcha." +msgstr "Per favore risolvi il captcha." + +#: pyload/remote/RemoteManager.py:35 +#, python-format +msgid "Remote backend error: %s" +msgstr "Errore backend remoto: %s" + +#: pyload/remote/RemoteManager.py:80 +#, python-format +msgid "Starting %(name)s: %(addr)s:%(port)s" +msgstr "Avvio %(name)s: %(addr)s:%(port)s" + +#: pyload/remote/RemoteManager.py:82 +#, python-format +msgid "Failed loading backend %(name)s | %(error)s" +msgstr "Impossibile avviare backend %(name)s | %(error)s" + +#: pyload/FileManager.py:53 +msgid "none" +msgstr "nessuno" + +#: pyload/FileManager.py:53 +msgid "offline" +msgstr "offiline" + +#: pyload/FileManager.py:53 +msgid "online" +msgstr "online" + +#: pyload/FileManager.py:53 +msgid "queued" +msgstr "in coda" + +#: pyload/FileManager.py:53 +msgid "paused" +msgstr "in pausa" + +#: pyload/FileManager.py:54 +msgid "finished" +msgstr "finito" + +#: pyload/FileManager.py:54 +msgid "skipped" +msgstr "saltato" + +#: pyload/FileManager.py:54 +msgid "failed" +msgstr "fallito" + +#: pyload/FileManager.py:54 +msgid "starting" +msgstr "avviando" + +#: pyload/FileManager.py:55 +msgid "waiting" +msgstr "in attesa" + +#: pyload/FileManager.py:55 +msgid "downloading" +msgstr "scaricando" + +#: pyload/FileManager.py:55 +msgid "temp. offline" +msgstr "temp. offline" + +#: pyload/FileManager.py:55 +msgid "aborted" +msgstr "annullato" + +#: pyload/FileManager.py:56 +msgid "decrypting" +msgstr "decifrando" + +#: pyload/FileManager.py:56 +msgid "processing" +msgstr "elaborando" + +#: pyload/FileManager.py:56 +msgid "custom" +msgstr "personalizzato" + +#: pyload/FileManager.py:56 +msgid "unknown" +msgstr "sconosciuto" + +#: pyload/FileManager.py:426 +#, python-format +msgid "Package finished: %s" +msgstr "Pacchetto completato: %s" + +#: pyload/Api.py:152 +#, python-format +msgid "User '%s' tries to log in" +msgstr "Utente '%s' tenta di accedere" + +#: pyload/Core.py:195 +msgid "Received Quit signal" +msgstr "Ricevuto segnale di uscita" + +#: pyload/Core.py:323 +#, python-format +msgid "pyLoad already running with pid %s" +msgstr "pyLoad già in esecuzione con pid %s" + +#: pyload/Core.py:337 +#, python-format +msgid "Failed changing group: %s" +msgstr "Impossibile cambiare il gruppo: %s" + +#: pyload/Core.py:347 +#, python-format +msgid "Failed changing user: %s" +msgstr "Impossibile cambiare utente: %s" + +#: pyload/Core.py:358 +msgid "Starting" +msgstr "Avvio" + +#: pyload/Core.py:359 +#, python-format +msgid "Using home directory: %s" +msgstr "Uso la cartella home: %s" + +#: pyload/Core.py:373 +msgid "All links removed" +msgstr "Tutti i link rimossi" + +#: pyload/Core.py:403 +#, python-format +msgid "Download time: %s" +msgstr "Tempo di scaricamento: %s" + +#: pyload/Core.py:418 +#, python-format +msgid "Free space: %s" +msgstr "Spazio libero: %s" + +#: pyload/Core.py:438 +msgid "Activating Accounts..." +msgstr "Attivazione Account..." + +#: pyload/Core.py:443 +msgid "Restarting failed downloads..." +msgstr "Riavvio download falliti..." + +#: pyload/Core.py:451 +msgid "pyLoad is up and running" +msgstr "pyLoad Ú attivo e funzionante" + +#: pyload/Core.py:474 +msgid "restarting pyLoad" +msgstr "riavvio pyLoad" + +#: pyload/Core.py:478 +msgid "pyLoad quits" +msgstr "esco da pyLoad" + +#: pyload/Core.py:564 +msgid "shutting down..." +msgstr "chiusura..." + +#: pyload/Core.py:579 +msgid "error while shutting down" +msgstr "errore durante lo spegnimento" + +#: pyload/Core.py:661 +msgid "killed pyLoad from terminal" +msgstr "pyLoad chiuso da terminale" + +#: pyload/database/DatabaseBackend.py:167 +msgid "Database was deleted due to incompatible version." +msgstr "Database cancellato a causa della versione incompatibile." + +#: pyload/threads/DecrypterThread.py:50 +msgid "Decrypting failed" +msgstr "Decifratura non riuscita" + +#: pyload/threads/DecrypterThread.py:73 +#, python-format +msgid "Decrypted %(count)d links into package %(name)s" +msgstr "Decifrato %(count)d link nel pacchetto %(name)s" + +#: pyload/threads/DecrypterThread.py:80 +msgid "No links decrypted" +msgstr "Nessun link decriptato" + +#: pyload/threads/InfoThread.py:147 +#, python-format +msgid "Info Fetching for %(name)s failed | %(err)s" +msgstr "Recupero informazioni per %(name)s fallito | %(err)s" + +#: pyload/threads/ThreadManager.py:155 +#, python-format +msgid "Reconnect Failed: %s" +msgstr "Riconnessione fallita: %s" + +#: pyload/threads/ThreadManager.py:192 +msgid "Reconnect script not found!" +msgstr "Script per la riconnessione non trovato!" + +#: pyload/threads/ThreadManager.py:198 +msgid "Starting reconnect" +msgstr "Nuovo tentativo di connessione" + +#: pyload/threads/ThreadManager.py:212 +msgid "Failed executing reconnect script!" +msgstr "Fallita l'esecuzione dello script di riconnessione!" + +#: pyload/threads/ThreadManager.py:224 +#, python-format +msgid "Reconnected, new IP: %s" +msgstr "Riconnesso, nuovo IP: %s" + +#: pyload/threads/ThreadManager.py:298 +msgid "Not enough space left on device" +msgstr "Spazio su disco insufficiente" + +#: pyload/threads/DownloadThread.py:64 +#, python-format +msgid "Download starts: %s" +msgstr "Avvio Download: %s" + +#: pyload/threads/DownloadThread.py:70 +#, python-format +msgid "Download finished: %s" +msgstr "Download terminato: %s" + +#: pyload/threads/DownloadThread.py:75 +#, python-format +msgid "Plugin %s is missing a function." +msgstr "Il plugin %s ha fallito una funzione." + +#: pyload/threads/DownloadThread.py:83 pyload/threads/DownloadThread.py:147 +#, python-format +msgid "Download aborted: %s" +msgstr "Download annullato: %s" + +#: pyload/threads/DownloadThread.py:103 +#, python-format +msgid "Download restarted: %(name)s | %(msg)s" +msgstr "Download riavviato: %(name)s | %(msg)s" + +#: pyload/threads/DownloadThread.py:113 +#, python-format +msgid "Download is offline: %s" +msgstr "Il download Ú offline: %s" + +#: pyload/threads/DownloadThread.py:116 pyload/threads/DownloadThread.py:187 +#, python-format +msgid "Download is temporary offline: %s" +msgstr "Il download Ú temporaneamente offline: %s" + +#: pyload/threads/DownloadThread.py:119 pyload/threads/DownloadThread.py:192 +#, python-format +msgid "Download failed: %(name)s | %(msg)s" +msgstr "Download fallito: %(name)s | %(msg)s" + +#: pyload/threads/DownloadThread.py:136 +msgid "Couldn't connect to host or connection reset, waiting 1 minute and retry." +msgstr "Impossibile collegarsi all'host o connessione resettata, aspetto 1 minuto e riprovo." + +#: pyload/threads/DownloadThread.py:171 +#, python-format +msgid "Download skipped: %(name)s due to %(plugin)s" +msgstr "Download saltato: %(name)s a causa di %(plugin)s" + +#: pyload/threads/DownloadThread.py:188 +msgid "Internal Server Error" +msgstr "Errore Interno del Server" + +#: pyload/threads/AddonThread.py:55 +msgid "An Error occurred" +msgstr "Si Ú verificato un errore" + +#: pyload/PluginManager.py:316 +#, python-format +msgid "Error importing %(name)s: %(msg)s" +msgstr "Errore importando %(name)s: %(msg)s" + +#: pyload/utils/JsEngine.py:188 +msgid "No js engine detected, please install either Spidermonkey, ossp-js, pyv8, nodejs or rhino" +msgstr "Nessuno motore js rilevato, per favore installa uno tra Spidermonkey, ossp-js, pyv8, nodejs o rhino" + diff --git a/locale/it/LC_MESSAGES/django.mo b/locale/it/LC_MESSAGES/django.mo Binary files differdeleted file mode 100644 index 57858c8a6..000000000 --- a/locale/it/LC_MESSAGES/django.mo +++ /dev/null diff --git a/locale/it/LC_MESSAGES/plugins.po b/locale/it/LC_MESSAGES/plugins.po new file mode 100644 index 000000000..d8e3974e8 --- /dev/null +++ b/locale/it/LC_MESSAGES/plugins.po @@ -0,0 +1,424 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-20 22:13+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Italian\n" +"Language: it_IT\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/plugins/network/CurlDownload.py:241 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "Download accellerato fallito, ripiego su singola connessione | %s" + +#: pyload/plugins/Base.py:329 +msgid "Pil and tesseract not installed and no Client connected for captcha decrypting" +msgstr "Pil e tesseract non sono installati e nessun Client Ú connesso per decifrare i captcha" + +#: pyload/plugins/Base.py:333 +msgid "No captcha result obtained in appropriate time." +msgstr "Nessun risultato captcha ottenuto in tempo." + +#: pyload/plugins/Hoster.py:282 pyload/plugins/Hoster.py:319 +#: pyload/plugins/hoster/ARD.py:76 +#, python-format +msgid "Setting User and Group failed: %s" +msgstr "Impostazione di Utente e Gruppo non riuscita: %s" + +#: pyload/plugins/Crypter.py:136 +msgid "Not existing file or unsupported protocol" +msgstr "File non esistente o protocollo non supportato" + +#: pyload/plugins/hoster/RapidshareCom.py:96 +msgid "Rapidshare: Traffic Share (direct download)" +msgstr "Rapidshare: Traffic Share (download diretto)" + +#: pyload/plugins/hoster/RapidshareCom.py:123 +#: pyload/plugins/hoster/RapidshareCom.py:189 +msgid "Already downloading from this ip address, waiting 60 seconds" +msgstr "Stai già scaricando da questo indirizzo IP, aspetta 60 secondi" + +#: pyload/plugins/hoster/RapidshareCom.py:127 +msgid "Invalid Auth Code, download will be restarted" +msgstr "Auth Code non valido, il download sarà riavviato" + +#: pyload/plugins/hoster/RapidshareCom.py:193 +msgid "RapidShareCom: No free slots" +msgstr "RapidShareCom: Nessuno slot gratuito libero" + +#: pyload/plugins/hoster/RapidshareCom.py:196 +msgid "You need a premium account for this file" +msgstr "Hai bisogno di un account Premium per questo file" + +#: pyload/plugins/hoster/RapidshareCom.py:198 +msgid "Filename reported invalid" +msgstr "Nome di file riportato non valido" + +#: pyload/plugins/hoster/RealdebridCom.py:40 +#: pyload/plugins/hoster/Premium4Me.py:27 +#: pyload/plugins/hoster/MultiDebridCom.py:39 +#: pyload/plugins/hoster/ZeveraCom.py:24 +#: pyload/plugins/hoster/AlldebridCom.py:37 +#: pyload/plugins/hoster/RehostTo.py:25 pyload/plugins/hoster/ReloadCc.py:22 +#: pyload/plugins/hoster/DebridItaliaCom.py:38 +#: pyload/plugins/hoster/PremiumizeMe.py:19 +#, python-format +msgid "Please enter your %s account or deactivate this plugin" +msgstr "Per favore Inserisci il tuo account %s o disattiva questo plugin" + +#: pyload/plugins/hoster/MegaNz.py:55 +msgid "Decryption failed" +msgstr "Decifratura non riuscita" + +#: pyload/plugins/hoster/MegaNz.py:99 +msgid "No file key provided in the URL" +msgstr "Nessuna chiave fornita nell'URL" + +#: pyload/plugins/hoster/MegaNz.py:111 +msgid "Error code:" +msgstr "Codice di errore:" + +#: pyload/plugins/hoster/FileserveCom.py:97 +msgid "Parallel download error, now waiting 60s." +msgstr "Errore durante il download parallelo, attendo 60s." + +#: pyload/plugins/hoster/FileserveCom.py:208 +msgid "Not logged in." +msgstr "Non connesso." + +#: pyload/plugins/hoster/UploadedTo.py:135 +msgid "API key invalid" +msgstr "Chiave API invalida" + +#: pyload/plugins/hoster/UploadedTo.py:160 +#, python-format +msgid "%s: Not enough traffic left" +msgstr "%s: Traffico rimanente non sufficiente" + +#: pyload/plugins/hoster/UploadedTo.py:163 +msgid "Traffic exceeded" +msgstr "Traffico superato" + +#: pyload/plugins/hoster/BasePlugin.py:63 +msgid "Authorization required (username:password)" +msgstr "Richiesta autorizzazione (nomeutente:password)" + +#: pyload/plugins/hoster/NetloadIn.py:143 +#: pyload/plugins/hoster/NetloadIn.py:167 +msgid "File temporarily not available" +msgstr "File temporaneamente non disponibile" + +#: pyload/plugins/hoster/NetloadIn.py:180 +#, python-format +msgid "Netload: waiting between downloads %d s." +msgstr "Netload: attendo %d s tra i download." + +#: pyload/plugins/hoster/NetloadIn.py:209 +#, python-format +msgid "Netload: waiting for captcha %d s." +msgstr "Netload: attendo %d s per il captcha." + +#: pyload/plugins/hoster/NetloadIn.py:248 +msgid "Downloaded File was empty" +msgstr "Il file scaricato era vuoto" + +#: pyload/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 "C'era del codice HTML nel file scaricato (%s)... errore di reindirizzamento? Il download sarà riavviato." + +#: pyload/plugins/hoster/XHamsterCom.py:75 +#: pyload/plugins/hoster/XHamsterCom.py:84 +#: pyload/plugins/hoster/XHamsterCom.py:87 +#, python-format +msgid "long_url: %s" +msgstr "url_esteso: %s" + +#: pyload/plugins/Account.py:117 pyload/plugins/Account.py:123 +#, python-format +msgid "Could not login with account %(user)s | %(msg)s" +msgstr "Impossibile effettuare il login con l'account %(user)s | %(msg)s" + +#: pyload/plugins/Account.py:118 +msgid "Wrong Password" +msgstr "Password errata" + +#: pyload/plugins/Account.py:184 +#, python-format +msgid "Get Account Info for %s" +msgstr "Ottieni informazioni per l'account %s" + +#: pyload/plugins/Account.py:193 +#, python-format +msgid "Error: %s" +msgstr "Errore: %s" + +#: pyload/plugins/Account.py:242 +#, python-format +msgid "Your Time %s has a wrong format, use: 1:22-3:44" +msgstr "Il tuo orario %s ha un formato sbagliato, usa: 1:22-3:44" + +#: pyload/plugins/Account.py:265 +#, python-format +msgid "Account %s has not enough traffic, checking again in 30min" +msgstr "L'account %s non ha abbastanza traffico, controllo di nuovo tra 30min" + +#: pyload/plugins/Account.py:273 +#, python-format +msgid "Account %s is expired, checking again in 1h" +msgstr "L'account %s Ú scaduto; prossimo controllo fra 1 ora" + +#: pyload/plugins/Account.py:290 +#, python-format +msgid "Login with %s" +msgstr "Login come %s" + +#: pyload/plugins/Addon.py:118 +#, python-format +msgid "Error executing addons: %s" +msgstr "Errore durante l'esecuzione degli addon: %s" + +#: pyload/plugins/accounts/BitshareCom.py:36 +msgid "Activate direct Download in your Bitshare Account" +msgstr "Attiva il download diretto sul tuo account Bitshare" + +#: pyload/plugins/crypter/SerienjunkiesOrg.py:128 +msgid "Downloadlimit reached" +msgstr "Limite di download raggiunto" + +#: pyload/plugins/addons/Premium4Me.py:30 +msgid "Please add your premium.to account first and restart pyLoad" +msgstr "Inserisci prima il tuo account premium.to e poi riavvia pyLoad" + +#: pyload/plugins/addons/ExternalScripts.py:53 +#, python-format +msgid "Installed scripts for %s: " +msgstr "Script installati per %s: " + +#: pyload/plugins/addons/ExternalScripts.py:69 +msgid "Script not executable:" +msgstr "Script non eseguibile:" + +#: pyload/plugins/addons/ExternalScripts.py:79 +#, python-format +msgid "Error in %(script)s: %(error)s" +msgstr "Errore in %(script)s: %(error)s" + +#: pyload/plugins/addons/CaptchaTrader.py:72 +#: pyload/plugins/addons/Captcha9kw.py:56 +#: pyload/plugins/addons/ExpertDecoders.py:49 +#, python-format +msgid "%s credits left" +msgstr "%s crediti rimasti" + +#: pyload/plugins/addons/CaptchaTrader.py:120 +msgid "Could not send response." +msgstr "Non posso inviare la risposta." + +#: pyload/plugins/addons/CaptchaTrader.py:138 +msgid "Your CaptchaTrader Account has not enough credits" +msgstr "Il tuo account CaptchaTrader non ha crediti sufficienti" + +#: pyload/plugins/addons/Captcha9kw.py:89 +#, python-format +msgid "New CaptchaID from upload: %s : %s" +msgstr "Nuovo CaptchaID dall'upload: %s : %s" + +#: pyload/plugins/addons/Captcha9kw.py:123 +msgid "Your Captcha 9kw.eu Account has not enough credits" +msgstr "Il tuo account Captcha 9kw.eu non ha abbastanza crediti" + +#: pyload/plugins/addons/RehostTo.py:34 +msgid "Please add your rehost.to account first and restart pyLoad" +msgstr "Inserisci prima il tuo account rehost.to e poi riavvia pyLoad" + +#: pyload/plugins/addons/HotFolder.py:82 +#, python-format +msgid "Added %s from HotFolder" +msgstr "Aggiunto %s da HotFolder" + +#: pyload/plugins/addons/ClickAndLoad.py:74 +msgid "Click'N'Load: Port 9666 already in use" +msgstr "Click'N'Load: Porta 9666 già in uso" + +#: pyload/plugins/addons/XMPPInterface.py:82 +#: pyload/plugins/addons/IRCInterface.py:75 +#, python-format +msgid "Package finished: %s" +msgstr "Pacchetto completato: %s" + +#: pyload/plugins/addons/XMPPInterface.py:90 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" +msgstr "Download finito: %(name)s @ %(plugin)s" + +#: pyload/plugins/addons/ExpertDecoders.py:98 +msgid "Your ExpertDecoders Account has not enough credits" +msgstr "Il tuo account ExpertDecoders ha non abbastanza crediti" + +#: pyload/plugins/addons/UpdateManager.py:73 +msgid "*** Plugins have been updated, please restart pyLoad ***" +msgstr "*** I plugin sono stati aggiornati, riavvia pyLoad ***" + +#: pyload/plugins/addons/UpdateManager.py:75 +msgid "Plugins updated and reloaded" +msgstr "Plugins aggiornati e riavviati" + +#: pyload/plugins/addons/UpdateManager.py:78 +msgid "No plugin updates available" +msgstr "Nessun aggiornamento per i plugin disponibile" + +#: pyload/plugins/addons/UpdateManager.py:95 +msgid "No Updates for pyLoad" +msgstr "Nessun aggiornamento per pyLoad" + +#: pyload/plugins/addons/UpdateManager.py:100 +#, python-format +msgid "*** New pyLoad Version %s available ***" +msgstr "*** Nuova versione di pyLoad %s disponibile ***" + +#: pyload/plugins/addons/UpdateManager.py:101 +msgid "*** Get it here: http://pyload.org/download ***" +msgstr "*** Scaricala da qui: http://pyload.org/download ***" + +#: pyload/plugins/addons/UpdateManager.py:104 +msgid "Not able to connect server for updates" +msgstr "Impossibile collegarsi al server per gli aggiornamenti" + +#: pyload/plugins/addons/UpdateManager.py:148 +#, python-format +msgid "New version of %(type)s|%(name)s : %(version).2f" +msgstr "Nuova versione di %(type)s|%(name)s : %(version).2f" + +#: pyload/plugins/addons/UpdateManager.py:157 +#: pyload/plugins/addons/UpdateManager.py:162 +#, python-format +msgid "Error when updating %s" +msgstr "Errore durante l'aggiornamento di %s" + +#: pyload/plugins/addons/UpdateManager.py:162 +msgid "Version mismatch" +msgstr "Versione non corrispondente" + +#: pyload/plugins/addons/ExtractArchive.py:92 +#, python-format +msgid "No %s installed" +msgstr "%s non installato" + +#: pyload/plugins/addons/ExtractArchive.py:94 +#: pyload/plugins/addons/ExtractArchive.py:99 +#, python-format +msgid "Could not activate %s" +msgstr "Impossibile attivare %s" + +#: pyload/plugins/addons/ExtractArchive.py:104 +msgid "Activated" +msgstr "Attivato" + +#: pyload/plugins/addons/ExtractArchive.py:106 +msgid "No Extract plugins activated" +msgstr "Nessun plugin per l'estrazione attivato" + +#: pyload/plugins/addons/ExtractArchive.py:118 +#, python-format +msgid "Package %s queued for later extracting" +msgstr "Il pacchetto %s Ú stato messo in coda per l'estrazione successiva" + +#: pyload/plugins/addons/ExtractArchive.py:143 +#, python-format +msgid "Check package %s" +msgstr "Verifico pacchetto %s" + +#: pyload/plugins/addons/ExtractArchive.py:183 +#, python-format +msgid "Extract to %s" +msgstr "Estraggo in %s" + +#: pyload/plugins/addons/ExtractArchive.py:197 +msgid "No files found to extract" +msgstr "Nessun file trovato da estrarre" + +#: pyload/plugins/addons/ExtractArchive.py:203 +msgid "extracting" +msgstr "estrazione" + +#: pyload/plugins/addons/ExtractArchive.py:214 +msgid "Password protected" +msgstr "Protetto da password" + +#: pyload/plugins/addons/ExtractArchive.py:234 +msgid "Wrong password" +msgstr "Password errata" + +#: pyload/plugins/addons/ExtractArchive.py:242 +#, python-format +msgid "Deleting %s files" +msgstr "Cancello %s file" + +#: pyload/plugins/addons/ExtractArchive.py:247 +msgid "Extracting finished" +msgstr "Estrazione completata" + +#: pyload/plugins/addons/ExtractArchive.py:254 +msgid "Archive Error" +msgstr "Archivio danneggiato" + +#: pyload/plugins/addons/ExtractArchive.py:256 +msgid "CRC Mismatch" +msgstr "CRC non corrispondente" + +#: pyload/plugins/addons/ExtractArchive.py:260 +msgid "Unknown Error" +msgstr "Errore Sconosciuto" + +#: pyload/plugins/addons/ExtractArchive.py:312 +msgid "Setting User and Group failed" +msgstr "Configurazione Utente e Gruppo fallita" + +#: pyload/plugins/addons/LinkdecrypterCom.py:36 +msgid "Crypter list not found" +msgstr "Elenco Crypter non trovato" + +#: pyload/plugins/addons/LinkdecrypterCom.py:50 +msgid "Crypter list is empty" +msgstr "Elenco Crypter vuoto" + +#: pyload/plugins/addons/IRCInterface.py:82 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " +msgstr "Download finito: %(name)s @ %(plugin)s " + +#: pyload/plugins/addons/IRCInterface.py:94 +#, python-format +msgid "New Captcha Request: %s" +msgstr "Nuova richiesta Captcha: %s" + +#: pyload/plugins/addons/IRCInterface.py:95 +#, python-format +msgid "Answer with 'c %s text on the captcha'" +msgstr "Rispondi usando 'c %s text on the captcha'" + +#: pyload/plugins/addons/PremiumizeMe.py:46 +msgid "Please add a valid premiumize.me account first and restart pyLoad." +msgstr "Aggiungi prima un account premiumize.me valido e riavviare pyLoad." + +#: pyload/plugins/addons/CaptchaBrotherhood.py:69 +#, python-format +msgid "%d credits left" +msgstr "%d crediti rimasti" + +#: pyload/plugins/addons/MultiHoster.py:29 +#, python-format +msgid "Activated %s" +msgstr "Attivato %s" + +#: pyload/plugins/addons/MultiHoster.py:47 +msgid "No Hoster loaded" +msgstr "Nessun Hoster caricato" + diff --git a/locale/it/LC_MESSAGES/pyLoad.mo b/locale/it/LC_MESSAGES/pyLoad.mo Binary files differdeleted file mode 100644 index 07b1c01c5..000000000 --- a/locale/it/LC_MESSAGES/pyLoad.mo +++ /dev/null diff --git a/locale/it/LC_MESSAGES/pyLoadCli.mo b/locale/it/LC_MESSAGES/pyLoadCli.mo Binary files differdeleted file mode 100644 index 158fd317a..000000000 --- a/locale/it/LC_MESSAGES/pyLoadCli.mo +++ /dev/null diff --git a/locale/it/LC_MESSAGES/pyLoadGui.mo b/locale/it/LC_MESSAGES/pyLoadGui.mo Binary files differdeleted file mode 100644 index cd1cbdf73..000000000 --- a/locale/it/LC_MESSAGES/pyLoadGui.mo +++ /dev/null diff --git a/locale/it/LC_MESSAGES/setup.mo b/locale/it/LC_MESSAGES/setup.mo Binary files differdeleted file mode 100644 index e13b99bc9..000000000 --- a/locale/it/LC_MESSAGES/setup.mo +++ /dev/null diff --git a/locale/it/LC_MESSAGES/setup.po b/locale/it/LC_MESSAGES/setup.po new file mode 100644 index 000000000..d5b06ec81 --- /dev/null +++ b/locale/it/LC_MESSAGES/setup.po @@ -0,0 +1,376 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Italian\n" +"Language: it_IT\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/Setup.py:72 +msgid "Would you like to configure pyLoad via Webinterface?" +msgstr "Vuoi configurare pyLoad attraverso l'interfaccia Web?" + +#: pyload/Setup.py:73 +msgid "You need a Browser and a connection to this PC for it." +msgstr "Hai bisogno di un Browser e un collegamento a questo PC per farlo." + +#: pyload/Setup.py:74 +msgid "Url would be: http://hostname:8000/" +msgstr "L'Url sarà : http://hostname:8000/" + +#: pyload/Setup.py:75 +msgid "Start initial webinterface for configuration?" +msgstr "Avvia l'interfaccia web iniziale per la configurazione?" + +#: pyload/Setup.py:86 +msgid "Welcome to the pyLoad Configuration Assistent." +msgstr "Benvenuto nell'Assistente di Configurazione di pyLoad." + +#: pyload/Setup.py:87 +msgid "It will check your system and make a basic setup in order to run pyLoad." +msgstr "Il setup controllerà il tuo sistema e genererà una configurazione di base per avviare pyLoad." + +#: pyload/Setup.py:89 +msgid "The value in brackets [] always is the default value," +msgstr "Il valore tra le parentesi quadre [] Ú sempre il valore di default," + +#: pyload/Setup.py:90 +msgid "in case you don't want to change it or you are unsure what to choose, just hit enter." +msgstr "nel caso in cui non vuoi cambiare impostazione o non sei sicuro su cosa scegliere, premi semplicemente Invio." + +#: pyload/Setup.py:92 +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." + +#: pyload/Setup.py:93 +msgid "If you have any problems with this assistent hit CTRL+C," +msgstr "Se hai qualche problema con questo assistente premi CTRL+C," + +#: pyload/Setup.py:94 +msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgstr "per annullare e non farlo partire più automaticamente con pyLoadCore." + +#: pyload/Setup.py:96 +msgid "When you are ready for system check, hit enter." +msgstr "Quando sei pronto per la verifica del sistema premi Invio." + +#: pyload/Setup.py:103 +msgid "Features missing: " +msgstr "Funzioni mancanti: " + +#: pyload/Setup.py:107 +msgid "no py-crypto available" +msgstr "py-crypto non disponibile" + +#: pyload/Setup.py:108 +msgid "You need this if you want to decrypt container files." +msgstr "Hai bisogno di questo se vuoi decifrare i file contenitori." + +#: pyload/Setup.py:112 +msgid "no SSL available" +msgstr "SSL non disponibile" + +#: pyload/Setup.py:113 +msgid "This is needed if you want to establish a secure connection to core or webinterface." +msgstr "Questo Ú necessario se vuoi stabilire una connessione sicura con il core o l'interfaccia web." + +#: pyload/Setup.py:114 +msgid "If you only want to access locally to pyLoad ssl is not useful." +msgstr "Se vuoi accedere a pyLoad soltanto in locale, SSL non Ú necessario." + +#: pyload/Setup.py:118 +msgid "no Captcha Recognition available" +msgstr "Riconoscimento captcha non disponibile" + +#: pyload/Setup.py:119 +msgid "Only needed for some hosters and as freeuser." +msgstr "Necessario solo per alcuni hoster e come freeuser." + +#: pyload/Setup.py:123 +msgid "no JavaScript engine found" +msgstr "nessun motore JavaScript trovato" + +#: pyload/Setup.py:124 +msgid "You will need this for some Click'N'Load links. Install Spidermonkey, ossp-js, pyv8 or rhino" +msgstr "Avrai bisogno di questo per alcuni link Click'N'Load. Installa Spidermonkey, ossp-js, pyv8 o rhino" + +#: pyload/Setup.py:126 +msgid "You can abort the setup now and fix some dependencies if you want." +msgstr "Se vuoi puoi annullare il setup ora e correggere alcune dipendenze." + +#: pyload/Setup.py:128 +msgid "Continue with setup?" +msgstr "Continuare con il setup?" + +#: pyload/Setup.py:134 +#, python-format +msgid "Do you want to change the config path? Current is %s" +msgstr "Vuoi cambiare il percorso per la configurazione? Quello attuale Ú %s" + +#: pyload/Setup.py:136 +msgid "If you use pyLoad on a server or the home partition lives on an internal flash it may be a good idea to change it." +msgstr "Se si utilizza pyLoad su un server o la partizione principale si trova su una memoria flash interna potrebbe essere una buona idea cambiarlo." + +#: pyload/Setup.py:137 +msgid "Change config path?" +msgstr "Cambiare il percorso della configurazione?" + +#: pyload/Setup.py:143 +msgid "Do you want to configure login data and basic settings?" +msgstr "Si desidera configurare i dati di accesso e le impostazioni di base?" + +#: pyload/Setup.py:144 +msgid "This is recommend for first run." +msgstr "E' consigliato per il primo avvio." + +#: pyload/Setup.py:145 +msgid "Make basic setup?" +msgstr "Creare configurazione di base?" + +#: pyload/Setup.py:152 +msgid "Do you want to configure ssl?" +msgstr "Vuoi configurare l'ssl?" + +#: pyload/Setup.py:153 +msgid "Configure ssl?" +msgstr "Configurare ssl?" + +#: pyload/Setup.py:159 +msgid "Do you want to configure webinterface?" +msgstr "Vuoi configurare l'interfaccia web?" + +#: pyload/Setup.py:160 +msgid "Configure webinterface?" +msgstr "Configurare l'interfaccia web?" + +#: pyload/Setup.py:165 +msgid "Setup finished successfully." +msgstr "Configurazione terminata con successo." + +#: pyload/Setup.py:166 +msgid "Hit enter to exit and restart pyLoad" +msgstr "Premi Invio per uscire e riavviare pyLoad" + +#: pyload/Setup.py:173 +msgid "Webinterface running for setup." +msgstr "Interfaccia Web in esecuzione per l'installazione." + +#: pyload/Setup.py:190 +msgid "## Basic Setup ##" +msgstr "## Configurazione Base ##" + +#: pyload/Setup.py:193 +msgid "The following logindata is valid for CLI, GUI and webinterface." +msgstr "I seguenti dati di accesso sono validi per CLI, GUI e interfaccia web." + +#: pyload/Setup.py:199 pyload/Setup.py:288 pyload/Setup.py:304 +msgid "Username" +msgstr "Nome utente" + +#: pyload/Setup.py:205 +msgid "External clients (GUI, CLI or other) need remote access to work over the network." +msgstr "I client esterni (GUI, CLI o altri) richiedono accesso remoto al sistema per funzionare nella rete." + +#: pyload/Setup.py:206 +msgid "However, if you only want to use the webinterface you may disable it to save ram." +msgstr "Comunque, se vuoi utilizzare solo l'interfaccia web puoi disattivarlo per ridurre il consumo di memoria ram." + +#: pyload/Setup.py:207 +msgid "Enable remote access" +msgstr "Attiva l'accesso remoto" + +#: pyload/Setup.py:211 +msgid "Language" +msgstr "Lingua" + +#: pyload/Setup.py:213 +msgid "Download folder" +msgstr "Cartella Download" + +#: pyload/Setup.py:214 +msgid "Max parallel downloads" +msgstr "Numero massimo di download paralleli" + +#: pyload/Setup.py:218 +msgid "Use Reconnect?" +msgstr "Usare la riconnessione?" + +#: pyload/Setup.py:221 +msgid "Reconnect script location" +msgstr "Posizione dello script di riconnessione" + +#: pyload/Setup.py:226 +msgid "## Webinterface Setup ##" +msgstr "## Configurazione dell'interfaccia web ##" + +#: pyload/Setup.py:229 +msgid "Activate webinterface?" +msgstr "Attivare l'interfaccia web?" + +#: pyload/Setup.py:231 +msgid "Listen address, if you use 127.0.0.1 or localhost, the webinterface will only accessible locally." +msgstr "Indirizzo di ascolto, se usi 127.0.0.1 o localhost, l'interfaccia web sarà accessibile soltanto localmente." + +#: pyload/Setup.py:232 +msgid "Address" +msgstr "Indirizzo" + +#: pyload/Setup.py:233 +msgid "Port" +msgstr "Porta" + +#: pyload/Setup.py:235 +msgid "pyLoad offers several server backends, now following a short explanation." +msgstr "pyLoad offre diversi tipi di supporto a server, segue una breve spiegazione." + +#: pyload/Setup.py:236 +msgid "Default server, this server offers SSL and is a good alternative to builtin." +msgstr "Server predefinito, questo server offre SSL ed Ú una buona alternativa al server nativo." + +#: pyload/Setup.py:238 +msgid "Can be used by apache, lighttpd, requires you to configure them, which is not too easy job." +msgstr "Può essere utilizzato con apache o lighttpd, ma ne richiede la configurazione, che non Ú una procedura semplice." + +#: pyload/Setup.py:239 +msgid "Very fast alternative written in C, requires libev and linux knowledge." +msgstr "Alternativa molto veloce, scritta in C, richiede libev e conoscenza di linux." + +#: pyload/Setup.py:240 +msgid "Get it from here: https://github.com/jonashaag/bjoern, compile it" +msgstr "Scaricalo da qui: https://github.com/jonashaag/bjoern, compilalo" + +#: pyload/Setup.py:241 +msgid "and copy bjoern.so to pyload/lib" +msgstr "e copia bjoern.so in pyload/lib" + +#: pyload/Setup.py:245 +msgid "Attention: In some rare cases the builtin server is not working, if you notice problems with the webinterface" +msgstr "Attenzione: In alcuni rari casi il server integrato non funzione, se noti problemi con l'interfaccia web" + +#: pyload/Setup.py:246 +msgid "come back here and change the builtin server to the threaded one here." +msgstr "torna qui e sostituisci il server integrato con quello threaded." + +#: pyload/Setup.py:248 +msgid "Server" +msgstr "Server" + +#: pyload/Setup.py:253 +msgid "## SSL Setup ##" +msgstr "## Configurazione SSL ##" + +#: pyload/Setup.py:255 +msgid "Execute these commands from pyLoad config folder to make ssl certificates:" +msgstr "Esegui questi comandi dalla cartella di configurazione di pyLoad per creare i certificati SSL:" + +#: pyload/Setup.py:261 +msgid "If you're done and everything went fine, you can activate ssl now." +msgstr "Se hai finito e tutto Ú andato bene, puoi attivare SSL ora." + +#: pyload/Setup.py:262 +msgid "Activate SSL?" +msgstr "Attivare SSL?" + +#: pyload/Setup.py:278 +msgid "Select action" +msgstr "Seleziona azione" + +#: pyload/Setup.py:279 +msgid "1 - Create/Edit user" +msgstr "1 - Crea/Modifica utente" + +#: pyload/Setup.py:280 +msgid "2 - List users" +msgstr "2 - Lista utenti" + +#: pyload/Setup.py:281 +msgid "3 - Remove user" +msgstr "3 - Rimuovi utente" + +#: pyload/Setup.py:282 +msgid "4 - Quit" +msgstr "4 - Esci" + +#: pyload/Setup.py:294 +msgid "Users" +msgstr "Utenti" + +#: pyload/Setup.py:322 +msgid "Setting new configpath, current configuration will not be transferred!" +msgstr "Imposta nuovo percorso per la configurazione. La configurazione attuale NON sarà trasferita!" + +#: pyload/Setup.py:323 +msgid "Config path" +msgstr "Percorso della configurazione" + +#: pyload/Setup.py:331 +msgid "Config path changed, setup will now close, please restart to go on." +msgstr "Il percorso della configurazione Ú cambiato, Il setup ora si chiuderà , riavvialo per andare avanti." + +#: pyload/Setup.py:332 +msgid "Press Enter to exit." +msgstr "Premi Invio per uscire." + +#: pyload/Setup.py:336 +#, python-format +msgid "Setting config path failed: %s" +msgstr "Impostazione del percorso di configurazione non riuscita: %s" + +#: pyload/Setup.py:347 +msgid "y" +msgstr "s" + +#: pyload/Setup.py:349 +msgid "n" +msgstr "n" + +#: pyload/Setup.py:373 +msgid "Password: " +msgstr "Password:" + +#: pyload/Setup.py:377 +msgid "Password too short. Use at least 4 symbols." +msgstr "Password troppo corta. Usa almeno 4 caratteri." + +#: pyload/Setup.py:380 +msgid "Password (again): " +msgstr "Password (di nuovo): " + +#: pyload/Setup.py:386 +msgid "Passwords did not match." +msgstr "Le password non corrispondono." + +#: pyload/Setup.py:397 +msgid "yes" +msgstr "sì" + +#: pyload/Setup.py:397 +msgid "true" +msgstr "vero" + +#: pyload/Setup.py:397 +msgid "t" +msgstr "v" + +#: pyload/Setup.py:400 +msgid "no" +msgstr "no" + +#: pyload/Setup.py:400 +msgid "false" +msgstr "falso" + +#: pyload/Setup.py:400 +msgid "f" +msgstr "f" + +#: pyload/Setup.py:403 pyload/Setup.py:413 +msgid "Invalid Input" +msgstr "Inserimento non valido" + diff --git a/locale/it/LC_MESSAGES/webUI.po b/locale/it/LC_MESSAGES/webUI.po new file mode 100644 index 000000000..5d62c684a --- /dev/null +++ b/locale/it/LC_MESSAGES/webUI.po @@ -0,0 +1,131 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-08-10 11:58+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Italian\n" +"Language: it_IT\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/web/app/scripts/helpers/formatSize.js:9 +msgid "not available" +msgstr "non disponibile" + +#: pyload/web/app/scripts/helpers/formatSize.js:11 +msgid "unlimited" +msgstr "illimitato" + +#: pyload/web/app/templates/default/admin.html:3 +#: pyload/web/app/templates/default/admin.html:4 +msgid "Admin" +msgstr "Amministratore" + +#: pyload/web/app/templates/default/setup.html:3 +msgid "Setup" +msgstr "Configurazione" + +#: pyload/web/app/templates/default/accounts/actionbar.html:2 +msgid "Add Account" +msgstr "Aggiungi Account" + +#: pyload/web/app/templates/default/accounts/layout.html:2 +msgid "Accounts" +msgstr "Account" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:9 +msgid "Local" +msgstr "Locale" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:18 +msgid "Search" +msgstr "Cerca" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:26 +msgid "Type" +msgstr "Tipo" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:44 +#: pyload/web/app/templates/default/dashboard/actionbar.html:49 +msgid "All" +msgstr "Tutto" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:50 +msgid "Finished" +msgstr "Completati" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:51 +msgid "Unfinished" +msgstr "Non completati" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:52 +msgid "Failed" +msgstr "Falliti" + +#: pyload/web/app/templates/default/dashboard/select.html:1 +msgid "1 package" +msgid_plural "%d packages" +msgstr[0] "1 pacchetto" +msgstr[1] "%d pacchetti" + +#: pyload/web/app/templates/default/dashboard/select.html:4 +msgid "1 file" +msgid_plural "%d files" +msgstr[0] "1 file" +msgstr[1] "%d file" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:2 +msgid "Add an account" +msgstr "Aggiungi un account" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:7 +msgid "Please enter your account data" +msgstr "Inserisci le informazioni del tuo account" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:3 +msgid "Choose a plugin" +msgstr "Scegli un plugin" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:9 +msgid "Please choose a plugin, which you want to configure" +msgstr "Scegli il plugin che vuoi configurare" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:23 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:46 +msgid "Add" +msgstr "Aggiungi" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:24 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:47 +#: pyload/web/app/templates/default/dialogs/interactionTask.html:35 +msgid "Close" +msgstr "Chiudi" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:2 +msgid "Please confirm" +msgstr "Conferma" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:5 +msgid "Do you want to delete the selected items?" +msgstr "Vuoi eliminare gli elementi selezionati?" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:8 +msgid "Delete" +msgstr "Elimina" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:9 +msgid "Cancel" +msgstr "Annulla" + +#: pyload/web/app/templates/default/dialogs/interactionTask.html:34 +msgid "Submit" +msgstr "Invia" + +#: pyload/web/app/templates/default/header/layout.html:12 +msgid "Running..." +msgstr "In esecuzione..." + diff --git a/locale/ja/LC_MESSAGES/cli.po b/locale/ja/LC_MESSAGES/cli.po new file mode 100644 index 000000000..2e3d448fd --- /dev/null +++ b/locale/ja/LC_MESSAGES/cli.po @@ -0,0 +1,291 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-08-07 09:03-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Japanese\n" +"Language: ja_JP\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.net\n" + +#: pyload/cli/AddPackage.py:48 +msgid "Add Package:" +msgstr "ããã±ãŒãžã远å :" + +#: pyload/cli/AddPackage.py:53 +msgid "Enter a name for the new package" +msgstr "æ°ããããã±ãŒãžã®ååãå
¥å" + +#: pyload/cli/AddPackage.py:57 +#, python-format +msgid "Package: %s" +msgstr "ããã±ãŒãž: %s" + +#: pyload/cli/AddPackage.py:58 +msgid "Parse the links you want to add." +msgstr "远å ããããªã³ã¯ãè§£æããŸã" + +#: pyload/cli/AddPackage.py:59 +#, python-format +msgid "Type %s when done." +msgstr "çµãã£ãã %s ãå
¥åããŠãã ããã" + +#: pyload/cli/AddPackage.py:60 +msgid "Links added: " +msgstr "ãªã³ã¯ã远å ãããŸãã: " + +#: pyload/cli/AddPackage.py:64 pyload/cli/ManageFiles.py:149 +msgid " back to main menu" +msgstr " ã¡ã€ã³ ã¡ãã¥ãŒã«æ»ã" + +#: pyload/cli/ManageFiles.py:97 +msgid "Manage Packages:" +msgstr "ããã±ãŒãžã管ç:" + +#: pyload/cli/ManageFiles.py:99 +msgid "Manage Links:" +msgstr "ãªã³ã¯ã管ç:" + +#: pyload/cli/ManageFiles.py:104 +msgid "What do you want to move?" +msgstr "äœãç§»åããŸãã?" + +#: pyload/cli/ManageFiles.py:106 +msgid "What do you want to delete?" +msgstr "äœãåé€ããŸãã?" + +#: pyload/cli/ManageFiles.py:108 +msgid "What do you want to restart?" +msgstr "äœãåèµ·åããŸãã?" + +#: pyload/cli/ManageFiles.py:113 +msgid "Choose what you want to do, or enter package number." +msgstr "äœãããããéžæãããããã±ãŒãžçªå·ãå
¥åããŠãã ããã" + +#: pyload/cli/ManageFiles.py:115 +msgid "delete" +msgstr "åé€" + +#: pyload/cli/ManageFiles.py:115 +msgid "move" +msgstr "ç§»å" + +#: pyload/cli/ManageFiles.py:115 +msgid "restart" +msgstr "åèµ·å" + +#: pyload/cli/ManageFiles.py:148 +msgid " - previous" +msgstr " - å" + +#: pyload/cli/ManageFiles.py:148 +msgid " - next" +msgstr " - 次" + +#: pyload/cli/Cli.py:75 pyload/cli/Cli.py:133 +msgid " Command Line Interface" +msgstr " ã³ãã³ã ã©ã€ã³ ã€ã³ã¿ãã§ãŒã¹" + +#: pyload/cli/Cli.py:165 +#, python-format +msgid "%s Downloads:" +msgstr "%s ããŠã³ããŒã:" + +#: pyload/cli/Cli.py:177 +msgid " Speed: " +msgstr " é床: " + +#: pyload/cli/Cli.py:177 +msgid " Size: " +msgstr " ãµã€ãº: " + +#: pyload/cli/Cli.py:178 +msgid " Finished in: " +msgstr " å®äº: " + +#: pyload/cli/Cli.py:179 +msgid " ID: " +msgstr " ID: " + +#: pyload/cli/Cli.py:184 +msgid "waiting: " +msgstr "åŸ
æ©äž: " + +#: pyload/cli/Cli.py:191 pyload/cli/Cli.py:193 +msgid "Status:" +msgstr "ã¹ããŒã¿ã¹:" + +#: pyload/cli/Cli.py:191 +msgid "paused" +msgstr "äžæåæ¢" + +#: pyload/cli/Cli.py:193 +msgid "running" +msgstr "å®è¡ããŠããŸãã" + +#: pyload/cli/Cli.py:196 +msgid "total Speed" +msgstr "åèšé床" + +#: pyload/cli/Cli.py:196 +msgid "Files in queue" +msgstr "ãã¥ãŒå
ã®ãã¡ã€ã«" + +#: pyload/cli/Cli.py:197 +msgid "Total" +msgstr "åèš" + +#: pyload/cli/Cli.py:203 +msgid "Menu:" +msgstr "ã¡ãã¥ãŒ:" + +#: pyload/cli/Cli.py:205 +msgid " Add Links" +msgstr " ãªã³ã¯ã远å " + +#: pyload/cli/Cli.py:206 +msgid " Manage Queue" +msgstr " ãã¥ãŒã管ç" + +#: pyload/cli/Cli.py:207 +msgid " Manage Collector" +msgstr " ã³ã¬ã¯ã¿ãŒã管ç" + +#: pyload/cli/Cli.py:208 +msgid " (Un)Pause Server" +msgstr " ãµãŒããŒãäžæåæ¢/åé" + +#: pyload/cli/Cli.py:209 +msgid " Kill Server" +msgstr " ãµãŒããŒãçµäºããã" + +#: pyload/cli/Cli.py:210 +msgid " Quit" +msgstr " çµäº" + +#: pyload/cli/Cli.py:289 pyload/cli/Cli.py:296 +msgid "Please use this syntax: add <Package name> <link> <link2> ..." +msgstr "ãã®æ§æã䜿çšããŠãã ãã: add <Package name> <link> <link2> ..." + +#: pyload/cli/Cli.py:315 +#, python-format +msgid "Checking %d links:" +msgstr "%d åã®ãªã³ã¯ããã§ãã¯äž:" + +#: pyload/cli/Cli.py:324 +msgid "File does not exists." +msgstr "ãã¡ã€ã«ãååšããŸããã" + +#: pyload/cli/Cli.py:385 +msgid "pyLoad was terminated" +msgstr "pyLoad ãçµäºããŸãã" + +#: pyload/cli/Cli.py:443 +msgid "Prints server status" +msgstr "å°å·ãµãŒããŒã®ç¶æ
" + +#: pyload/cli/Cli.py:444 +msgid "Prints downloads in queue" +msgstr "ãã¥ãŒå
ã®ããŠã³ããŒããå°å·" + +#: pyload/cli/Cli.py:445 +msgid "Prints downloads in collector" +msgstr "ã³ã¬ã¯ã¿ãŒå
ã®ããŠã³ããŒããå°å·" + +#: pyload/cli/Cli.py:446 +msgid "Adds package to queue" +msgstr "ããã±ãŒãžããã¥ãŒã«è¿œå " + +#: pyload/cli/Cli.py:447 +msgid "Adds package to collector" +msgstr "ããã±ãŒãžãã³ã¬ã¯ã¿ãŒã«è¿œå " + +#: pyload/cli/Cli.py:448 +msgid "Delete Files from Queue/Collector" +msgstr "ãã¥ãŒ/ã³ã¬ã¯ã¿ãŒãããã¡ã€ã«ãåé€" + +#: pyload/cli/Cli.py:449 +msgid "Delete Packages from Queue/Collector" +msgstr "ãã¥ãŒ/ã³ã¬ã¯ã¿ãŒããããã±ãŒãžãåé€" + +#: pyload/cli/Cli.py:450 +msgid "Move Packages from Queue to Collector or vice versa" +msgstr "ãã¥ãŒããã³ã¬ã¯ã¿ãŒ (ãŸãã¯ãã®é) ã«ããã±ãŒãžãç§»å" + +#: pyload/cli/Cli.py:451 +msgid "Restart files" +msgstr "ãã¡ã€ã«ãåèµ·å" + +#: pyload/cli/Cli.py:452 +msgid "Restart packages" +msgstr "ããã±ãŒãžãåèµ·å" + +#: pyload/cli/Cli.py:453 +msgid "Check online status, works with local container" +msgstr "ãªã³ã©ã€ã³ã®ç¶æ
ãããŒã«ã« ã³ã³ããã®ä»äºããã§ãã¯" + +#: pyload/cli/Cli.py:454 +msgid "Checks online status of a container file" +msgstr "ã³ã³ãã ãã¡ã€ã«ã®ãªã³ã©ã€ã³ç¶æ
ããã§ãã¯" + +#: pyload/cli/Cli.py:455 +msgid "Pause the server" +msgstr "ãµãŒããŒãäžæåæ¢" + +#: pyload/cli/Cli.py:456 +msgid "continue downloads" +msgstr "ããŠã³ããŒããç¶ç¶" + +#: pyload/cli/Cli.py:457 +msgid "Toggle pause/unpause" +msgstr "äžæåæ¢/åéãåæ¿ã" + +#: pyload/cli/Cli.py:458 +msgid "kill server" +msgstr "ãµãŒããŒãçµäºããã" + +#: pyload/cli/Cli.py:460 +msgid "List of commands:" +msgstr "ã³ãã³ãã®äžèЧ:" + +#: pyload/cli/Cli.py:473 +msgid "Couldn't write user config file" +msgstr "ãŠãŒã¶ãŒèšå®ãã¡ã€ã«ã«æžã蟌ãããšãã§ããŸããã§ãã" + +#: pyload/cli/Cli.py:548 pyload/cli/Cli.py:580 +msgid "You need py-openssl to connect to this pyLoad core." +msgstr "ãã® pyLoad ã³ã¢ã«æ¥ç¶ããã«ã¯ py-openssl ãå¿
èŠã§ãã" + +#: pyload/cli/Cli.py:555 +msgid "Address: " +msgstr "ã¢ãã¬ã¹: " + +#: pyload/cli/Cli.py:556 +msgid "Port: " +msgstr "ããŒã: " + +#: pyload/cli/Cli.py:557 +msgid "Username: " +msgstr "ãŠãŒã¶ãŒå: " + +#: pyload/cli/Cli.py:561 +msgid "Password: " +msgstr "ãã¹ã¯ãŒã: " + +#: pyload/cli/Cli.py:566 pyload/cli/Cli.py:575 +msgid "Login data is wrong." +msgstr "ãã°ã€ã³ ããŒã¿ãééã£ãŠããŸãã" + +#: pyload/cli/Cli.py:568 pyload/cli/Cli.py:577 +#, python-format +msgid "Could not establish connection to %(addr)s:%(port)s." +msgstr "%(addr)s:%(port)s ãžã®æ¥ç¶ã確ç«ã§ããŸããã§ããã" + +#: pyload/cli/Cli.py:582 +msgid "Interactive mode ignored since you passed some commands." +msgstr "察話ã¢ãŒãã¯ããªããå
¥åããããã€ãã®ã³ãã³ããç¡èŠããŸããã" + diff --git a/locale/ja/LC_MESSAGES/core.po b/locale/ja/LC_MESSAGES/core.po new file mode 100644 index 000000000..27d3efad6 --- /dev/null +++ b/locale/ja/LC_MESSAGES/core.po @@ -0,0 +1,630 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-08-07 09:03-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Japanese\n" +"Language: ja_JP\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.net\n" + +#: pyload/AddonManager.py:62 +#, python-format +msgid "Error when executing %s" +msgstr "%S ãå®è¡ãããšãšã©ãŒ" + +#: pyload/AddonManager.py:93 +#, python-format +msgid "Failed activating %(name)s" +msgstr "%(name)sãã¢ã¯ãã£ã ã«å€±æããŸãã" + +#: pyload/AddonManager.py:96 +#, python-format +msgid "Activated addons: %s" +msgstr "ã¢ããªã³ã®èµ·å: %s" + +#: pyload/AddonManager.py:97 +#, python-format +msgid "Deactivated addons: %s" +msgstr "ã¢ããªã³ã®ç¡å¹: %s" + +#: pyload/AddonManager.py:153 +msgid "Activating Plugins..." +msgstr "ãã©ã°ã€ã³ãã¢ã¯ãã£ããŒãäž..." + +#: pyload/AddonManager.py:162 +msgid "Deactivating Plugins..." +msgstr "ãã©ã°ã€ã³ãç¡å¹ã«ãã." + +#: pyload/web/ServerThread.py:49 +msgid "SSL certificates not found." +msgstr "SSL èšŒææžãèŠã€ãããŸããã" + +#: pyload/web/ServerThread.py:53 +msgid "WebUI built is not available" +msgstr "WebUI æ§ç¯ããªãã§ãã" + +#: pyload/web/ServerThread.py:55 +msgid "Running webUI in development mode" +msgstr "WebUI éçºã¢ãŒãã§å®è¡ãããŠããŸãã" + +#: pyload/web/ServerThread.py:73 +msgid "Failed starting webserver: " +msgstr "ãŠã§ããµãŒããŒã®éå§ã«å€±æããŸããïŒ" + +#: pyload/web/ServerThread.py:107 +msgid "Failed importing webserver: " +msgstr "ãŠã§ããµãŒãã®ã€ã³ããŒãã«å€±æããŸããïŒ" + +#: pyload/web/ServerThread.py:125 +msgid "This server offers no SSL, please consider using threaded instead" +msgstr "ãã®ãµãŒããŒã§ SSL ã¯ãããŸããã代ããã«ã¹ã¬ããã䜿çšããŠãã ãã" + +#: pyload/web/ServerThread.py:139 +#, python-format +msgid "Starting %(name)s webserver: %(host)s:%(port)d" +msgstr "(å) %s ã®ãŠã§ããµãŒããèµ·åãã: %d (ãã¹ã) s: % (ããŒã)" + +#: pyload/config/default.py:14 +msgid "Remote" +msgstr "ãªã¢ãŒã" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Description" +msgstr "説æ" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Long description" +msgstr "é·ã説æ" + +#: pyload/config/default.py:16 pyload/config/default.py:56 +#: pyload/config/default.py:63 +msgid "Activated" +msgstr "ã¢ã¯ãã£ãå" + +#: pyload/config/default.py:17 pyload/config/default.py:69 +#: pyload/config/default.py:80 +msgid "Port" +msgstr "ããŒã" + +#: pyload/config/default.py:18 pyload/config/default.py:77 +msgid "Address" +msgstr "ã¢ãã¬ã¹" + +#: pyload/config/default.py:21 +msgid "Log" +msgstr "ãã°" + +#: pyload/config/default.py:23 +msgid "Size in kb" +msgstr "ãµã€ãº kb" + +#: pyload/config/default.py:24 +msgid "Folder" +msgstr "ãã©ã«ããŒ" + +#: pyload/config/default.py:25 +msgid "File Log" +msgstr "ãã¡ã€ã«ãã°" + +#: pyload/config/default.py:26 +msgid "Count" +msgstr "ã«ãŠã³ã" + +#: pyload/config/default.py:27 +msgid "Log Rotate" +msgstr "ãã°ãå転ããã" + +#: pyload/config/default.py:30 +msgid "Permissions" +msgstr "ã¢ã¯ã»ã¹èš±å¯" + +#: pyload/config/default.py:32 +msgid "Groupname" +msgstr "ã°ã«ãŒãå" + +#: pyload/config/default.py:33 +msgid "Change Group and User of Downloads" +msgstr "ããŠã³ããŒãã®ãŠãŒã¶ãŒãšã°ã«ãŒãã®å€æŽ" + +#: pyload/config/default.py:34 +msgid "Change file mode of downloads" +msgstr "ããŠã³ããŒãã®ãã¡ã€ã«ã¢ãŒãã倿Ž" + +#: pyload/config/default.py:35 pyload/config/default.py:75 +msgid "Username" +msgstr "ãŠãŒã¶ãŒå" + +#: pyload/config/default.py:36 +msgid "Filemode for Downloads" +msgstr "Filemode ããŠã³ããŒã" + +#: pyload/config/default.py:37 +msgid "Change group of running process" +msgstr "å®è¡äžã®ããã»ã¹ã®ã°ã«ãŒãã®å€æŽ" + +#: pyload/config/default.py:38 +msgid "Folder Permission mode" +msgstr "ãã©ã«ããŒã®ã¢ã¯ã»ã¹èš±å¯ã¢ãŒã" + +#: pyload/config/default.py:39 +msgid "Change user of running process" +msgstr "å®è¡äžã®ããã»ã¹ã®ãŠãŒã¶ãŒã®å€æŽ" + +#: pyload/config/default.py:42 +msgid "General" +msgstr "æšæº" + +#: pyload/config/default.py:44 +msgid "Language" +msgstr "èšèª" + +#: pyload/config/default.py:45 +msgid "Download Folder" +msgstr "ãã©ã«ããŒãããŠã³ããŒãããŸãã" + +#: pyload/config/default.py:46 +msgid "Use Checksum" +msgstr "ãã§ãã¯ãµã ã䜿çšããŠãã ããã" + +#: pyload/config/default.py:47 +msgid "Create folder for each package" +msgstr "åããã±ãŒãžã®ãã©ã«ããŒãäœæããŸãã" + +#: pyload/config/default.py:48 +msgid "Debug Mode" +msgstr "ãããã° ã¢ãŒã" + +#: pyload/config/default.py:49 +msgid "Min Free Space (MB)" +msgstr "åã®ç©ºãé å (MB)" + +#: pyload/config/default.py:50 +msgid "CPU Priority" +msgstr "CPU åªå
é äœ" + +#: pyload/config/default.py:53 +msgid "SSL" +msgstr "SSL" + +#: pyload/config/default.py:55 +msgid "SSL Certificate" +msgstr "SSLèšŒææž" + +#: pyload/config/default.py:57 +msgid "SSL Key" +msgstr "SSL ããŒ" + +#: pyload/config/default.py:60 +msgid "Webinterface" +msgstr "ãŠã§ãã€ã³ã¿ãã§ãŒã¹" + +#: pyload/config/default.py:62 +msgid "Template" +msgstr "ãã³ãã¬ãŒã" + +#: pyload/config/default.py:64 +msgid "Path Prefix" +msgstr "ãã¹ãã¬ãã£ãã¯ã¹" + +#: pyload/config/default.py:65 +msgid "Server" +msgstr "ãµãŒããŒ" + +#: pyload/config/default.py:66 +msgid "Favor specific server" +msgstr "ç¹å®ã®ãµãŒããŒã®å¥œæ" + +#: pyload/config/default.py:67 +msgid "IP" +msgstr "IP" + +#: pyload/config/default.py:68 +msgid "Use HTTPS" +msgstr "HTTPS ã䜿çšããŸãã" + +#: pyload/config/default.py:70 +msgid "Development mode" +msgstr "éçºã¢ãŒã" + +#: pyload/config/default.py:73 +msgid "Proxy" +msgstr "ãããã·" + +#: pyload/config/default.py:76 +msgid "Use Proxy" +msgstr "ãããã·ã䜿çšããŸãã" + +#: pyload/config/default.py:78 +msgid "Password" +msgstr "ãã¹ã¯ãŒã" + +#: pyload/config/default.py:79 +msgid "Protocol" +msgstr "ãããã³ã«" + +#: pyload/config/default.py:83 +msgid "Reconnect" +msgstr "忥ç¶" + +#: pyload/config/default.py:85 pyload/config/default.py:106 +msgid "End" +msgstr "çµäº" + +#: pyload/config/default.py:86 +msgid "Use Reconnect" +msgstr "忥ç¶ã䜿çšããŸãã" + +#: pyload/config/default.py:87 +msgid "Method" +msgstr "ã¡ãœãã" + +#: pyload/config/default.py:88 pyload/config/default.py:105 +msgid "Start" +msgstr "éå§" + +#: pyload/config/default.py:91 +msgid "Download" +msgstr "ããŠã³ããŒã" + +#: pyload/config/default.py:93 +msgid "Max Parallel Downloads" +msgstr "æå€§äžŠåããŠã³ããŒã" + +#: pyload/config/default.py:94 +msgid "Limit Download Speed" +msgstr "ããŠã³ããŒãé床ã®å¶é" + +#: pyload/config/default.py:95 +msgid "Download interface to bind (ip or Name)" +msgstr "åå (ip) ã«ãã€ã³ãããã€ã³ã¿ãŒãã§ã€ã¹ãããŠã³ããŒãããŸãã" + +#: pyload/config/default.py:96 +msgid "Skip already existing files" +msgstr "æ¢åã®ãã¡ã€ã«ãã¹ãããããŸãã" + +#: pyload/config/default.py:97 +msgid "Max Download Speed in kb/s" +msgstr "Kb/ç§ã§ã®æå€§ããŠã³ããŒãé床" + +#: pyload/config/default.py:98 +msgid "Allow IPv6" +msgstr "IPv6 ãèš±å¯ããŸãã" + +#: pyload/config/default.py:99 +msgid "Max connections for one download" +msgstr "1 ã€ã®ããŠã³ããŒãã®æå€§æ¥ç¶æ°" + +#: pyload/config/default.py:100 +msgid "Restart failed downloads on startup" +msgstr "èµ·åã«å€±æããããŠã³ããŒããåèµ·åããŸãã" + +#: pyload/config/default.py:103 +msgid "Download Time" +msgstr "ããŠã³ããŒãã«ãããæé" + +#: pyload/network/HTTPDownload.py:249 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "ããŠã³ããŒã ãã£ã³ã¯ãžã®ç§»è¡ã«å€±æããŸãã 1 ã€ã®æ¥ç¶ |ã%s" + +#: pyload/api/DownloadApi.py:44 +#, python-format +msgid "Added package %(name)s as folder %(folder)s" +msgstr "远å ããã±ãŒãž%(name)sããã©ã«ã㌠%(folder)s ãšããŠ" + +#: pyload/api/DownloadApi.py:95 +#, python-format +msgid "Added %d links to package" +msgstr "%dãªã³ã¯ãããã±ãŒãžã«è¿œå ããŸãã" + +#: pyload/AccountManager.py:69 +#, python-format +msgid "Unknown account plugin %s" +msgstr "äžæãªã¢ã«ãŠã³ã ãã©ã°ã€ã³ %s" + +#: pyload/interaction/InteractionManager.py:88 +msgid "Query" +msgstr "ã¯ãšãª" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Captcha request" +msgstr "ãã£ããã£èŠæ±" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Please solve the captcha." +msgstr "Captcha ã解決ããŠãã ããã" + +#: pyload/remote/RemoteManager.py:35 +#, python-format +msgid "Remote backend error: %s" +msgstr "ãªã¢ãŒã ããã¯ãšã³ã ãšã©ãŒ: %s" + +#: pyload/remote/RemoteManager.py:80 +#, python-format +msgid "Starting %(name)s: %(addr)s:%(port)s" +msgstr "éå§ %(name)sïŒ%(addr)sïŒ%(port)s" + +#: pyload/remote/RemoteManager.py:82 +#, python-format +msgid "Failed loading backend %(name)s | %(error)s" +msgstr " ããã¯ãšã³ã %(name)sã®èªã¿èŸŒã¿ã«å€±æãã |%(error)s" + +#: pyload/FileManager.py:53 +msgid "none" +msgstr "ãªã" + +#: pyload/FileManager.py:53 +msgid "offline" +msgstr "ãªãã©ã€ã³" + +#: pyload/FileManager.py:53 +msgid "online" +msgstr "ãªã³ã©ã€ã³" + +#: pyload/FileManager.py:53 +msgid "queued" +msgstr "ãã¥ãŒã«å
¥ã£ãŠããŸãã" + +#: pyload/FileManager.py:53 +msgid "paused" +msgstr "äžæåæ¢" + +#: pyload/FileManager.py:54 +msgid "finished" +msgstr "å®äº" + +#: pyload/FileManager.py:54 +msgid "skipped" +msgstr "ã¹ããã" + +#: pyload/FileManager.py:54 +msgid "failed" +msgstr "倱æããŸãã" + +#: pyload/FileManager.py:54 +msgid "starting" +msgstr "éå§äž" + +#: pyload/FileManager.py:55 +msgid "waiting" +msgstr "åŸ
æ©äž" + +#: pyload/FileManager.py:55 +msgid "downloading" +msgstr "ããŠã³ããŒãäž" + +#: pyload/FileManager.py:55 +msgid "temp. offline" +msgstr "äžæçã«ãªãã©ã€ã³" + +#: pyload/FileManager.py:55 +msgid "aborted" +msgstr "äžæ¢ããŸãã" + +#: pyload/FileManager.py:56 +msgid "decrypting" +msgstr "埩å·å" + +#: pyload/FileManager.py:56 +msgid "processing" +msgstr "åŠçäž" + +#: pyload/FileManager.py:56 +msgid "custom" +msgstr "ã«ã¹ã¿ã " + +#: pyload/FileManager.py:56 +msgid "unknown" +msgstr "äžæ" + +#: pyload/FileManager.py:426 +#, python-format +msgid "Package finished: %s" +msgstr "ããã±ãŒãžãå®äºããŸãã: %s" + +#: pyload/Api.py:152 +#, python-format +msgid "User '%s' tries to log in" +msgstr "ãŠãŒã¶ãŒ '%s' ã«ãã°ã€ã³ããããšããŠããŸãã" + +#: pyload/Core.py:195 +msgid "Received Quit signal" +msgstr "çµäºã®ã·ã°ãã«ãåä¿¡" + +#: pyload/Core.py:323 +#, python-format +msgid "pyLoad already running with pid %s" +msgstr "pyLoad ã¯ããã»ã¹ ID %s ã§æ¢ã«å®è¡äž" + +#: pyload/Core.py:337 +#, python-format +msgid "Failed changing group: %s" +msgstr "ã°ã«ãŒãã®å€æŽã«å€±æããŸãã: %s" + +#: pyload/Core.py:347 +#, python-format +msgid "Failed changing user: %s" +msgstr "ãŠãŒã¶ãŒã®å€æŽã«å€±æããŸãã: %s" + +#: pyload/Core.py:358 +msgid "Starting" +msgstr "éå§äž" + +#: pyload/Core.py:359 +#, python-format +msgid "Using home directory: %s" +msgstr "ããŒã ãã£ã¬ã¯ããªãšã㊠%s ã䜿çšäž" + +#: pyload/Core.py:373 +msgid "All links removed" +msgstr "ãã¹ãŠã®ãªã³ã¯ãåé€ãããŸãã" + +#: pyload/Core.py:403 +#, python-format +msgid "Download time: %s" +msgstr "ããŠã³ããŒãã«ãããæé: %s" + +#: pyload/Core.py:418 +#, python-format +msgid "Free space: %s" +msgstr "空ãé å: %s" + +#: pyload/Core.py:438 +msgid "Activating Accounts..." +msgstr "ã¢ã«ãŠã³ããã¢ã¯ãã£ããŒãäž..." + +#: pyload/Core.py:443 +msgid "Restarting failed downloads..." +msgstr "倱æããããŠã³ããŒããåèµ·åãã." + +#: pyload/Core.py:451 +msgid "pyLoad is up and running" +msgstr "pyLoad ãå®è¡äž" + +#: pyload/Core.py:474 +msgid "restarting pyLoad" +msgstr "pyLoad ãåèµ·åäž" + +#: pyload/Core.py:478 +msgid "pyLoad quits" +msgstr "pyLoad ãçµäºããŸã" + +#: pyload/Core.py:564 +msgid "shutting down..." +msgstr "ã·ã£ããããŠã³äž..." + +#: pyload/Core.py:579 +msgid "error while shutting down" +msgstr "ã·ã£ããããŠã³äžã«ãšã©ãŒ" + +#: pyload/Core.py:661 +msgid "killed pyLoad from terminal" +msgstr "ã¿ãŒããã«ãã pyLoadããçµäºããŸãã" + +#: pyload/database/DatabaseBackend.py:167 +msgid "Database was deleted due to incompatible version." +msgstr "ããŒã¿ããŒã¹ãäºææ§ã®ãªãããŒãžã§ã³ã®ããåé€ãããŸããã" + +#: pyload/threads/DecrypterThread.py:50 +msgid "Decrypting failed" +msgstr "埩å·åã«å€±æããŸãã" + +#: pyload/threads/DecrypterThread.py:73 +#, python-format +msgid "Decrypted %(count)d links into package %(name)s" +msgstr "ããã±ãŒãž%(name)sã«ãªã³ã¯%(count)d埩å·åããŸãã" + +#: pyload/threads/DecrypterThread.py:80 +msgid "No links decrypted" +msgstr "埩å·åãªã³ã¯ããããŸããã" + +#: pyload/threads/InfoThread.py:147 +#, python-format +msgid "Info Fetching for %(name)s failed | %(err)s" +msgstr "%(name)sã®å€±æã®æ
å ±ååŸãã |%(err)s" + +#: pyload/threads/ThreadManager.py:155 +#, python-format +msgid "Reconnect Failed: %s" +msgstr "忥ç¶ã«å€±æããŸãã: %s" + +#: pyload/threads/ThreadManager.py:192 +msgid "Reconnect script not found!" +msgstr "忥ç¶ã¹ã¯ãªãããèŠã€ãããŸãã!" + +#: pyload/threads/ThreadManager.py:198 +msgid "Starting reconnect" +msgstr "忥ç¶ãéå§äž" + +#: pyload/threads/ThreadManager.py:212 +msgid "Failed executing reconnect script!" +msgstr "倱æããå®è¡ã¹ã¯ãªããåæ¥ç¶ ïŒ" + +#: pyload/threads/ThreadManager.py:224 +#, python-format +msgid "Reconnected, new IP: %s" +msgstr "忥ç¶ãæ°ãã IP: %s" + +#: pyload/threads/ThreadManager.py:298 +msgid "Not enough space left on device" +msgstr "ããã€ã¹ã«ç©ºãé åäžè¶³" + +#: pyload/threads/DownloadThread.py:64 +#, python-format +msgid "Download starts: %s" +msgstr "ããŠã³ããŒãéå§: %s" + +#: pyload/threads/DownloadThread.py:70 +#, python-format +msgid "Download finished: %s" +msgstr "ããŠã³ããŒãå®äº: %s" + +#: pyload/threads/DownloadThread.py:75 +#, python-format +msgid "Plugin %s is missing a function." +msgstr "ãã©ã°ã€ã³ %s ã«ã¯é¢æ°ããããŸããã" + +#: pyload/threads/DownloadThread.py:83 pyload/threads/DownloadThread.py:147 +#, python-format +msgid "Download aborted: %s" +msgstr "ããŠã³ããŒããäžæ¢: %s" + +#: pyload/threads/DownloadThread.py:103 +#, python-format +msgid "Download restarted: %(name)s | %(msg)s" +msgstr "ããŠã³ããŒããåé: %(name)s | %(msg)s" + +#: pyload/threads/DownloadThread.py:113 +#, python-format +msgid "Download is offline: %s" +msgstr "ããŠã³ããŒãããªãã©ã€ã³: %s" + +#: pyload/threads/DownloadThread.py:116 pyload/threads/DownloadThread.py:187 +#, python-format +msgid "Download is temporary offline: %s" +msgstr "ããŠã³ããŒããäžæçã«ãªãã©ã€ã³: %s" + +#: pyload/threads/DownloadThread.py:119 pyload/threads/DownloadThread.py:192 +#, python-format +msgid "Download failed: %(name)s | %(msg)s" +msgstr "ããŠã³ããŒãã«å€±æããŸãã: %(name)s|%(msg)s" + +#: pyload/threads/DownloadThread.py:136 +msgid "Couldn't connect to host or connection reset, waiting 1 minute and retry." +msgstr "ãã¹ããŸãã¯æ¥ç¶ã®ãªã»ããã«æ¥ç¶ã§ããªãã£ãããã1 ååŸæ¥ç¶ã«å詊è¡ããŠãã ããã" + +#: pyload/threads/DownloadThread.py:171 +#, python-format +msgid "Download skipped: %(name)s due to %(plugin)s" +msgstr "ããŠã³ããŒããã¹ãããããŸãã:%(plugin)sã«ãã %(name)s" + +#: pyload/threads/DownloadThread.py:188 +msgid "Internal Server Error" +msgstr "å
éšãµãŒã㌠ãšã©ãŒ" + +#: pyload/threads/AddonThread.py:55 +msgid "An Error occurred" +msgstr "ãšã©ãŒãçºçããŸãã" + +#: pyload/PluginManager.py:316 +#, python-format +msgid "Error importing %(name)s: %(msg)s" +msgstr "%(name)sïŒ%(msg)sã®ã€ã³ããŒã ãšã©ãŒ" + +#: pyload/utils/JsEngine.py:188 +msgid "No js engine detected, please install either Spidermonkey, ossp-js, pyv8, nodejs or rhino" +msgstr "Js ãšã³ãžã³ãæ€åºããããšãã€ã³ã¹ããŒã«ããŠãã ãããªã Spidermonkeyãjs osspãpyv8ãnodejs ãŸãã¯ãµã€" + diff --git a/locale/ja/LC_MESSAGES/plugins.po b/locale/ja/LC_MESSAGES/plugins.po new file mode 100644 index 000000000..c20e97f3b --- /dev/null +++ b/locale/ja/LC_MESSAGES/plugins.po @@ -0,0 +1,424 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-20 22:13+0200\n" +"PO-Revision-Date: 2013-08-07 09:03-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Japanese\n" +"Language: ja_JP\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.net\n" + +#: pyload/plugins/network/CurlDownload.py:241 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "ããŠã³ããŒã ãã£ã³ã¯ãžã®ç§»è¡ã«å€±æããŸãã 1 ã€ã®æ¥ç¶ |ã%s" + +#: pyload/plugins/Base.py:329 +msgid "Pil and tesseract not installed and no Client connected for captcha decrypting" +msgstr "Pil ãšããã»ã©ã¯ã ã€ã³ã¹ããŒã«ãããŠããªãã¯ã©ã€ã¢ã³ãæ¥ç¶ captcha è§£èª" + +#: pyload/plugins/Base.py:333 +msgid "No captcha result obtained in appropriate time." +msgstr "é©åãªææã«ååŸãããã£ããã£çµæã¯ãããŸããã" + +#: pyload/plugins/Hoster.py:282 pyload/plugins/Hoster.py:319 +#: pyload/plugins/hoster/ARD.py:76 +#, python-format +msgid "Setting User and Group failed: %s" +msgstr "ãŠãŒã¶ãŒãšã°ã«ãŒãã®èšå®ã«å€±æããŸãã: %s" + +#: pyload/plugins/Crypter.py:136 +msgid "Not existing file or unsupported protocol" +msgstr "ååšããªããã¡ã€ã«ãŸãã¯ãµããŒããããŠããªããããã³ã«" + +#: pyload/plugins/hoster/RapidshareCom.py:96 +msgid "Rapidshare: Traffic Share (direct download)" +msgstr "æ¥æµ: ãã©ãã£ãã¯ãå
±æ (ããŠã³ããŒãã«ããçŽè²©)" + +#: pyload/plugins/hoster/RapidshareCom.py:123 +#: pyload/plugins/hoster/RapidshareCom.py:189 +msgid "Already downloading from this ip address, waiting 60 seconds" +msgstr "æ¢ã«ãã® ip ã¢ãã¬ã¹ããããŠã³ããŒãããã60 ç§ãåŸ
ã£ãŠããŸãã" + +#: pyload/plugins/hoster/RapidshareCom.py:127 +msgid "Invalid Auth Code, download will be restarted" +msgstr "ç¡å¹ãªèªèšŒã³ãŒããããŠã³ããŒããåèµ·å" + +#: pyload/plugins/hoster/RapidshareCom.py:193 +msgid "RapidShareCom: No free slots" +msgstr "RapidShareComïŒ ç©ºãã¹ããã" + +#: pyload/plugins/hoster/RapidshareCom.py:196 +msgid "You need a premium account for this file" +msgstr "ãã®ãã¡ã€ã«ã®ãã¬ãã¢ã ã¢ã«ãŠã³ããå¿
èŠããããŸãã" + +#: pyload/plugins/hoster/RapidshareCom.py:198 +msgid "Filename reported invalid" +msgstr "ç¡å¹ãªãã¡ã€ã«åãå ±å" + +#: pyload/plugins/hoster/RealdebridCom.py:40 +#: pyload/plugins/hoster/Premium4Me.py:27 +#: pyload/plugins/hoster/MultiDebridCom.py:39 +#: pyload/plugins/hoster/ZeveraCom.py:24 +#: pyload/plugins/hoster/AlldebridCom.py:37 +#: pyload/plugins/hoster/RehostTo.py:25 pyload/plugins/hoster/ReloadCc.py:22 +#: pyload/plugins/hoster/DebridItaliaCom.py:38 +#: pyload/plugins/hoster/PremiumizeMe.py:19 +#, python-format +msgid "Please enter your %s account or deactivate this plugin" +msgstr "%S ã¢ã«ãŠã³ããå
¥åãããããã®ãã©ã°ã€ã³ãç¡å¹ã«ããŠãã ããã" + +#: pyload/plugins/hoster/MegaNz.py:55 +msgid "Decryption failed" +msgstr "埩å·åã«å€±æããŸãã" + +#: pyload/plugins/hoster/MegaNz.py:99 +msgid "No file key provided in the URL" +msgstr "URL ã§æäŸããããã¡ã€ã« ããŒããããŸããã" + +#: pyload/plugins/hoster/MegaNz.py:111 +msgid "Error code:" +msgstr "ãšã©ãŒ ã³ãŒã:" + +#: pyload/plugins/hoster/FileserveCom.py:97 +msgid "Parallel download error, now waiting 60s." +msgstr "䞊åããŠã³ããŒã ãšã©ãŒã60ç§ãåŸ
ã£ãŠããŸãã" + +#: pyload/plugins/hoster/FileserveCom.py:208 +msgid "Not logged in." +msgstr "ãã°ã€ã³ããŠããŸããã" + +#: pyload/plugins/hoster/UploadedTo.py:135 +msgid "API key invalid" +msgstr "API ããŒãç¡å¹ã§ãã" + +#: pyload/plugins/hoster/UploadedTo.py:160 +#, python-format +msgid "%s: Not enough traffic left" +msgstr "%sïŒååãªãã©ãã£ãã¯ããªã" + +#: pyload/plugins/hoster/UploadedTo.py:163 +msgid "Traffic exceeded" +msgstr "ãã©ãã£ãã¯ãè¶
ããŠããŸã" + +#: pyload/plugins/hoster/BasePlugin.py:63 +msgid "Authorization required (username:password)" +msgstr " (username:password)æ¿èªãå¿
èŠ" + +#: pyload/plugins/hoster/NetloadIn.py:143 +#: pyload/plugins/hoster/NetloadIn.py:167 +msgid "File temporarily not available" +msgstr "ãã¡ã€ã«ãäžæçã«å©çšã§ããŸããã" + +#: pyload/plugins/hoster/NetloadIn.py:180 +#, python-format +msgid "Netload: waiting between downloads %d s." +msgstr "Netload: ããŠã³ããŒã %d ç§éåŸ
æ©ããŠããŸãã" + +#: pyload/plugins/hoster/NetloadIn.py:209 +#, python-format +msgid "Netload: waiting for captcha %d s." +msgstr "Netload: ãã£ãã㣠%d ç§ãåŸ
ã£ãŠããŸãã" + +#: pyload/plugins/hoster/NetloadIn.py:248 +msgid "Downloaded File was empty" +msgstr "ããŠã³ããŒããããã¡ã€ã«ã空ã ã£ã" + +#: pyload/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 "ããŠã³ããŒããããã¡ã€ã« (%s). ã® HTML ã³ãŒãããã£ããšã©ãŒããªãã€ã¬ã¯ãã§ããïŒããŠã³ããŒããåéãããŸãã" + +#: pyload/plugins/hoster/XHamsterCom.py:75 +#: pyload/plugins/hoster/XHamsterCom.py:84 +#: pyload/plugins/hoster/XHamsterCom.py:87 +#, python-format +msgid "long_url: %s" +msgstr "long_url: %s" + +#: pyload/plugins/Account.py:117 pyload/plugins/Account.py:123 +#, python-format +msgid "Could not login with account %(user)s | %(msg)s" +msgstr "ã¢ã«ãŠã³ã%(user)s ã§ã¯ãã°ã€ã³ã§ããŸããã§ãã |%(msg)s" + +#: pyload/plugins/Account.py:118 +msgid "Wrong Password" +msgstr "ééã£ããã¹ã¯ãŒã" + +#: pyload/plugins/Account.py:184 +#, python-format +msgid "Get Account Info for %s" +msgstr "%sã®ã¢ã«ãŠã³ãæ
å ±ãååŸããŸãã" + +#: pyload/plugins/Account.py:193 +#, python-format +msgid "Error: %s" +msgstr "ãšã©ãŒ: %s" + +#: pyload/plugins/Account.py:242 +#, python-format +msgid "Your Time %s has a wrong format, use: 1:22-3:44" +msgstr "%sæéã圢åŒãééã£ãŠããŸãã䜿çšããŠ: 1:22-3:44" + +#: pyload/plugins/Account.py:265 +#, python-format +msgid "Account %s has not enough traffic, checking again in 30min" +msgstr "ã¢ã«ãŠã³ã %s ãååãªãã©ãã£ãã¯ããªãã30 åã§ããäžåºŠãã§ãã¯" + +#: pyload/plugins/Account.py:273 +#, python-format +msgid "Account %s is expired, checking again in 1h" +msgstr "ã¢ã«ãŠã³ã %s ã¯æå¹æéãåããŠã1 h ã§ããäžåºŠãã§ãã¯" + +#: pyload/plugins/Account.py:290 +#, python-format +msgid "Login with %s" +msgstr "%sã§ãã°ã€ã³" + +#: pyload/plugins/Addon.py:118 +#, python-format +msgid "Error executing addons: %s" +msgstr "ã¢ããªã³ãå®è¡äžã®ãšã©ãŒ: %s" + +#: pyload/plugins/accounts/BitshareCom.py:36 +msgid "Activate direct Download in your Bitshare Account" +msgstr "Bitshare ã¢ã«ãŠã³ãã§çŽæ¥ã®ããŠã³ããŒããæå¹ã«ããŸãã" + +#: pyload/plugins/crypter/SerienjunkiesOrg.py:128 +msgid "Downloadlimit reached" +msgstr "ããŠã³ããŒãå¶éã«éããŸãã" + +#: pyload/plugins/addons/Premium4Me.py:30 +msgid "Please add your premium.to account first and restart pyLoad" +msgstr "ãŸããpremium.to ã¢ã«ãŠã³ãã远å ããpyLoad ãåèµ·åããŠãã ããã" + +#: pyload/plugins/addons/ExternalScripts.py:53 +#, python-format +msgid "Installed scripts for %s: " +msgstr "%s ã®ã€ã³ã¹ããŒã« ã¹ã¯ãªãã" + +#: pyload/plugins/addons/ExternalScripts.py:69 +msgid "Script not executable:" +msgstr "ã¹ã¯ãªããããªãå®è¡å¯èœãã¡ã€ã«:" + +#: pyload/plugins/addons/ExternalScripts.py:79 +#, python-format +msgid "Error in %(script)s: %(error)s" +msgstr "%(script)s ã®ãšã©ãŒïŒ%(error)s" + +#: pyload/plugins/addons/CaptchaTrader.py:72 +#: pyload/plugins/addons/Captcha9kw.py:56 +#: pyload/plugins/addons/ExpertDecoders.py:49 +#, python-format +msgid "%s credits left" +msgstr "%s ã®ã¯ã¬ãžãããå·Š" + +#: pyload/plugins/addons/CaptchaTrader.py:120 +msgid "Could not send response." +msgstr "å¿çãéä¿¡ã§ããŸããã§ããã" + +#: pyload/plugins/addons/CaptchaTrader.py:138 +msgid "Your CaptchaTrader Account has not enough credits" +msgstr "ããªãã® CaptchaTrader ã¢ã«ãŠã³ããååãªã¯ã¬ãžãã" + +#: pyload/plugins/addons/Captcha9kw.py:89 +#, python-format +msgid "New CaptchaID from upload: %s : %s" +msgstr "ã¢ããããŒãããæ°ãã CaptchaID: %s: %s" + +#: pyload/plugins/addons/Captcha9kw.py:123 +msgid "Your Captcha 9kw.eu Account has not enough credits" +msgstr "ããªãã®ãã£ãã㣠9kw.eu ã¢ã«ãŠã³ããååãªã¯ã¬ãžãã" + +#: pyload/plugins/addons/RehostTo.py:34 +msgid "Please add your rehost.to account first and restart pyLoad" +msgstr "ãŸããrehost.to ã¢ã«ãŠã³ãã远å ããpyLoad ãåèµ·åããŠãã ããã" + +#: pyload/plugins/addons/HotFolder.py:82 +#, python-format +msgid "Added %s from HotFolder" +msgstr "HotFolder ãã%s远å " + +#: pyload/plugins/addons/ClickAndLoad.py:74 +msgid "Click'N'Load: Port 9666 already in use" +msgstr "Click'N'Load: 䜿çšäžã®ããŒã 9666" + +#: pyload/plugins/addons/XMPPInterface.py:82 +#: pyload/plugins/addons/IRCInterface.py:75 +#, python-format +msgid "Package finished: %s" +msgstr "ããã±ãŒãžãå®äºããŸãã: %s" + +#: pyload/plugins/addons/XMPPInterface.py:90 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" +msgstr "ããŠã³ããŒãå®äº: %(name)s @ %(plugin)s" + +#: pyload/plugins/addons/ExpertDecoders.py:98 +msgid "Your ExpertDecoders Account has not enough credits" +msgstr "ããªãã® ExpertDecoders ã¢ã«ãŠã³ããååãªã¯ã¬ãžãã" + +#: pyload/plugins/addons/UpdateManager.py:73 +msgid "*** Plugins have been updated, please restart pyLoad ***" +msgstr "* * * ãã©ã°ã€ã³ãæŽæ°ãããŠãpyLoad ãåèµ·åããŠãã ãã * * *" + +#: pyload/plugins/addons/UpdateManager.py:75 +msgid "Plugins updated and reloaded" +msgstr "ãã©ã°ã€ã³ã®æŽæ°ããåèªã¿èŸŒã¿" + +#: pyload/plugins/addons/UpdateManager.py:78 +msgid "No plugin updates available" +msgstr "ãã©ã°ã€ã³ã®æŽæ°ã¯ãããŸããã" + +#: pyload/plugins/addons/UpdateManager.py:95 +msgid "No Updates for pyLoad" +msgstr "PyLoad ã®æŽæ°" + +#: pyload/plugins/addons/UpdateManager.py:100 +#, python-format +msgid "*** New pyLoad Version %s available ***" +msgstr "* * * æ°ãã pyLoad ããŒãžã§ã³ %s ãå©çš * * *" + +#: pyload/plugins/addons/UpdateManager.py:101 +msgid "*** Get it here: http://pyload.org/download ***" +msgstr "* * * ãããåŸãããã§: http://pyload.org/download * * *" + +#: pyload/plugins/addons/UpdateManager.py:104 +msgid "Not able to connect server for updates" +msgstr "æŽæ°ãµãŒããŒã«æ¥ç¶ããããšã¯ã§ããŸããã" + +#: pyload/plugins/addons/UpdateManager.py:148 +#, python-format +msgid "New version of %(type)s|%(name)s : %(version).2f" +msgstr "æ°ããããŒãžã§ã³ã®%(type)s|%(name)s%(version) .2f" + +#: pyload/plugins/addons/UpdateManager.py:157 +#: pyload/plugins/addons/UpdateManager.py:162 +#, python-format +msgid "Error when updating %s" +msgstr "%sãæŽæ°ãããšãã®ãšã©ãŒ" + +#: pyload/plugins/addons/UpdateManager.py:162 +msgid "Version mismatch" +msgstr "ããŒãžã§ã³ã®äžäžèŽ" + +#: pyload/plugins/addons/ExtractArchive.py:92 +#, python-format +msgid "No %s installed" +msgstr "%s ãã€ã³ã¹ããŒã«ãããŸãã" + +#: pyload/plugins/addons/ExtractArchive.py:94 +#: pyload/plugins/addons/ExtractArchive.py:99 +#, python-format +msgid "Could not activate %s" +msgstr "%S ãã¢ã¯ãã£ãã«ã§ããŸããã§ããã" + +#: pyload/plugins/addons/ExtractArchive.py:104 +msgid "Activated" +msgstr "ã¢ã¯ãã£ãå" + +#: pyload/plugins/addons/ExtractArchive.py:106 +msgid "No Extract plugins activated" +msgstr "ã¢ã¯ãã£ãåã®ãã©ã°ã€ã³ããªã" + +#: pyload/plugins/addons/ExtractArchive.py:118 +#, python-format +msgid "Package %s queued for later extracting" +msgstr "ããã±ãŒãž %s ã¯ãæœåºåŸã®ãã¥ãŒ" + +#: pyload/plugins/addons/ExtractArchive.py:143 +#, python-format +msgid "Check package %s" +msgstr "ããã±ãŒãž %s ããã§ãã¯" + +#: pyload/plugins/addons/ExtractArchive.py:183 +#, python-format +msgid "Extract to %s" +msgstr "%S ãæœåºããŸãã" + +#: pyload/plugins/addons/ExtractArchive.py:197 +msgid "No files found to extract" +msgstr "ãã¡ã€ã«ãæœåºãããèŠã€ãããŸãã" + +#: pyload/plugins/addons/ExtractArchive.py:203 +msgid "extracting" +msgstr "å±éäž" + +#: pyload/plugins/addons/ExtractArchive.py:214 +msgid "Password protected" +msgstr "ãã¹ã¯ãŒãã§ä¿è·ãããŠããŸã" + +#: pyload/plugins/addons/ExtractArchive.py:234 +msgid "Wrong password" +msgstr "æ£ãããªããã¹ã¯ãŒã" + +#: pyload/plugins/addons/ExtractArchive.py:242 +#, python-format +msgid "Deleting %s files" +msgstr "%s åã®ãã¡ã€ã«ãåé€äž" + +#: pyload/plugins/addons/ExtractArchive.py:247 +msgid "Extracting finished" +msgstr "å±éãå®äºããŸãã" + +#: pyload/plugins/addons/ExtractArchive.py:254 +msgid "Archive Error" +msgstr "ã¢ãŒã«ã€ã ãšã©ãŒ" + +#: pyload/plugins/addons/ExtractArchive.py:256 +msgid "CRC Mismatch" +msgstr "CRC ãäžäžèŽ" + +#: pyload/plugins/addons/ExtractArchive.py:260 +msgid "Unknown Error" +msgstr "äžæãªãšã©ãŒ" + +#: pyload/plugins/addons/ExtractArchive.py:312 +msgid "Setting User and Group failed" +msgstr "ãŠãŒã¶ãŒèšå®ããã³ã°ã«ãŒãã«å€±æããŸãã" + +#: pyload/plugins/addons/LinkdecrypterCom.py:36 +msgid "Crypter list not found" +msgstr "Crypter ãªã¹ããèŠã€ãããŸãã" + +#: pyload/plugins/addons/LinkdecrypterCom.py:50 +msgid "Crypter list is empty" +msgstr "Crypter ãªã¹ãã¯ç©ºã§ãã" + +#: pyload/plugins/addons/IRCInterface.py:82 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " +msgstr "ããŠã³ããŒãå®äº: %(name)s @ %(plugin)s" + +#: pyload/plugins/addons/IRCInterface.py:94 +#, python-format +msgid "New Captcha Request: %s" +msgstr "æ°ãããã£ããã£èŠæ±: %s" + +#: pyload/plugins/addons/IRCInterface.py:95 +#, python-format +msgid "Answer with 'c %s text on the captcha'" +msgstr "'C %s ããã¹ãã®ãã£ããã£ã' ãšçã" + +#: pyload/plugins/addons/PremiumizeMe.py:46 +msgid "Please add a valid premiumize.me account first and restart pyLoad." +msgstr "æåã® premiumize.me ã®æå¹ãªã¢ã«ãŠã³ãã远å ããŠãpyLoad ãåèµ·åããŠãã ããã" + +#: pyload/plugins/addons/CaptchaBrotherhood.py:69 +#, python-format +msgid "%d credits left" +msgstr "%d ã®ã¯ã¬ãžãããæ®ã£ã" + +#: pyload/plugins/addons/MultiHoster.py:29 +#, python-format +msgid "Activated %s" +msgstr "ã¢ã¯ãã£ãå %s" + +#: pyload/plugins/addons/MultiHoster.py:47 +msgid "No Hoster loaded" +msgstr "ãã¹ãã£ã³ã° ãµãŒãã¹ãèªã¿èŸŒãŸããŠããŸãã" + diff --git a/locale/ja/LC_MESSAGES/setup.po b/locale/ja/LC_MESSAGES/setup.po new file mode 100644 index 000000000..0c85dfc40 --- /dev/null +++ b/locale/ja/LC_MESSAGES/setup.po @@ -0,0 +1,376 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-08-07 09:03-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Japanese\n" +"Language: ja_JP\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.net\n" + +#: pyload/Setup.py:72 +msgid "Would you like to configure pyLoad via Webinterface?" +msgstr "ãŠã§ãã€ã³ã¿ ãã§ãŒã¹ãä»ã㊠pyLoad ãæ§æããåžæã§ããïŒ" + +#: pyload/Setup.py:73 +msgid "You need a Browser and a connection to this PC for it." +msgstr "ããã®ããããã©ãŠã¶ãŒãšãã® PC ã«æ¥ç¶å¿
èŠããããŸãã" + +#: pyload/Setup.py:74 +msgid "Url would be: http://hostname:8000/" +msgstr "Url ã«ãªã: http://hostname:8000/" + +#: pyload/Setup.py:75 +msgid "Start initial webinterface for configuration?" +msgstr "æ§æã®åæã®ãŠã§ãã€ã³ã¿ ãã§ãŒã¹ãéå§ã§ããïŒ" + +#: pyload/Setup.py:86 +msgid "Welcome to the pyLoad Configuration Assistent." +msgstr "pyLoad èšå®ã¢ã·ã¹ã¿ã³ãã«ããããã" + +#: pyload/Setup.py:87 +msgid "It will check your system and make a basic setup in order to run pyLoad." +msgstr "ããã¯ããªãã®ã·ã¹ãã ããã§ãã¯ããåºæ¬çãªã»ããã¢ãã pyLoad ãå®è¡ããããã«ã" + +#: pyload/Setup.py:89 +msgid "The value in brackets [] always is the default value," +msgstr "è§ãã£ãå
ã®å€ã¯åžžã«ãæ¢å®å€ã¯" + +#: pyload/Setup.py:90 +msgid "in case you don't want to change it or you are unsure what to choose, just hit enter." +msgstr "ããã倿Žããããªããäœãéžæãã確èªãå Žåãããã ããå
¥åããŸãã" + +#: pyload/Setup.py:92 +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgstr "å¿ããŠã¯ãããªãïŒ pyLoadCore ãèµ·åãããšåžžã«ã»ããã¢ãããŸãã¯-s ãã©ã¡ãŒã¿ãŒã§ãã®ã¢ã·ã¹ã¿ã³ããåå®è¡ããããšãã§ããŸãã" + +#: pyload/Setup.py:93 +msgid "If you have any problems with this assistent hit CTRL+C," +msgstr "ãã®ã¢ã·ã¹ã¿ã³ãã§äœãåé¡ãããå Žå㯠CTRL + C ããããããŸãã" + +#: pyload/Setup.py:94 +msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgstr "äžæ¢ããªãã§ãã ãã圌ã¯ãã¯ãèªåçã« pyLoadCore ãéå§ãããŠãã ããã" + +#: pyload/Setup.py:96 +msgid "When you are ready for system check, hit enter." +msgstr "ã·ã¹ãã ãã§ãã¯ã®æºåãæŽã£ãããããããå
¥åããŸãã" + +#: pyload/Setup.py:103 +msgid "Features missing: " +msgstr "äžè¶³ããŠããæ©èœ:" + +#: pyload/Setup.py:107 +msgid "no py-crypto available" +msgstr " py-crypto å©çšã§ããŸãã" + +#: pyload/Setup.py:108 +msgid "You need this if you want to decrypt container files." +msgstr "ã³ã³ãã㌠ãã¡ã€ã«ã®æå·åãè§£é€ãããå Žåãã®å¿
èŠããããŸãã" + +#: pyload/Setup.py:112 +msgid "no SSL available" +msgstr "SSL ãå©çšã§ããŸãã" + +#: pyload/Setup.py:113 +msgid "This is needed if you want to establish a secure connection to core or webinterface." +msgstr "ããã¯ã³ã¢ãŸãã¯ãŠã§ãã€ã³ã¿ ãã§ãŒã¹ãžã®ã»ãã¥ãªãã£ã§ä¿è·ãããæ¥ç¶ã確ç«ããå Žåã«å¿
èŠã§ãã" + +#: pyload/Setup.py:114 +msgid "If you only want to access locally to pyLoad ssl is not useful." +msgstr "PyLoad ssl ãžã®ããŒã«ã« ã¢ã¯ã»ã¹ããå Žåã¯äœ¿çšãããŸããã" + +#: pyload/Setup.py:118 +msgid "no Captcha Recognition available" +msgstr " Captcha ã®èªèãã§ããŸãã" + +#: pyload/Setup.py:119 +msgid "Only needed for some hosters and as freeuser." +msgstr "Freeuser ãšããã€ãã®ãã¹ãã£ã³ã°ã®ããã«ã®ã¿å¿
èŠã§ãã" + +#: pyload/Setup.py:123 +msgid "no JavaScript engine found" +msgstr "JavaScript ãšã³ãžã³ãèŠã€ãããŸãã" + +#: pyload/Setup.py:124 +msgid "You will need this for some Click'N'Load links. Install Spidermonkey, ossp-js, pyv8 or rhino" +msgstr "å¿
èŠããããŸãããããã€ã click 'n ã®' ãªã³ã¯ãèªã¿èŸŒã¿ãŸãããµã€ pyv8 ã ossp js Spidermonkey ãã€ã³ã¹ããŒã«ããŸãã" + +#: pyload/Setup.py:126 +msgid "You can abort the setup now and fix some dependencies if you want." +msgstr "ä»ãã»ããã¢ãããäžæ¢ããããå Žåãããã€ãã®äŸåé¢ä¿ãä¿®æ£ã§ããŸãã" + +#: pyload/Setup.py:128 +msgid "Continue with setup?" +msgstr "ã»ããã¢ãããç¶ããŸããã" + +#: pyload/Setup.py:134 +#, python-format +msgid "Do you want to change the config path? Current is %s" +msgstr "èšå®ãã¹ã倿ŽããŸãããçŸåšã¯ %s ã§ãã" + +#: pyload/Setup.py:136 +msgid "If you use pyLoad on a server or the home partition lives on an internal flash it may be a good idea to change it." +msgstr "PyLoad ã䜿çšããŠããµãŒããŒäžãŸã㯠home ããŒãã£ã·ã§ã³ã®å
éšã®ãã©ãã·ã¥ã«äœãã§ããå Žåè¯ãã¢ã€ãã¢ããã倿ŽããããšããããŸãã" + +#: pyload/Setup.py:137 +msgid "Change config path?" +msgstr "èšå®ãã¹ã®å€æŽã§ããïŒ" + +#: pyload/Setup.py:143 +msgid "Do you want to configure login data and basic settings?" +msgstr "ãã°ã€ã³ ããŒã¿ãšåºæ¬èšå®ãæ§æããŸããã" + +#: pyload/Setup.py:144 +msgid "This is recommend for first run." +msgstr "æåã®å®è¡ããå§ãããŸãã§ãã" + +#: pyload/Setup.py:145 +msgid "Make basic setup?" +msgstr "åºæ¬çãªã»ããã¢ãããè¡ããïŒ" + +#: pyload/Setup.py:152 +msgid "Do you want to configure ssl?" +msgstr "Ssl ãæ§æããŸããã" + +#: pyload/Setup.py:153 +msgid "Configure ssl?" +msgstr "Ssl ãæ§æããŸããã" + +#: pyload/Setup.py:159 +msgid "Do you want to configure webinterface?" +msgstr "ãŠã§ãã€ã³ã¿ ãã§ãŒã¹ãæ§æããŸããã" + +#: pyload/Setup.py:160 +msgid "Configure webinterface?" +msgstr "ãŠã§ãã€ã³ã¿ ãã§ãŒã¹ãæ§æããŸããã" + +#: pyload/Setup.py:165 +msgid "Setup finished successfully." +msgstr "ã»ããã¢ããã¯æ£åžžã«å®äºããŸããã" + +#: pyload/Setup.py:166 +msgid "Hit enter to exit and restart pyLoad" +msgstr "PyLoad ãåèµ·åãçµäºãå
¥åããã" + +#: pyload/Setup.py:173 +msgid "Webinterface running for setup." +msgstr "ãŠã§ãã€ã³ã¿ ãã§ãŒã¹ã®ã»ããã¢ãããå®è¡ããŠããŸãã" + +#: pyload/Setup.py:190 +msgid "## Basic Setup ##" +msgstr "## åºæ¬çãªã»ããã¢ãã ##" + +#: pyload/Setup.py:193 +msgid "The following logindata is valid for CLI, GUI and webinterface." +msgstr "次㮠logindata 㯠CLI ãš GUI ã®ãŠã§ãã€ã³ã¿ ãã§ãŒã¹ã«æå¹ã§ãã" + +#: pyload/Setup.py:199 pyload/Setup.py:288 pyload/Setup.py:304 +msgid "Username" +msgstr "ãŠãŒã¶ãŒå" + +#: pyload/Setup.py:205 +msgid "External clients (GUI, CLI or other) need remote access to work over the network." +msgstr "å€éšã¯ã©ã€ã¢ã³ã (GUIãCLI ãŸãã¯ä») ãªã¢ãŒã ã¢ã¯ã»ã¹ããããã¯ãŒã¯äžã§åäœããå¿
èŠããããŸãã" + +#: pyload/Setup.py:206 +msgid "However, if you only want to use the webinterface you may disable it to save ram." +msgstr "ãã ããã®ã¿ããŠã§ãã€ã³ã¿ ãã§ãŒã¹ã䜿çšããå Žå㯠ram ãä¿åããŠç¡å¹ã«ã§ããŸãã" + +#: pyload/Setup.py:207 +msgid "Enable remote access" +msgstr "ãªã¢ãŒã ã¢ã¯ã»ã¹ãæå¹ã«ããŸãã" + +#: pyload/Setup.py:211 +msgid "Language" +msgstr "èšèª" + +#: pyload/Setup.py:213 +msgid "Download folder" +msgstr "ãã©ã«ããŒãããŠã³ããŒãããŸãã" + +#: pyload/Setup.py:214 +msgid "Max parallel downloads" +msgstr "æå€§äžŠåããŠã³ããŒã" + +#: pyload/Setup.py:218 +msgid "Use Reconnect?" +msgstr "忥ç¶ã䜿çšããŸãã" + +#: pyload/Setup.py:221 +msgid "Reconnect script location" +msgstr "ã¹ã¯ãªããã®å Žæãæ¥ç¶ãçŽããŸã" + +#: pyload/Setup.py:226 +msgid "## Webinterface Setup ##" +msgstr "## ãŠã§ãã€ã³ã¿ãã§ãŒã¹ã®ã»ããã¢ãã ##" + +#: pyload/Setup.py:229 +msgid "Activate webinterface?" +msgstr "ãŠã§ãã€ã³ã¿ãã§ãŒã¹ãã¢ã¯ãã£ããŒãããŸãã?" + +#: pyload/Setup.py:231 +msgid "Listen address, if you use 127.0.0.1 or localhost, the webinterface will only accessible locally." +msgstr "ãªã¹ã³ ã¢ãã¬ã¹ã127.0.0.1 ãŸã㯠localhostããŠã§ãã€ã³ã¿ ãã§ãŒã¹ã䜿çšããå Žåã¯ãããŒã«ã«ã§ã®ã¿ã¢ã¯ã»ã¹å¯èœã" + +#: pyload/Setup.py:232 +msgid "Address" +msgstr "ã¢ãã¬ã¹" + +#: pyload/Setup.py:233 +msgid "Port" +msgstr "ããŒã" + +#: pyload/Setup.py:235 +msgid "pyLoad offers several server backends, now following a short explanation." +msgstr "pyLoad ä»ãç°¡åãªèª¬æã次ã®ããã€ãã®ãµãŒã㌠ããã¯ãšã³ããæäŸããŠããŸãã" + +#: pyload/Setup.py:236 +msgid "Default server, this server offers SSL and is a good alternative to builtin." +msgstr "æ¢å®ã®ãµãŒããŒãã®ãµãŒã㌠SSL ãæäŸããŠããŸããçµã¿èŸŒã¿ã«ã¯è¯ãéžæè¢ã§ãã" + +#: pyload/Setup.py:238 +msgid "Can be used by apache, lighttpd, requires you to configure them, which is not too easy job." +msgstr "Apacheãlighttpd ã䜿çšããããšãã§ããŸããããŸãã«ãç°¡åãªä»äºã§ã¯ãªããããããæ§æããå¿
èŠããããŸãã" + +#: pyload/Setup.py:239 +msgid "Very fast alternative written in C, requires libev and linux knowledge." +msgstr "C ã§æžãããéåžžã«é«éãªæ¹æ³ã§ã¯ãlibev ããã³ linux ã®ç¥èãå¿
èŠã§ãã" + +#: pyload/Setup.py:240 +msgid "Get it from here: https://github.com/jonashaag/bjoern, compile it" +msgstr "ãããããããåŸã: https://github.com/jonashaag/bjoernããããã³ã³ãã€ã«" + +#: pyload/Setup.py:241 +msgid "and copy bjoern.so to pyload/lib" +msgstr "pyload/lib ã« bjoern.so ãã³ããŒ" + +#: pyload/Setup.py:245 +msgid "Attention: In some rare cases the builtin server is not working, if you notice problems with the webinterface" +msgstr "泚æ: ããã€ãã®ãŸããªã±ãŒã¹ã§ãçµã¿èŸŒã¿ã®ãµãŒããŒãåäœããªãããŠã§ãã€ã³ã¿ ãã§ãŒã¹ã§åé¡ãçºçããå Žå" + +#: pyload/Setup.py:246 +msgid "come back here and change the builtin server to the threaded one here." +msgstr "ããã«æ»ã£ãŠããããããã§ã¹ã¬ããã«çµã¿èŸŒã¿ãµãŒããŒã倿ŽããŸãã" + +#: pyload/Setup.py:248 +msgid "Server" +msgstr "ãµãŒããŒ" + +#: pyload/Setup.py:253 +msgid "## SSL Setup ##" +msgstr "## SSL ã»ããã¢ãã ##" + +#: pyload/Setup.py:255 +msgid "Execute these commands from pyLoad config folder to make ssl certificates:" +msgstr "Ssl èšŒææžã pyLoad config ãã©ã«ããŒãããããã®ã³ãã³ããå®è¡ããŸãã" + +#: pyload/Setup.py:261 +msgid "If you're done and everything went fine, you can activate ssl now." +msgstr "å®äºãããããã¹ãŠãããŸãè¡ã£ãå Žå ssl ãä»ããã¢ã¯ãã£ãåããããšãã§ããŸãã" + +#: pyload/Setup.py:262 +msgid "Activate SSL?" +msgstr "SSL ãæå¹ã«ãããïŒ" + +#: pyload/Setup.py:278 +msgid "Select action" +msgstr "åäœãéžæ" + +#: pyload/Setup.py:279 +msgid "1 - Create/Edit user" +msgstr "1 - ãŠãŒã¶ãäœæ/ç·šé" + +#: pyload/Setup.py:280 +msgid "2 - List users" +msgstr "2 - ãŠãŒã¶äžèЧã衚瀺" + +#: pyload/Setup.py:281 +msgid "3 - Remove user" +msgstr "3 - ãŠãŒã¶ãåé€" + +#: pyload/Setup.py:282 +msgid "4 - Quit" +msgstr "4 - çµäº" + +#: pyload/Setup.py:294 +msgid "Users" +msgstr "ãŠãŒã¶ãŒ" + +#: pyload/Setup.py:322 +msgid "Setting new configpath, current configuration will not be transferred!" +msgstr "æ°ãã configpath ãèšå®ãçŸåšã®èšå®ã¯è»¢éãããŸãã ïŒ" + +#: pyload/Setup.py:323 +msgid "Config path" +msgstr "æ§æãã¹" + +#: pyload/Setup.py:331 +msgid "Config path changed, setup will now close, please restart to go on." +msgstr "æ§æãã¹ã倿Žããããšãã»ããã¢ããã¯ä»è¿ãã«è¡ããåèµ·åããŠãã ããã" + +#: pyload/Setup.py:332 +msgid "Press Enter to exit." +msgstr "çµäºããã«ã¯ Enter ãæŒããŠãã ããã" + +#: pyload/Setup.py:336 +#, python-format +msgid "Setting config path failed: %s" +msgstr "èšå®ãã¹ã®èšå®ã«å€±æããŸãã: %s" + +#: pyload/Setup.py:347 +msgid "y" +msgstr "y" + +#: pyload/Setup.py:349 +msgid "n" +msgstr "n" + +#: pyload/Setup.py:373 +msgid "Password: " +msgstr "ãã¹ã¯ãŒã: " + +#: pyload/Setup.py:377 +msgid "Password too short. Use at least 4 symbols." +msgstr "ãã¹ã¯ãŒããçãããŸãã4 æå以äžã«ããŠãã ããã" + +#: pyload/Setup.py:380 +msgid "Password (again): " +msgstr "ãã¹ã¯ãŒã (åå
¥å): " + +#: pyload/Setup.py:386 +msgid "Passwords did not match." +msgstr "ãã¹ã¯ãŒããäžèŽããŸããã§ããã" + +#: pyload/Setup.py:397 +msgid "yes" +msgstr "ã¯ã" + +#: pyload/Setup.py:397 +msgid "true" +msgstr "true" + +#: pyload/Setup.py:397 +msgid "t" +msgstr "t" + +#: pyload/Setup.py:400 +msgid "no" +msgstr "ããã" + +#: pyload/Setup.py:400 +msgid "false" +msgstr "false" + +#: pyload/Setup.py:400 +msgid "f" +msgstr "f" + +#: pyload/Setup.py:403 pyload/Setup.py:413 +msgid "Invalid Input" +msgstr "ç¡å¹ãªå
¥å" + diff --git a/locale/ja/LC_MESSAGES/webUI.po b/locale/ja/LC_MESSAGES/webUI.po new file mode 100644 index 000000000..f0813985f --- /dev/null +++ b/locale/ja/LC_MESSAGES/webUI.po @@ -0,0 +1,129 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-08-10 11:58+0200\n" +"PO-Revision-Date: 2013-08-31 15:21-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Japanese\n" +"Language: ja_JP\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.net\n" + +#: pyload/web/app/scripts/helpers/formatSize.js:9 +msgid "not available" +msgstr "" + +#: pyload/web/app/scripts/helpers/formatSize.js:11 +msgid "unlimited" +msgstr "ç¡å¶é" + +#: pyload/web/app/templates/default/admin.html:3 +#: pyload/web/app/templates/default/admin.html:4 +msgid "Admin" +msgstr "" + +#: pyload/web/app/templates/default/setup.html:3 +msgid "Setup" +msgstr "" + +#: pyload/web/app/templates/default/accounts/actionbar.html:2 +msgid "Add Account" +msgstr "" + +#: pyload/web/app/templates/default/accounts/layout.html:2 +msgid "Accounts" +msgstr "ã¢ã«ãŠã³ã" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:9 +msgid "Local" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:18 +msgid "Search" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:26 +msgid "Type" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:44 +#: pyload/web/app/templates/default/dashboard/actionbar.html:49 +msgid "All" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:50 +msgid "Finished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:51 +msgid "Unfinished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:52 +msgid "Failed" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/select.html:1 +msgid "1 package" +msgid_plural "%d packages" +msgstr[0] "" + +#: pyload/web/app/templates/default/dashboard/select.html:4 +msgid "1 file" +msgid_plural "%d files" +msgstr[0] "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:2 +msgid "Add an account" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:7 +msgid "Please enter your account data" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:3 +msgid "Choose a plugin" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:9 +msgid "Please choose a plugin, which you want to configure" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:23 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:46 +msgid "Add" +msgstr "远å " + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:24 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:47 +#: pyload/web/app/templates/default/dialogs/interactionTask.html:35 +msgid "Close" +msgstr "éãã" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:2 +msgid "Please confirm" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:5 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:8 +msgid "Delete" +msgstr "åé€" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:9 +msgid "Cancel" +msgstr "ãã£ã³ã»ã«" + +#: pyload/web/app/templates/default/dialogs/interactionTask.html:34 +msgid "Submit" +msgstr "éä¿¡" + +#: pyload/web/app/templates/default/header/layout.html:12 +msgid "Running..." +msgstr "" + diff --git a/locale/ko/LC_MESSAGES/cli.po b/locale/ko/LC_MESSAGES/cli.po new file mode 100644 index 000000000..e78edd2d4 --- /dev/null +++ b/locale/ko/LC_MESSAGES/cli.po @@ -0,0 +1,291 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Korean\n" +"Language: ko_KR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.net\n" + +#: pyload/cli/AddPackage.py:48 +msgid "Add Package:" +msgstr "" + +#: pyload/cli/AddPackage.py:53 +msgid "Enter a name for the new package" +msgstr "" + +#: pyload/cli/AddPackage.py:57 +#, python-format +msgid "Package: %s" +msgstr "" + +#: pyload/cli/AddPackage.py:58 +msgid "Parse the links you want to add." +msgstr "" + +#: pyload/cli/AddPackage.py:59 +#, python-format +msgid "Type %s when done." +msgstr "" + +#: pyload/cli/AddPackage.py:60 +msgid "Links added: " +msgstr "" + +#: pyload/cli/AddPackage.py:64 pyload/cli/ManageFiles.py:149 +msgid " back to main menu" +msgstr "" + +#: pyload/cli/ManageFiles.py:97 +msgid "Manage Packages:" +msgstr "" + +#: pyload/cli/ManageFiles.py:99 +msgid "Manage Links:" +msgstr "" + +#: pyload/cli/ManageFiles.py:104 +msgid "What do you want to move?" +msgstr "" + +#: pyload/cli/ManageFiles.py:106 +msgid "What do you want to delete?" +msgstr "" + +#: pyload/cli/ManageFiles.py:108 +msgid "What do you want to restart?" +msgstr "" + +#: pyload/cli/ManageFiles.py:113 +msgid "Choose what you want to do, or enter package number." +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "delete" +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "move" +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "restart" +msgstr "" + +#: pyload/cli/ManageFiles.py:148 +msgid " - previous" +msgstr "" + +#: pyload/cli/ManageFiles.py:148 +msgid " - next" +msgstr "" + +#: pyload/cli/Cli.py:75 pyload/cli/Cli.py:133 +msgid " Command Line Interface" +msgstr "" + +#: pyload/cli/Cli.py:165 +#, python-format +msgid "%s Downloads:" +msgstr "" + +#: pyload/cli/Cli.py:177 +msgid " Speed: " +msgstr "" + +#: pyload/cli/Cli.py:177 +msgid " Size: " +msgstr "" + +#: pyload/cli/Cli.py:178 +msgid " Finished in: " +msgstr "" + +#: pyload/cli/Cli.py:179 +msgid " ID: " +msgstr "" + +#: pyload/cli/Cli.py:184 +msgid "waiting: " +msgstr "" + +#: pyload/cli/Cli.py:191 pyload/cli/Cli.py:193 +msgid "Status:" +msgstr "" + +#: pyload/cli/Cli.py:191 +msgid "paused" +msgstr "" + +#: pyload/cli/Cli.py:193 +msgid "running" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "total Speed" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "Files in queue" +msgstr "" + +#: pyload/cli/Cli.py:197 +msgid "Total" +msgstr "" + +#: pyload/cli/Cli.py:203 +msgid "Menu:" +msgstr "" + +#: pyload/cli/Cli.py:205 +msgid " Add Links" +msgstr "" + +#: pyload/cli/Cli.py:206 +msgid " Manage Queue" +msgstr "" + +#: pyload/cli/Cli.py:207 +msgid " Manage Collector" +msgstr "" + +#: pyload/cli/Cli.py:208 +msgid " (Un)Pause Server" +msgstr "" + +#: pyload/cli/Cli.py:209 +msgid " Kill Server" +msgstr "" + +#: pyload/cli/Cli.py:210 +msgid " Quit" +msgstr "" + +#: pyload/cli/Cli.py:289 pyload/cli/Cli.py:296 +msgid "Please use this syntax: add <Package name> <link> <link2> ..." +msgstr "" + +#: pyload/cli/Cli.py:315 +#, python-format +msgid "Checking %d links:" +msgstr "" + +#: pyload/cli/Cli.py:324 +msgid "File does not exists." +msgstr "" + +#: pyload/cli/Cli.py:385 +msgid "pyLoad was terminated" +msgstr "" + +#: pyload/cli/Cli.py:443 +msgid "Prints server status" +msgstr "" + +#: pyload/cli/Cli.py:444 +msgid "Prints downloads in queue" +msgstr "" + +#: pyload/cli/Cli.py:445 +msgid "Prints downloads in collector" +msgstr "" + +#: pyload/cli/Cli.py:446 +msgid "Adds package to queue" +msgstr "" + +#: pyload/cli/Cli.py:447 +msgid "Adds package to collector" +msgstr "" + +#: pyload/cli/Cli.py:448 +msgid "Delete Files from Queue/Collector" +msgstr "" + +#: pyload/cli/Cli.py:449 +msgid "Delete Packages from Queue/Collector" +msgstr "" + +#: pyload/cli/Cli.py:450 +msgid "Move Packages from Queue to Collector or vice versa" +msgstr "" + +#: pyload/cli/Cli.py:451 +msgid "Restart files" +msgstr "" + +#: pyload/cli/Cli.py:452 +msgid "Restart packages" +msgstr "" + +#: pyload/cli/Cli.py:453 +msgid "Check online status, works with local container" +msgstr "" + +#: pyload/cli/Cli.py:454 +msgid "Checks online status of a container file" +msgstr "" + +#: pyload/cli/Cli.py:455 +msgid "Pause the server" +msgstr "" + +#: pyload/cli/Cli.py:456 +msgid "continue downloads" +msgstr "" + +#: pyload/cli/Cli.py:457 +msgid "Toggle pause/unpause" +msgstr "" + +#: pyload/cli/Cli.py:458 +msgid "kill server" +msgstr "" + +#: pyload/cli/Cli.py:460 +msgid "List of commands:" +msgstr "" + +#: pyload/cli/Cli.py:473 +msgid "Couldn't write user config file" +msgstr "" + +#: pyload/cli/Cli.py:548 pyload/cli/Cli.py:580 +msgid "You need py-openssl to connect to this pyLoad core." +msgstr "" + +#: pyload/cli/Cli.py:555 +msgid "Address: " +msgstr "" + +#: pyload/cli/Cli.py:556 +msgid "Port: " +msgstr "" + +#: pyload/cli/Cli.py:557 +msgid "Username: " +msgstr "" + +#: pyload/cli/Cli.py:561 +msgid "Password: " +msgstr "" + +#: pyload/cli/Cli.py:566 pyload/cli/Cli.py:575 +msgid "Login data is wrong." +msgstr "" + +#: pyload/cli/Cli.py:568 pyload/cli/Cli.py:577 +#, python-format +msgid "Could not establish connection to %(addr)s:%(port)s." +msgstr "" + +#: pyload/cli/Cli.py:582 +msgid "Interactive mode ignored since you passed some commands." +msgstr "" + diff --git a/locale/ko/LC_MESSAGES/core.po b/locale/ko/LC_MESSAGES/core.po new file mode 100644 index 000000000..0f6aff9ac --- /dev/null +++ b/locale/ko/LC_MESSAGES/core.po @@ -0,0 +1,630 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Korean\n" +"Language: ko_KR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.net\n" + +#: pyload/AddonManager.py:62 +#, python-format +msgid "Error when executing %s" +msgstr "" + +#: pyload/AddonManager.py:93 +#, python-format +msgid "Failed activating %(name)s" +msgstr "" + +#: pyload/AddonManager.py:96 +#, python-format +msgid "Activated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:97 +#, python-format +msgid "Deactivated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:153 +msgid "Activating Plugins..." +msgstr "" + +#: pyload/AddonManager.py:162 +msgid "Deactivating Plugins..." +msgstr "" + +#: pyload/web/ServerThread.py:49 +msgid "SSL certificates not found." +msgstr "" + +#: pyload/web/ServerThread.py:53 +msgid "WebUI built is not available" +msgstr "" + +#: pyload/web/ServerThread.py:55 +msgid "Running webUI in development mode" +msgstr "" + +#: pyload/web/ServerThread.py:73 +msgid "Failed starting webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:107 +msgid "Failed importing webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:125 +msgid "This server offers no SSL, please consider using threaded instead" +msgstr "" + +#: pyload/web/ServerThread.py:139 +#, python-format +msgid "Starting %(name)s webserver: %(host)s:%(port)d" +msgstr "" + +#: pyload/config/default.py:14 +msgid "Remote" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Description" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Long description" +msgstr "" + +#: pyload/config/default.py:16 pyload/config/default.py:56 +#: pyload/config/default.py:63 +msgid "Activated" +msgstr "" + +#: pyload/config/default.py:17 pyload/config/default.py:69 +#: pyload/config/default.py:80 +msgid "Port" +msgstr "" + +#: pyload/config/default.py:18 pyload/config/default.py:77 +msgid "Address" +msgstr "" + +#: pyload/config/default.py:21 +msgid "Log" +msgstr "" + +#: pyload/config/default.py:23 +msgid "Size in kb" +msgstr "" + +#: pyload/config/default.py:24 +msgid "Folder" +msgstr "" + +#: pyload/config/default.py:25 +msgid "File Log" +msgstr "" + +#: pyload/config/default.py:26 +msgid "Count" +msgstr "" + +#: pyload/config/default.py:27 +msgid "Log Rotate" +msgstr "" + +#: pyload/config/default.py:30 +msgid "Permissions" +msgstr "" + +#: pyload/config/default.py:32 +msgid "Groupname" +msgstr "" + +#: pyload/config/default.py:33 +msgid "Change Group and User of Downloads" +msgstr "" + +#: pyload/config/default.py:34 +msgid "Change file mode of downloads" +msgstr "" + +#: pyload/config/default.py:35 pyload/config/default.py:75 +msgid "Username" +msgstr "" + +#: pyload/config/default.py:36 +msgid "Filemode for Downloads" +msgstr "" + +#: pyload/config/default.py:37 +msgid "Change group of running process" +msgstr "" + +#: pyload/config/default.py:38 +msgid "Folder Permission mode" +msgstr "" + +#: pyload/config/default.py:39 +msgid "Change user of running process" +msgstr "" + +#: pyload/config/default.py:42 +msgid "General" +msgstr "" + +#: pyload/config/default.py:44 +msgid "Language" +msgstr "" + +#: pyload/config/default.py:45 +msgid "Download Folder" +msgstr "" + +#: pyload/config/default.py:46 +msgid "Use Checksum" +msgstr "" + +#: pyload/config/default.py:47 +msgid "Create folder for each package" +msgstr "" + +#: pyload/config/default.py:48 +msgid "Debug Mode" +msgstr "" + +#: pyload/config/default.py:49 +msgid "Min Free Space (MB)" +msgstr "" + +#: pyload/config/default.py:50 +msgid "CPU Priority" +msgstr "" + +#: pyload/config/default.py:53 +msgid "SSL" +msgstr "" + +#: pyload/config/default.py:55 +msgid "SSL Certificate" +msgstr "" + +#: pyload/config/default.py:57 +msgid "SSL Key" +msgstr "" + +#: pyload/config/default.py:60 +msgid "Webinterface" +msgstr "" + +#: pyload/config/default.py:62 +msgid "Template" +msgstr "" + +#: pyload/config/default.py:64 +msgid "Path Prefix" +msgstr "" + +#: pyload/config/default.py:65 +msgid "Server" +msgstr "" + +#: pyload/config/default.py:66 +msgid "Favor specific server" +msgstr "" + +#: pyload/config/default.py:67 +msgid "IP" +msgstr "" + +#: pyload/config/default.py:68 +msgid "Use HTTPS" +msgstr "" + +#: pyload/config/default.py:70 +msgid "Development mode" +msgstr "" + +#: pyload/config/default.py:73 +msgid "Proxy" +msgstr "" + +#: pyload/config/default.py:76 +msgid "Use Proxy" +msgstr "" + +#: pyload/config/default.py:78 +msgid "Password" +msgstr "" + +#: pyload/config/default.py:79 +msgid "Protocol" +msgstr "" + +#: pyload/config/default.py:83 +msgid "Reconnect" +msgstr "" + +#: pyload/config/default.py:85 pyload/config/default.py:106 +msgid "End" +msgstr "" + +#: pyload/config/default.py:86 +msgid "Use Reconnect" +msgstr "" + +#: pyload/config/default.py:87 +msgid "Method" +msgstr "" + +#: pyload/config/default.py:88 pyload/config/default.py:105 +msgid "Start" +msgstr "" + +#: pyload/config/default.py:91 +msgid "Download" +msgstr "" + +#: pyload/config/default.py:93 +msgid "Max Parallel Downloads" +msgstr "" + +#: pyload/config/default.py:94 +msgid "Limit Download Speed" +msgstr "" + +#: pyload/config/default.py:95 +msgid "Download interface to bind (ip or Name)" +msgstr "" + +#: pyload/config/default.py:96 +msgid "Skip already existing files" +msgstr "" + +#: pyload/config/default.py:97 +msgid "Max Download Speed in kb/s" +msgstr "" + +#: pyload/config/default.py:98 +msgid "Allow IPv6" +msgstr "" + +#: pyload/config/default.py:99 +msgid "Max connections for one download" +msgstr "" + +#: pyload/config/default.py:100 +msgid "Restart failed downloads on startup" +msgstr "" + +#: pyload/config/default.py:103 +msgid "Download Time" +msgstr "" + +#: pyload/network/HTTPDownload.py:249 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/api/DownloadApi.py:44 +#, python-format +msgid "Added package %(name)s as folder %(folder)s" +msgstr "" + +#: pyload/api/DownloadApi.py:95 +#, python-format +msgid "Added %d links to package" +msgstr "" + +#: pyload/AccountManager.py:69 +#, python-format +msgid "Unknown account plugin %s" +msgstr "" + +#: pyload/interaction/InteractionManager.py:88 +msgid "Query" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Captcha request" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Please solve the captcha." +msgstr "" + +#: pyload/remote/RemoteManager.py:35 +#, python-format +msgid "Remote backend error: %s" +msgstr "" + +#: pyload/remote/RemoteManager.py:80 +#, python-format +msgid "Starting %(name)s: %(addr)s:%(port)s" +msgstr "" + +#: pyload/remote/RemoteManager.py:82 +#, python-format +msgid "Failed loading backend %(name)s | %(error)s" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "none" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "offline" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "online" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "queued" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "paused" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "finished" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "skipped" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "failed" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "starting" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "waiting" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "downloading" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "temp. offline" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "aborted" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "decrypting" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "processing" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "custom" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "unknown" +msgstr "" + +#: pyload/FileManager.py:426 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/Api.py:152 +#, python-format +msgid "User '%s' tries to log in" +msgstr "" + +#: pyload/Core.py:195 +msgid "Received Quit signal" +msgstr "" + +#: pyload/Core.py:323 +#, python-format +msgid "pyLoad already running with pid %s" +msgstr "" + +#: pyload/Core.py:337 +#, python-format +msgid "Failed changing group: %s" +msgstr "" + +#: pyload/Core.py:347 +#, python-format +msgid "Failed changing user: %s" +msgstr "" + +#: pyload/Core.py:358 +msgid "Starting" +msgstr "" + +#: pyload/Core.py:359 +#, python-format +msgid "Using home directory: %s" +msgstr "" + +#: pyload/Core.py:373 +msgid "All links removed" +msgstr "" + +#: pyload/Core.py:403 +#, python-format +msgid "Download time: %s" +msgstr "" + +#: pyload/Core.py:418 +#, python-format +msgid "Free space: %s" +msgstr "" + +#: pyload/Core.py:438 +msgid "Activating Accounts..." +msgstr "" + +#: pyload/Core.py:443 +msgid "Restarting failed downloads..." +msgstr "" + +#: pyload/Core.py:451 +msgid "pyLoad is up and running" +msgstr "" + +#: pyload/Core.py:474 +msgid "restarting pyLoad" +msgstr "" + +#: pyload/Core.py:478 +msgid "pyLoad quits" +msgstr "" + +#: pyload/Core.py:564 +msgid "shutting down..." +msgstr "" + +#: pyload/Core.py:579 +msgid "error while shutting down" +msgstr "" + +#: pyload/Core.py:661 +msgid "killed pyLoad from terminal" +msgstr "" + +#: pyload/database/DatabaseBackend.py:167 +msgid "Database was deleted due to incompatible version." +msgstr "" + +#: pyload/threads/DecrypterThread.py:50 +msgid "Decrypting failed" +msgstr "" + +#: pyload/threads/DecrypterThread.py:73 +#, python-format +msgid "Decrypted %(count)d links into package %(name)s" +msgstr "" + +#: pyload/threads/DecrypterThread.py:80 +msgid "No links decrypted" +msgstr "" + +#: pyload/threads/InfoThread.py:147 +#, python-format +msgid "Info Fetching for %(name)s failed | %(err)s" +msgstr "" + +#: pyload/threads/ThreadManager.py:155 +#, python-format +msgid "Reconnect Failed: %s" +msgstr "" + +#: pyload/threads/ThreadManager.py:192 +msgid "Reconnect script not found!" +msgstr "" + +#: pyload/threads/ThreadManager.py:198 +msgid "Starting reconnect" +msgstr "" + +#: pyload/threads/ThreadManager.py:212 +msgid "Failed executing reconnect script!" +msgstr "" + +#: pyload/threads/ThreadManager.py:224 +#, python-format +msgid "Reconnected, new IP: %s" +msgstr "" + +#: pyload/threads/ThreadManager.py:298 +msgid "Not enough space left on device" +msgstr "" + +#: pyload/threads/DownloadThread.py:64 +#, python-format +msgid "Download starts: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:70 +#, python-format +msgid "Download finished: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:75 +#, python-format +msgid "Plugin %s is missing a function." +msgstr "" + +#: pyload/threads/DownloadThread.py:83 pyload/threads/DownloadThread.py:147 +#, python-format +msgid "Download aborted: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:103 +#, python-format +msgid "Download restarted: %(name)s | %(msg)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:113 +#, python-format +msgid "Download is offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:116 pyload/threads/DownloadThread.py:187 +#, python-format +msgid "Download is temporary offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:119 pyload/threads/DownloadThread.py:192 +#, python-format +msgid "Download failed: %(name)s | %(msg)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:136 +msgid "Couldn't connect to host or connection reset, waiting 1 minute and retry." +msgstr "" + +#: pyload/threads/DownloadThread.py:171 +#, python-format +msgid "Download skipped: %(name)s due to %(plugin)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:188 +msgid "Internal Server Error" +msgstr "" + +#: pyload/threads/AddonThread.py:55 +msgid "An Error occurred" +msgstr "" + +#: pyload/PluginManager.py:316 +#, python-format +msgid "Error importing %(name)s: %(msg)s" +msgstr "" + +#: pyload/utils/JsEngine.py:188 +msgid "No js engine detected, please install either Spidermonkey, ossp-js, pyv8, nodejs or rhino" +msgstr "" + diff --git a/locale/ko/LC_MESSAGES/plugins.po b/locale/ko/LC_MESSAGES/plugins.po new file mode 100644 index 000000000..32064ba96 --- /dev/null +++ b/locale/ko/LC_MESSAGES/plugins.po @@ -0,0 +1,424 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-20 22:13+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Korean\n" +"Language: ko_KR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.net\n" + +#: pyload/plugins/network/CurlDownload.py:241 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/plugins/Base.py:329 +msgid "Pil and tesseract not installed and no Client connected for captcha decrypting" +msgstr "" + +#: pyload/plugins/Base.py:333 +msgid "No captcha result obtained in appropriate time." +msgstr "" + +#: pyload/plugins/Hoster.py:282 pyload/plugins/Hoster.py:319 +#: pyload/plugins/hoster/ARD.py:76 +#, python-format +msgid "Setting User and Group failed: %s" +msgstr "" + +#: pyload/plugins/Crypter.py:136 +msgid "Not existing file or unsupported protocol" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:96 +msgid "Rapidshare: Traffic Share (direct download)" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:123 +#: pyload/plugins/hoster/RapidshareCom.py:189 +msgid "Already downloading from this ip address, waiting 60 seconds" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:127 +msgid "Invalid Auth Code, download will be restarted" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:193 +msgid "RapidShareCom: No free slots" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:196 +msgid "You need a premium account for this file" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:198 +msgid "Filename reported invalid" +msgstr "" + +#: pyload/plugins/hoster/RealdebridCom.py:40 +#: pyload/plugins/hoster/Premium4Me.py:27 +#: pyload/plugins/hoster/MultiDebridCom.py:39 +#: pyload/plugins/hoster/ZeveraCom.py:24 +#: pyload/plugins/hoster/AlldebridCom.py:37 +#: pyload/plugins/hoster/RehostTo.py:25 pyload/plugins/hoster/ReloadCc.py:22 +#: pyload/plugins/hoster/DebridItaliaCom.py:38 +#: pyload/plugins/hoster/PremiumizeMe.py:19 +#, python-format +msgid "Please enter your %s account or deactivate this plugin" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:55 +msgid "Decryption failed" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:99 +msgid "No file key provided in the URL" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:111 +msgid "Error code:" +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:97 +msgid "Parallel download error, now waiting 60s." +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:208 +msgid "Not logged in." +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:135 +msgid "API key invalid" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:160 +#, python-format +msgid "%s: Not enough traffic left" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:163 +msgid "Traffic exceeded" +msgstr "" + +#: pyload/plugins/hoster/BasePlugin.py:63 +msgid "Authorization required (username:password)" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:143 +#: pyload/plugins/hoster/NetloadIn.py:167 +msgid "File temporarily not available" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:180 +#, python-format +msgid "Netload: waiting between downloads %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:209 +#, python-format +msgid "Netload: waiting for captcha %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:248 +msgid "Downloaded File was empty" +msgstr "" + +#: pyload/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 "" + +#: pyload/plugins/hoster/XHamsterCom.py:75 +#: pyload/plugins/hoster/XHamsterCom.py:84 +#: pyload/plugins/hoster/XHamsterCom.py:87 +#, python-format +msgid "long_url: %s" +msgstr "" + +#: pyload/plugins/Account.py:117 pyload/plugins/Account.py:123 +#, python-format +msgid "Could not login with account %(user)s | %(msg)s" +msgstr "" + +#: pyload/plugins/Account.py:118 +msgid "Wrong Password" +msgstr "" + +#: pyload/plugins/Account.py:184 +#, python-format +msgid "Get Account Info for %s" +msgstr "" + +#: pyload/plugins/Account.py:193 +#, python-format +msgid "Error: %s" +msgstr "" + +#: pyload/plugins/Account.py:242 +#, python-format +msgid "Your Time %s has a wrong format, use: 1:22-3:44" +msgstr "" + +#: pyload/plugins/Account.py:265 +#, python-format +msgid "Account %s has not enough traffic, checking again in 30min" +msgstr "" + +#: pyload/plugins/Account.py:273 +#, python-format +msgid "Account %s is expired, checking again in 1h" +msgstr "" + +#: pyload/plugins/Account.py:290 +#, python-format +msgid "Login with %s" +msgstr "" + +#: pyload/plugins/Addon.py:118 +#, python-format +msgid "Error executing addons: %s" +msgstr "" + +#: pyload/plugins/accounts/BitshareCom.py:36 +msgid "Activate direct Download in your Bitshare Account" +msgstr "" + +#: pyload/plugins/crypter/SerienjunkiesOrg.py:128 +msgid "Downloadlimit reached" +msgstr "" + +#: pyload/plugins/addons/Premium4Me.py:30 +msgid "Please add your premium.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:53 +#, python-format +msgid "Installed scripts for %s: " +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:69 +msgid "Script not executable:" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:79 +#, python-format +msgid "Error in %(script)s: %(error)s" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:72 +#: pyload/plugins/addons/Captcha9kw.py:56 +#: pyload/plugins/addons/ExpertDecoders.py:49 +#, python-format +msgid "%s credits left" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:120 +msgid "Could not send response." +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:138 +msgid "Your CaptchaTrader Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:89 +#, python-format +msgid "New CaptchaID from upload: %s : %s" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:123 +msgid "Your Captcha 9kw.eu Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/RehostTo.py:34 +msgid "Please add your rehost.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/HotFolder.py:82 +#, python-format +msgid "Added %s from HotFolder" +msgstr "" + +#: pyload/plugins/addons/ClickAndLoad.py:74 +msgid "Click'N'Load: Port 9666 already in use" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:82 +#: pyload/plugins/addons/IRCInterface.py:75 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:90 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" +msgstr "" + +#: pyload/plugins/addons/ExpertDecoders.py:98 +msgid "Your ExpertDecoders Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:73 +msgid "*** Plugins have been updated, please restart pyLoad ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:75 +msgid "Plugins updated and reloaded" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:78 +msgid "No plugin updates available" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:95 +msgid "No Updates for pyLoad" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:100 +#, python-format +msgid "*** New pyLoad Version %s available ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:101 +msgid "*** Get it here: http://pyload.org/download ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:104 +msgid "Not able to connect server for updates" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:148 +#, python-format +msgid "New version of %(type)s|%(name)s : %(version).2f" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:157 +#: pyload/plugins/addons/UpdateManager.py:162 +#, python-format +msgid "Error when updating %s" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:162 +msgid "Version mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:92 +#, python-format +msgid "No %s installed" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:94 +#: pyload/plugins/addons/ExtractArchive.py:99 +#, python-format +msgid "Could not activate %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:104 +msgid "Activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:106 +msgid "No Extract plugins activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:118 +#, python-format +msgid "Package %s queued for later extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:143 +#, python-format +msgid "Check package %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:183 +#, python-format +msgid "Extract to %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:197 +msgid "No files found to extract" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:203 +msgid "extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:214 +msgid "Password protected" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:234 +msgid "Wrong password" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:242 +#, python-format +msgid "Deleting %s files" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:247 +msgid "Extracting finished" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:254 +msgid "Archive Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:256 +msgid "CRC Mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:260 +msgid "Unknown Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:312 +msgid "Setting User and Group failed" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:36 +msgid "Crypter list not found" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:50 +msgid "Crypter list is empty" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:82 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:94 +#, python-format +msgid "New Captcha Request: %s" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:95 +#, python-format +msgid "Answer with 'c %s text on the captcha'" +msgstr "" + +#: pyload/plugins/addons/PremiumizeMe.py:46 +msgid "Please add a valid premiumize.me account first and restart pyLoad." +msgstr "" + +#: pyload/plugins/addons/CaptchaBrotherhood.py:69 +#, python-format +msgid "%d credits left" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:29 +#, python-format +msgid "Activated %s" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:47 +msgid "No Hoster loaded" +msgstr "" + diff --git a/locale/ko/LC_MESSAGES/setup.po b/locale/ko/LC_MESSAGES/setup.po new file mode 100644 index 000000000..a56deced8 --- /dev/null +++ b/locale/ko/LC_MESSAGES/setup.po @@ -0,0 +1,376 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Korean\n" +"Language: ko_KR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.net\n" + +#: pyload/Setup.py:72 +msgid "Would you like to configure pyLoad via Webinterface?" +msgstr "" + +#: pyload/Setup.py:73 +msgid "You need a Browser and a connection to this PC for it." +msgstr "" + +#: pyload/Setup.py:74 +msgid "Url would be: http://hostname:8000/" +msgstr "" + +#: pyload/Setup.py:75 +msgid "Start initial webinterface for configuration?" +msgstr "" + +#: pyload/Setup.py:86 +msgid "Welcome to the pyLoad Configuration Assistent." +msgstr "" + +#: pyload/Setup.py:87 +msgid "It will check your system and make a basic setup in order to run pyLoad." +msgstr "" + +#: pyload/Setup.py:89 +msgid "The value in brackets [] always is the default value," +msgstr "" + +#: pyload/Setup.py:90 +msgid "in case you don't want to change it or you are unsure what to choose, just hit enter." +msgstr "" + +#: pyload/Setup.py:92 +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgstr "" + +#: pyload/Setup.py:93 +msgid "If you have any problems with this assistent hit CTRL+C," +msgstr "" + +#: pyload/Setup.py:94 +msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgstr "" + +#: pyload/Setup.py:96 +msgid "When you are ready for system check, hit enter." +msgstr "" + +#: pyload/Setup.py:103 +msgid "Features missing: " +msgstr "" + +#: pyload/Setup.py:107 +msgid "no py-crypto available" +msgstr "" + +#: pyload/Setup.py:108 +msgid "You need this if you want to decrypt container files." +msgstr "" + +#: pyload/Setup.py:112 +msgid "no SSL available" +msgstr "" + +#: pyload/Setup.py:113 +msgid "This is needed if you want to establish a secure connection to core or webinterface." +msgstr "" + +#: pyload/Setup.py:114 +msgid "If you only want to access locally to pyLoad ssl is not useful." +msgstr "" + +#: pyload/Setup.py:118 +msgid "no Captcha Recognition available" +msgstr "" + +#: pyload/Setup.py:119 +msgid "Only needed for some hosters and as freeuser." +msgstr "" + +#: pyload/Setup.py:123 +msgid "no JavaScript engine found" +msgstr "" + +#: pyload/Setup.py:124 +msgid "You will need this for some Click'N'Load links. Install Spidermonkey, ossp-js, pyv8 or rhino" +msgstr "" + +#: pyload/Setup.py:126 +msgid "You can abort the setup now and fix some dependencies if you want." +msgstr "" + +#: pyload/Setup.py:128 +msgid "Continue with setup?" +msgstr "" + +#: pyload/Setup.py:134 +#, python-format +msgid "Do you want to change the config path? Current is %s" +msgstr "" + +#: pyload/Setup.py:136 +msgid "If you use pyLoad on a server or the home partition lives on an internal flash it may be a good idea to change it." +msgstr "" + +#: pyload/Setup.py:137 +msgid "Change config path?" +msgstr "" + +#: pyload/Setup.py:143 +msgid "Do you want to configure login data and basic settings?" +msgstr "" + +#: pyload/Setup.py:144 +msgid "This is recommend for first run." +msgstr "" + +#: pyload/Setup.py:145 +msgid "Make basic setup?" +msgstr "" + +#: pyload/Setup.py:152 +msgid "Do you want to configure ssl?" +msgstr "" + +#: pyload/Setup.py:153 +msgid "Configure ssl?" +msgstr "" + +#: pyload/Setup.py:159 +msgid "Do you want to configure webinterface?" +msgstr "" + +#: pyload/Setup.py:160 +msgid "Configure webinterface?" +msgstr "" + +#: pyload/Setup.py:165 +msgid "Setup finished successfully." +msgstr "" + +#: pyload/Setup.py:166 +msgid "Hit enter to exit and restart pyLoad" +msgstr "" + +#: pyload/Setup.py:173 +msgid "Webinterface running for setup." +msgstr "" + +#: pyload/Setup.py:190 +msgid "## Basic Setup ##" +msgstr "" + +#: pyload/Setup.py:193 +msgid "The following logindata is valid for CLI, GUI and webinterface." +msgstr "" + +#: pyload/Setup.py:199 pyload/Setup.py:288 pyload/Setup.py:304 +msgid "Username" +msgstr "" + +#: pyload/Setup.py:205 +msgid "External clients (GUI, CLI or other) need remote access to work over the network." +msgstr "" + +#: pyload/Setup.py:206 +msgid "However, if you only want to use the webinterface you may disable it to save ram." +msgstr "" + +#: pyload/Setup.py:207 +msgid "Enable remote access" +msgstr "" + +#: pyload/Setup.py:211 +msgid "Language" +msgstr "" + +#: pyload/Setup.py:213 +msgid "Download folder" +msgstr "" + +#: pyload/Setup.py:214 +msgid "Max parallel downloads" +msgstr "" + +#: pyload/Setup.py:218 +msgid "Use Reconnect?" +msgstr "" + +#: pyload/Setup.py:221 +msgid "Reconnect script location" +msgstr "" + +#: pyload/Setup.py:226 +msgid "## Webinterface Setup ##" +msgstr "" + +#: pyload/Setup.py:229 +msgid "Activate webinterface?" +msgstr "" + +#: pyload/Setup.py:231 +msgid "Listen address, if you use 127.0.0.1 or localhost, the webinterface will only accessible locally." +msgstr "" + +#: pyload/Setup.py:232 +msgid "Address" +msgstr "" + +#: pyload/Setup.py:233 +msgid "Port" +msgstr "" + +#: pyload/Setup.py:235 +msgid "pyLoad offers several server backends, now following a short explanation." +msgstr "" + +#: pyload/Setup.py:236 +msgid "Default server, this server offers SSL and is a good alternative to builtin." +msgstr "" + +#: pyload/Setup.py:238 +msgid "Can be used by apache, lighttpd, requires you to configure them, which is not too easy job." +msgstr "" + +#: pyload/Setup.py:239 +msgid "Very fast alternative written in C, requires libev and linux knowledge." +msgstr "" + +#: pyload/Setup.py:240 +msgid "Get it from here: https://github.com/jonashaag/bjoern, compile it" +msgstr "" + +#: pyload/Setup.py:241 +msgid "and copy bjoern.so to pyload/lib" +msgstr "" + +#: pyload/Setup.py:245 +msgid "Attention: In some rare cases the builtin server is not working, if you notice problems with the webinterface" +msgstr "" + +#: pyload/Setup.py:246 +msgid "come back here and change the builtin server to the threaded one here." +msgstr "" + +#: pyload/Setup.py:248 +msgid "Server" +msgstr "" + +#: pyload/Setup.py:253 +msgid "## SSL Setup ##" +msgstr "" + +#: pyload/Setup.py:255 +msgid "Execute these commands from pyLoad config folder to make ssl certificates:" +msgstr "" + +#: pyload/Setup.py:261 +msgid "If you're done and everything went fine, you can activate ssl now." +msgstr "" + +#: pyload/Setup.py:262 +msgid "Activate SSL?" +msgstr "" + +#: pyload/Setup.py:278 +msgid "Select action" +msgstr "" + +#: pyload/Setup.py:279 +msgid "1 - Create/Edit user" +msgstr "" + +#: pyload/Setup.py:280 +msgid "2 - List users" +msgstr "" + +#: pyload/Setup.py:281 +msgid "3 - Remove user" +msgstr "" + +#: pyload/Setup.py:282 +msgid "4 - Quit" +msgstr "" + +#: pyload/Setup.py:294 +msgid "Users" +msgstr "" + +#: pyload/Setup.py:322 +msgid "Setting new configpath, current configuration will not be transferred!" +msgstr "" + +#: pyload/Setup.py:323 +msgid "Config path" +msgstr "" + +#: pyload/Setup.py:331 +msgid "Config path changed, setup will now close, please restart to go on." +msgstr "" + +#: pyload/Setup.py:332 +msgid "Press Enter to exit." +msgstr "" + +#: pyload/Setup.py:336 +#, python-format +msgid "Setting config path failed: %s" +msgstr "" + +#: pyload/Setup.py:347 +msgid "y" +msgstr "" + +#: pyload/Setup.py:349 +msgid "n" +msgstr "" + +#: pyload/Setup.py:373 +msgid "Password: " +msgstr "" + +#: pyload/Setup.py:377 +msgid "Password too short. Use at least 4 symbols." +msgstr "" + +#: pyload/Setup.py:380 +msgid "Password (again): " +msgstr "" + +#: pyload/Setup.py:386 +msgid "Passwords did not match." +msgstr "" + +#: pyload/Setup.py:397 +msgid "yes" +msgstr "" + +#: pyload/Setup.py:397 +msgid "true" +msgstr "" + +#: pyload/Setup.py:397 +msgid "t" +msgstr "" + +#: pyload/Setup.py:400 +msgid "no" +msgstr "" + +#: pyload/Setup.py:400 +msgid "false" +msgstr "" + +#: pyload/Setup.py:400 +msgid "f" +msgstr "" + +#: pyload/Setup.py:403 pyload/Setup.py:413 +msgid "Invalid Input" +msgstr "" + diff --git a/locale/ko/LC_MESSAGES/webUI.po b/locale/ko/LC_MESSAGES/webUI.po new file mode 100644 index 000000000..d8ae6bd5d --- /dev/null +++ b/locale/ko/LC_MESSAGES/webUI.po @@ -0,0 +1,129 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-08-10 11:58+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Korean\n" +"Language: ko_KR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.net\n" + +#: pyload/web/app/scripts/helpers/formatSize.js:9 +msgid "not available" +msgstr "" + +#: pyload/web/app/scripts/helpers/formatSize.js:11 +msgid "unlimited" +msgstr "" + +#: pyload/web/app/templates/default/admin.html:3 +#: pyload/web/app/templates/default/admin.html:4 +msgid "Admin" +msgstr "" + +#: pyload/web/app/templates/default/setup.html:3 +msgid "Setup" +msgstr "" + +#: pyload/web/app/templates/default/accounts/actionbar.html:2 +msgid "Add Account" +msgstr "" + +#: pyload/web/app/templates/default/accounts/layout.html:2 +msgid "Accounts" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:9 +msgid "Local" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:18 +msgid "Search" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:26 +msgid "Type" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:44 +#: pyload/web/app/templates/default/dashboard/actionbar.html:49 +msgid "All" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:50 +msgid "Finished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:51 +msgid "Unfinished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:52 +msgid "Failed" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/select.html:1 +msgid "1 package" +msgid_plural "%d packages" +msgstr[0] "" + +#: pyload/web/app/templates/default/dashboard/select.html:4 +msgid "1 file" +msgid_plural "%d files" +msgstr[0] "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:2 +msgid "Add an account" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:7 +msgid "Please enter your account data" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:3 +msgid "Choose a plugin" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:9 +msgid "Please choose a plugin, which you want to configure" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:23 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:46 +msgid "Add" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:24 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:47 +#: pyload/web/app/templates/default/dialogs/interactionTask.html:35 +msgid "Close" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:2 +msgid "Please confirm" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:5 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:8 +msgid "Delete" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:9 +msgid "Cancel" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/interactionTask.html:34 +msgid "Submit" +msgstr "" + +#: pyload/web/app/templates/default/header/layout.html:12 +msgid "Running..." +msgstr "" + diff --git a/locale/ms/LC_MESSAGES/cli.po b/locale/ms/LC_MESSAGES/cli.po new file mode 100644 index 000000000..c06a52042 --- /dev/null +++ b/locale/ms/LC_MESSAGES/cli.po @@ -0,0 +1,291 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Malay\n" +"Language: ms_MY\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=1;\n" +"X-Generator: crowdin.net\n" + +#: pyload/cli/AddPackage.py:48 +msgid "Add Package:" +msgstr "" + +#: pyload/cli/AddPackage.py:53 +msgid "Enter a name for the new package" +msgstr "" + +#: pyload/cli/AddPackage.py:57 +#, python-format +msgid "Package: %s" +msgstr "" + +#: pyload/cli/AddPackage.py:58 +msgid "Parse the links you want to add." +msgstr "" + +#: pyload/cli/AddPackage.py:59 +#, python-format +msgid "Type %s when done." +msgstr "" + +#: pyload/cli/AddPackage.py:60 +msgid "Links added: " +msgstr "" + +#: pyload/cli/AddPackage.py:64 pyload/cli/ManageFiles.py:149 +msgid " back to main menu" +msgstr "" + +#: pyload/cli/ManageFiles.py:97 +msgid "Manage Packages:" +msgstr "" + +#: pyload/cli/ManageFiles.py:99 +msgid "Manage Links:" +msgstr "" + +#: pyload/cli/ManageFiles.py:104 +msgid "What do you want to move?" +msgstr "" + +#: pyload/cli/ManageFiles.py:106 +msgid "What do you want to delete?" +msgstr "" + +#: pyload/cli/ManageFiles.py:108 +msgid "What do you want to restart?" +msgstr "" + +#: pyload/cli/ManageFiles.py:113 +msgid "Choose what you want to do, or enter package number." +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "delete" +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "move" +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "restart" +msgstr "" + +#: pyload/cli/ManageFiles.py:148 +msgid " - previous" +msgstr "" + +#: pyload/cli/ManageFiles.py:148 +msgid " - next" +msgstr "" + +#: pyload/cli/Cli.py:75 pyload/cli/Cli.py:133 +msgid " Command Line Interface" +msgstr "" + +#: pyload/cli/Cli.py:165 +#, python-format +msgid "%s Downloads:" +msgstr "" + +#: pyload/cli/Cli.py:177 +msgid " Speed: " +msgstr "" + +#: pyload/cli/Cli.py:177 +msgid " Size: " +msgstr "" + +#: pyload/cli/Cli.py:178 +msgid " Finished in: " +msgstr "" + +#: pyload/cli/Cli.py:179 +msgid " ID: " +msgstr "" + +#: pyload/cli/Cli.py:184 +msgid "waiting: " +msgstr "" + +#: pyload/cli/Cli.py:191 pyload/cli/Cli.py:193 +msgid "Status:" +msgstr "" + +#: pyload/cli/Cli.py:191 +msgid "paused" +msgstr "" + +#: pyload/cli/Cli.py:193 +msgid "running" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "total Speed" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "Files in queue" +msgstr "" + +#: pyload/cli/Cli.py:197 +msgid "Total" +msgstr "" + +#: pyload/cli/Cli.py:203 +msgid "Menu:" +msgstr "" + +#: pyload/cli/Cli.py:205 +msgid " Add Links" +msgstr "" + +#: pyload/cli/Cli.py:206 +msgid " Manage Queue" +msgstr "" + +#: pyload/cli/Cli.py:207 +msgid " Manage Collector" +msgstr "" + +#: pyload/cli/Cli.py:208 +msgid " (Un)Pause Server" +msgstr "" + +#: pyload/cli/Cli.py:209 +msgid " Kill Server" +msgstr "" + +#: pyload/cli/Cli.py:210 +msgid " Quit" +msgstr "" + +#: pyload/cli/Cli.py:289 pyload/cli/Cli.py:296 +msgid "Please use this syntax: add <Package name> <link> <link2> ..." +msgstr "" + +#: pyload/cli/Cli.py:315 +#, python-format +msgid "Checking %d links:" +msgstr "" + +#: pyload/cli/Cli.py:324 +msgid "File does not exists." +msgstr "" + +#: pyload/cli/Cli.py:385 +msgid "pyLoad was terminated" +msgstr "" + +#: pyload/cli/Cli.py:443 +msgid "Prints server status" +msgstr "" + +#: pyload/cli/Cli.py:444 +msgid "Prints downloads in queue" +msgstr "" + +#: pyload/cli/Cli.py:445 +msgid "Prints downloads in collector" +msgstr "" + +#: pyload/cli/Cli.py:446 +msgid "Adds package to queue" +msgstr "" + +#: pyload/cli/Cli.py:447 +msgid "Adds package to collector" +msgstr "" + +#: pyload/cli/Cli.py:448 +msgid "Delete Files from Queue/Collector" +msgstr "" + +#: pyload/cli/Cli.py:449 +msgid "Delete Packages from Queue/Collector" +msgstr "" + +#: pyload/cli/Cli.py:450 +msgid "Move Packages from Queue to Collector or vice versa" +msgstr "" + +#: pyload/cli/Cli.py:451 +msgid "Restart files" +msgstr "" + +#: pyload/cli/Cli.py:452 +msgid "Restart packages" +msgstr "" + +#: pyload/cli/Cli.py:453 +msgid "Check online status, works with local container" +msgstr "" + +#: pyload/cli/Cli.py:454 +msgid "Checks online status of a container file" +msgstr "" + +#: pyload/cli/Cli.py:455 +msgid "Pause the server" +msgstr "" + +#: pyload/cli/Cli.py:456 +msgid "continue downloads" +msgstr "" + +#: pyload/cli/Cli.py:457 +msgid "Toggle pause/unpause" +msgstr "" + +#: pyload/cli/Cli.py:458 +msgid "kill server" +msgstr "" + +#: pyload/cli/Cli.py:460 +msgid "List of commands:" +msgstr "" + +#: pyload/cli/Cli.py:473 +msgid "Couldn't write user config file" +msgstr "" + +#: pyload/cli/Cli.py:548 pyload/cli/Cli.py:580 +msgid "You need py-openssl to connect to this pyLoad core." +msgstr "" + +#: pyload/cli/Cli.py:555 +msgid "Address: " +msgstr "" + +#: pyload/cli/Cli.py:556 +msgid "Port: " +msgstr "" + +#: pyload/cli/Cli.py:557 +msgid "Username: " +msgstr "" + +#: pyload/cli/Cli.py:561 +msgid "Password: " +msgstr "" + +#: pyload/cli/Cli.py:566 pyload/cli/Cli.py:575 +msgid "Login data is wrong." +msgstr "" + +#: pyload/cli/Cli.py:568 pyload/cli/Cli.py:577 +#, python-format +msgid "Could not establish connection to %(addr)s:%(port)s." +msgstr "" + +#: pyload/cli/Cli.py:582 +msgid "Interactive mode ignored since you passed some commands." +msgstr "" + diff --git a/locale/ms/LC_MESSAGES/core.po b/locale/ms/LC_MESSAGES/core.po new file mode 100644 index 000000000..27506eaf7 --- /dev/null +++ b/locale/ms/LC_MESSAGES/core.po @@ -0,0 +1,630 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Malay\n" +"Language: ms_MY\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=1;\n" +"X-Generator: crowdin.net\n" + +#: pyload/AddonManager.py:62 +#, python-format +msgid "Error when executing %s" +msgstr "" + +#: pyload/AddonManager.py:93 +#, python-format +msgid "Failed activating %(name)s" +msgstr "" + +#: pyload/AddonManager.py:96 +#, python-format +msgid "Activated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:97 +#, python-format +msgid "Deactivated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:153 +msgid "Activating Plugins..." +msgstr "" + +#: pyload/AddonManager.py:162 +msgid "Deactivating Plugins..." +msgstr "" + +#: pyload/web/ServerThread.py:49 +msgid "SSL certificates not found." +msgstr "" + +#: pyload/web/ServerThread.py:53 +msgid "WebUI built is not available" +msgstr "" + +#: pyload/web/ServerThread.py:55 +msgid "Running webUI in development mode" +msgstr "" + +#: pyload/web/ServerThread.py:73 +msgid "Failed starting webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:107 +msgid "Failed importing webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:125 +msgid "This server offers no SSL, please consider using threaded instead" +msgstr "" + +#: pyload/web/ServerThread.py:139 +#, python-format +msgid "Starting %(name)s webserver: %(host)s:%(port)d" +msgstr "" + +#: pyload/config/default.py:14 +msgid "Remote" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Description" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Long description" +msgstr "" + +#: pyload/config/default.py:16 pyload/config/default.py:56 +#: pyload/config/default.py:63 +msgid "Activated" +msgstr "" + +#: pyload/config/default.py:17 pyload/config/default.py:69 +#: pyload/config/default.py:80 +msgid "Port" +msgstr "" + +#: pyload/config/default.py:18 pyload/config/default.py:77 +msgid "Address" +msgstr "" + +#: pyload/config/default.py:21 +msgid "Log" +msgstr "" + +#: pyload/config/default.py:23 +msgid "Size in kb" +msgstr "" + +#: pyload/config/default.py:24 +msgid "Folder" +msgstr "" + +#: pyload/config/default.py:25 +msgid "File Log" +msgstr "" + +#: pyload/config/default.py:26 +msgid "Count" +msgstr "" + +#: pyload/config/default.py:27 +msgid "Log Rotate" +msgstr "" + +#: pyload/config/default.py:30 +msgid "Permissions" +msgstr "" + +#: pyload/config/default.py:32 +msgid "Groupname" +msgstr "" + +#: pyload/config/default.py:33 +msgid "Change Group and User of Downloads" +msgstr "" + +#: pyload/config/default.py:34 +msgid "Change file mode of downloads" +msgstr "" + +#: pyload/config/default.py:35 pyload/config/default.py:75 +msgid "Username" +msgstr "" + +#: pyload/config/default.py:36 +msgid "Filemode for Downloads" +msgstr "" + +#: pyload/config/default.py:37 +msgid "Change group of running process" +msgstr "" + +#: pyload/config/default.py:38 +msgid "Folder Permission mode" +msgstr "" + +#: pyload/config/default.py:39 +msgid "Change user of running process" +msgstr "" + +#: pyload/config/default.py:42 +msgid "General" +msgstr "" + +#: pyload/config/default.py:44 +msgid "Language" +msgstr "" + +#: pyload/config/default.py:45 +msgid "Download Folder" +msgstr "" + +#: pyload/config/default.py:46 +msgid "Use Checksum" +msgstr "" + +#: pyload/config/default.py:47 +msgid "Create folder for each package" +msgstr "" + +#: pyload/config/default.py:48 +msgid "Debug Mode" +msgstr "" + +#: pyload/config/default.py:49 +msgid "Min Free Space (MB)" +msgstr "" + +#: pyload/config/default.py:50 +msgid "CPU Priority" +msgstr "" + +#: pyload/config/default.py:53 +msgid "SSL" +msgstr "" + +#: pyload/config/default.py:55 +msgid "SSL Certificate" +msgstr "" + +#: pyload/config/default.py:57 +msgid "SSL Key" +msgstr "" + +#: pyload/config/default.py:60 +msgid "Webinterface" +msgstr "" + +#: pyload/config/default.py:62 +msgid "Template" +msgstr "" + +#: pyload/config/default.py:64 +msgid "Path Prefix" +msgstr "" + +#: pyload/config/default.py:65 +msgid "Server" +msgstr "" + +#: pyload/config/default.py:66 +msgid "Favor specific server" +msgstr "" + +#: pyload/config/default.py:67 +msgid "IP" +msgstr "" + +#: pyload/config/default.py:68 +msgid "Use HTTPS" +msgstr "" + +#: pyload/config/default.py:70 +msgid "Development mode" +msgstr "" + +#: pyload/config/default.py:73 +msgid "Proxy" +msgstr "" + +#: pyload/config/default.py:76 +msgid "Use Proxy" +msgstr "" + +#: pyload/config/default.py:78 +msgid "Password" +msgstr "" + +#: pyload/config/default.py:79 +msgid "Protocol" +msgstr "" + +#: pyload/config/default.py:83 +msgid "Reconnect" +msgstr "" + +#: pyload/config/default.py:85 pyload/config/default.py:106 +msgid "End" +msgstr "" + +#: pyload/config/default.py:86 +msgid "Use Reconnect" +msgstr "" + +#: pyload/config/default.py:87 +msgid "Method" +msgstr "" + +#: pyload/config/default.py:88 pyload/config/default.py:105 +msgid "Start" +msgstr "" + +#: pyload/config/default.py:91 +msgid "Download" +msgstr "" + +#: pyload/config/default.py:93 +msgid "Max Parallel Downloads" +msgstr "" + +#: pyload/config/default.py:94 +msgid "Limit Download Speed" +msgstr "" + +#: pyload/config/default.py:95 +msgid "Download interface to bind (ip or Name)" +msgstr "" + +#: pyload/config/default.py:96 +msgid "Skip already existing files" +msgstr "" + +#: pyload/config/default.py:97 +msgid "Max Download Speed in kb/s" +msgstr "" + +#: pyload/config/default.py:98 +msgid "Allow IPv6" +msgstr "" + +#: pyload/config/default.py:99 +msgid "Max connections for one download" +msgstr "" + +#: pyload/config/default.py:100 +msgid "Restart failed downloads on startup" +msgstr "" + +#: pyload/config/default.py:103 +msgid "Download Time" +msgstr "" + +#: pyload/network/HTTPDownload.py:249 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/api/DownloadApi.py:44 +#, python-format +msgid "Added package %(name)s as folder %(folder)s" +msgstr "" + +#: pyload/api/DownloadApi.py:95 +#, python-format +msgid "Added %d links to package" +msgstr "" + +#: pyload/AccountManager.py:69 +#, python-format +msgid "Unknown account plugin %s" +msgstr "" + +#: pyload/interaction/InteractionManager.py:88 +msgid "Query" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Captcha request" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Please solve the captcha." +msgstr "" + +#: pyload/remote/RemoteManager.py:35 +#, python-format +msgid "Remote backend error: %s" +msgstr "" + +#: pyload/remote/RemoteManager.py:80 +#, python-format +msgid "Starting %(name)s: %(addr)s:%(port)s" +msgstr "" + +#: pyload/remote/RemoteManager.py:82 +#, python-format +msgid "Failed loading backend %(name)s | %(error)s" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "none" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "offline" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "online" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "queued" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "paused" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "finished" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "skipped" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "failed" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "starting" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "waiting" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "downloading" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "temp. offline" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "aborted" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "decrypting" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "processing" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "custom" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "unknown" +msgstr "" + +#: pyload/FileManager.py:426 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/Api.py:152 +#, python-format +msgid "User '%s' tries to log in" +msgstr "" + +#: pyload/Core.py:195 +msgid "Received Quit signal" +msgstr "" + +#: pyload/Core.py:323 +#, python-format +msgid "pyLoad already running with pid %s" +msgstr "" + +#: pyload/Core.py:337 +#, python-format +msgid "Failed changing group: %s" +msgstr "" + +#: pyload/Core.py:347 +#, python-format +msgid "Failed changing user: %s" +msgstr "" + +#: pyload/Core.py:358 +msgid "Starting" +msgstr "" + +#: pyload/Core.py:359 +#, python-format +msgid "Using home directory: %s" +msgstr "" + +#: pyload/Core.py:373 +msgid "All links removed" +msgstr "" + +#: pyload/Core.py:403 +#, python-format +msgid "Download time: %s" +msgstr "" + +#: pyload/Core.py:418 +#, python-format +msgid "Free space: %s" +msgstr "" + +#: pyload/Core.py:438 +msgid "Activating Accounts..." +msgstr "" + +#: pyload/Core.py:443 +msgid "Restarting failed downloads..." +msgstr "" + +#: pyload/Core.py:451 +msgid "pyLoad is up and running" +msgstr "" + +#: pyload/Core.py:474 +msgid "restarting pyLoad" +msgstr "" + +#: pyload/Core.py:478 +msgid "pyLoad quits" +msgstr "" + +#: pyload/Core.py:564 +msgid "shutting down..." +msgstr "" + +#: pyload/Core.py:579 +msgid "error while shutting down" +msgstr "" + +#: pyload/Core.py:661 +msgid "killed pyLoad from terminal" +msgstr "" + +#: pyload/database/DatabaseBackend.py:167 +msgid "Database was deleted due to incompatible version." +msgstr "" + +#: pyload/threads/DecrypterThread.py:50 +msgid "Decrypting failed" +msgstr "" + +#: pyload/threads/DecrypterThread.py:73 +#, python-format +msgid "Decrypted %(count)d links into package %(name)s" +msgstr "" + +#: pyload/threads/DecrypterThread.py:80 +msgid "No links decrypted" +msgstr "" + +#: pyload/threads/InfoThread.py:147 +#, python-format +msgid "Info Fetching for %(name)s failed | %(err)s" +msgstr "" + +#: pyload/threads/ThreadManager.py:155 +#, python-format +msgid "Reconnect Failed: %s" +msgstr "" + +#: pyload/threads/ThreadManager.py:192 +msgid "Reconnect script not found!" +msgstr "" + +#: pyload/threads/ThreadManager.py:198 +msgid "Starting reconnect" +msgstr "" + +#: pyload/threads/ThreadManager.py:212 +msgid "Failed executing reconnect script!" +msgstr "" + +#: pyload/threads/ThreadManager.py:224 +#, python-format +msgid "Reconnected, new IP: %s" +msgstr "" + +#: pyload/threads/ThreadManager.py:298 +msgid "Not enough space left on device" +msgstr "" + +#: pyload/threads/DownloadThread.py:64 +#, python-format +msgid "Download starts: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:70 +#, python-format +msgid "Download finished: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:75 +#, python-format +msgid "Plugin %s is missing a function." +msgstr "" + +#: pyload/threads/DownloadThread.py:83 pyload/threads/DownloadThread.py:147 +#, python-format +msgid "Download aborted: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:103 +#, python-format +msgid "Download restarted: %(name)s | %(msg)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:113 +#, python-format +msgid "Download is offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:116 pyload/threads/DownloadThread.py:187 +#, python-format +msgid "Download is temporary offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:119 pyload/threads/DownloadThread.py:192 +#, python-format +msgid "Download failed: %(name)s | %(msg)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:136 +msgid "Couldn't connect to host or connection reset, waiting 1 minute and retry." +msgstr "" + +#: pyload/threads/DownloadThread.py:171 +#, python-format +msgid "Download skipped: %(name)s due to %(plugin)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:188 +msgid "Internal Server Error" +msgstr "" + +#: pyload/threads/AddonThread.py:55 +msgid "An Error occurred" +msgstr "" + +#: pyload/PluginManager.py:316 +#, python-format +msgid "Error importing %(name)s: %(msg)s" +msgstr "" + +#: pyload/utils/JsEngine.py:188 +msgid "No js engine detected, please install either Spidermonkey, ossp-js, pyv8, nodejs or rhino" +msgstr "" + diff --git a/locale/ms/LC_MESSAGES/plugins.po b/locale/ms/LC_MESSAGES/plugins.po new file mode 100644 index 000000000..b0750e29a --- /dev/null +++ b/locale/ms/LC_MESSAGES/plugins.po @@ -0,0 +1,424 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-20 22:13+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Malay\n" +"Language: ms_MY\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=1;\n" +"X-Generator: crowdin.net\n" + +#: pyload/plugins/network/CurlDownload.py:241 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/plugins/Base.py:329 +msgid "Pil and tesseract not installed and no Client connected for captcha decrypting" +msgstr "" + +#: pyload/plugins/Base.py:333 +msgid "No captcha result obtained in appropriate time." +msgstr "" + +#: pyload/plugins/Hoster.py:282 pyload/plugins/Hoster.py:319 +#: pyload/plugins/hoster/ARD.py:76 +#, python-format +msgid "Setting User and Group failed: %s" +msgstr "" + +#: pyload/plugins/Crypter.py:136 +msgid "Not existing file or unsupported protocol" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:96 +msgid "Rapidshare: Traffic Share (direct download)" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:123 +#: pyload/plugins/hoster/RapidshareCom.py:189 +msgid "Already downloading from this ip address, waiting 60 seconds" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:127 +msgid "Invalid Auth Code, download will be restarted" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:193 +msgid "RapidShareCom: No free slots" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:196 +msgid "You need a premium account for this file" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:198 +msgid "Filename reported invalid" +msgstr "" + +#: pyload/plugins/hoster/RealdebridCom.py:40 +#: pyload/plugins/hoster/Premium4Me.py:27 +#: pyload/plugins/hoster/MultiDebridCom.py:39 +#: pyload/plugins/hoster/ZeveraCom.py:24 +#: pyload/plugins/hoster/AlldebridCom.py:37 +#: pyload/plugins/hoster/RehostTo.py:25 pyload/plugins/hoster/ReloadCc.py:22 +#: pyload/plugins/hoster/DebridItaliaCom.py:38 +#: pyload/plugins/hoster/PremiumizeMe.py:19 +#, python-format +msgid "Please enter your %s account or deactivate this plugin" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:55 +msgid "Decryption failed" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:99 +msgid "No file key provided in the URL" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:111 +msgid "Error code:" +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:97 +msgid "Parallel download error, now waiting 60s." +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:208 +msgid "Not logged in." +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:135 +msgid "API key invalid" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:160 +#, python-format +msgid "%s: Not enough traffic left" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:163 +msgid "Traffic exceeded" +msgstr "" + +#: pyload/plugins/hoster/BasePlugin.py:63 +msgid "Authorization required (username:password)" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:143 +#: pyload/plugins/hoster/NetloadIn.py:167 +msgid "File temporarily not available" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:180 +#, python-format +msgid "Netload: waiting between downloads %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:209 +#, python-format +msgid "Netload: waiting for captcha %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:248 +msgid "Downloaded File was empty" +msgstr "" + +#: pyload/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 "" + +#: pyload/plugins/hoster/XHamsterCom.py:75 +#: pyload/plugins/hoster/XHamsterCom.py:84 +#: pyload/plugins/hoster/XHamsterCom.py:87 +#, python-format +msgid "long_url: %s" +msgstr "" + +#: pyload/plugins/Account.py:117 pyload/plugins/Account.py:123 +#, python-format +msgid "Could not login with account %(user)s | %(msg)s" +msgstr "" + +#: pyload/plugins/Account.py:118 +msgid "Wrong Password" +msgstr "" + +#: pyload/plugins/Account.py:184 +#, python-format +msgid "Get Account Info for %s" +msgstr "" + +#: pyload/plugins/Account.py:193 +#, python-format +msgid "Error: %s" +msgstr "" + +#: pyload/plugins/Account.py:242 +#, python-format +msgid "Your Time %s has a wrong format, use: 1:22-3:44" +msgstr "" + +#: pyload/plugins/Account.py:265 +#, python-format +msgid "Account %s has not enough traffic, checking again in 30min" +msgstr "" + +#: pyload/plugins/Account.py:273 +#, python-format +msgid "Account %s is expired, checking again in 1h" +msgstr "" + +#: pyload/plugins/Account.py:290 +#, python-format +msgid "Login with %s" +msgstr "" + +#: pyload/plugins/Addon.py:118 +#, python-format +msgid "Error executing addons: %s" +msgstr "" + +#: pyload/plugins/accounts/BitshareCom.py:36 +msgid "Activate direct Download in your Bitshare Account" +msgstr "" + +#: pyload/plugins/crypter/SerienjunkiesOrg.py:128 +msgid "Downloadlimit reached" +msgstr "" + +#: pyload/plugins/addons/Premium4Me.py:30 +msgid "Please add your premium.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:53 +#, python-format +msgid "Installed scripts for %s: " +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:69 +msgid "Script not executable:" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:79 +#, python-format +msgid "Error in %(script)s: %(error)s" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:72 +#: pyload/plugins/addons/Captcha9kw.py:56 +#: pyload/plugins/addons/ExpertDecoders.py:49 +#, python-format +msgid "%s credits left" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:120 +msgid "Could not send response." +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:138 +msgid "Your CaptchaTrader Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:89 +#, python-format +msgid "New CaptchaID from upload: %s : %s" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:123 +msgid "Your Captcha 9kw.eu Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/RehostTo.py:34 +msgid "Please add your rehost.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/HotFolder.py:82 +#, python-format +msgid "Added %s from HotFolder" +msgstr "" + +#: pyload/plugins/addons/ClickAndLoad.py:74 +msgid "Click'N'Load: Port 9666 already in use" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:82 +#: pyload/plugins/addons/IRCInterface.py:75 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:90 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" +msgstr "" + +#: pyload/plugins/addons/ExpertDecoders.py:98 +msgid "Your ExpertDecoders Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:73 +msgid "*** Plugins have been updated, please restart pyLoad ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:75 +msgid "Plugins updated and reloaded" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:78 +msgid "No plugin updates available" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:95 +msgid "No Updates for pyLoad" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:100 +#, python-format +msgid "*** New pyLoad Version %s available ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:101 +msgid "*** Get it here: http://pyload.org/download ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:104 +msgid "Not able to connect server for updates" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:148 +#, python-format +msgid "New version of %(type)s|%(name)s : %(version).2f" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:157 +#: pyload/plugins/addons/UpdateManager.py:162 +#, python-format +msgid "Error when updating %s" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:162 +msgid "Version mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:92 +#, python-format +msgid "No %s installed" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:94 +#: pyload/plugins/addons/ExtractArchive.py:99 +#, python-format +msgid "Could not activate %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:104 +msgid "Activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:106 +msgid "No Extract plugins activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:118 +#, python-format +msgid "Package %s queued for later extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:143 +#, python-format +msgid "Check package %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:183 +#, python-format +msgid "Extract to %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:197 +msgid "No files found to extract" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:203 +msgid "extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:214 +msgid "Password protected" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:234 +msgid "Wrong password" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:242 +#, python-format +msgid "Deleting %s files" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:247 +msgid "Extracting finished" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:254 +msgid "Archive Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:256 +msgid "CRC Mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:260 +msgid "Unknown Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:312 +msgid "Setting User and Group failed" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:36 +msgid "Crypter list not found" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:50 +msgid "Crypter list is empty" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:82 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:94 +#, python-format +msgid "New Captcha Request: %s" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:95 +#, python-format +msgid "Answer with 'c %s text on the captcha'" +msgstr "" + +#: pyload/plugins/addons/PremiumizeMe.py:46 +msgid "Please add a valid premiumize.me account first and restart pyLoad." +msgstr "" + +#: pyload/plugins/addons/CaptchaBrotherhood.py:69 +#, python-format +msgid "%d credits left" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:29 +#, python-format +msgid "Activated %s" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:47 +msgid "No Hoster loaded" +msgstr "" + diff --git a/locale/ms/LC_MESSAGES/setup.po b/locale/ms/LC_MESSAGES/setup.po new file mode 100644 index 000000000..681b445f4 --- /dev/null +++ b/locale/ms/LC_MESSAGES/setup.po @@ -0,0 +1,376 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Malay\n" +"Language: ms_MY\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=1;\n" +"X-Generator: crowdin.net\n" + +#: pyload/Setup.py:72 +msgid "Would you like to configure pyLoad via Webinterface?" +msgstr "" + +#: pyload/Setup.py:73 +msgid "You need a Browser and a connection to this PC for it." +msgstr "" + +#: pyload/Setup.py:74 +msgid "Url would be: http://hostname:8000/" +msgstr "" + +#: pyload/Setup.py:75 +msgid "Start initial webinterface for configuration?" +msgstr "" + +#: pyload/Setup.py:86 +msgid "Welcome to the pyLoad Configuration Assistent." +msgstr "" + +#: pyload/Setup.py:87 +msgid "It will check your system and make a basic setup in order to run pyLoad." +msgstr "" + +#: pyload/Setup.py:89 +msgid "The value in brackets [] always is the default value," +msgstr "" + +#: pyload/Setup.py:90 +msgid "in case you don't want to change it or you are unsure what to choose, just hit enter." +msgstr "" + +#: pyload/Setup.py:92 +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgstr "" + +#: pyload/Setup.py:93 +msgid "If you have any problems with this assistent hit CTRL+C," +msgstr "" + +#: pyload/Setup.py:94 +msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgstr "" + +#: pyload/Setup.py:96 +msgid "When you are ready for system check, hit enter." +msgstr "" + +#: pyload/Setup.py:103 +msgid "Features missing: " +msgstr "" + +#: pyload/Setup.py:107 +msgid "no py-crypto available" +msgstr "" + +#: pyload/Setup.py:108 +msgid "You need this if you want to decrypt container files." +msgstr "" + +#: pyload/Setup.py:112 +msgid "no SSL available" +msgstr "" + +#: pyload/Setup.py:113 +msgid "This is needed if you want to establish a secure connection to core or webinterface." +msgstr "" + +#: pyload/Setup.py:114 +msgid "If you only want to access locally to pyLoad ssl is not useful." +msgstr "" + +#: pyload/Setup.py:118 +msgid "no Captcha Recognition available" +msgstr "" + +#: pyload/Setup.py:119 +msgid "Only needed for some hosters and as freeuser." +msgstr "" + +#: pyload/Setup.py:123 +msgid "no JavaScript engine found" +msgstr "" + +#: pyload/Setup.py:124 +msgid "You will need this for some Click'N'Load links. Install Spidermonkey, ossp-js, pyv8 or rhino" +msgstr "" + +#: pyload/Setup.py:126 +msgid "You can abort the setup now and fix some dependencies if you want." +msgstr "" + +#: pyload/Setup.py:128 +msgid "Continue with setup?" +msgstr "" + +#: pyload/Setup.py:134 +#, python-format +msgid "Do you want to change the config path? Current is %s" +msgstr "" + +#: pyload/Setup.py:136 +msgid "If you use pyLoad on a server or the home partition lives on an internal flash it may be a good idea to change it." +msgstr "" + +#: pyload/Setup.py:137 +msgid "Change config path?" +msgstr "" + +#: pyload/Setup.py:143 +msgid "Do you want to configure login data and basic settings?" +msgstr "" + +#: pyload/Setup.py:144 +msgid "This is recommend for first run." +msgstr "" + +#: pyload/Setup.py:145 +msgid "Make basic setup?" +msgstr "" + +#: pyload/Setup.py:152 +msgid "Do you want to configure ssl?" +msgstr "" + +#: pyload/Setup.py:153 +msgid "Configure ssl?" +msgstr "" + +#: pyload/Setup.py:159 +msgid "Do you want to configure webinterface?" +msgstr "" + +#: pyload/Setup.py:160 +msgid "Configure webinterface?" +msgstr "" + +#: pyload/Setup.py:165 +msgid "Setup finished successfully." +msgstr "" + +#: pyload/Setup.py:166 +msgid "Hit enter to exit and restart pyLoad" +msgstr "" + +#: pyload/Setup.py:173 +msgid "Webinterface running for setup." +msgstr "" + +#: pyload/Setup.py:190 +msgid "## Basic Setup ##" +msgstr "" + +#: pyload/Setup.py:193 +msgid "The following logindata is valid for CLI, GUI and webinterface." +msgstr "" + +#: pyload/Setup.py:199 pyload/Setup.py:288 pyload/Setup.py:304 +msgid "Username" +msgstr "" + +#: pyload/Setup.py:205 +msgid "External clients (GUI, CLI or other) need remote access to work over the network." +msgstr "" + +#: pyload/Setup.py:206 +msgid "However, if you only want to use the webinterface you may disable it to save ram." +msgstr "" + +#: pyload/Setup.py:207 +msgid "Enable remote access" +msgstr "" + +#: pyload/Setup.py:211 +msgid "Language" +msgstr "" + +#: pyload/Setup.py:213 +msgid "Download folder" +msgstr "" + +#: pyload/Setup.py:214 +msgid "Max parallel downloads" +msgstr "" + +#: pyload/Setup.py:218 +msgid "Use Reconnect?" +msgstr "" + +#: pyload/Setup.py:221 +msgid "Reconnect script location" +msgstr "" + +#: pyload/Setup.py:226 +msgid "## Webinterface Setup ##" +msgstr "" + +#: pyload/Setup.py:229 +msgid "Activate webinterface?" +msgstr "" + +#: pyload/Setup.py:231 +msgid "Listen address, if you use 127.0.0.1 or localhost, the webinterface will only accessible locally." +msgstr "" + +#: pyload/Setup.py:232 +msgid "Address" +msgstr "" + +#: pyload/Setup.py:233 +msgid "Port" +msgstr "" + +#: pyload/Setup.py:235 +msgid "pyLoad offers several server backends, now following a short explanation." +msgstr "" + +#: pyload/Setup.py:236 +msgid "Default server, this server offers SSL and is a good alternative to builtin." +msgstr "" + +#: pyload/Setup.py:238 +msgid "Can be used by apache, lighttpd, requires you to configure them, which is not too easy job." +msgstr "" + +#: pyload/Setup.py:239 +msgid "Very fast alternative written in C, requires libev and linux knowledge." +msgstr "" + +#: pyload/Setup.py:240 +msgid "Get it from here: https://github.com/jonashaag/bjoern, compile it" +msgstr "" + +#: pyload/Setup.py:241 +msgid "and copy bjoern.so to pyload/lib" +msgstr "" + +#: pyload/Setup.py:245 +msgid "Attention: In some rare cases the builtin server is not working, if you notice problems with the webinterface" +msgstr "" + +#: pyload/Setup.py:246 +msgid "come back here and change the builtin server to the threaded one here." +msgstr "" + +#: pyload/Setup.py:248 +msgid "Server" +msgstr "" + +#: pyload/Setup.py:253 +msgid "## SSL Setup ##" +msgstr "" + +#: pyload/Setup.py:255 +msgid "Execute these commands from pyLoad config folder to make ssl certificates:" +msgstr "" + +#: pyload/Setup.py:261 +msgid "If you're done and everything went fine, you can activate ssl now." +msgstr "" + +#: pyload/Setup.py:262 +msgid "Activate SSL?" +msgstr "" + +#: pyload/Setup.py:278 +msgid "Select action" +msgstr "" + +#: pyload/Setup.py:279 +msgid "1 - Create/Edit user" +msgstr "" + +#: pyload/Setup.py:280 +msgid "2 - List users" +msgstr "" + +#: pyload/Setup.py:281 +msgid "3 - Remove user" +msgstr "" + +#: pyload/Setup.py:282 +msgid "4 - Quit" +msgstr "" + +#: pyload/Setup.py:294 +msgid "Users" +msgstr "" + +#: pyload/Setup.py:322 +msgid "Setting new configpath, current configuration will not be transferred!" +msgstr "" + +#: pyload/Setup.py:323 +msgid "Config path" +msgstr "" + +#: pyload/Setup.py:331 +msgid "Config path changed, setup will now close, please restart to go on." +msgstr "" + +#: pyload/Setup.py:332 +msgid "Press Enter to exit." +msgstr "" + +#: pyload/Setup.py:336 +#, python-format +msgid "Setting config path failed: %s" +msgstr "" + +#: pyload/Setup.py:347 +msgid "y" +msgstr "" + +#: pyload/Setup.py:349 +msgid "n" +msgstr "" + +#: pyload/Setup.py:373 +msgid "Password: " +msgstr "" + +#: pyload/Setup.py:377 +msgid "Password too short. Use at least 4 symbols." +msgstr "" + +#: pyload/Setup.py:380 +msgid "Password (again): " +msgstr "" + +#: pyload/Setup.py:386 +msgid "Passwords did not match." +msgstr "" + +#: pyload/Setup.py:397 +msgid "yes" +msgstr "" + +#: pyload/Setup.py:397 +msgid "true" +msgstr "" + +#: pyload/Setup.py:397 +msgid "t" +msgstr "" + +#: pyload/Setup.py:400 +msgid "no" +msgstr "" + +#: pyload/Setup.py:400 +msgid "false" +msgstr "" + +#: pyload/Setup.py:400 +msgid "f" +msgstr "" + +#: pyload/Setup.py:403 pyload/Setup.py:413 +msgid "Invalid Input" +msgstr "" + diff --git a/locale/ms/LC_MESSAGES/webUI.po b/locale/ms/LC_MESSAGES/webUI.po new file mode 100644 index 000000000..4829b73a6 --- /dev/null +++ b/locale/ms/LC_MESSAGES/webUI.po @@ -0,0 +1,131 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-08-10 11:58+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Malay\n" +"Language: ms_MY\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=1;\n" +"X-Generator: crowdin.net\n" + +#: pyload/web/app/scripts/helpers/formatSize.js:9 +msgid "not available" +msgstr "" + +#: pyload/web/app/scripts/helpers/formatSize.js:11 +msgid "unlimited" +msgstr "" + +#: pyload/web/app/templates/default/admin.html:3 +#: pyload/web/app/templates/default/admin.html:4 +msgid "Admin" +msgstr "" + +#: pyload/web/app/templates/default/setup.html:3 +msgid "Setup" +msgstr "" + +#: pyload/web/app/templates/default/accounts/actionbar.html:2 +msgid "Add Account" +msgstr "" + +#: pyload/web/app/templates/default/accounts/layout.html:2 +msgid "Accounts" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:9 +msgid "Local" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:18 +msgid "Search" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:26 +msgid "Type" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:44 +#: pyload/web/app/templates/default/dashboard/actionbar.html:49 +msgid "All" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:50 +msgid "Finished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:51 +msgid "Unfinished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:52 +msgid "Failed" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/select.html:1 +msgid "1 package" +msgid_plural "%d packages" +msgstr[0] "" +msgstr[1] "" + +#: pyload/web/app/templates/default/dashboard/select.html:4 +msgid "1 file" +msgid_plural "%d files" +msgstr[0] "" +msgstr[1] "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:2 +msgid "Add an account" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:7 +msgid "Please enter your account data" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:3 +msgid "Choose a plugin" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:9 +msgid "Please choose a plugin, which you want to configure" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:23 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:46 +msgid "Add" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:24 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:47 +#: pyload/web/app/templates/default/dialogs/interactionTask.html:35 +msgid "Close" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:2 +msgid "Please confirm" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:5 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:8 +msgid "Delete" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:9 +msgid "Cancel" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/interactionTask.html:34 +msgid "Submit" +msgstr "" + +#: pyload/web/app/templates/default/header/layout.html:12 +msgid "Running..." +msgstr "" + diff --git a/locale/nl/LC_MESSAGES/cli.po b/locale/nl/LC_MESSAGES/cli.po new file mode 100644 index 000000000..f0848d337 --- /dev/null +++ b/locale/nl/LC_MESSAGES/cli.po @@ -0,0 +1,291 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Dutch\n" +"Language: nl_NL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/cli/AddPackage.py:48 +msgid "Add Package:" +msgstr "Pakket toevoegen:" + +#: pyload/cli/AddPackage.py:53 +msgid "Enter a name for the new package" +msgstr "Naam invullen voor nieuw pakket" + +#: pyload/cli/AddPackage.py:57 +#, python-format +msgid "Package: %s" +msgstr "Pakket: %s" + +#: pyload/cli/AddPackage.py:58 +msgid "Parse the links you want to add." +msgstr "Parse de links die je wilt toevoegen." + +#: pyload/cli/AddPackage.py:59 +#, python-format +msgid "Type %s when done." +msgstr "Typ %s als het klaar is." + +#: pyload/cli/AddPackage.py:60 +msgid "Links added: " +msgstr "Links toegevoegd: " + +#: pyload/cli/AddPackage.py:64 pyload/cli/ManageFiles.py:149 +msgid " back to main menu" +msgstr " terug naar hoofdmenu" + +#: pyload/cli/ManageFiles.py:97 +msgid "Manage Packages:" +msgstr "Pakketten beheren:" + +#: pyload/cli/ManageFiles.py:99 +msgid "Manage Links:" +msgstr "Links beheren:" + +#: pyload/cli/ManageFiles.py:104 +msgid "What do you want to move?" +msgstr "Wat wil je verplaatsen?" + +#: pyload/cli/ManageFiles.py:106 +msgid "What do you want to delete?" +msgstr "Wat wil je verwijderen?" + +#: pyload/cli/ManageFiles.py:108 +msgid "What do you want to restart?" +msgstr "Wat wil je herstarten?" + +#: pyload/cli/ManageFiles.py:113 +msgid "Choose what you want to do, or enter package number." +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "delete" +msgstr "verwijderen" + +#: pyload/cli/ManageFiles.py:115 +msgid "move" +msgstr "verplaatsen" + +#: pyload/cli/ManageFiles.py:115 +msgid "restart" +msgstr "herstarten" + +#: pyload/cli/ManageFiles.py:148 +msgid " - previous" +msgstr " - vorige" + +#: pyload/cli/ManageFiles.py:148 +msgid " - next" +msgstr " - volgende" + +#: pyload/cli/Cli.py:75 pyload/cli/Cli.py:133 +msgid " Command Line Interface" +msgstr "" + +#: pyload/cli/Cli.py:165 +#, python-format +msgid "%s Downloads:" +msgstr "%s Downloads:" + +#: pyload/cli/Cli.py:177 +msgid " Speed: " +msgstr " Snelheid: " + +#: pyload/cli/Cli.py:177 +msgid " Size: " +msgstr " Grootte: " + +#: pyload/cli/Cli.py:178 +msgid " Finished in: " +msgstr " Compleet in: " + +#: pyload/cli/Cli.py:179 +msgid " ID: " +msgstr "" + +#: pyload/cli/Cli.py:184 +msgid "waiting: " +msgstr "wachtend: " + +#: pyload/cli/Cli.py:191 pyload/cli/Cli.py:193 +msgid "Status:" +msgstr "Status:" + +#: pyload/cli/Cli.py:191 +msgid "paused" +msgstr "" + +#: pyload/cli/Cli.py:193 +msgid "running" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "total Speed" +msgstr "totale Snelheid" + +#: pyload/cli/Cli.py:196 +msgid "Files in queue" +msgstr "Bestanden in wachtrij" + +#: pyload/cli/Cli.py:197 +msgid "Total" +msgstr "Totaal" + +#: pyload/cli/Cli.py:203 +msgid "Menu:" +msgstr "Menu:" + +#: pyload/cli/Cli.py:205 +msgid " Add Links" +msgstr " Links toevoegen" + +#: pyload/cli/Cli.py:206 +msgid " Manage Queue" +msgstr "Wachtrij beheren" + +#: pyload/cli/Cli.py:207 +msgid " Manage Collector" +msgstr "Verzamelaar beheren" + +#: pyload/cli/Cli.py:208 +msgid " (Un)Pause Server" +msgstr " (De)Pauzeren Server" + +#: pyload/cli/Cli.py:209 +msgid " Kill Server" +msgstr " Server afsluiten" + +#: pyload/cli/Cli.py:210 +msgid " Quit" +msgstr " Afsluiten" + +#: pyload/cli/Cli.py:289 pyload/cli/Cli.py:296 +msgid "Please use this syntax: add <Package name> <link> <link2> ..." +msgstr "Gebruik deze opbouw: add <Package name> <link> <link2> enz" + +#: pyload/cli/Cli.py:315 +#, python-format +msgid "Checking %d links:" +msgstr "Controleren van %d links:" + +#: pyload/cli/Cli.py:324 +msgid "File does not exists." +msgstr "Bestand bestaat niet." + +#: pyload/cli/Cli.py:385 +msgid "pyLoad was terminated" +msgstr "pyLoad was afgesloten" + +#: pyload/cli/Cli.py:443 +msgid "Prints server status" +msgstr "Server status weergeven" + +#: pyload/cli/Cli.py:444 +msgid "Prints downloads in queue" +msgstr "Downloads in wachtrij weergeven" + +#: pyload/cli/Cli.py:445 +msgid "Prints downloads in collector" +msgstr "Downloads in verzamelaar weergeven" + +#: pyload/cli/Cli.py:446 +msgid "Adds package to queue" +msgstr "Pakketten toevoegen aan wachtrij" + +#: pyload/cli/Cli.py:447 +msgid "Adds package to collector" +msgstr "Pakket toevoegen aan verzamelaar" + +#: pyload/cli/Cli.py:448 +msgid "Delete Files from Queue/Collector" +msgstr "Bestanden verwijderen uit Wachtrij/Verzamelaar" + +#: pyload/cli/Cli.py:449 +msgid "Delete Packages from Queue/Collector" +msgstr "Pakketten verwijderen uit Wachtrij/Verzamelaar" + +#: pyload/cli/Cli.py:450 +msgid "Move Packages from Queue to Collector or vice versa" +msgstr "Verplaats pakketten van Wachtrij naar Verzamelaar of omgekeerd" + +#: pyload/cli/Cli.py:451 +msgid "Restart files" +msgstr "Bestanden herstarten" + +#: pyload/cli/Cli.py:452 +msgid "Restart packages" +msgstr "Pakketten herstarten" + +#: pyload/cli/Cli.py:453 +msgid "Check online status, works with local container" +msgstr "Controleer online status, werkt met lokale container" + +#: pyload/cli/Cli.py:454 +msgid "Checks online status of a container file" +msgstr "Controleert de online status van een container bestand" + +#: pyload/cli/Cli.py:455 +msgid "Pause the server" +msgstr "Server pauzeren" + +#: pyload/cli/Cli.py:456 +msgid "continue downloads" +msgstr "downloads hervatten" + +#: pyload/cli/Cli.py:457 +msgid "Toggle pause/unpause" +msgstr "Pauzeren/Starten" + +#: pyload/cli/Cli.py:458 +msgid "kill server" +msgstr "server afsluiten" + +#: pyload/cli/Cli.py:460 +msgid "List of commands:" +msgstr "Lijst met commands:" + +#: pyload/cli/Cli.py:473 +msgid "Couldn't write user config file" +msgstr "Kan configuratiebestand voor gebruiker niet aanmaken" + +#: pyload/cli/Cli.py:548 pyload/cli/Cli.py:580 +msgid "You need py-openssl to connect to this pyLoad core." +msgstr "Om verbinding te maken met deze pyLoad Core is py-openssl nodig." + +#: pyload/cli/Cli.py:555 +msgid "Address: " +msgstr "Adres: " + +#: pyload/cli/Cli.py:556 +msgid "Port: " +msgstr "Poort: " + +#: pyload/cli/Cli.py:557 +msgid "Username: " +msgstr "Gebruikersnaam: " + +#: pyload/cli/Cli.py:561 +msgid "Password: " +msgstr "Wachtwoord: " + +#: pyload/cli/Cli.py:566 pyload/cli/Cli.py:575 +msgid "Login data is wrong." +msgstr "Login gegevens verkeerd." + +#: pyload/cli/Cli.py:568 pyload/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." + +#: pyload/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/core.po b/locale/nl/LC_MESSAGES/core.po new file mode 100644 index 000000000..d47e7462a --- /dev/null +++ b/locale/nl/LC_MESSAGES/core.po @@ -0,0 +1,630 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Dutch\n" +"Language: nl_NL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/AddonManager.py:62 +#, python-format +msgid "Error when executing %s" +msgstr "" + +#: pyload/AddonManager.py:93 +#, python-format +msgid "Failed activating %(name)s" +msgstr "Activeren mislukt van %(name)s" + +#: pyload/AddonManager.py:96 +#, python-format +msgid "Activated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:97 +#, python-format +msgid "Deactivated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:153 +msgid "Activating Plugins..." +msgstr "Plugins aan het activeren..." + +#: pyload/AddonManager.py:162 +msgid "Deactivating Plugins..." +msgstr "" + +#: pyload/web/ServerThread.py:49 +msgid "SSL certificates not found." +msgstr "SSL certificaten niet gevonden." + +#: pyload/web/ServerThread.py:53 +msgid "WebUI built is not available" +msgstr "" + +#: pyload/web/ServerThread.py:55 +msgid "Running webUI in development mode" +msgstr "" + +#: pyload/web/ServerThread.py:73 +msgid "Failed starting webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:107 +msgid "Failed importing webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:125 +msgid "This server offers no SSL, please consider using threaded instead" +msgstr "Deze server heeft geen SSL, overweeg de threaded server te gebruiken" + +#: pyload/web/ServerThread.py:139 +#, python-format +msgid "Starting %(name)s webserver: %(host)s:%(port)d" +msgstr "" + +#: pyload/config/default.py:14 +msgid "Remote" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Description" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Long description" +msgstr "" + +#: pyload/config/default.py:16 pyload/config/default.py:56 +#: pyload/config/default.py:63 +msgid "Activated" +msgstr "Geactiveerd" + +#: pyload/config/default.py:17 pyload/config/default.py:69 +#: pyload/config/default.py:80 +msgid "Port" +msgstr "Poort" + +#: pyload/config/default.py:18 pyload/config/default.py:77 +msgid "Address" +msgstr "Adres" + +#: pyload/config/default.py:21 +msgid "Log" +msgstr "" + +#: pyload/config/default.py:23 +msgid "Size in kb" +msgstr "" + +#: pyload/config/default.py:24 +msgid "Folder" +msgstr "Map" + +#: pyload/config/default.py:25 +msgid "File Log" +msgstr "" + +#: pyload/config/default.py:26 +msgid "Count" +msgstr "" + +#: pyload/config/default.py:27 +msgid "Log Rotate" +msgstr "" + +#: pyload/config/default.py:30 +msgid "Permissions" +msgstr "" + +#: pyload/config/default.py:32 +msgid "Groupname" +msgstr "" + +#: pyload/config/default.py:33 +msgid "Change Group and User of Downloads" +msgstr "" + +#: pyload/config/default.py:34 +msgid "Change file mode of downloads" +msgstr "" + +#: pyload/config/default.py:35 pyload/config/default.py:75 +msgid "Username" +msgstr "Gebruikersnaam" + +#: pyload/config/default.py:36 +msgid "Filemode for Downloads" +msgstr "" + +#: pyload/config/default.py:37 +msgid "Change group of running process" +msgstr "" + +#: pyload/config/default.py:38 +msgid "Folder Permission mode" +msgstr "" + +#: pyload/config/default.py:39 +msgid "Change user of running process" +msgstr "" + +#: pyload/config/default.py:42 +msgid "General" +msgstr "Algemeen" + +#: pyload/config/default.py:44 +msgid "Language" +msgstr "Taal" + +#: pyload/config/default.py:45 +msgid "Download Folder" +msgstr "" + +#: pyload/config/default.py:46 +msgid "Use Checksum" +msgstr "" + +#: pyload/config/default.py:47 +msgid "Create folder for each package" +msgstr "" + +#: pyload/config/default.py:48 +msgid "Debug Mode" +msgstr "" + +#: pyload/config/default.py:49 +msgid "Min Free Space (MB)" +msgstr "" + +#: pyload/config/default.py:50 +msgid "CPU Priority" +msgstr "" + +#: pyload/config/default.py:53 +msgid "SSL" +msgstr "" + +#: pyload/config/default.py:55 +msgid "SSL Certificate" +msgstr "" + +#: pyload/config/default.py:57 +msgid "SSL Key" +msgstr "" + +#: pyload/config/default.py:60 +msgid "Webinterface" +msgstr "" + +#: pyload/config/default.py:62 +msgid "Template" +msgstr "" + +#: pyload/config/default.py:64 +msgid "Path Prefix" +msgstr "" + +#: pyload/config/default.py:65 +msgid "Server" +msgstr "Server" + +#: pyload/config/default.py:66 +msgid "Favor specific server" +msgstr "" + +#: pyload/config/default.py:67 +msgid "IP" +msgstr "" + +#: pyload/config/default.py:68 +msgid "Use HTTPS" +msgstr "" + +#: pyload/config/default.py:70 +msgid "Development mode" +msgstr "" + +#: pyload/config/default.py:73 +msgid "Proxy" +msgstr "" + +#: pyload/config/default.py:76 +msgid "Use Proxy" +msgstr "" + +#: pyload/config/default.py:78 +msgid "Password" +msgstr "Wachtwoord" + +#: pyload/config/default.py:79 +msgid "Protocol" +msgstr "" + +#: pyload/config/default.py:83 +msgid "Reconnect" +msgstr "" + +#: pyload/config/default.py:85 pyload/config/default.py:106 +msgid "End" +msgstr "" + +#: pyload/config/default.py:86 +msgid "Use Reconnect" +msgstr "" + +#: pyload/config/default.py:87 +msgid "Method" +msgstr "" + +#: pyload/config/default.py:88 pyload/config/default.py:105 +msgid "Start" +msgstr "" + +#: pyload/config/default.py:91 +msgid "Download" +msgstr "" + +#: pyload/config/default.py:93 +msgid "Max Parallel Downloads" +msgstr "" + +#: pyload/config/default.py:94 +msgid "Limit Download Speed" +msgstr "" + +#: pyload/config/default.py:95 +msgid "Download interface to bind (ip or Name)" +msgstr "" + +#: pyload/config/default.py:96 +msgid "Skip already existing files" +msgstr "" + +#: pyload/config/default.py:97 +msgid "Max Download Speed in kb/s" +msgstr "" + +#: pyload/config/default.py:98 +msgid "Allow IPv6" +msgstr "" + +#: pyload/config/default.py:99 +msgid "Max connections for one download" +msgstr "" + +#: pyload/config/default.py:100 +msgid "Restart failed downloads on startup" +msgstr "" + +#: pyload/config/default.py:103 +msgid "Download Time" +msgstr "" + +#: pyload/network/HTTPDownload.py:249 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "Download chunks gefaald, terugvallen op één connectie | %s" + +#: pyload/api/DownloadApi.py:44 +#, python-format +msgid "Added package %(name)s as folder %(folder)s" +msgstr "" + +#: pyload/api/DownloadApi.py:95 +#, python-format +msgid "Added %d links to package" +msgstr "" + +#: pyload/AccountManager.py:69 +#, python-format +msgid "Unknown account plugin %s" +msgstr "" + +#: pyload/interaction/InteractionManager.py:88 +msgid "Query" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Captcha request" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Please solve the captcha." +msgstr "" + +#: pyload/remote/RemoteManager.py:35 +#, python-format +msgid "Remote backend error: %s" +msgstr " Fout in achtergrond op afstand: %s" + +#: pyload/remote/RemoteManager.py:80 +#, python-format +msgid "Starting %(name)s: %(addr)s:%(port)s" +msgstr "Opstarten %(name)s: %(addr)s:%(port)s" + +#: pyload/remote/RemoteManager.py:82 +#, python-format +msgid "Failed loading backend %(name)s | %(error)s" +msgstr "Laden mislukt van backend %(name)s | %(error)s" + +#: pyload/FileManager.py:53 +msgid "none" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "offline" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "online" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "queued" +msgstr "in wachtrij" + +#: pyload/FileManager.py:53 +msgid "paused" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "finished" +msgstr "compleet" + +#: pyload/FileManager.py:54 +msgid "skipped" +msgstr "overgeslagen" + +#: pyload/FileManager.py:54 +msgid "failed" +msgstr "mislukt" + +#: pyload/FileManager.py:54 +msgid "starting" +msgstr "startend" + +#: pyload/FileManager.py:55 +msgid "waiting" +msgstr "wachtend" + +#: pyload/FileManager.py:55 +msgid "downloading" +msgstr "downloaden" + +#: pyload/FileManager.py:55 +msgid "temp. offline" +msgstr "tijdelijk offline" + +#: pyload/FileManager.py:55 +msgid "aborted" +msgstr "afgebroken" + +#: pyload/FileManager.py:56 +msgid "decrypting" +msgstr "decrypten" + +#: pyload/FileManager.py:56 +msgid "processing" +msgstr "verwerken" + +#: pyload/FileManager.py:56 +msgid "custom" +msgstr "persoonlijk" + +#: pyload/FileManager.py:56 +msgid "unknown" +msgstr "onbekend" + +#: pyload/FileManager.py:426 +#, python-format +msgid "Package finished: %s" +msgstr "Pakket compleet: %s" + +#: pyload/Api.py:152 +#, python-format +msgid "User '%s' tries to log in" +msgstr "" + +#: pyload/Core.py:195 +msgid "Received Quit signal" +msgstr "Quit signaal ontvangen" + +#: pyload/Core.py:323 +#, python-format +msgid "pyLoad already running with pid %s" +msgstr "pyLoad is al actief met pid %s" + +#: pyload/Core.py:337 +#, python-format +msgid "Failed changing group: %s" +msgstr "Groep wisselen mislukt: %s" + +#: pyload/Core.py:347 +#, python-format +msgid "Failed changing user: %s" +msgstr "Gebruiker wisselen mislukt: %s" + +#: pyload/Core.py:358 +msgid "Starting" +msgstr "starten" + +#: pyload/Core.py:359 +#, python-format +msgid "Using home directory: %s" +msgstr "Home map gebruiken: %s" + +#: pyload/Core.py:373 +msgid "All links removed" +msgstr "Alle links verwijderd" + +#: pyload/Core.py:403 +#, python-format +msgid "Download time: %s" +msgstr "" + +#: pyload/Core.py:418 +#, python-format +msgid "Free space: %s" +msgstr "Beschikbare ruimte: %s" + +#: pyload/Core.py:438 +msgid "Activating Accounts..." +msgstr "Accounts aan het activeren..." + +#: pyload/Core.py:443 +msgid "Restarting failed downloads..." +msgstr "" + +#: pyload/Core.py:451 +msgid "pyLoad is up and running" +msgstr "pyLoad is al draaiende" + +#: pyload/Core.py:474 +msgid "restarting pyLoad" +msgstr "pyLoad aan het herstarten" + +#: pyload/Core.py:478 +msgid "pyLoad quits" +msgstr "pyLoad aan het afsluiten" + +#: pyload/Core.py:564 +msgid "shutting down..." +msgstr "aan het afsluiten..." + +#: pyload/Core.py:579 +msgid "error while shutting down" +msgstr "fout tijdens afsluiten" + +#: pyload/Core.py:661 +msgid "killed pyLoad from terminal" +msgstr "" + +#: pyload/database/DatabaseBackend.py:167 +msgid "Database was deleted due to incompatible version." +msgstr "" + +#: pyload/threads/DecrypterThread.py:50 +msgid "Decrypting failed" +msgstr "" + +#: pyload/threads/DecrypterThread.py:73 +#, python-format +msgid "Decrypted %(count)d links into package %(name)s" +msgstr "" + +#: pyload/threads/DecrypterThread.py:80 +msgid "No links decrypted" +msgstr "" + +#: pyload/threads/InfoThread.py:147 +#, python-format +msgid "Info Fetching for %(name)s failed | %(err)s" +msgstr "Informatie verzamelen voor %(name)s mislukt | %(err)s" + +#: pyload/threads/ThreadManager.py:155 +#, python-format +msgid "Reconnect Failed: %s" +msgstr "Opnieuw verbinden mislukt: %s" + +#: pyload/threads/ThreadManager.py:192 +msgid "Reconnect script not found!" +msgstr "Opnieuw verbinden script niet gevonden!" + +#: pyload/threads/ThreadManager.py:198 +msgid "Starting reconnect" +msgstr "Opnieuw aan het verbinden" + +#: pyload/threads/ThreadManager.py:212 +msgid "Failed executing reconnect script!" +msgstr "Uitvoeren van opnieuw verbinden script mislukt!" + +#: pyload/threads/ThreadManager.py:224 +#, python-format +msgid "Reconnected, new IP: %s" +msgstr "Opnieuw verbonden, nieuw IP: %s" + +#: pyload/threads/ThreadManager.py:298 +msgid "Not enough space left on device" +msgstr "Niet genoeg schijfruimte vrij op schijf" + +#: pyload/threads/DownloadThread.py:64 +#, python-format +msgid "Download starts: %s" +msgstr "Download gestart: %s" + +#: pyload/threads/DownloadThread.py:70 +#, python-format +msgid "Download finished: %s" +msgstr "Download compleet: %s" + +#: pyload/threads/DownloadThread.py:75 +#, python-format +msgid "Plugin %s is missing a function." +msgstr "Plugin %s mist een functie." + +#: pyload/threads/DownloadThread.py:83 pyload/threads/DownloadThread.py:147 +#, python-format +msgid "Download aborted: %s" +msgstr "Download afgebroken: %s" + +#: pyload/threads/DownloadThread.py:103 +#, python-format +msgid "Download restarted: %(name)s | %(msg)s" +msgstr "Download herstart: %(name)s | %(msg)s" + +#: pyload/threads/DownloadThread.py:113 +#, python-format +msgid "Download is offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:116 pyload/threads/DownloadThread.py:187 +#, python-format +msgid "Download is temporary offline: %s" +msgstr "Download is tijdelijk offline: %s" + +#: pyload/threads/DownloadThread.py:119 pyload/threads/DownloadThread.py:192 +#, python-format +msgid "Download failed: %(name)s | %(msg)s" +msgstr "Download mislukt: %(name)s | %(msg)s" + +#: pyload/threads/DownloadThread.py:136 +msgid "Couldn't connect to host or connection reset, waiting 1 minute and retry." +msgstr "Kan geen verbinding maken met host, wacht 1 minuut en probeer opnieuw." + +#: pyload/threads/DownloadThread.py:171 +#, python-format +msgid "Download skipped: %(name)s due to %(plugin)s" +msgstr "Download overgeslagen: %(name)s vanwege %(plugin)s" + +#: pyload/threads/DownloadThread.py:188 +msgid "Internal Server Error" +msgstr "" + +#: pyload/threads/AddonThread.py:55 +msgid "An Error occurred" +msgstr "" + +#: pyload/PluginManager.py:316 +#, python-format +msgid "Error importing %(name)s: %(msg)s" +msgstr "Fout bij importeren %(name)s: %(msg)s" + +#: pyload/utils/JsEngine.py:188 +msgid "No js engine detected, please install either Spidermonkey, ossp-js, pyv8, nodejs or rhino" +msgstr "" + diff --git a/locale/nl/LC_MESSAGES/django.mo b/locale/nl/LC_MESSAGES/django.mo Binary files differdeleted file mode 100644 index bea13751c..000000000 --- a/locale/nl/LC_MESSAGES/django.mo +++ /dev/null diff --git a/locale/nl/LC_MESSAGES/plugins.po b/locale/nl/LC_MESSAGES/plugins.po new file mode 100644 index 000000000..4256df98e --- /dev/null +++ b/locale/nl/LC_MESSAGES/plugins.po @@ -0,0 +1,424 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-20 22:13+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Dutch\n" +"Language: nl_NL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/plugins/network/CurlDownload.py:241 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "Download chunks gefaald, terugvallen op één connectie | %s" + +#: pyload/plugins/Base.py:329 +msgid "Pil and tesseract not installed and no Client connected for captcha decrypting" +msgstr "Captcha ontcijfering niet mogelijk : A. Client is niet verbonden & B. Pil en Tesseract module niet gevonden" + +#: pyload/plugins/Base.py:333 +msgid "No captcha result obtained in appropriate time." +msgstr "Geen captcha resultaat gevonden in de toegestaande tijd." + +#: pyload/plugins/Hoster.py:282 pyload/plugins/Hoster.py:319 +#: pyload/plugins/hoster/ARD.py:76 +#, python-format +msgid "Setting User and Group failed: %s" +msgstr "Instellingen van gebruiker en groep kunnen niet geladen worden : %s" + +#: pyload/plugins/Crypter.py:136 +msgid "Not existing file or unsupported protocol" +msgstr "Dit bestand of protocol wordt niet ondersteund" + +#: pyload/plugins/hoster/RapidshareCom.py:96 +msgid "Rapidshare: Traffic Share (direct download)" +msgstr "Rapidshare: Bandbreedte Delen (Direct Downloaden)" + +#: pyload/plugins/hoster/RapidshareCom.py:123 +#: pyload/plugins/hoster/RapidshareCom.py:189 +msgid "Already downloading from this ip address, waiting 60 seconds" +msgstr "Er wordt al een bestand gedownload vanaf dit ip adres, na 60 seconden volgende poging" + +#: pyload/plugins/hoster/RapidshareCom.py:127 +msgid "Invalid Auth Code, download will be restarted" +msgstr "Ongeldige Auth Code, download wordt automatisch herstart" + +#: pyload/plugins/hoster/RapidshareCom.py:193 +msgid "RapidShareCom: No free slots" +msgstr "RapidShareCom: Geen beschikbaarde downloadslots" + +#: pyload/plugins/hoster/RapidshareCom.py:196 +msgid "You need a premium account for this file" +msgstr "U heeft een premium account nodig voor deze bestand" + +#: pyload/plugins/hoster/RapidshareCom.py:198 +msgid "Filename reported invalid" +msgstr "Bestandsnaam geeft ongeldigheidsmelding" + +#: pyload/plugins/hoster/RealdebridCom.py:40 +#: pyload/plugins/hoster/Premium4Me.py:27 +#: pyload/plugins/hoster/MultiDebridCom.py:39 +#: pyload/plugins/hoster/ZeveraCom.py:24 +#: pyload/plugins/hoster/AlldebridCom.py:37 +#: pyload/plugins/hoster/RehostTo.py:25 pyload/plugins/hoster/ReloadCc.py:22 +#: pyload/plugins/hoster/DebridItaliaCom.py:38 +#: pyload/plugins/hoster/PremiumizeMe.py:19 +#, python-format +msgid "Please enter your %s account or deactivate this plugin" +msgstr "Voer hier uw %s gegevens in of deactiveer deze plugin" + +#: pyload/plugins/hoster/MegaNz.py:55 +msgid "Decryption failed" +msgstr "Ontcijferen van codering mislukt" + +#: pyload/plugins/hoster/MegaNz.py:99 +msgid "No file key provided in the URL" +msgstr "Geen bestandssleutel meegeleverd door URL" + +#: pyload/plugins/hoster/MegaNz.py:111 +msgid "Error code:" +msgstr "Foutmeldingscode:" + +#: pyload/plugins/hoster/FileserveCom.py:97 +msgid "Parallel download error, now waiting 60s." +msgstr "Gelijktijdige download mislukt, wacht 60 seconden voor volgende poging." + +#: pyload/plugins/hoster/FileserveCom.py:208 +msgid "Not logged in." +msgstr "Niet ingelogd." + +#: pyload/plugins/hoster/UploadedTo.py:135 +msgid "API key invalid" +msgstr "API sleutel ongeldig" + +#: pyload/plugins/hoster/UploadedTo.py:160 +#, python-format +msgid "%s: Not enough traffic left" +msgstr "%s: Overdracht limiet bijna bereikt , niet voldoende credits" + +#: pyload/plugins/hoster/UploadedTo.py:163 +msgid "Traffic exceeded" +msgstr "Dataverkeer overschreden" + +#: pyload/plugins/hoster/BasePlugin.py:63 +msgid "Authorization required (username:password)" +msgstr "Autorisatie vereist (gebruikersnaam:wachtwoord)" + +#: pyload/plugins/hoster/NetloadIn.py:143 +#: pyload/plugins/hoster/NetloadIn.py:167 +msgid "File temporarily not available" +msgstr "Bestand tijdelijk niet beschikbaar" + +#: pyload/plugins/hoster/NetloadIn.py:180 +#, python-format +msgid "Netload: waiting between downloads %d s." +msgstr "Netload: wachten tussen downloads %d s." + +#: pyload/plugins/hoster/NetloadIn.py:209 +#, python-format +msgid "Netload: waiting for captcha %d s." +msgstr "Netload: Wachten tot captcha %d s." + +#: pyload/plugins/hoster/NetloadIn.py:248 +msgid "Downloaded File was empty" +msgstr "Downloadlink heeft geen bestand gekoppeld" + +#: pyload/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 "Er is een html reactie gevonden in het aangevraagde bestand om te downloaden(%s), is het een redirect verzoek? Er wordt nu geprobeerd om bestand opnieuw te downloaden." + +#: pyload/plugins/hoster/XHamsterCom.py:75 +#: pyload/plugins/hoster/XHamsterCom.py:84 +#: pyload/plugins/hoster/XHamsterCom.py:87 +#, python-format +msgid "long_url: %s" +msgstr "long_url: %s" + +#: pyload/plugins/Account.py:117 pyload/plugins/Account.py:123 +#, python-format +msgid "Could not login with account %(user)s | %(msg)s" +msgstr "Kan niet inloggen onder gebruikersnaam %(user)s | %(msg)s" + +#: pyload/plugins/Account.py:118 +msgid "Wrong Password" +msgstr "Verkeerd wachtwoord opgegeven" + +#: pyload/plugins/Account.py:184 +#, python-format +msgid "Get Account Info for %s" +msgstr "Informatie over account van %s" + +#: pyload/plugins/Account.py:193 +#, python-format +msgid "Error: %s" +msgstr "foutmelding : %s" + +#: pyload/plugins/Account.py:242 +#, python-format +msgid "Your Time %s has a wrong format, use: 1:22-3:44" +msgstr "Uw tijd %s heeft een verkeerde indeling, gebruik het volgende formaat : 1:22-3:44" + +#: pyload/plugins/Account.py:265 +#, python-format +msgid "Account %s has not enough traffic, checking again in 30min" +msgstr "Account %s heeft niet genoeg credits, wij proberen het opnieuw in 30min" + +#: pyload/plugins/Account.py:273 +#, python-format +msgid "Account %s is expired, checking again in 1h" +msgstr "Account %s is verlopen, opnieuw te controleren in 1h" + +#: pyload/plugins/Account.py:290 +#, python-format +msgid "Login with %s" +msgstr "Login met %s" + +#: pyload/plugins/Addon.py:118 +#, python-format +msgid "Error executing addons: %s" +msgstr "Fout bij het uitvoeren van addons: %s" + +#: pyload/plugins/accounts/BitshareCom.py:36 +msgid "Activate direct Download in your Bitshare Account" +msgstr "Activeer Direct Downloaden in je Bitshare Account" + +#: pyload/plugins/crypter/SerienjunkiesOrg.py:128 +msgid "Downloadlimit reached" +msgstr "Downloadlimiet bereikt" + +#: pyload/plugins/addons/Premium4Me.py:30 +msgid "Please add your premium.to account first and restart pyLoad" +msgstr "Gelieve eerst uw premium account toe te voegen en daarna pyLoad te herstarten" + +#: pyload/plugins/addons/ExternalScripts.py:53 +#, python-format +msgid "Installed scripts for %s: " +msgstr "Geïnstalleerde scripts voor %s: " + +#: pyload/plugins/addons/ExternalScripts.py:69 +msgid "Script not executable:" +msgstr "Script niet uitvoerbaar:" + +#: pyload/plugins/addons/ExternalScripts.py:79 +#, python-format +msgid "Error in %(script)s: %(error)s" +msgstr "Fout in %(script)s: %(error)s" + +#: pyload/plugins/addons/CaptchaTrader.py:72 +#: pyload/plugins/addons/Captcha9kw.py:56 +#: pyload/plugins/addons/ExpertDecoders.py:49 +#, python-format +msgid "%s credits left" +msgstr "%s credits over" + +#: pyload/plugins/addons/CaptchaTrader.py:120 +msgid "Could not send response." +msgstr "Kan het antwoord niet verzenden." + +#: pyload/plugins/addons/CaptchaTrader.py:138 +msgid "Your CaptchaTrader Account has not enough credits" +msgstr "Uw CaptchaTrader Account heeft niet genoeg credits" + +#: pyload/plugins/addons/Captcha9kw.py:89 +#, python-format +msgid "New CaptchaID from upload: %s : %s" +msgstr "Nieuwe CaptchaID van upload: %s: %s" + +#: pyload/plugins/addons/Captcha9kw.py:123 +msgid "Your Captcha 9kw.eu Account has not enough credits" +msgstr "Uw Captcha 9kw.eu Account heeft niet genoeg credits" + +#: pyload/plugins/addons/RehostTo.py:34 +msgid "Please add your rehost.to account first and restart pyLoad" +msgstr "Gelieve eerst uw premium account toe te voegen en daarna pyLoad te herstarten" + +#: pyload/plugins/addons/HotFolder.py:82 +#, python-format +msgid "Added %s from HotFolder" +msgstr "Toegevoegde %s van HotFolder" + +#: pyload/plugins/addons/ClickAndLoad.py:74 +msgid "Click'N'Load: Port 9666 already in use" +msgstr "Click'N'Load: Poort 9666 al in gebruik" + +#: pyload/plugins/addons/XMPPInterface.py:82 +#: pyload/plugins/addons/IRCInterface.py:75 +#, python-format +msgid "Package finished: %s" +msgstr "Pakket compleet: %s" + +#: pyload/plugins/addons/XMPPInterface.py:90 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" +msgstr "Download compleet: %(name)s @ %(plugin)s" + +#: pyload/plugins/addons/ExpertDecoders.py:98 +msgid "Your ExpertDecoders Account has not enough credits" +msgstr "Uw ExpertDecoders Account heeft niet genoeg credits" + +#: pyload/plugins/addons/UpdateManager.py:73 +msgid "*** Plugins have been updated, please restart pyLoad ***" +msgstr "*** Plugins zijn bijgewerkt, pyLoad opnieuw starten aub***" + +#: pyload/plugins/addons/UpdateManager.py:75 +msgid "Plugins updated and reloaded" +msgstr "Plugins bijgewerkt en opnieuw geladen" + +#: pyload/plugins/addons/UpdateManager.py:78 +msgid "No plugin updates available" +msgstr "Geen plugin updates beschikbaar" + +#: pyload/plugins/addons/UpdateManager.py:95 +msgid "No Updates for pyLoad" +msgstr "Geen Updates voor pyLoad" + +#: pyload/plugins/addons/UpdateManager.py:100 +#, python-format +msgid "*** New pyLoad Version %s available ***" +msgstr "*** Nieuwe pyLoad Versie %s beschikbaar ***" + +#: pyload/plugins/addons/UpdateManager.py:101 +msgid "*** Get it here: http://pyload.org/download ***" +msgstr "*** Download hier: http://pyload.org/download ***" + +#: pyload/plugins/addons/UpdateManager.py:104 +msgid "Not able to connect server for updates" +msgstr "Niet in staat te verbinden met server voor updates" + +#: pyload/plugins/addons/UpdateManager.py:148 +#, python-format +msgid "New version of %(type)s|%(name)s : %(version).2f" +msgstr "Nieuwe versie van %(type)s|%(name)s : %(version).2f" + +#: pyload/plugins/addons/UpdateManager.py:157 +#: pyload/plugins/addons/UpdateManager.py:162 +#, python-format +msgid "Error when updating %s" +msgstr "Fout tijdens updaten van %s" + +#: pyload/plugins/addons/UpdateManager.py:162 +msgid "Version mismatch" +msgstr "Versie mismatch" + +#: pyload/plugins/addons/ExtractArchive.py:92 +#, python-format +msgid "No %s installed" +msgstr "Niet %s geinstalleerd" + +#: pyload/plugins/addons/ExtractArchive.py:94 +#: pyload/plugins/addons/ExtractArchive.py:99 +#, python-format +msgid "Could not activate %s" +msgstr "Kan %s niet activeren" + +#: pyload/plugins/addons/ExtractArchive.py:104 +msgid "Activated" +msgstr "Geactiveerd" + +#: pyload/plugins/addons/ExtractArchive.py:106 +msgid "No Extract plugins activated" +msgstr "Geen uitpak plug-ins geactiveerd" + +#: pyload/plugins/addons/ExtractArchive.py:118 +#, python-format +msgid "Package %s queued for later extracting" +msgstr "Pakket %s in wachtrij voor later uitpakken" + +#: pyload/plugins/addons/ExtractArchive.py:143 +#, python-format +msgid "Check package %s" +msgstr "Controleer pakket %s" + +#: pyload/plugins/addons/ExtractArchive.py:183 +#, python-format +msgid "Extract to %s" +msgstr "Uitpakken naar %s" + +#: pyload/plugins/addons/ExtractArchive.py:197 +msgid "No files found to extract" +msgstr "Geen bestanden gevonden om uit te pakken" + +#: pyload/plugins/addons/ExtractArchive.py:203 +msgid "extracting" +msgstr "uitpakken" + +#: pyload/plugins/addons/ExtractArchive.py:214 +msgid "Password protected" +msgstr "Beveiligd met een wachtwoord" + +#: pyload/plugins/addons/ExtractArchive.py:234 +msgid "Wrong password" +msgstr "Verkeerd wachtwoord" + +#: pyload/plugins/addons/ExtractArchive.py:242 +#, python-format +msgid "Deleting %s files" +msgstr "%s bestanden verwijderen" + +#: pyload/plugins/addons/ExtractArchive.py:247 +msgid "Extracting finished" +msgstr "Uitpakken voltooid" + +#: pyload/plugins/addons/ExtractArchive.py:254 +msgid "Archive Error" +msgstr "Archief fout" + +#: pyload/plugins/addons/ExtractArchive.py:256 +msgid "CRC Mismatch" +msgstr "CRC foutief" + +#: pyload/plugins/addons/ExtractArchive.py:260 +msgid "Unknown Error" +msgstr "Onbekende fout" + +#: pyload/plugins/addons/ExtractArchive.py:312 +msgid "Setting User and Group failed" +msgstr "Instellen van gebruikers en de groep is mislukt" + +#: pyload/plugins/addons/LinkdecrypterCom.py:36 +msgid "Crypter list not found" +msgstr "Crypter lijst niet gevonden" + +#: pyload/plugins/addons/LinkdecrypterCom.py:50 +msgid "Crypter list is empty" +msgstr "Crypter lijst is leeg" + +#: pyload/plugins/addons/IRCInterface.py:82 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " +msgstr "Download compleet: %(name)s @ %(plugin)s " + +#: pyload/plugins/addons/IRCInterface.py:94 +#, python-format +msgid "New Captcha Request: %s" +msgstr "Nieuw Captcha verzoek: %s" + +#: pyload/plugins/addons/IRCInterface.py:95 +#, python-format +msgid "Answer with 'c %s text on the captcha'" +msgstr "Beantwoord met 'c%s text on the captcha'" + +#: pyload/plugins/addons/PremiumizeMe.py:46 +msgid "Please add a valid premiumize.me account first and restart pyLoad." +msgstr "Graag een valide permiumize.me account toevoegen en daarna pyLoad herstarten." + +#: pyload/plugins/addons/CaptchaBrotherhood.py:69 +#, python-format +msgid "%d credits left" +msgstr "uw resterende aantal credits : %d" + +#: pyload/plugins/addons/MultiHoster.py:29 +#, python-format +msgid "Activated %s" +msgstr "Het volgende is geactiveerd : %s" + +#: pyload/plugins/addons/MultiHoster.py:47 +msgid "No Hoster loaded" +msgstr "Geen Hoster geladen" + diff --git a/locale/nl/LC_MESSAGES/pyLoad.mo b/locale/nl/LC_MESSAGES/pyLoad.mo Binary files differdeleted file mode 100644 index 7c52dee71..000000000 --- a/locale/nl/LC_MESSAGES/pyLoad.mo +++ /dev/null diff --git a/locale/nl/LC_MESSAGES/pyLoadCli.mo b/locale/nl/LC_MESSAGES/pyLoadCli.mo Binary files differdeleted file mode 100644 index c414cfea4..000000000 --- a/locale/nl/LC_MESSAGES/pyLoadCli.mo +++ /dev/null diff --git a/locale/nl/LC_MESSAGES/pyLoadGui.mo b/locale/nl/LC_MESSAGES/pyLoadGui.mo Binary files differdeleted file mode 100644 index 8bbc9385f..000000000 --- a/locale/nl/LC_MESSAGES/pyLoadGui.mo +++ /dev/null diff --git a/locale/nl/LC_MESSAGES/setup.mo b/locale/nl/LC_MESSAGES/setup.mo Binary files differdeleted file mode 100644 index 8d8fd0d4f..000000000 --- a/locale/nl/LC_MESSAGES/setup.mo +++ /dev/null diff --git a/locale/nl/LC_MESSAGES/setup.po b/locale/nl/LC_MESSAGES/setup.po new file mode 100644 index 000000000..b115a2766 --- /dev/null +++ b/locale/nl/LC_MESSAGES/setup.po @@ -0,0 +1,376 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Dutch\n" +"Language: nl_NL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/Setup.py:72 +msgid "Would you like to configure pyLoad via Webinterface?" +msgstr "" + +#: pyload/Setup.py:73 +msgid "You need a Browser and a connection to this PC for it." +msgstr "" + +#: pyload/Setup.py:74 +msgid "Url would be: http://hostname:8000/" +msgstr "" + +#: pyload/Setup.py:75 +msgid "Start initial webinterface for configuration?" +msgstr "" + +#: pyload/Setup.py:86 +msgid "Welcome to the pyLoad Configuration Assistent." +msgstr "Welkom bij de pyLoad configuratie assistent." + +#: pyload/Setup.py:87 +msgid "It will check your system and make a basic setup in order to run pyLoad." +msgstr "Deze zal uw systeem controleren en de basissetup uitvoeren." + +#: pyload/Setup.py:89 +msgid "The value in brackets [] always is the default value," +msgstr "De waarden tussen de haakjes [] zijn de standaardwaarden," + +#: pyload/Setup.py:90 +msgid "in case you don't want to change it or you are unsure what to choose, just hit enter." +msgstr "mocht het zo zijn dat u deze niet wil veranderen of indien u niet zeker bent, druk op enter." + +#: pyload/Setup.py:92 +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." + +#: pyload/Setup.py:93 +msgid "If you have any problems with this assistent hit CTRL+C," +msgstr "" + +#: pyload/Setup.py:94 +msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgstr "om af te sluiten en de assistent niet meer automatisch te starten." + +#: pyload/Setup.py:96 +msgid "When you are ready for system check, hit enter." +msgstr "Als u klaar bent voor de systeemcontrole, druk op enter." + +#: pyload/Setup.py:103 +msgid "Features missing: " +msgstr "" + +#: pyload/Setup.py:107 +msgid "no py-crypto available" +msgstr "geen py-crypto beschikbaar" + +#: pyload/Setup.py:108 +msgid "You need this if you want to decrypt container files." +msgstr "U heeft dat nodig om container bestanden te openen." + +#: pyload/Setup.py:112 +msgid "no SSL available" +msgstr "geen SSL beschikbaar" + +#: pyload/Setup.py:113 +msgid "This is needed if you want to establish a secure connection to core or webinterface." +msgstr "Dit is nodig om een beveiligde verbinding in te stellen naar de core of de webinterface." + +#: pyload/Setup.py:114 +msgid "If you only want to access locally to pyLoad ssl is not useful." +msgstr "" + +#: pyload/Setup.py:118 +msgid "no Captcha Recognition available" +msgstr "geen captcha herkenning beschikbaar" + +#: pyload/Setup.py:119 +msgid "Only needed for some hosters and as freeuser." +msgstr "Wordt alleen gebruikt bij enkele hosters als freeuser." + +#: pyload/Setup.py:123 +msgid "no JavaScript engine found" +msgstr "geen JavaScript engine gevonden" + +#: pyload/Setup.py:124 +msgid "You will need this for some Click'N'Load links. Install Spidermonkey, ossp-js, pyv8 or rhino" +msgstr "U heeft dit nodig voor bepaalde Click'N'Load links. Instaleer Spidermoney, ossp-js, pyv8 of rhino" + +#: pyload/Setup.py:126 +msgid "You can abort the setup now and fix some dependencies if you want." +msgstr "" + +#: pyload/Setup.py:128 +msgid "Continue with setup?" +msgstr "Doorgaan met setup?" + +#: pyload/Setup.py:134 +#, python-format +msgid "Do you want to change the config path? Current is %s" +msgstr "Wilt u de configuratiemap aanpassen? Huidige is %s" + +#: pyload/Setup.py:136 +msgid "If you use pyLoad on a server or the home partition lives on an internal flash it may be a good idea to change it." +msgstr "" + +#: pyload/Setup.py:137 +msgid "Change config path?" +msgstr "Verander configmap?" + +#: pyload/Setup.py:143 +msgid "Do you want to configure login data and basic settings?" +msgstr "Wilt u login gegevens en basisinstellingen configureren?" + +#: pyload/Setup.py:144 +msgid "This is recommend for first run." +msgstr "Dit is aan te raden bij een eerste start." + +#: pyload/Setup.py:145 +msgid "Make basic setup?" +msgstr "Basissetup creëren?" + +#: pyload/Setup.py:152 +msgid "Do you want to configure ssl?" +msgstr "Wilt u SSL configureren?" + +#: pyload/Setup.py:153 +msgid "Configure ssl?" +msgstr "SSL configureren?" + +#: pyload/Setup.py:159 +msgid "Do you want to configure webinterface?" +msgstr "Wilt u de webinterface configureren?" + +#: pyload/Setup.py:160 +msgid "Configure webinterface?" +msgstr "Webinterface configureren?" + +#: pyload/Setup.py:165 +msgid "Setup finished successfully." +msgstr "Setup is succesvol voltooid." + +#: pyload/Setup.py:166 +msgid "Hit enter to exit and restart pyLoad" +msgstr "Druk op enter om af te sluiten en start pyLoad opnieuw" + +#: pyload/Setup.py:173 +msgid "Webinterface running for setup." +msgstr "" + +#: pyload/Setup.py:190 +msgid "## Basic Setup ##" +msgstr "## Basisinstellingen ##" + +#: pyload/Setup.py:193 +msgid "The following logindata is valid for CLI, GUI and webinterface." +msgstr "De volgende logingegevens zijn geldig voor CLI, GUI en webinterface." + +#: pyload/Setup.py:199 pyload/Setup.py:288 pyload/Setup.py:304 +msgid "Username" +msgstr "Gebruikersnaam" + +#: pyload/Setup.py:205 +msgid "External clients (GUI, CLI or other) need remote access to work over the network." +msgstr "Externe cliënten (GUI, CLI of andere) hebben externe toegang nodig om te werken over het netwerk." + +#: pyload/Setup.py:206 +msgid "However, if you only want to use the webinterface you may disable it to save ram." +msgstr "Als je enkel de webinterface wil gebruiken mag je het uitschakelen om RAM te besparen." + +#: pyload/Setup.py:207 +msgid "Enable remote access" +msgstr "Externe toegang inschakelen" + +#: pyload/Setup.py:211 +msgid "Language" +msgstr "Taal" + +#: pyload/Setup.py:213 +msgid "Download folder" +msgstr "" + +#: pyload/Setup.py:214 +msgid "Max parallel downloads" +msgstr "Maximale parallele downloads" + +#: pyload/Setup.py:218 +msgid "Use Reconnect?" +msgstr "Gebruik reconnect?" + +#: pyload/Setup.py:221 +msgid "Reconnect script location" +msgstr "Reconnect script pad" + +#: pyload/Setup.py:226 +msgid "## Webinterface Setup ##" +msgstr "## Webinterface setup ##" + +#: pyload/Setup.py:229 +msgid "Activate webinterface?" +msgstr "Activeer webinterface?" + +#: pyload/Setup.py:231 +msgid "Listen address, if you use 127.0.0.1 or localhost, the webinterface will only accessible locally." +msgstr "Listen adres, als u 127.0.0.1 of localhost gebruikt is de webinterface alleen lokaal beschikbaar." + +#: pyload/Setup.py:232 +msgid "Address" +msgstr "Adres" + +#: pyload/Setup.py:233 +msgid "Port" +msgstr "Poort" + +#: pyload/Setup.py:235 +msgid "pyLoad offers several server backends, now following a short explanation." +msgstr "pyLoad beschikt over een aantal server backends, nu volgt een korte uitleg." + +#: pyload/Setup.py:236 +msgid "Default server, this server offers SSL and is a good alternative to builtin." +msgstr "" + +#: pyload/Setup.py:238 +msgid "Can be used by apache, lighttpd, requires you to configure them, which is not too easy job." +msgstr "Kan gebruikt worden door apache, lighttpd, vereist configuratie wat niet makkelijk te doen is." + +#: pyload/Setup.py:239 +msgid "Very fast alternative written in C, requires libev and linux knowledge." +msgstr "" + +#: pyload/Setup.py:240 +msgid "Get it from here: https://github.com/jonashaag/bjoern, compile it" +msgstr "Download het hier: https://github.com/jonashaag/bjoern, compile het" + +#: pyload/Setup.py:241 +msgid "and copy bjoern.so to pyload/lib" +msgstr "" + +#: pyload/Setup.py:245 +msgid "Attention: In some rare cases the builtin server is not working, if you notice problems with the webinterface" +msgstr "Opgelet: In sommige gevallen werkt de builtin server niet, als je problemen hebt met de webinterface." + +#: pyload/Setup.py:246 +msgid "come back here and change the builtin server to the threaded one here." +msgstr "kom terug en verander de builtin server naar de threaded server." + +#: pyload/Setup.py:248 +msgid "Server" +msgstr "Server" + +#: pyload/Setup.py:253 +msgid "## SSL Setup ##" +msgstr "## SSL setup ##" + +#: pyload/Setup.py:255 +msgid "Execute these commands from pyLoad config folder to make ssl certificates:" +msgstr "Voer de volgende commando's uit vanuit pyLoad configuratiemap om ssl certificaten te maken:" + +#: pyload/Setup.py:261 +msgid "If you're done and everything went fine, you can activate ssl now." +msgstr "Als de commando's succesvol uitgevoerd zijn kunt u SSL nu activeren." + +#: pyload/Setup.py:262 +msgid "Activate SSL?" +msgstr "SSL activeren?" + +#: pyload/Setup.py:278 +msgid "Select action" +msgstr "Aktie selecteren" + +#: pyload/Setup.py:279 +msgid "1 - Create/Edit user" +msgstr "1 - Aanmaken/wijzigen gebruiker" + +#: pyload/Setup.py:280 +msgid "2 - List users" +msgstr "2 - Lijst met gebruikers" + +#: pyload/Setup.py:281 +msgid "3 - Remove user" +msgstr "3 - Gebruiker verwijderen" + +#: pyload/Setup.py:282 +msgid "4 - Quit" +msgstr "4 - Afsluiten" + +#: pyload/Setup.py:294 +msgid "Users" +msgstr "Gebruikers" + +#: pyload/Setup.py:322 +msgid "Setting new configpath, current configuration will not be transferred!" +msgstr "" + +#: pyload/Setup.py:323 +msgid "Config path" +msgstr "" + +#: pyload/Setup.py:331 +msgid "Config path changed, setup will now close, please restart to go on." +msgstr "" + +#: pyload/Setup.py:332 +msgid "Press Enter to exit." +msgstr "Druk op enter om af te sluiten." + +#: pyload/Setup.py:336 +#, python-format +msgid "Setting config path failed: %s" +msgstr "Instellen van configuratiepad mislukt: %s" + +#: pyload/Setup.py:347 +msgid "y" +msgstr "j" + +#: pyload/Setup.py:349 +msgid "n" +msgstr "" + +#: pyload/Setup.py:373 +msgid "Password: " +msgstr "Wachtwoord: " + +#: pyload/Setup.py:377 +msgid "Password too short. Use at least 4 symbols." +msgstr "" + +#: pyload/Setup.py:380 +msgid "Password (again): " +msgstr "Wachtwoord (nogmaals): " + +#: pyload/Setup.py:386 +msgid "Passwords did not match." +msgstr "Wachtwoord kwam niet overeen." + +#: pyload/Setup.py:397 +msgid "yes" +msgstr "ja" + +#: pyload/Setup.py:397 +msgid "true" +msgstr "waar" + +#: pyload/Setup.py:397 +msgid "t" +msgstr "w" + +#: pyload/Setup.py:400 +msgid "no" +msgstr "nee" + +#: pyload/Setup.py:400 +msgid "false" +msgstr "niet waar" + +#: pyload/Setup.py:400 +msgid "f" +msgstr "nw" + +#: pyload/Setup.py:403 pyload/Setup.py:413 +msgid "Invalid Input" +msgstr "Ongeldige invoer" + diff --git a/locale/nl/LC_MESSAGES/webUI.po b/locale/nl/LC_MESSAGES/webUI.po new file mode 100644 index 000000000..dce7b984d --- /dev/null +++ b/locale/nl/LC_MESSAGES/webUI.po @@ -0,0 +1,131 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-08-10 11:58+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Dutch\n" +"Language: nl_NL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/web/app/scripts/helpers/formatSize.js:9 +msgid "not available" +msgstr "" + +#: pyload/web/app/scripts/helpers/formatSize.js:11 +msgid "unlimited" +msgstr "" + +#: pyload/web/app/templates/default/admin.html:3 +#: pyload/web/app/templates/default/admin.html:4 +msgid "Admin" +msgstr "" + +#: pyload/web/app/templates/default/setup.html:3 +msgid "Setup" +msgstr "" + +#: pyload/web/app/templates/default/accounts/actionbar.html:2 +msgid "Add Account" +msgstr "" + +#: pyload/web/app/templates/default/accounts/layout.html:2 +msgid "Accounts" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:9 +msgid "Local" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:18 +msgid "Search" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:26 +msgid "Type" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:44 +#: pyload/web/app/templates/default/dashboard/actionbar.html:49 +msgid "All" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:50 +msgid "Finished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:51 +msgid "Unfinished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:52 +msgid "Failed" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/select.html:1 +msgid "1 package" +msgid_plural "%d packages" +msgstr[0] "" +msgstr[1] "" + +#: pyload/web/app/templates/default/dashboard/select.html:4 +msgid "1 file" +msgid_plural "%d files" +msgstr[0] "" +msgstr[1] "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:2 +msgid "Add an account" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:7 +msgid "Please enter your account data" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:3 +msgid "Choose a plugin" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:9 +msgid "Please choose a plugin, which you want to configure" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:23 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:46 +msgid "Add" +msgstr "Toevoegen" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:24 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:47 +#: pyload/web/app/templates/default/dialogs/interactionTask.html:35 +msgid "Close" +msgstr "Sluiten" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:2 +msgid "Please confirm" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:5 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:8 +msgid "Delete" +msgstr "Verwijderen" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:9 +msgid "Cancel" +msgstr "Annuleren" + +#: pyload/web/app/templates/default/dialogs/interactionTask.html:34 +msgid "Submit" +msgstr "" + +#: pyload/web/app/templates/default/header/layout.html:12 +msgid "Running..." +msgstr "" + diff --git a/locale/no/LC_MESSAGES/cli.po b/locale/no/LC_MESSAGES/cli.po new file mode 100644 index 000000000..8ce132724 --- /dev/null +++ b/locale/no/LC_MESSAGES/cli.po @@ -0,0 +1,291 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Norwegian\n" +"Language: no_NO\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/cli/AddPackage.py:48 +msgid "Add Package:" +msgstr "" + +#: pyload/cli/AddPackage.py:53 +msgid "Enter a name for the new package" +msgstr "" + +#: pyload/cli/AddPackage.py:57 +#, python-format +msgid "Package: %s" +msgstr "" + +#: pyload/cli/AddPackage.py:58 +msgid "Parse the links you want to add." +msgstr "" + +#: pyload/cli/AddPackage.py:59 +#, python-format +msgid "Type %s when done." +msgstr "" + +#: pyload/cli/AddPackage.py:60 +msgid "Links added: " +msgstr "" + +#: pyload/cli/AddPackage.py:64 pyload/cli/ManageFiles.py:149 +msgid " back to main menu" +msgstr "" + +#: pyload/cli/ManageFiles.py:97 +msgid "Manage Packages:" +msgstr "" + +#: pyload/cli/ManageFiles.py:99 +msgid "Manage Links:" +msgstr "" + +#: pyload/cli/ManageFiles.py:104 +msgid "What do you want to move?" +msgstr "" + +#: pyload/cli/ManageFiles.py:106 +msgid "What do you want to delete?" +msgstr "" + +#: pyload/cli/ManageFiles.py:108 +msgid "What do you want to restart?" +msgstr "" + +#: pyload/cli/ManageFiles.py:113 +msgid "Choose what you want to do, or enter package number." +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "delete" +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "move" +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "restart" +msgstr "" + +#: pyload/cli/ManageFiles.py:148 +msgid " - previous" +msgstr "" + +#: pyload/cli/ManageFiles.py:148 +msgid " - next" +msgstr "" + +#: pyload/cli/Cli.py:75 pyload/cli/Cli.py:133 +msgid " Command Line Interface" +msgstr "" + +#: pyload/cli/Cli.py:165 +#, python-format +msgid "%s Downloads:" +msgstr "" + +#: pyload/cli/Cli.py:177 +msgid " Speed: " +msgstr "" + +#: pyload/cli/Cli.py:177 +msgid " Size: " +msgstr "" + +#: pyload/cli/Cli.py:178 +msgid " Finished in: " +msgstr "" + +#: pyload/cli/Cli.py:179 +msgid " ID: " +msgstr "" + +#: pyload/cli/Cli.py:184 +msgid "waiting: " +msgstr "" + +#: pyload/cli/Cli.py:191 pyload/cli/Cli.py:193 +msgid "Status:" +msgstr "" + +#: pyload/cli/Cli.py:191 +msgid "paused" +msgstr "" + +#: pyload/cli/Cli.py:193 +msgid "running" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "total Speed" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "Files in queue" +msgstr "" + +#: pyload/cli/Cli.py:197 +msgid "Total" +msgstr "" + +#: pyload/cli/Cli.py:203 +msgid "Menu:" +msgstr "" + +#: pyload/cli/Cli.py:205 +msgid " Add Links" +msgstr "" + +#: pyload/cli/Cli.py:206 +msgid " Manage Queue" +msgstr "" + +#: pyload/cli/Cli.py:207 +msgid " Manage Collector" +msgstr "" + +#: pyload/cli/Cli.py:208 +msgid " (Un)Pause Server" +msgstr "" + +#: pyload/cli/Cli.py:209 +msgid " Kill Server" +msgstr "" + +#: pyload/cli/Cli.py:210 +msgid " Quit" +msgstr "" + +#: pyload/cli/Cli.py:289 pyload/cli/Cli.py:296 +msgid "Please use this syntax: add <Package name> <link> <link2> ..." +msgstr "" + +#: pyload/cli/Cli.py:315 +#, python-format +msgid "Checking %d links:" +msgstr "" + +#: pyload/cli/Cli.py:324 +msgid "File does not exists." +msgstr "" + +#: pyload/cli/Cli.py:385 +msgid "pyLoad was terminated" +msgstr "" + +#: pyload/cli/Cli.py:443 +msgid "Prints server status" +msgstr "" + +#: pyload/cli/Cli.py:444 +msgid "Prints downloads in queue" +msgstr "" + +#: pyload/cli/Cli.py:445 +msgid "Prints downloads in collector" +msgstr "" + +#: pyload/cli/Cli.py:446 +msgid "Adds package to queue" +msgstr "" + +#: pyload/cli/Cli.py:447 +msgid "Adds package to collector" +msgstr "" + +#: pyload/cli/Cli.py:448 +msgid "Delete Files from Queue/Collector" +msgstr "" + +#: pyload/cli/Cli.py:449 +msgid "Delete Packages from Queue/Collector" +msgstr "" + +#: pyload/cli/Cli.py:450 +msgid "Move Packages from Queue to Collector or vice versa" +msgstr "" + +#: pyload/cli/Cli.py:451 +msgid "Restart files" +msgstr "" + +#: pyload/cli/Cli.py:452 +msgid "Restart packages" +msgstr "" + +#: pyload/cli/Cli.py:453 +msgid "Check online status, works with local container" +msgstr "" + +#: pyload/cli/Cli.py:454 +msgid "Checks online status of a container file" +msgstr "" + +#: pyload/cli/Cli.py:455 +msgid "Pause the server" +msgstr "" + +#: pyload/cli/Cli.py:456 +msgid "continue downloads" +msgstr "" + +#: pyload/cli/Cli.py:457 +msgid "Toggle pause/unpause" +msgstr "" + +#: pyload/cli/Cli.py:458 +msgid "kill server" +msgstr "" + +#: pyload/cli/Cli.py:460 +msgid "List of commands:" +msgstr "" + +#: pyload/cli/Cli.py:473 +msgid "Couldn't write user config file" +msgstr "" + +#: pyload/cli/Cli.py:548 pyload/cli/Cli.py:580 +msgid "You need py-openssl to connect to this pyLoad core." +msgstr "" + +#: pyload/cli/Cli.py:555 +msgid "Address: " +msgstr "" + +#: pyload/cli/Cli.py:556 +msgid "Port: " +msgstr "" + +#: pyload/cli/Cli.py:557 +msgid "Username: " +msgstr "" + +#: pyload/cli/Cli.py:561 +msgid "Password: " +msgstr "" + +#: pyload/cli/Cli.py:566 pyload/cli/Cli.py:575 +msgid "Login data is wrong." +msgstr "" + +#: pyload/cli/Cli.py:568 pyload/cli/Cli.py:577 +#, python-format +msgid "Could not establish connection to %(addr)s:%(port)s." +msgstr "" + +#: pyload/cli/Cli.py:582 +msgid "Interactive mode ignored since you passed some commands." +msgstr "" + diff --git a/locale/no/LC_MESSAGES/core.po b/locale/no/LC_MESSAGES/core.po new file mode 100644 index 000000000..1e9c35568 --- /dev/null +++ b/locale/no/LC_MESSAGES/core.po @@ -0,0 +1,630 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Norwegian\n" +"Language: no_NO\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/AddonManager.py:62 +#, python-format +msgid "Error when executing %s" +msgstr "" + +#: pyload/AddonManager.py:93 +#, python-format +msgid "Failed activating %(name)s" +msgstr "" + +#: pyload/AddonManager.py:96 +#, python-format +msgid "Activated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:97 +#, python-format +msgid "Deactivated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:153 +msgid "Activating Plugins..." +msgstr "" + +#: pyload/AddonManager.py:162 +msgid "Deactivating Plugins..." +msgstr "" + +#: pyload/web/ServerThread.py:49 +msgid "SSL certificates not found." +msgstr "" + +#: pyload/web/ServerThread.py:53 +msgid "WebUI built is not available" +msgstr "" + +#: pyload/web/ServerThread.py:55 +msgid "Running webUI in development mode" +msgstr "" + +#: pyload/web/ServerThread.py:73 +msgid "Failed starting webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:107 +msgid "Failed importing webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:125 +msgid "This server offers no SSL, please consider using threaded instead" +msgstr "" + +#: pyload/web/ServerThread.py:139 +#, python-format +msgid "Starting %(name)s webserver: %(host)s:%(port)d" +msgstr "" + +#: pyload/config/default.py:14 +msgid "Remote" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Description" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Long description" +msgstr "" + +#: pyload/config/default.py:16 pyload/config/default.py:56 +#: pyload/config/default.py:63 +msgid "Activated" +msgstr "" + +#: pyload/config/default.py:17 pyload/config/default.py:69 +#: pyload/config/default.py:80 +msgid "Port" +msgstr "" + +#: pyload/config/default.py:18 pyload/config/default.py:77 +msgid "Address" +msgstr "" + +#: pyload/config/default.py:21 +msgid "Log" +msgstr "" + +#: pyload/config/default.py:23 +msgid "Size in kb" +msgstr "" + +#: pyload/config/default.py:24 +msgid "Folder" +msgstr "" + +#: pyload/config/default.py:25 +msgid "File Log" +msgstr "" + +#: pyload/config/default.py:26 +msgid "Count" +msgstr "" + +#: pyload/config/default.py:27 +msgid "Log Rotate" +msgstr "" + +#: pyload/config/default.py:30 +msgid "Permissions" +msgstr "" + +#: pyload/config/default.py:32 +msgid "Groupname" +msgstr "" + +#: pyload/config/default.py:33 +msgid "Change Group and User of Downloads" +msgstr "" + +#: pyload/config/default.py:34 +msgid "Change file mode of downloads" +msgstr "" + +#: pyload/config/default.py:35 pyload/config/default.py:75 +msgid "Username" +msgstr "" + +#: pyload/config/default.py:36 +msgid "Filemode for Downloads" +msgstr "" + +#: pyload/config/default.py:37 +msgid "Change group of running process" +msgstr "" + +#: pyload/config/default.py:38 +msgid "Folder Permission mode" +msgstr "" + +#: pyload/config/default.py:39 +msgid "Change user of running process" +msgstr "" + +#: pyload/config/default.py:42 +msgid "General" +msgstr "" + +#: pyload/config/default.py:44 +msgid "Language" +msgstr "" + +#: pyload/config/default.py:45 +msgid "Download Folder" +msgstr "" + +#: pyload/config/default.py:46 +msgid "Use Checksum" +msgstr "" + +#: pyload/config/default.py:47 +msgid "Create folder for each package" +msgstr "" + +#: pyload/config/default.py:48 +msgid "Debug Mode" +msgstr "" + +#: pyload/config/default.py:49 +msgid "Min Free Space (MB)" +msgstr "" + +#: pyload/config/default.py:50 +msgid "CPU Priority" +msgstr "" + +#: pyload/config/default.py:53 +msgid "SSL" +msgstr "" + +#: pyload/config/default.py:55 +msgid "SSL Certificate" +msgstr "" + +#: pyload/config/default.py:57 +msgid "SSL Key" +msgstr "" + +#: pyload/config/default.py:60 +msgid "Webinterface" +msgstr "" + +#: pyload/config/default.py:62 +msgid "Template" +msgstr "" + +#: pyload/config/default.py:64 +msgid "Path Prefix" +msgstr "" + +#: pyload/config/default.py:65 +msgid "Server" +msgstr "" + +#: pyload/config/default.py:66 +msgid "Favor specific server" +msgstr "" + +#: pyload/config/default.py:67 +msgid "IP" +msgstr "" + +#: pyload/config/default.py:68 +msgid "Use HTTPS" +msgstr "" + +#: pyload/config/default.py:70 +msgid "Development mode" +msgstr "" + +#: pyload/config/default.py:73 +msgid "Proxy" +msgstr "" + +#: pyload/config/default.py:76 +msgid "Use Proxy" +msgstr "" + +#: pyload/config/default.py:78 +msgid "Password" +msgstr "" + +#: pyload/config/default.py:79 +msgid "Protocol" +msgstr "" + +#: pyload/config/default.py:83 +msgid "Reconnect" +msgstr "" + +#: pyload/config/default.py:85 pyload/config/default.py:106 +msgid "End" +msgstr "" + +#: pyload/config/default.py:86 +msgid "Use Reconnect" +msgstr "" + +#: pyload/config/default.py:87 +msgid "Method" +msgstr "" + +#: pyload/config/default.py:88 pyload/config/default.py:105 +msgid "Start" +msgstr "" + +#: pyload/config/default.py:91 +msgid "Download" +msgstr "" + +#: pyload/config/default.py:93 +msgid "Max Parallel Downloads" +msgstr "" + +#: pyload/config/default.py:94 +msgid "Limit Download Speed" +msgstr "" + +#: pyload/config/default.py:95 +msgid "Download interface to bind (ip or Name)" +msgstr "" + +#: pyload/config/default.py:96 +msgid "Skip already existing files" +msgstr "" + +#: pyload/config/default.py:97 +msgid "Max Download Speed in kb/s" +msgstr "" + +#: pyload/config/default.py:98 +msgid "Allow IPv6" +msgstr "" + +#: pyload/config/default.py:99 +msgid "Max connections for one download" +msgstr "" + +#: pyload/config/default.py:100 +msgid "Restart failed downloads on startup" +msgstr "" + +#: pyload/config/default.py:103 +msgid "Download Time" +msgstr "" + +#: pyload/network/HTTPDownload.py:249 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/api/DownloadApi.py:44 +#, python-format +msgid "Added package %(name)s as folder %(folder)s" +msgstr "" + +#: pyload/api/DownloadApi.py:95 +#, python-format +msgid "Added %d links to package" +msgstr "" + +#: pyload/AccountManager.py:69 +#, python-format +msgid "Unknown account plugin %s" +msgstr "" + +#: pyload/interaction/InteractionManager.py:88 +msgid "Query" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Captcha request" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Please solve the captcha." +msgstr "" + +#: pyload/remote/RemoteManager.py:35 +#, python-format +msgid "Remote backend error: %s" +msgstr "" + +#: pyload/remote/RemoteManager.py:80 +#, python-format +msgid "Starting %(name)s: %(addr)s:%(port)s" +msgstr "" + +#: pyload/remote/RemoteManager.py:82 +#, python-format +msgid "Failed loading backend %(name)s | %(error)s" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "none" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "offline" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "online" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "queued" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "paused" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "finished" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "skipped" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "failed" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "starting" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "waiting" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "downloading" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "temp. offline" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "aborted" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "decrypting" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "processing" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "custom" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "unknown" +msgstr "" + +#: pyload/FileManager.py:426 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/Api.py:152 +#, python-format +msgid "User '%s' tries to log in" +msgstr "" + +#: pyload/Core.py:195 +msgid "Received Quit signal" +msgstr "" + +#: pyload/Core.py:323 +#, python-format +msgid "pyLoad already running with pid %s" +msgstr "" + +#: pyload/Core.py:337 +#, python-format +msgid "Failed changing group: %s" +msgstr "" + +#: pyload/Core.py:347 +#, python-format +msgid "Failed changing user: %s" +msgstr "" + +#: pyload/Core.py:358 +msgid "Starting" +msgstr "" + +#: pyload/Core.py:359 +#, python-format +msgid "Using home directory: %s" +msgstr "" + +#: pyload/Core.py:373 +msgid "All links removed" +msgstr "" + +#: pyload/Core.py:403 +#, python-format +msgid "Download time: %s" +msgstr "" + +#: pyload/Core.py:418 +#, python-format +msgid "Free space: %s" +msgstr "" + +#: pyload/Core.py:438 +msgid "Activating Accounts..." +msgstr "" + +#: pyload/Core.py:443 +msgid "Restarting failed downloads..." +msgstr "" + +#: pyload/Core.py:451 +msgid "pyLoad is up and running" +msgstr "" + +#: pyload/Core.py:474 +msgid "restarting pyLoad" +msgstr "" + +#: pyload/Core.py:478 +msgid "pyLoad quits" +msgstr "" + +#: pyload/Core.py:564 +msgid "shutting down..." +msgstr "" + +#: pyload/Core.py:579 +msgid "error while shutting down" +msgstr "" + +#: pyload/Core.py:661 +msgid "killed pyLoad from terminal" +msgstr "" + +#: pyload/database/DatabaseBackend.py:167 +msgid "Database was deleted due to incompatible version." +msgstr "" + +#: pyload/threads/DecrypterThread.py:50 +msgid "Decrypting failed" +msgstr "" + +#: pyload/threads/DecrypterThread.py:73 +#, python-format +msgid "Decrypted %(count)d links into package %(name)s" +msgstr "" + +#: pyload/threads/DecrypterThread.py:80 +msgid "No links decrypted" +msgstr "" + +#: pyload/threads/InfoThread.py:147 +#, python-format +msgid "Info Fetching for %(name)s failed | %(err)s" +msgstr "" + +#: pyload/threads/ThreadManager.py:155 +#, python-format +msgid "Reconnect Failed: %s" +msgstr "" + +#: pyload/threads/ThreadManager.py:192 +msgid "Reconnect script not found!" +msgstr "" + +#: pyload/threads/ThreadManager.py:198 +msgid "Starting reconnect" +msgstr "" + +#: pyload/threads/ThreadManager.py:212 +msgid "Failed executing reconnect script!" +msgstr "" + +#: pyload/threads/ThreadManager.py:224 +#, python-format +msgid "Reconnected, new IP: %s" +msgstr "" + +#: pyload/threads/ThreadManager.py:298 +msgid "Not enough space left on device" +msgstr "" + +#: pyload/threads/DownloadThread.py:64 +#, python-format +msgid "Download starts: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:70 +#, python-format +msgid "Download finished: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:75 +#, python-format +msgid "Plugin %s is missing a function." +msgstr "" + +#: pyload/threads/DownloadThread.py:83 pyload/threads/DownloadThread.py:147 +#, python-format +msgid "Download aborted: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:103 +#, python-format +msgid "Download restarted: %(name)s | %(msg)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:113 +#, python-format +msgid "Download is offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:116 pyload/threads/DownloadThread.py:187 +#, python-format +msgid "Download is temporary offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:119 pyload/threads/DownloadThread.py:192 +#, python-format +msgid "Download failed: %(name)s | %(msg)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:136 +msgid "Couldn't connect to host or connection reset, waiting 1 minute and retry." +msgstr "" + +#: pyload/threads/DownloadThread.py:171 +#, python-format +msgid "Download skipped: %(name)s due to %(plugin)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:188 +msgid "Internal Server Error" +msgstr "" + +#: pyload/threads/AddonThread.py:55 +msgid "An Error occurred" +msgstr "" + +#: pyload/PluginManager.py:316 +#, python-format +msgid "Error importing %(name)s: %(msg)s" +msgstr "" + +#: pyload/utils/JsEngine.py:188 +msgid "No js engine detected, please install either Spidermonkey, ossp-js, pyv8, nodejs or rhino" +msgstr "" + diff --git a/locale/no/LC_MESSAGES/plugins.po b/locale/no/LC_MESSAGES/plugins.po new file mode 100644 index 000000000..836c2e222 --- /dev/null +++ b/locale/no/LC_MESSAGES/plugins.po @@ -0,0 +1,424 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-20 22:13+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Norwegian\n" +"Language: no_NO\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/plugins/network/CurlDownload.py:241 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/plugins/Base.py:329 +msgid "Pil and tesseract not installed and no Client connected for captcha decrypting" +msgstr "" + +#: pyload/plugins/Base.py:333 +msgid "No captcha result obtained in appropriate time." +msgstr "" + +#: pyload/plugins/Hoster.py:282 pyload/plugins/Hoster.py:319 +#: pyload/plugins/hoster/ARD.py:76 +#, python-format +msgid "Setting User and Group failed: %s" +msgstr "" + +#: pyload/plugins/Crypter.py:136 +msgid "Not existing file or unsupported protocol" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:96 +msgid "Rapidshare: Traffic Share (direct download)" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:123 +#: pyload/plugins/hoster/RapidshareCom.py:189 +msgid "Already downloading from this ip address, waiting 60 seconds" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:127 +msgid "Invalid Auth Code, download will be restarted" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:193 +msgid "RapidShareCom: No free slots" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:196 +msgid "You need a premium account for this file" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:198 +msgid "Filename reported invalid" +msgstr "" + +#: pyload/plugins/hoster/RealdebridCom.py:40 +#: pyload/plugins/hoster/Premium4Me.py:27 +#: pyload/plugins/hoster/MultiDebridCom.py:39 +#: pyload/plugins/hoster/ZeveraCom.py:24 +#: pyload/plugins/hoster/AlldebridCom.py:37 +#: pyload/plugins/hoster/RehostTo.py:25 pyload/plugins/hoster/ReloadCc.py:22 +#: pyload/plugins/hoster/DebridItaliaCom.py:38 +#: pyload/plugins/hoster/PremiumizeMe.py:19 +#, python-format +msgid "Please enter your %s account or deactivate this plugin" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:55 +msgid "Decryption failed" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:99 +msgid "No file key provided in the URL" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:111 +msgid "Error code:" +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:97 +msgid "Parallel download error, now waiting 60s." +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:208 +msgid "Not logged in." +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:135 +msgid "API key invalid" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:160 +#, python-format +msgid "%s: Not enough traffic left" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:163 +msgid "Traffic exceeded" +msgstr "" + +#: pyload/plugins/hoster/BasePlugin.py:63 +msgid "Authorization required (username:password)" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:143 +#: pyload/plugins/hoster/NetloadIn.py:167 +msgid "File temporarily not available" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:180 +#, python-format +msgid "Netload: waiting between downloads %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:209 +#, python-format +msgid "Netload: waiting for captcha %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:248 +msgid "Downloaded File was empty" +msgstr "" + +#: pyload/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 "" + +#: pyload/plugins/hoster/XHamsterCom.py:75 +#: pyload/plugins/hoster/XHamsterCom.py:84 +#: pyload/plugins/hoster/XHamsterCom.py:87 +#, python-format +msgid "long_url: %s" +msgstr "" + +#: pyload/plugins/Account.py:117 pyload/plugins/Account.py:123 +#, python-format +msgid "Could not login with account %(user)s | %(msg)s" +msgstr "" + +#: pyload/plugins/Account.py:118 +msgid "Wrong Password" +msgstr "" + +#: pyload/plugins/Account.py:184 +#, python-format +msgid "Get Account Info for %s" +msgstr "" + +#: pyload/plugins/Account.py:193 +#, python-format +msgid "Error: %s" +msgstr "" + +#: pyload/plugins/Account.py:242 +#, python-format +msgid "Your Time %s has a wrong format, use: 1:22-3:44" +msgstr "" + +#: pyload/plugins/Account.py:265 +#, python-format +msgid "Account %s has not enough traffic, checking again in 30min" +msgstr "" + +#: pyload/plugins/Account.py:273 +#, python-format +msgid "Account %s is expired, checking again in 1h" +msgstr "" + +#: pyload/plugins/Account.py:290 +#, python-format +msgid "Login with %s" +msgstr "" + +#: pyload/plugins/Addon.py:118 +#, python-format +msgid "Error executing addons: %s" +msgstr "" + +#: pyload/plugins/accounts/BitshareCom.py:36 +msgid "Activate direct Download in your Bitshare Account" +msgstr "" + +#: pyload/plugins/crypter/SerienjunkiesOrg.py:128 +msgid "Downloadlimit reached" +msgstr "" + +#: pyload/plugins/addons/Premium4Me.py:30 +msgid "Please add your premium.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:53 +#, python-format +msgid "Installed scripts for %s: " +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:69 +msgid "Script not executable:" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:79 +#, python-format +msgid "Error in %(script)s: %(error)s" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:72 +#: pyload/plugins/addons/Captcha9kw.py:56 +#: pyload/plugins/addons/ExpertDecoders.py:49 +#, python-format +msgid "%s credits left" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:120 +msgid "Could not send response." +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:138 +msgid "Your CaptchaTrader Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:89 +#, python-format +msgid "New CaptchaID from upload: %s : %s" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:123 +msgid "Your Captcha 9kw.eu Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/RehostTo.py:34 +msgid "Please add your rehost.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/HotFolder.py:82 +#, python-format +msgid "Added %s from HotFolder" +msgstr "" + +#: pyload/plugins/addons/ClickAndLoad.py:74 +msgid "Click'N'Load: Port 9666 already in use" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:82 +#: pyload/plugins/addons/IRCInterface.py:75 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:90 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" +msgstr "" + +#: pyload/plugins/addons/ExpertDecoders.py:98 +msgid "Your ExpertDecoders Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:73 +msgid "*** Plugins have been updated, please restart pyLoad ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:75 +msgid "Plugins updated and reloaded" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:78 +msgid "No plugin updates available" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:95 +msgid "No Updates for pyLoad" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:100 +#, python-format +msgid "*** New pyLoad Version %s available ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:101 +msgid "*** Get it here: http://pyload.org/download ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:104 +msgid "Not able to connect server for updates" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:148 +#, python-format +msgid "New version of %(type)s|%(name)s : %(version).2f" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:157 +#: pyload/plugins/addons/UpdateManager.py:162 +#, python-format +msgid "Error when updating %s" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:162 +msgid "Version mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:92 +#, python-format +msgid "No %s installed" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:94 +#: pyload/plugins/addons/ExtractArchive.py:99 +#, python-format +msgid "Could not activate %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:104 +msgid "Activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:106 +msgid "No Extract plugins activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:118 +#, python-format +msgid "Package %s queued for later extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:143 +#, python-format +msgid "Check package %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:183 +#, python-format +msgid "Extract to %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:197 +msgid "No files found to extract" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:203 +msgid "extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:214 +msgid "Password protected" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:234 +msgid "Wrong password" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:242 +#, python-format +msgid "Deleting %s files" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:247 +msgid "Extracting finished" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:254 +msgid "Archive Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:256 +msgid "CRC Mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:260 +msgid "Unknown Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:312 +msgid "Setting User and Group failed" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:36 +msgid "Crypter list not found" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:50 +msgid "Crypter list is empty" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:82 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:94 +#, python-format +msgid "New Captcha Request: %s" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:95 +#, python-format +msgid "Answer with 'c %s text on the captcha'" +msgstr "" + +#: pyload/plugins/addons/PremiumizeMe.py:46 +msgid "Please add a valid premiumize.me account first and restart pyLoad." +msgstr "" + +#: pyload/plugins/addons/CaptchaBrotherhood.py:69 +#, python-format +msgid "%d credits left" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:29 +#, python-format +msgid "Activated %s" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:47 +msgid "No Hoster loaded" +msgstr "" + diff --git a/locale/no/LC_MESSAGES/setup.po b/locale/no/LC_MESSAGES/setup.po new file mode 100644 index 000000000..86f80a0f6 --- /dev/null +++ b/locale/no/LC_MESSAGES/setup.po @@ -0,0 +1,376 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Norwegian\n" +"Language: no_NO\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/Setup.py:72 +msgid "Would you like to configure pyLoad via Webinterface?" +msgstr "" + +#: pyload/Setup.py:73 +msgid "You need a Browser and a connection to this PC for it." +msgstr "" + +#: pyload/Setup.py:74 +msgid "Url would be: http://hostname:8000/" +msgstr "" + +#: pyload/Setup.py:75 +msgid "Start initial webinterface for configuration?" +msgstr "" + +#: pyload/Setup.py:86 +msgid "Welcome to the pyLoad Configuration Assistent." +msgstr "" + +#: pyload/Setup.py:87 +msgid "It will check your system and make a basic setup in order to run pyLoad." +msgstr "" + +#: pyload/Setup.py:89 +msgid "The value in brackets [] always is the default value," +msgstr "" + +#: pyload/Setup.py:90 +msgid "in case you don't want to change it or you are unsure what to choose, just hit enter." +msgstr "" + +#: pyload/Setup.py:92 +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgstr "" + +#: pyload/Setup.py:93 +msgid "If you have any problems with this assistent hit CTRL+C," +msgstr "" + +#: pyload/Setup.py:94 +msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgstr "" + +#: pyload/Setup.py:96 +msgid "When you are ready for system check, hit enter." +msgstr "" + +#: pyload/Setup.py:103 +msgid "Features missing: " +msgstr "" + +#: pyload/Setup.py:107 +msgid "no py-crypto available" +msgstr "" + +#: pyload/Setup.py:108 +msgid "You need this if you want to decrypt container files." +msgstr "" + +#: pyload/Setup.py:112 +msgid "no SSL available" +msgstr "" + +#: pyload/Setup.py:113 +msgid "This is needed if you want to establish a secure connection to core or webinterface." +msgstr "" + +#: pyload/Setup.py:114 +msgid "If you only want to access locally to pyLoad ssl is not useful." +msgstr "" + +#: pyload/Setup.py:118 +msgid "no Captcha Recognition available" +msgstr "" + +#: pyload/Setup.py:119 +msgid "Only needed for some hosters and as freeuser." +msgstr "" + +#: pyload/Setup.py:123 +msgid "no JavaScript engine found" +msgstr "" + +#: pyload/Setup.py:124 +msgid "You will need this for some Click'N'Load links. Install Spidermonkey, ossp-js, pyv8 or rhino" +msgstr "" + +#: pyload/Setup.py:126 +msgid "You can abort the setup now and fix some dependencies if you want." +msgstr "" + +#: pyload/Setup.py:128 +msgid "Continue with setup?" +msgstr "" + +#: pyload/Setup.py:134 +#, python-format +msgid "Do you want to change the config path? Current is %s" +msgstr "" + +#: pyload/Setup.py:136 +msgid "If you use pyLoad on a server or the home partition lives on an internal flash it may be a good idea to change it." +msgstr "" + +#: pyload/Setup.py:137 +msgid "Change config path?" +msgstr "" + +#: pyload/Setup.py:143 +msgid "Do you want to configure login data and basic settings?" +msgstr "" + +#: pyload/Setup.py:144 +msgid "This is recommend for first run." +msgstr "" + +#: pyload/Setup.py:145 +msgid "Make basic setup?" +msgstr "" + +#: pyload/Setup.py:152 +msgid "Do you want to configure ssl?" +msgstr "" + +#: pyload/Setup.py:153 +msgid "Configure ssl?" +msgstr "" + +#: pyload/Setup.py:159 +msgid "Do you want to configure webinterface?" +msgstr "" + +#: pyload/Setup.py:160 +msgid "Configure webinterface?" +msgstr "" + +#: pyload/Setup.py:165 +msgid "Setup finished successfully." +msgstr "" + +#: pyload/Setup.py:166 +msgid "Hit enter to exit and restart pyLoad" +msgstr "" + +#: pyload/Setup.py:173 +msgid "Webinterface running for setup." +msgstr "" + +#: pyload/Setup.py:190 +msgid "## Basic Setup ##" +msgstr "" + +#: pyload/Setup.py:193 +msgid "The following logindata is valid for CLI, GUI and webinterface." +msgstr "" + +#: pyload/Setup.py:199 pyload/Setup.py:288 pyload/Setup.py:304 +msgid "Username" +msgstr "" + +#: pyload/Setup.py:205 +msgid "External clients (GUI, CLI or other) need remote access to work over the network." +msgstr "" + +#: pyload/Setup.py:206 +msgid "However, if you only want to use the webinterface you may disable it to save ram." +msgstr "" + +#: pyload/Setup.py:207 +msgid "Enable remote access" +msgstr "" + +#: pyload/Setup.py:211 +msgid "Language" +msgstr "" + +#: pyload/Setup.py:213 +msgid "Download folder" +msgstr "" + +#: pyload/Setup.py:214 +msgid "Max parallel downloads" +msgstr "" + +#: pyload/Setup.py:218 +msgid "Use Reconnect?" +msgstr "" + +#: pyload/Setup.py:221 +msgid "Reconnect script location" +msgstr "" + +#: pyload/Setup.py:226 +msgid "## Webinterface Setup ##" +msgstr "" + +#: pyload/Setup.py:229 +msgid "Activate webinterface?" +msgstr "" + +#: pyload/Setup.py:231 +msgid "Listen address, if you use 127.0.0.1 or localhost, the webinterface will only accessible locally." +msgstr "" + +#: pyload/Setup.py:232 +msgid "Address" +msgstr "" + +#: pyload/Setup.py:233 +msgid "Port" +msgstr "" + +#: pyload/Setup.py:235 +msgid "pyLoad offers several server backends, now following a short explanation." +msgstr "" + +#: pyload/Setup.py:236 +msgid "Default server, this server offers SSL and is a good alternative to builtin." +msgstr "" + +#: pyload/Setup.py:238 +msgid "Can be used by apache, lighttpd, requires you to configure them, which is not too easy job." +msgstr "" + +#: pyload/Setup.py:239 +msgid "Very fast alternative written in C, requires libev and linux knowledge." +msgstr "" + +#: pyload/Setup.py:240 +msgid "Get it from here: https://github.com/jonashaag/bjoern, compile it" +msgstr "" + +#: pyload/Setup.py:241 +msgid "and copy bjoern.so to pyload/lib" +msgstr "" + +#: pyload/Setup.py:245 +msgid "Attention: In some rare cases the builtin server is not working, if you notice problems with the webinterface" +msgstr "" + +#: pyload/Setup.py:246 +msgid "come back here and change the builtin server to the threaded one here." +msgstr "" + +#: pyload/Setup.py:248 +msgid "Server" +msgstr "" + +#: pyload/Setup.py:253 +msgid "## SSL Setup ##" +msgstr "" + +#: pyload/Setup.py:255 +msgid "Execute these commands from pyLoad config folder to make ssl certificates:" +msgstr "" + +#: pyload/Setup.py:261 +msgid "If you're done and everything went fine, you can activate ssl now." +msgstr "" + +#: pyload/Setup.py:262 +msgid "Activate SSL?" +msgstr "" + +#: pyload/Setup.py:278 +msgid "Select action" +msgstr "" + +#: pyload/Setup.py:279 +msgid "1 - Create/Edit user" +msgstr "" + +#: pyload/Setup.py:280 +msgid "2 - List users" +msgstr "" + +#: pyload/Setup.py:281 +msgid "3 - Remove user" +msgstr "" + +#: pyload/Setup.py:282 +msgid "4 - Quit" +msgstr "" + +#: pyload/Setup.py:294 +msgid "Users" +msgstr "" + +#: pyload/Setup.py:322 +msgid "Setting new configpath, current configuration will not be transferred!" +msgstr "" + +#: pyload/Setup.py:323 +msgid "Config path" +msgstr "" + +#: pyload/Setup.py:331 +msgid "Config path changed, setup will now close, please restart to go on." +msgstr "" + +#: pyload/Setup.py:332 +msgid "Press Enter to exit." +msgstr "" + +#: pyload/Setup.py:336 +#, python-format +msgid "Setting config path failed: %s" +msgstr "" + +#: pyload/Setup.py:347 +msgid "y" +msgstr "" + +#: pyload/Setup.py:349 +msgid "n" +msgstr "" + +#: pyload/Setup.py:373 +msgid "Password: " +msgstr "" + +#: pyload/Setup.py:377 +msgid "Password too short. Use at least 4 symbols." +msgstr "" + +#: pyload/Setup.py:380 +msgid "Password (again): " +msgstr "" + +#: pyload/Setup.py:386 +msgid "Passwords did not match." +msgstr "" + +#: pyload/Setup.py:397 +msgid "yes" +msgstr "" + +#: pyload/Setup.py:397 +msgid "true" +msgstr "" + +#: pyload/Setup.py:397 +msgid "t" +msgstr "" + +#: pyload/Setup.py:400 +msgid "no" +msgstr "" + +#: pyload/Setup.py:400 +msgid "false" +msgstr "" + +#: pyload/Setup.py:400 +msgid "f" +msgstr "" + +#: pyload/Setup.py:403 pyload/Setup.py:413 +msgid "Invalid Input" +msgstr "" + diff --git a/locale/no/LC_MESSAGES/webUI.po b/locale/no/LC_MESSAGES/webUI.po new file mode 100644 index 000000000..a5fdddb5c --- /dev/null +++ b/locale/no/LC_MESSAGES/webUI.po @@ -0,0 +1,131 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-08-10 11:58+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Norwegian\n" +"Language: no_NO\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/web/app/scripts/helpers/formatSize.js:9 +msgid "not available" +msgstr "" + +#: pyload/web/app/scripts/helpers/formatSize.js:11 +msgid "unlimited" +msgstr "" + +#: pyload/web/app/templates/default/admin.html:3 +#: pyload/web/app/templates/default/admin.html:4 +msgid "Admin" +msgstr "" + +#: pyload/web/app/templates/default/setup.html:3 +msgid "Setup" +msgstr "" + +#: pyload/web/app/templates/default/accounts/actionbar.html:2 +msgid "Add Account" +msgstr "" + +#: pyload/web/app/templates/default/accounts/layout.html:2 +msgid "Accounts" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:9 +msgid "Local" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:18 +msgid "Search" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:26 +msgid "Type" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:44 +#: pyload/web/app/templates/default/dashboard/actionbar.html:49 +msgid "All" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:50 +msgid "Finished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:51 +msgid "Unfinished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:52 +msgid "Failed" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/select.html:1 +msgid "1 package" +msgid_plural "%d packages" +msgstr[0] "" +msgstr[1] "" + +#: pyload/web/app/templates/default/dashboard/select.html:4 +msgid "1 file" +msgid_plural "%d files" +msgstr[0] "" +msgstr[1] "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:2 +msgid "Add an account" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:7 +msgid "Please enter your account data" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:3 +msgid "Choose a plugin" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:9 +msgid "Please choose a plugin, which you want to configure" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:23 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:46 +msgid "Add" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:24 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:47 +#: pyload/web/app/templates/default/dialogs/interactionTask.html:35 +msgid "Close" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:2 +msgid "Please confirm" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:5 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:8 +msgid "Delete" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:9 +msgid "Cancel" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/interactionTask.html:34 +msgid "Submit" +msgstr "" + +#: pyload/web/app/templates/default/header/layout.html:12 +msgid "Running..." +msgstr "" + diff --git a/locale/pa/LC_MESSAGES/cli.po b/locale/pa/LC_MESSAGES/cli.po new file mode 100644 index 000000000..4583194c1 --- /dev/null +++ b/locale/pa/LC_MESSAGES/cli.po @@ -0,0 +1,291 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Punjabi\n" +"Language: pa_IN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/cli/AddPackage.py:48 +msgid "Add Package:" +msgstr "" + +#: pyload/cli/AddPackage.py:53 +msgid "Enter a name for the new package" +msgstr "" + +#: pyload/cli/AddPackage.py:57 +#, python-format +msgid "Package: %s" +msgstr "" + +#: pyload/cli/AddPackage.py:58 +msgid "Parse the links you want to add." +msgstr "" + +#: pyload/cli/AddPackage.py:59 +#, python-format +msgid "Type %s when done." +msgstr "" + +#: pyload/cli/AddPackage.py:60 +msgid "Links added: " +msgstr "" + +#: pyload/cli/AddPackage.py:64 pyload/cli/ManageFiles.py:149 +msgid " back to main menu" +msgstr "" + +#: pyload/cli/ManageFiles.py:97 +msgid "Manage Packages:" +msgstr "" + +#: pyload/cli/ManageFiles.py:99 +msgid "Manage Links:" +msgstr "" + +#: pyload/cli/ManageFiles.py:104 +msgid "What do you want to move?" +msgstr "" + +#: pyload/cli/ManageFiles.py:106 +msgid "What do you want to delete?" +msgstr "" + +#: pyload/cli/ManageFiles.py:108 +msgid "What do you want to restart?" +msgstr "" + +#: pyload/cli/ManageFiles.py:113 +msgid "Choose what you want to do, or enter package number." +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "delete" +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "move" +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "restart" +msgstr "" + +#: pyload/cli/ManageFiles.py:148 +msgid " - previous" +msgstr "" + +#: pyload/cli/ManageFiles.py:148 +msgid " - next" +msgstr "" + +#: pyload/cli/Cli.py:75 pyload/cli/Cli.py:133 +msgid " Command Line Interface" +msgstr "" + +#: pyload/cli/Cli.py:165 +#, python-format +msgid "%s Downloads:" +msgstr "" + +#: pyload/cli/Cli.py:177 +msgid " Speed: " +msgstr "" + +#: pyload/cli/Cli.py:177 +msgid " Size: " +msgstr "" + +#: pyload/cli/Cli.py:178 +msgid " Finished in: " +msgstr "" + +#: pyload/cli/Cli.py:179 +msgid " ID: " +msgstr "" + +#: pyload/cli/Cli.py:184 +msgid "waiting: " +msgstr "" + +#: pyload/cli/Cli.py:191 pyload/cli/Cli.py:193 +msgid "Status:" +msgstr "" + +#: pyload/cli/Cli.py:191 +msgid "paused" +msgstr "" + +#: pyload/cli/Cli.py:193 +msgid "running" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "total Speed" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "Files in queue" +msgstr "" + +#: pyload/cli/Cli.py:197 +msgid "Total" +msgstr "" + +#: pyload/cli/Cli.py:203 +msgid "Menu:" +msgstr "" + +#: pyload/cli/Cli.py:205 +msgid " Add Links" +msgstr "" + +#: pyload/cli/Cli.py:206 +msgid " Manage Queue" +msgstr "" + +#: pyload/cli/Cli.py:207 +msgid " Manage Collector" +msgstr "" + +#: pyload/cli/Cli.py:208 +msgid " (Un)Pause Server" +msgstr "" + +#: pyload/cli/Cli.py:209 +msgid " Kill Server" +msgstr "" + +#: pyload/cli/Cli.py:210 +msgid " Quit" +msgstr "" + +#: pyload/cli/Cli.py:289 pyload/cli/Cli.py:296 +msgid "Please use this syntax: add <Package name> <link> <link2> ..." +msgstr "" + +#: pyload/cli/Cli.py:315 +#, python-format +msgid "Checking %d links:" +msgstr "" + +#: pyload/cli/Cli.py:324 +msgid "File does not exists." +msgstr "" + +#: pyload/cli/Cli.py:385 +msgid "pyLoad was terminated" +msgstr "" + +#: pyload/cli/Cli.py:443 +msgid "Prints server status" +msgstr "" + +#: pyload/cli/Cli.py:444 +msgid "Prints downloads in queue" +msgstr "" + +#: pyload/cli/Cli.py:445 +msgid "Prints downloads in collector" +msgstr "" + +#: pyload/cli/Cli.py:446 +msgid "Adds package to queue" +msgstr "" + +#: pyload/cli/Cli.py:447 +msgid "Adds package to collector" +msgstr "" + +#: pyload/cli/Cli.py:448 +msgid "Delete Files from Queue/Collector" +msgstr "" + +#: pyload/cli/Cli.py:449 +msgid "Delete Packages from Queue/Collector" +msgstr "" + +#: pyload/cli/Cli.py:450 +msgid "Move Packages from Queue to Collector or vice versa" +msgstr "" + +#: pyload/cli/Cli.py:451 +msgid "Restart files" +msgstr "" + +#: pyload/cli/Cli.py:452 +msgid "Restart packages" +msgstr "" + +#: pyload/cli/Cli.py:453 +msgid "Check online status, works with local container" +msgstr "" + +#: pyload/cli/Cli.py:454 +msgid "Checks online status of a container file" +msgstr "" + +#: pyload/cli/Cli.py:455 +msgid "Pause the server" +msgstr "" + +#: pyload/cli/Cli.py:456 +msgid "continue downloads" +msgstr "" + +#: pyload/cli/Cli.py:457 +msgid "Toggle pause/unpause" +msgstr "" + +#: pyload/cli/Cli.py:458 +msgid "kill server" +msgstr "" + +#: pyload/cli/Cli.py:460 +msgid "List of commands:" +msgstr "" + +#: pyload/cli/Cli.py:473 +msgid "Couldn't write user config file" +msgstr "" + +#: pyload/cli/Cli.py:548 pyload/cli/Cli.py:580 +msgid "You need py-openssl to connect to this pyLoad core." +msgstr "" + +#: pyload/cli/Cli.py:555 +msgid "Address: " +msgstr "" + +#: pyload/cli/Cli.py:556 +msgid "Port: " +msgstr "" + +#: pyload/cli/Cli.py:557 +msgid "Username: " +msgstr "" + +#: pyload/cli/Cli.py:561 +msgid "Password: " +msgstr "" + +#: pyload/cli/Cli.py:566 pyload/cli/Cli.py:575 +msgid "Login data is wrong." +msgstr "" + +#: pyload/cli/Cli.py:568 pyload/cli/Cli.py:577 +#, python-format +msgid "Could not establish connection to %(addr)s:%(port)s." +msgstr "" + +#: pyload/cli/Cli.py:582 +msgid "Interactive mode ignored since you passed some commands." +msgstr "" + diff --git a/locale/pa/LC_MESSAGES/core.po b/locale/pa/LC_MESSAGES/core.po new file mode 100644 index 000000000..eaee7189d --- /dev/null +++ b/locale/pa/LC_MESSAGES/core.po @@ -0,0 +1,630 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Punjabi\n" +"Language: pa_IN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/AddonManager.py:62 +#, python-format +msgid "Error when executing %s" +msgstr "" + +#: pyload/AddonManager.py:93 +#, python-format +msgid "Failed activating %(name)s" +msgstr "" + +#: pyload/AddonManager.py:96 +#, python-format +msgid "Activated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:97 +#, python-format +msgid "Deactivated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:153 +msgid "Activating Plugins..." +msgstr "" + +#: pyload/AddonManager.py:162 +msgid "Deactivating Plugins..." +msgstr "" + +#: pyload/web/ServerThread.py:49 +msgid "SSL certificates not found." +msgstr "" + +#: pyload/web/ServerThread.py:53 +msgid "WebUI built is not available" +msgstr "" + +#: pyload/web/ServerThread.py:55 +msgid "Running webUI in development mode" +msgstr "" + +#: pyload/web/ServerThread.py:73 +msgid "Failed starting webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:107 +msgid "Failed importing webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:125 +msgid "This server offers no SSL, please consider using threaded instead" +msgstr "" + +#: pyload/web/ServerThread.py:139 +#, python-format +msgid "Starting %(name)s webserver: %(host)s:%(port)d" +msgstr "" + +#: pyload/config/default.py:14 +msgid "Remote" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Description" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Long description" +msgstr "" + +#: pyload/config/default.py:16 pyload/config/default.py:56 +#: pyload/config/default.py:63 +msgid "Activated" +msgstr "" + +#: pyload/config/default.py:17 pyload/config/default.py:69 +#: pyload/config/default.py:80 +msgid "Port" +msgstr "" + +#: pyload/config/default.py:18 pyload/config/default.py:77 +msgid "Address" +msgstr "" + +#: pyload/config/default.py:21 +msgid "Log" +msgstr "" + +#: pyload/config/default.py:23 +msgid "Size in kb" +msgstr "" + +#: pyload/config/default.py:24 +msgid "Folder" +msgstr "" + +#: pyload/config/default.py:25 +msgid "File Log" +msgstr "" + +#: pyload/config/default.py:26 +msgid "Count" +msgstr "" + +#: pyload/config/default.py:27 +msgid "Log Rotate" +msgstr "" + +#: pyload/config/default.py:30 +msgid "Permissions" +msgstr "" + +#: pyload/config/default.py:32 +msgid "Groupname" +msgstr "" + +#: pyload/config/default.py:33 +msgid "Change Group and User of Downloads" +msgstr "" + +#: pyload/config/default.py:34 +msgid "Change file mode of downloads" +msgstr "" + +#: pyload/config/default.py:35 pyload/config/default.py:75 +msgid "Username" +msgstr "" + +#: pyload/config/default.py:36 +msgid "Filemode for Downloads" +msgstr "" + +#: pyload/config/default.py:37 +msgid "Change group of running process" +msgstr "" + +#: pyload/config/default.py:38 +msgid "Folder Permission mode" +msgstr "" + +#: pyload/config/default.py:39 +msgid "Change user of running process" +msgstr "" + +#: pyload/config/default.py:42 +msgid "General" +msgstr "" + +#: pyload/config/default.py:44 +msgid "Language" +msgstr "" + +#: pyload/config/default.py:45 +msgid "Download Folder" +msgstr "" + +#: pyload/config/default.py:46 +msgid "Use Checksum" +msgstr "" + +#: pyload/config/default.py:47 +msgid "Create folder for each package" +msgstr "" + +#: pyload/config/default.py:48 +msgid "Debug Mode" +msgstr "" + +#: pyload/config/default.py:49 +msgid "Min Free Space (MB)" +msgstr "" + +#: pyload/config/default.py:50 +msgid "CPU Priority" +msgstr "" + +#: pyload/config/default.py:53 +msgid "SSL" +msgstr "" + +#: pyload/config/default.py:55 +msgid "SSL Certificate" +msgstr "" + +#: pyload/config/default.py:57 +msgid "SSL Key" +msgstr "" + +#: pyload/config/default.py:60 +msgid "Webinterface" +msgstr "" + +#: pyload/config/default.py:62 +msgid "Template" +msgstr "" + +#: pyload/config/default.py:64 +msgid "Path Prefix" +msgstr "" + +#: pyload/config/default.py:65 +msgid "Server" +msgstr "" + +#: pyload/config/default.py:66 +msgid "Favor specific server" +msgstr "" + +#: pyload/config/default.py:67 +msgid "IP" +msgstr "" + +#: pyload/config/default.py:68 +msgid "Use HTTPS" +msgstr "" + +#: pyload/config/default.py:70 +msgid "Development mode" +msgstr "" + +#: pyload/config/default.py:73 +msgid "Proxy" +msgstr "" + +#: pyload/config/default.py:76 +msgid "Use Proxy" +msgstr "" + +#: pyload/config/default.py:78 +msgid "Password" +msgstr "" + +#: pyload/config/default.py:79 +msgid "Protocol" +msgstr "" + +#: pyload/config/default.py:83 +msgid "Reconnect" +msgstr "" + +#: pyload/config/default.py:85 pyload/config/default.py:106 +msgid "End" +msgstr "" + +#: pyload/config/default.py:86 +msgid "Use Reconnect" +msgstr "" + +#: pyload/config/default.py:87 +msgid "Method" +msgstr "" + +#: pyload/config/default.py:88 pyload/config/default.py:105 +msgid "Start" +msgstr "" + +#: pyload/config/default.py:91 +msgid "Download" +msgstr "" + +#: pyload/config/default.py:93 +msgid "Max Parallel Downloads" +msgstr "" + +#: pyload/config/default.py:94 +msgid "Limit Download Speed" +msgstr "" + +#: pyload/config/default.py:95 +msgid "Download interface to bind (ip or Name)" +msgstr "" + +#: pyload/config/default.py:96 +msgid "Skip already existing files" +msgstr "" + +#: pyload/config/default.py:97 +msgid "Max Download Speed in kb/s" +msgstr "" + +#: pyload/config/default.py:98 +msgid "Allow IPv6" +msgstr "" + +#: pyload/config/default.py:99 +msgid "Max connections for one download" +msgstr "" + +#: pyload/config/default.py:100 +msgid "Restart failed downloads on startup" +msgstr "" + +#: pyload/config/default.py:103 +msgid "Download Time" +msgstr "" + +#: pyload/network/HTTPDownload.py:249 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/api/DownloadApi.py:44 +#, python-format +msgid "Added package %(name)s as folder %(folder)s" +msgstr "" + +#: pyload/api/DownloadApi.py:95 +#, python-format +msgid "Added %d links to package" +msgstr "" + +#: pyload/AccountManager.py:69 +#, python-format +msgid "Unknown account plugin %s" +msgstr "" + +#: pyload/interaction/InteractionManager.py:88 +msgid "Query" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Captcha request" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Please solve the captcha." +msgstr "" + +#: pyload/remote/RemoteManager.py:35 +#, python-format +msgid "Remote backend error: %s" +msgstr "" + +#: pyload/remote/RemoteManager.py:80 +#, python-format +msgid "Starting %(name)s: %(addr)s:%(port)s" +msgstr "" + +#: pyload/remote/RemoteManager.py:82 +#, python-format +msgid "Failed loading backend %(name)s | %(error)s" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "none" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "offline" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "online" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "queued" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "paused" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "finished" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "skipped" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "failed" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "starting" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "waiting" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "downloading" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "temp. offline" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "aborted" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "decrypting" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "processing" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "custom" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "unknown" +msgstr "" + +#: pyload/FileManager.py:426 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/Api.py:152 +#, python-format +msgid "User '%s' tries to log in" +msgstr "" + +#: pyload/Core.py:195 +msgid "Received Quit signal" +msgstr "" + +#: pyload/Core.py:323 +#, python-format +msgid "pyLoad already running with pid %s" +msgstr "" + +#: pyload/Core.py:337 +#, python-format +msgid "Failed changing group: %s" +msgstr "" + +#: pyload/Core.py:347 +#, python-format +msgid "Failed changing user: %s" +msgstr "" + +#: pyload/Core.py:358 +msgid "Starting" +msgstr "" + +#: pyload/Core.py:359 +#, python-format +msgid "Using home directory: %s" +msgstr "" + +#: pyload/Core.py:373 +msgid "All links removed" +msgstr "" + +#: pyload/Core.py:403 +#, python-format +msgid "Download time: %s" +msgstr "" + +#: pyload/Core.py:418 +#, python-format +msgid "Free space: %s" +msgstr "" + +#: pyload/Core.py:438 +msgid "Activating Accounts..." +msgstr "" + +#: pyload/Core.py:443 +msgid "Restarting failed downloads..." +msgstr "" + +#: pyload/Core.py:451 +msgid "pyLoad is up and running" +msgstr "" + +#: pyload/Core.py:474 +msgid "restarting pyLoad" +msgstr "" + +#: pyload/Core.py:478 +msgid "pyLoad quits" +msgstr "" + +#: pyload/Core.py:564 +msgid "shutting down..." +msgstr "" + +#: pyload/Core.py:579 +msgid "error while shutting down" +msgstr "" + +#: pyload/Core.py:661 +msgid "killed pyLoad from terminal" +msgstr "" + +#: pyload/database/DatabaseBackend.py:167 +msgid "Database was deleted due to incompatible version." +msgstr "" + +#: pyload/threads/DecrypterThread.py:50 +msgid "Decrypting failed" +msgstr "" + +#: pyload/threads/DecrypterThread.py:73 +#, python-format +msgid "Decrypted %(count)d links into package %(name)s" +msgstr "" + +#: pyload/threads/DecrypterThread.py:80 +msgid "No links decrypted" +msgstr "" + +#: pyload/threads/InfoThread.py:147 +#, python-format +msgid "Info Fetching for %(name)s failed | %(err)s" +msgstr "" + +#: pyload/threads/ThreadManager.py:155 +#, python-format +msgid "Reconnect Failed: %s" +msgstr "" + +#: pyload/threads/ThreadManager.py:192 +msgid "Reconnect script not found!" +msgstr "" + +#: pyload/threads/ThreadManager.py:198 +msgid "Starting reconnect" +msgstr "" + +#: pyload/threads/ThreadManager.py:212 +msgid "Failed executing reconnect script!" +msgstr "" + +#: pyload/threads/ThreadManager.py:224 +#, python-format +msgid "Reconnected, new IP: %s" +msgstr "" + +#: pyload/threads/ThreadManager.py:298 +msgid "Not enough space left on device" +msgstr "" + +#: pyload/threads/DownloadThread.py:64 +#, python-format +msgid "Download starts: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:70 +#, python-format +msgid "Download finished: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:75 +#, python-format +msgid "Plugin %s is missing a function." +msgstr "" + +#: pyload/threads/DownloadThread.py:83 pyload/threads/DownloadThread.py:147 +#, python-format +msgid "Download aborted: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:103 +#, python-format +msgid "Download restarted: %(name)s | %(msg)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:113 +#, python-format +msgid "Download is offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:116 pyload/threads/DownloadThread.py:187 +#, python-format +msgid "Download is temporary offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:119 pyload/threads/DownloadThread.py:192 +#, python-format +msgid "Download failed: %(name)s | %(msg)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:136 +msgid "Couldn't connect to host or connection reset, waiting 1 minute and retry." +msgstr "" + +#: pyload/threads/DownloadThread.py:171 +#, python-format +msgid "Download skipped: %(name)s due to %(plugin)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:188 +msgid "Internal Server Error" +msgstr "" + +#: pyload/threads/AddonThread.py:55 +msgid "An Error occurred" +msgstr "" + +#: pyload/PluginManager.py:316 +#, python-format +msgid "Error importing %(name)s: %(msg)s" +msgstr "" + +#: pyload/utils/JsEngine.py:188 +msgid "No js engine detected, please install either Spidermonkey, ossp-js, pyv8, nodejs or rhino" +msgstr "" + diff --git a/locale/pa/LC_MESSAGES/plugins.po b/locale/pa/LC_MESSAGES/plugins.po new file mode 100644 index 000000000..a1e26f5b5 --- /dev/null +++ b/locale/pa/LC_MESSAGES/plugins.po @@ -0,0 +1,424 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-20 22:13+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Punjabi\n" +"Language: pa_IN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/plugins/network/CurlDownload.py:241 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/plugins/Base.py:329 +msgid "Pil and tesseract not installed and no Client connected for captcha decrypting" +msgstr "" + +#: pyload/plugins/Base.py:333 +msgid "No captcha result obtained in appropriate time." +msgstr "" + +#: pyload/plugins/Hoster.py:282 pyload/plugins/Hoster.py:319 +#: pyload/plugins/hoster/ARD.py:76 +#, python-format +msgid "Setting User and Group failed: %s" +msgstr "" + +#: pyload/plugins/Crypter.py:136 +msgid "Not existing file or unsupported protocol" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:96 +msgid "Rapidshare: Traffic Share (direct download)" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:123 +#: pyload/plugins/hoster/RapidshareCom.py:189 +msgid "Already downloading from this ip address, waiting 60 seconds" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:127 +msgid "Invalid Auth Code, download will be restarted" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:193 +msgid "RapidShareCom: No free slots" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:196 +msgid "You need a premium account for this file" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:198 +msgid "Filename reported invalid" +msgstr "" + +#: pyload/plugins/hoster/RealdebridCom.py:40 +#: pyload/plugins/hoster/Premium4Me.py:27 +#: pyload/plugins/hoster/MultiDebridCom.py:39 +#: pyload/plugins/hoster/ZeveraCom.py:24 +#: pyload/plugins/hoster/AlldebridCom.py:37 +#: pyload/plugins/hoster/RehostTo.py:25 pyload/plugins/hoster/ReloadCc.py:22 +#: pyload/plugins/hoster/DebridItaliaCom.py:38 +#: pyload/plugins/hoster/PremiumizeMe.py:19 +#, python-format +msgid "Please enter your %s account or deactivate this plugin" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:55 +msgid "Decryption failed" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:99 +msgid "No file key provided in the URL" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:111 +msgid "Error code:" +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:97 +msgid "Parallel download error, now waiting 60s." +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:208 +msgid "Not logged in." +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:135 +msgid "API key invalid" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:160 +#, python-format +msgid "%s: Not enough traffic left" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:163 +msgid "Traffic exceeded" +msgstr "" + +#: pyload/plugins/hoster/BasePlugin.py:63 +msgid "Authorization required (username:password)" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:143 +#: pyload/plugins/hoster/NetloadIn.py:167 +msgid "File temporarily not available" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:180 +#, python-format +msgid "Netload: waiting between downloads %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:209 +#, python-format +msgid "Netload: waiting for captcha %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:248 +msgid "Downloaded File was empty" +msgstr "" + +#: pyload/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 "" + +#: pyload/plugins/hoster/XHamsterCom.py:75 +#: pyload/plugins/hoster/XHamsterCom.py:84 +#: pyload/plugins/hoster/XHamsterCom.py:87 +#, python-format +msgid "long_url: %s" +msgstr "" + +#: pyload/plugins/Account.py:117 pyload/plugins/Account.py:123 +#, python-format +msgid "Could not login with account %(user)s | %(msg)s" +msgstr "" + +#: pyload/plugins/Account.py:118 +msgid "Wrong Password" +msgstr "" + +#: pyload/plugins/Account.py:184 +#, python-format +msgid "Get Account Info for %s" +msgstr "" + +#: pyload/plugins/Account.py:193 +#, python-format +msgid "Error: %s" +msgstr "" + +#: pyload/plugins/Account.py:242 +#, python-format +msgid "Your Time %s has a wrong format, use: 1:22-3:44" +msgstr "" + +#: pyload/plugins/Account.py:265 +#, python-format +msgid "Account %s has not enough traffic, checking again in 30min" +msgstr "" + +#: pyload/plugins/Account.py:273 +#, python-format +msgid "Account %s is expired, checking again in 1h" +msgstr "" + +#: pyload/plugins/Account.py:290 +#, python-format +msgid "Login with %s" +msgstr "" + +#: pyload/plugins/Addon.py:118 +#, python-format +msgid "Error executing addons: %s" +msgstr "" + +#: pyload/plugins/accounts/BitshareCom.py:36 +msgid "Activate direct Download in your Bitshare Account" +msgstr "" + +#: pyload/plugins/crypter/SerienjunkiesOrg.py:128 +msgid "Downloadlimit reached" +msgstr "" + +#: pyload/plugins/addons/Premium4Me.py:30 +msgid "Please add your premium.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:53 +#, python-format +msgid "Installed scripts for %s: " +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:69 +msgid "Script not executable:" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:79 +#, python-format +msgid "Error in %(script)s: %(error)s" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:72 +#: pyload/plugins/addons/Captcha9kw.py:56 +#: pyload/plugins/addons/ExpertDecoders.py:49 +#, python-format +msgid "%s credits left" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:120 +msgid "Could not send response." +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:138 +msgid "Your CaptchaTrader Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:89 +#, python-format +msgid "New CaptchaID from upload: %s : %s" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:123 +msgid "Your Captcha 9kw.eu Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/RehostTo.py:34 +msgid "Please add your rehost.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/HotFolder.py:82 +#, python-format +msgid "Added %s from HotFolder" +msgstr "" + +#: pyload/plugins/addons/ClickAndLoad.py:74 +msgid "Click'N'Load: Port 9666 already in use" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:82 +#: pyload/plugins/addons/IRCInterface.py:75 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:90 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" +msgstr "" + +#: pyload/plugins/addons/ExpertDecoders.py:98 +msgid "Your ExpertDecoders Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:73 +msgid "*** Plugins have been updated, please restart pyLoad ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:75 +msgid "Plugins updated and reloaded" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:78 +msgid "No plugin updates available" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:95 +msgid "No Updates for pyLoad" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:100 +#, python-format +msgid "*** New pyLoad Version %s available ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:101 +msgid "*** Get it here: http://pyload.org/download ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:104 +msgid "Not able to connect server for updates" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:148 +#, python-format +msgid "New version of %(type)s|%(name)s : %(version).2f" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:157 +#: pyload/plugins/addons/UpdateManager.py:162 +#, python-format +msgid "Error when updating %s" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:162 +msgid "Version mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:92 +#, python-format +msgid "No %s installed" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:94 +#: pyload/plugins/addons/ExtractArchive.py:99 +#, python-format +msgid "Could not activate %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:104 +msgid "Activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:106 +msgid "No Extract plugins activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:118 +#, python-format +msgid "Package %s queued for later extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:143 +#, python-format +msgid "Check package %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:183 +#, python-format +msgid "Extract to %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:197 +msgid "No files found to extract" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:203 +msgid "extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:214 +msgid "Password protected" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:234 +msgid "Wrong password" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:242 +#, python-format +msgid "Deleting %s files" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:247 +msgid "Extracting finished" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:254 +msgid "Archive Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:256 +msgid "CRC Mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:260 +msgid "Unknown Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:312 +msgid "Setting User and Group failed" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:36 +msgid "Crypter list not found" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:50 +msgid "Crypter list is empty" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:82 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:94 +#, python-format +msgid "New Captcha Request: %s" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:95 +#, python-format +msgid "Answer with 'c %s text on the captcha'" +msgstr "" + +#: pyload/plugins/addons/PremiumizeMe.py:46 +msgid "Please add a valid premiumize.me account first and restart pyLoad." +msgstr "" + +#: pyload/plugins/addons/CaptchaBrotherhood.py:69 +#, python-format +msgid "%d credits left" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:29 +#, python-format +msgid "Activated %s" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:47 +msgid "No Hoster loaded" +msgstr "" + diff --git a/locale/pa/LC_MESSAGES/setup.po b/locale/pa/LC_MESSAGES/setup.po new file mode 100644 index 000000000..2a4b6890e --- /dev/null +++ b/locale/pa/LC_MESSAGES/setup.po @@ -0,0 +1,376 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Punjabi\n" +"Language: pa_IN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/Setup.py:72 +msgid "Would you like to configure pyLoad via Webinterface?" +msgstr "" + +#: pyload/Setup.py:73 +msgid "You need a Browser and a connection to this PC for it." +msgstr "" + +#: pyload/Setup.py:74 +msgid "Url would be: http://hostname:8000/" +msgstr "" + +#: pyload/Setup.py:75 +msgid "Start initial webinterface for configuration?" +msgstr "" + +#: pyload/Setup.py:86 +msgid "Welcome to the pyLoad Configuration Assistent." +msgstr "" + +#: pyload/Setup.py:87 +msgid "It will check your system and make a basic setup in order to run pyLoad." +msgstr "" + +#: pyload/Setup.py:89 +msgid "The value in brackets [] always is the default value," +msgstr "" + +#: pyload/Setup.py:90 +msgid "in case you don't want to change it or you are unsure what to choose, just hit enter." +msgstr "" + +#: pyload/Setup.py:92 +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgstr "" + +#: pyload/Setup.py:93 +msgid "If you have any problems with this assistent hit CTRL+C," +msgstr "" + +#: pyload/Setup.py:94 +msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgstr "" + +#: pyload/Setup.py:96 +msgid "When you are ready for system check, hit enter." +msgstr "" + +#: pyload/Setup.py:103 +msgid "Features missing: " +msgstr "" + +#: pyload/Setup.py:107 +msgid "no py-crypto available" +msgstr "" + +#: pyload/Setup.py:108 +msgid "You need this if you want to decrypt container files." +msgstr "" + +#: pyload/Setup.py:112 +msgid "no SSL available" +msgstr "" + +#: pyload/Setup.py:113 +msgid "This is needed if you want to establish a secure connection to core or webinterface." +msgstr "" + +#: pyload/Setup.py:114 +msgid "If you only want to access locally to pyLoad ssl is not useful." +msgstr "" + +#: pyload/Setup.py:118 +msgid "no Captcha Recognition available" +msgstr "" + +#: pyload/Setup.py:119 +msgid "Only needed for some hosters and as freeuser." +msgstr "" + +#: pyload/Setup.py:123 +msgid "no JavaScript engine found" +msgstr "" + +#: pyload/Setup.py:124 +msgid "You will need this for some Click'N'Load links. Install Spidermonkey, ossp-js, pyv8 or rhino" +msgstr "" + +#: pyload/Setup.py:126 +msgid "You can abort the setup now and fix some dependencies if you want." +msgstr "" + +#: pyload/Setup.py:128 +msgid "Continue with setup?" +msgstr "" + +#: pyload/Setup.py:134 +#, python-format +msgid "Do you want to change the config path? Current is %s" +msgstr "" + +#: pyload/Setup.py:136 +msgid "If you use pyLoad on a server or the home partition lives on an internal flash it may be a good idea to change it." +msgstr "" + +#: pyload/Setup.py:137 +msgid "Change config path?" +msgstr "" + +#: pyload/Setup.py:143 +msgid "Do you want to configure login data and basic settings?" +msgstr "" + +#: pyload/Setup.py:144 +msgid "This is recommend for first run." +msgstr "" + +#: pyload/Setup.py:145 +msgid "Make basic setup?" +msgstr "" + +#: pyload/Setup.py:152 +msgid "Do you want to configure ssl?" +msgstr "" + +#: pyload/Setup.py:153 +msgid "Configure ssl?" +msgstr "" + +#: pyload/Setup.py:159 +msgid "Do you want to configure webinterface?" +msgstr "" + +#: pyload/Setup.py:160 +msgid "Configure webinterface?" +msgstr "" + +#: pyload/Setup.py:165 +msgid "Setup finished successfully." +msgstr "" + +#: pyload/Setup.py:166 +msgid "Hit enter to exit and restart pyLoad" +msgstr "" + +#: pyload/Setup.py:173 +msgid "Webinterface running for setup." +msgstr "" + +#: pyload/Setup.py:190 +msgid "## Basic Setup ##" +msgstr "" + +#: pyload/Setup.py:193 +msgid "The following logindata is valid for CLI, GUI and webinterface." +msgstr "" + +#: pyload/Setup.py:199 pyload/Setup.py:288 pyload/Setup.py:304 +msgid "Username" +msgstr "" + +#: pyload/Setup.py:205 +msgid "External clients (GUI, CLI or other) need remote access to work over the network." +msgstr "" + +#: pyload/Setup.py:206 +msgid "However, if you only want to use the webinterface you may disable it to save ram." +msgstr "" + +#: pyload/Setup.py:207 +msgid "Enable remote access" +msgstr "" + +#: pyload/Setup.py:211 +msgid "Language" +msgstr "" + +#: pyload/Setup.py:213 +msgid "Download folder" +msgstr "" + +#: pyload/Setup.py:214 +msgid "Max parallel downloads" +msgstr "" + +#: pyload/Setup.py:218 +msgid "Use Reconnect?" +msgstr "" + +#: pyload/Setup.py:221 +msgid "Reconnect script location" +msgstr "" + +#: pyload/Setup.py:226 +msgid "## Webinterface Setup ##" +msgstr "" + +#: pyload/Setup.py:229 +msgid "Activate webinterface?" +msgstr "" + +#: pyload/Setup.py:231 +msgid "Listen address, if you use 127.0.0.1 or localhost, the webinterface will only accessible locally." +msgstr "" + +#: pyload/Setup.py:232 +msgid "Address" +msgstr "" + +#: pyload/Setup.py:233 +msgid "Port" +msgstr "" + +#: pyload/Setup.py:235 +msgid "pyLoad offers several server backends, now following a short explanation." +msgstr "" + +#: pyload/Setup.py:236 +msgid "Default server, this server offers SSL and is a good alternative to builtin." +msgstr "" + +#: pyload/Setup.py:238 +msgid "Can be used by apache, lighttpd, requires you to configure them, which is not too easy job." +msgstr "" + +#: pyload/Setup.py:239 +msgid "Very fast alternative written in C, requires libev and linux knowledge." +msgstr "" + +#: pyload/Setup.py:240 +msgid "Get it from here: https://github.com/jonashaag/bjoern, compile it" +msgstr "" + +#: pyload/Setup.py:241 +msgid "and copy bjoern.so to pyload/lib" +msgstr "" + +#: pyload/Setup.py:245 +msgid "Attention: In some rare cases the builtin server is not working, if you notice problems with the webinterface" +msgstr "" + +#: pyload/Setup.py:246 +msgid "come back here and change the builtin server to the threaded one here." +msgstr "" + +#: pyload/Setup.py:248 +msgid "Server" +msgstr "" + +#: pyload/Setup.py:253 +msgid "## SSL Setup ##" +msgstr "" + +#: pyload/Setup.py:255 +msgid "Execute these commands from pyLoad config folder to make ssl certificates:" +msgstr "" + +#: pyload/Setup.py:261 +msgid "If you're done and everything went fine, you can activate ssl now." +msgstr "" + +#: pyload/Setup.py:262 +msgid "Activate SSL?" +msgstr "" + +#: pyload/Setup.py:278 +msgid "Select action" +msgstr "" + +#: pyload/Setup.py:279 +msgid "1 - Create/Edit user" +msgstr "" + +#: pyload/Setup.py:280 +msgid "2 - List users" +msgstr "" + +#: pyload/Setup.py:281 +msgid "3 - Remove user" +msgstr "" + +#: pyload/Setup.py:282 +msgid "4 - Quit" +msgstr "" + +#: pyload/Setup.py:294 +msgid "Users" +msgstr "" + +#: pyload/Setup.py:322 +msgid "Setting new configpath, current configuration will not be transferred!" +msgstr "" + +#: pyload/Setup.py:323 +msgid "Config path" +msgstr "" + +#: pyload/Setup.py:331 +msgid "Config path changed, setup will now close, please restart to go on." +msgstr "" + +#: pyload/Setup.py:332 +msgid "Press Enter to exit." +msgstr "" + +#: pyload/Setup.py:336 +#, python-format +msgid "Setting config path failed: %s" +msgstr "" + +#: pyload/Setup.py:347 +msgid "y" +msgstr "" + +#: pyload/Setup.py:349 +msgid "n" +msgstr "" + +#: pyload/Setup.py:373 +msgid "Password: " +msgstr "" + +#: pyload/Setup.py:377 +msgid "Password too short. Use at least 4 symbols." +msgstr "" + +#: pyload/Setup.py:380 +msgid "Password (again): " +msgstr "" + +#: pyload/Setup.py:386 +msgid "Passwords did not match." +msgstr "" + +#: pyload/Setup.py:397 +msgid "yes" +msgstr "" + +#: pyload/Setup.py:397 +msgid "true" +msgstr "" + +#: pyload/Setup.py:397 +msgid "t" +msgstr "" + +#: pyload/Setup.py:400 +msgid "no" +msgstr "" + +#: pyload/Setup.py:400 +msgid "false" +msgstr "" + +#: pyload/Setup.py:400 +msgid "f" +msgstr "" + +#: pyload/Setup.py:403 pyload/Setup.py:413 +msgid "Invalid Input" +msgstr "" + diff --git a/locale/pa/LC_MESSAGES/webUI.po b/locale/pa/LC_MESSAGES/webUI.po new file mode 100644 index 000000000..b63503415 --- /dev/null +++ b/locale/pa/LC_MESSAGES/webUI.po @@ -0,0 +1,131 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-08-10 11:58+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Punjabi\n" +"Language: pa_IN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/web/app/scripts/helpers/formatSize.js:9 +msgid "not available" +msgstr "" + +#: pyload/web/app/scripts/helpers/formatSize.js:11 +msgid "unlimited" +msgstr "" + +#: pyload/web/app/templates/default/admin.html:3 +#: pyload/web/app/templates/default/admin.html:4 +msgid "Admin" +msgstr "" + +#: pyload/web/app/templates/default/setup.html:3 +msgid "Setup" +msgstr "" + +#: pyload/web/app/templates/default/accounts/actionbar.html:2 +msgid "Add Account" +msgstr "" + +#: pyload/web/app/templates/default/accounts/layout.html:2 +msgid "Accounts" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:9 +msgid "Local" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:18 +msgid "Search" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:26 +msgid "Type" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:44 +#: pyload/web/app/templates/default/dashboard/actionbar.html:49 +msgid "All" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:50 +msgid "Finished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:51 +msgid "Unfinished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:52 +msgid "Failed" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/select.html:1 +msgid "1 package" +msgid_plural "%d packages" +msgstr[0] "" +msgstr[1] "" + +#: pyload/web/app/templates/default/dashboard/select.html:4 +msgid "1 file" +msgid_plural "%d files" +msgstr[0] "" +msgstr[1] "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:2 +msgid "Add an account" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:7 +msgid "Please enter your account data" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:3 +msgid "Choose a plugin" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:9 +msgid "Please choose a plugin, which you want to configure" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:23 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:46 +msgid "Add" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:24 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:47 +#: pyload/web/app/templates/default/dialogs/interactionTask.html:35 +msgid "Close" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:2 +msgid "Please confirm" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:5 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:8 +msgid "Delete" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:9 +msgid "Cancel" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/interactionTask.html:34 +msgid "Submit" +msgstr "" + +#: pyload/web/app/templates/default/header/layout.html:12 +msgid "Running..." +msgstr "" + diff --git a/locale/pl/LC_MESSAGES/cli.po b/locale/pl/LC_MESSAGES/cli.po new file mode 100644 index 000000000..bf68c90c4 --- /dev/null +++ b/locale/pl/LC_MESSAGES/cli.po @@ -0,0 +1,291 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Polish\n" +"Language: pl_PL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10< =4 && (n%100<10 or n%100>=20) ? 1 : 2);\n" +"X-Generator: crowdin.net\n" + +#: pyload/cli/AddPackage.py:48 +msgid "Add Package:" +msgstr "Dodaj pakiet:" + +#: pyload/cli/AddPackage.py:53 +msgid "Enter a name for the new package" +msgstr "Wprowadź nazwÄ dla nowego pakietu" + +#: pyload/cli/AddPackage.py:57 +#, python-format +msgid "Package: %s" +msgstr "Pakiet: %s" + +#: pyload/cli/AddPackage.py:58 +msgid "Parse the links you want to add." +msgstr "Analizuj linki które chcesz dodaÄ." + +#: pyload/cli/AddPackage.py:59 +#, python-format +msgid "Type %s when done." +msgstr "Napisz %s gdy ukoÅczone." + +#: pyload/cli/AddPackage.py:60 +msgid "Links added: " +msgstr "Dodanych linków:" + +#: pyload/cli/AddPackage.py:64 pyload/cli/ManageFiles.py:149 +msgid " back to main menu" +msgstr "powrót do gÅównego menu" + +#: pyload/cli/ManageFiles.py:97 +msgid "Manage Packages:" +msgstr "ZarzÄ
dzali paczkami:" + +#: pyload/cli/ManageFiles.py:99 +msgid "Manage Links:" +msgstr "ZarzÄ
dzaj linkami:" + +#: pyload/cli/ManageFiles.py:104 +msgid "What do you want to move?" +msgstr "Czy chcesz przenieÅÄ?" + +#: pyload/cli/ManageFiles.py:106 +msgid "What do you want to delete?" +msgstr "Czy na pewno chcesz usunÄ
Ä?" + +#: pyload/cli/ManageFiles.py:108 +msgid "What do you want to restart?" +msgstr "Czy chcesz zrestartowaÄ?" + +#: pyload/cli/ManageFiles.py:113 +msgid "Choose what you want to do, or enter package number." +msgstr "Dokonaj wyboru lub podaj numer pakietu." + +#: pyload/cli/ManageFiles.py:115 +msgid "delete" +msgstr "skasuj" + +#: pyload/cli/ManageFiles.py:115 +msgid "move" +msgstr "przenieÅ" + +#: pyload/cli/ManageFiles.py:115 +msgid "restart" +msgstr "Restart" + +#: pyload/cli/ManageFiles.py:148 +msgid " - previous" +msgstr "- poprzedni" + +#: pyload/cli/ManageFiles.py:148 +msgid " - next" +msgstr " - nastÄpny" + +#: pyload/cli/Cli.py:75 pyload/cli/Cli.py:133 +msgid " Command Line Interface" +msgstr "Interfejs Linii Komend" + +#: pyload/cli/Cli.py:165 +#, python-format +msgid "%s Downloads:" +msgstr "%s PobraÅ:" + +#: pyload/cli/Cli.py:177 +msgid " Speed: " +msgstr "PrÄdkoÅÄ:" + +#: pyload/cli/Cli.py:177 +msgid " Size: " +msgstr "Rozmiar:" + +#: pyload/cli/Cli.py:178 +msgid " Finished in: " +msgstr "ZakoÅczono w:" + +#: pyload/cli/Cli.py:179 +msgid " ID: " +msgstr "ID:" + +#: pyload/cli/Cli.py:184 +msgid "waiting: " +msgstr "Oczekiwanie:" + +#: pyload/cli/Cli.py:191 pyload/cli/Cli.py:193 +msgid "Status:" +msgstr "Status:" + +#: pyload/cli/Cli.py:191 +msgid "paused" +msgstr "Wstrzymane" + +#: pyload/cli/Cli.py:193 +msgid "running" +msgstr "Aktywne" + +#: pyload/cli/Cli.py:196 +msgid "total Speed" +msgstr "PrÄdkoÅÄ pobierania" + +#: pyload/cli/Cli.py:196 +msgid "Files in queue" +msgstr "Pliki w kolejce" + +#: pyload/cli/Cli.py:197 +msgid "Total" +msgstr "OgóÅem" + +#: pyload/cli/Cli.py:203 +msgid "Menu:" +msgstr "Menu:" + +#: pyload/cli/Cli.py:205 +msgid " Add Links" +msgstr "Dodaj linki" + +#: pyload/cli/Cli.py:206 +msgid " Manage Queue" +msgstr "zarzÄ
dzaj kolejkÄ
" + +#: pyload/cli/Cli.py:207 +msgid " Manage Collector" +msgstr "Â ZarzÄ
dzanie poczekalniÄ
linków" + +#: pyload/cli/Cli.py:208 +msgid " (Un)Pause Server" +msgstr "Zatrzymaj/Wznów serwer" + +#: pyload/cli/Cli.py:209 +msgid " Kill Server" +msgstr "WyÅÄ
cz serwer" + +#: pyload/cli/Cli.py:210 +msgid " Quit" +msgstr "WyjÅcie" + +#: pyload/cli/Cli.py:289 pyload/cli/Cli.py:296 +msgid "Please use this syntax: add <Package name> <link> <link2> ..." +msgstr "UÅŒywamy skÅadni: add <Package name> <link> <link2> ..." + +#: pyload/cli/Cli.py:315 +#, python-format +msgid "Checking %d links:" +msgstr "Sprawdzanie linków %d:" + +#: pyload/cli/Cli.py:324 +msgid "File does not exists." +msgstr "Plik nie istnieje." + +#: pyload/cli/Cli.py:385 +msgid "pyLoad was terminated" +msgstr "pyLoad zostaÅ wyÅÄ
czony" + +#: pyload/cli/Cli.py:443 +msgid "Prints server status" +msgstr "WyÅwietla status serwera" + +#: pyload/cli/Cli.py:444 +msgid "Prints downloads in queue" +msgstr "WyÅwietla pobierane pliki z kolejki" + +#: pyload/cli/Cli.py:445 +msgid "Prints downloads in collector" +msgstr "WyÅwietla pobierane pliki z poczekalni" + +#: pyload/cli/Cli.py:446 +msgid "Adds package to queue" +msgstr "Dodaje pakiet do kolejki" + +#: pyload/cli/Cli.py:447 +msgid "Adds package to collector" +msgstr "Dodaje paczkÄ do poczekalni" + +#: pyload/cli/Cli.py:448 +msgid "Delete Files from Queue/Collector" +msgstr "UsuÅ Pliki z Kolejki lub Poczekalni" + +#: pyload/cli/Cli.py:449 +msgid "Delete Packages from Queue/Collector" +msgstr "UsuÅ Paczki z Kolejki/Poczekalni" + +#: pyload/cli/Cli.py:450 +msgid "Move Packages from Queue to Collector or vice versa" +msgstr "Przenoszenie paczek z kolejki do poczekalni i odwrotnie" + +#: pyload/cli/Cli.py:451 +msgid "Restart files" +msgstr "Zrestartuj pliki" + +#: pyload/cli/Cli.py:452 +msgid "Restart packages" +msgstr "Zrestartuj paczki" + +#: pyload/cli/Cli.py:453 +msgid "Check online status, works with local container" +msgstr "Sprawdź status online, wspóÅpracuje z lokalnym kontenerem" + +#: pyload/cli/Cli.py:454 +msgid "Checks online status of a container file" +msgstr "Sprawdź stan online pliku kontenera" + +#: pyload/cli/Cli.py:455 +msgid "Pause the server" +msgstr "Czasowo wstrzymaj serwer" + +#: pyload/cli/Cli.py:456 +msgid "continue downloads" +msgstr "kontynuuj pobieranie" + +#: pyload/cli/Cli.py:457 +msgid "Toggle pause/unpause" +msgstr "PrzeÅÄ
cz na wstrzymanie/pracÄ" + +#: pyload/cli/Cli.py:458 +msgid "kill server" +msgstr "wyÅÄ
cz serwer" + +#: pyload/cli/Cli.py:460 +msgid "List of commands:" +msgstr "Lista poleceÅ:" + +#: pyload/cli/Cli.py:473 +msgid "Couldn't write user config file" +msgstr "Nie moÅŒna zapisaÄ pliku konfiguracyjnego" + +#: pyload/cli/Cli.py:548 pyload/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." + +#: pyload/cli/Cli.py:555 +msgid "Address: " +msgstr "Adres:" + +#: pyload/cli/Cli.py:556 +msgid "Port: " +msgstr "Port:" + +#: pyload/cli/Cli.py:557 +msgid "Username: " +msgstr "UÅŒytkownik:" + +#: pyload/cli/Cli.py:561 +msgid "Password: " +msgstr "HasÅo:" + +#: pyload/cli/Cli.py:566 pyload/cli/Cli.py:575 +msgid "Login data is wrong." +msgstr "BÅÄdne dane logowania." + +#: pyload/cli/Cli.py:568 pyload/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." + +#: pyload/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/core.po b/locale/pl/LC_MESSAGES/core.po new file mode 100644 index 000000000..45a22c7eb --- /dev/null +++ b/locale/pl/LC_MESSAGES/core.po @@ -0,0 +1,630 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Polish\n" +"Language: pl_PL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10< =4 && (n%100<10 or n%100>=20) ? 1 : 2);\n" +"X-Generator: crowdin.net\n" + +#: pyload/AddonManager.py:62 +#, python-format +msgid "Error when executing %s" +msgstr "BÅÄ
d podczas wykonywania %s" + +#: pyload/AddonManager.py:93 +#, python-format +msgid "Failed activating %(name)s" +msgstr "Nie powiodÅa siÄ aktywacja %(name)s" + +#: pyload/AddonManager.py:96 +#, python-format +msgid "Activated addons: %s" +msgstr "Aktywne dodatki: %s" + +#: pyload/AddonManager.py:97 +#, python-format +msgid "Deactivated addons: %s" +msgstr "Nieaktywne dodatki: %s" + +#: pyload/AddonManager.py:153 +msgid "Activating Plugins..." +msgstr "WÅÄ
czanie wtyczek ..." + +#: pyload/AddonManager.py:162 +msgid "Deactivating Plugins..." +msgstr "WyÅÄ
czanie dodatków..." + +#: pyload/web/ServerThread.py:49 +msgid "SSL certificates not found." +msgstr "Nie znaleziono certyfikatów SSL." + +#: pyload/web/ServerThread.py:53 +msgid "WebUI built is not available" +msgstr "WebUI nie jest dostÄpny" + +#: pyload/web/ServerThread.py:55 +msgid "Running webUI in development mode" +msgstr "Uruchamianie webUI w trybie deweloperskim" + +#: pyload/web/ServerThread.py:73 +msgid "Failed starting webserver: " +msgstr "Niepowodzenie przy uruchamianiu webserwera: " + +#: pyload/web/ServerThread.py:107 +msgid "Failed importing webserver: " +msgstr "Niepowodzenie przy imporcie webserwera: " + +#: pyload/web/ServerThread.py:125 +msgid "This server offers no SSL, please consider using threaded instead" +msgstr "Ten serwer nie wspiera SSL, naleÅŒy rozwaÅŒyÄ uÅŒycie serwera threaded" + +#: pyload/web/ServerThread.py:139 +#, python-format +msgid "Starting %(name)s webserver: %(host)s:%(port)d" +msgstr "Uruchamianie webserwera %(name)s: %(host)s:%(port)d" + +#: pyload/config/default.py:14 +msgid "Remote" +msgstr "Zdalny" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Description" +msgstr "Opis" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Long description" +msgstr "Opis szczegóÅowy" + +#: pyload/config/default.py:16 pyload/config/default.py:56 +#: pyload/config/default.py:63 +msgid "Activated" +msgstr "Aktywowany" + +#: pyload/config/default.py:17 pyload/config/default.py:69 +#: pyload/config/default.py:80 +msgid "Port" +msgstr "Port" + +#: pyload/config/default.py:18 pyload/config/default.py:77 +msgid "Address" +msgstr "Adres" + +#: pyload/config/default.py:21 +msgid "Log" +msgstr "Dziennik zdarzeÅ" + +#: pyload/config/default.py:23 +msgid "Size in kb" +msgstr "Rozmiar w kb" + +#: pyload/config/default.py:24 +msgid "Folder" +msgstr "Folder" + +#: pyload/config/default.py:25 +msgid "File Log" +msgstr "Plik dziennika zdarzeÅ" + +#: pyload/config/default.py:26 +msgid "Count" +msgstr "Licznik" + +#: pyload/config/default.py:27 +msgid "Log Rotate" +msgstr "Rotowanie dziennika zdarzeÅ" + +#: pyload/config/default.py:30 +msgid "Permissions" +msgstr "Uprawnienia" + +#: pyload/config/default.py:32 +msgid "Groupname" +msgstr "Nazwa grupy" + +#: pyload/config/default.py:33 +msgid "Change Group and User of Downloads" +msgstr "Zmiana grupy i uÅŒytkownika katalogu do zapisywania plików" + +#: pyload/config/default.py:34 +msgid "Change file mode of downloads" +msgstr "Zmiana trybu uprawnieÅ pobieranych plików" + +#: pyload/config/default.py:35 pyload/config/default.py:75 +msgid "Username" +msgstr "Nazwa uÅŒytkownika" + +#: pyload/config/default.py:36 +msgid "Filemode for Downloads" +msgstr "Uprawnienia pobieranych plików w katalogu" + +#: pyload/config/default.py:37 +msgid "Change group of running process" +msgstr "Zmiana grupy uruchomionych procesów" + +#: pyload/config/default.py:38 +msgid "Folder Permission mode" +msgstr "Tryb uprawnieÅ folderu" + +#: pyload/config/default.py:39 +msgid "Change user of running process" +msgstr "Zmiana uÅŒytkownika uruchomionego procesu" + +#: pyload/config/default.py:42 +msgid "General" +msgstr "Ogólne" + +#: pyload/config/default.py:44 +msgid "Language" +msgstr "JÄzyk" + +#: pyload/config/default.py:45 +msgid "Download Folder" +msgstr "Folder na pobierane pliki" + +#: pyload/config/default.py:46 +msgid "Use Checksum" +msgstr "Sprawdzanie sumy kontrolnej" + +#: pyload/config/default.py:47 +msgid "Create folder for each package" +msgstr "Twórz folder dla kaÅŒdego pobrania" + +#: pyload/config/default.py:48 +msgid "Debug Mode" +msgstr "Tryb debugowania" + +#: pyload/config/default.py:49 +msgid "Min Free Space (MB)" +msgstr "Minimalna iloÅÄ wolnego miejsca (MB)" + +#: pyload/config/default.py:50 +msgid "CPU Priority" +msgstr "Priorytet CPU" + +#: pyload/config/default.py:53 +msgid "SSL" +msgstr "SSL" + +#: pyload/config/default.py:55 +msgid "SSL Certificate" +msgstr "Certyfikat SSL" + +#: pyload/config/default.py:57 +msgid "SSL Key" +msgstr "Klucz SSL" + +#: pyload/config/default.py:60 +msgid "Webinterface" +msgstr "Interfejs WWW" + +#: pyload/config/default.py:62 +msgid "Template" +msgstr "Szablon" + +#: pyload/config/default.py:64 +msgid "Path Prefix" +msgstr "Prefiks ÅcieÅŒki" + +#: pyload/config/default.py:65 +msgid "Server" +msgstr "Serwer" + +#: pyload/config/default.py:66 +msgid "Favor specific server" +msgstr "Specyficzny folder serwera" + +#: pyload/config/default.py:67 +msgid "IP" +msgstr "IP" + +#: pyload/config/default.py:68 +msgid "Use HTTPS" +msgstr "UÅŒywaj HTTPS" + +#: pyload/config/default.py:70 +msgid "Development mode" +msgstr "Tryb deweloperski" + +#: pyload/config/default.py:73 +msgid "Proxy" +msgstr "Proxy" + +#: pyload/config/default.py:76 +msgid "Use Proxy" +msgstr "UÅŒywaj Proxy" + +#: pyload/config/default.py:78 +msgid "Password" +msgstr "HasÅo" + +#: pyload/config/default.py:79 +msgid "Protocol" +msgstr "ProtokóÅ" + +#: pyload/config/default.py:83 +msgid "Reconnect" +msgstr "PoÅÄ
cz ponownie" + +#: pyload/config/default.py:85 pyload/config/default.py:106 +msgid "End" +msgstr "ZakoÅcz" + +#: pyload/config/default.py:86 +msgid "Use Reconnect" +msgstr "UÅŒywaj funkcji ponownego ÅÄ
czenia" + +#: pyload/config/default.py:87 +msgid "Method" +msgstr "Metoda" + +#: pyload/config/default.py:88 pyload/config/default.py:105 +msgid "Start" +msgstr "Start" + +#: pyload/config/default.py:91 +msgid "Download" +msgstr "Pobieranie" + +#: pyload/config/default.py:93 +msgid "Max Parallel Downloads" +msgstr "Maksymalna liczba równolegÅych pobraÅ" + +#: pyload/config/default.py:94 +msgid "Limit Download Speed" +msgstr "Limit prÄdkoÅci pobierania" + +#: pyload/config/default.py:95 +msgid "Download interface to bind (ip or Name)" +msgstr "PowiÄ
zanie z interfejsem pobieraÅ (IP lub nazwa)" + +#: pyload/config/default.py:96 +msgid "Skip already existing files" +msgstr "PomiÅ istniejÄ
ce pliki" + +#: pyload/config/default.py:97 +msgid "Max Download Speed in kb/s" +msgstr "Maksymalna prÄdkoÅÄ pobieraÅ w kb/s" + +#: pyload/config/default.py:98 +msgid "Allow IPv6" +msgstr "Zezwalaj na IPv6" + +#: pyload/config/default.py:99 +msgid "Max connections for one download" +msgstr "Maksymalna liczba poÅÄ
czeÅ dla jednego pobierania" + +#: pyload/config/default.py:100 +msgid "Restart failed downloads on startup" +msgstr "Uruchom ponowne nieudane pobrania na starcie" + +#: pyload/config/default.py:103 +msgid "Download Time" +msgstr "Czas pobierania" + +#: pyload/network/HTTPDownload.py:249 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "Pobranie fragmentów nie powiodÅo siÄ, powrót do pojedynczego poÅÄ
czenia | %s" + +#: pyload/api/DownloadApi.py:44 +#, python-format +msgid "Added package %(name)s as folder %(folder)s" +msgstr "Dodano pakiet %(name)s jako folder %(folder)s" + +#: pyload/api/DownloadApi.py:95 +#, python-format +msgid "Added %d links to package" +msgstr "Dodano linki %d do pakietu" + +#: pyload/AccountManager.py:69 +#, python-format +msgid "Unknown account plugin %s" +msgstr "Nieznana wtyczka konta %s" + +#: pyload/interaction/InteractionManager.py:88 +msgid "Query" +msgstr "Zapytanie" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Captcha request" +msgstr "ProÅba o podanie captcha" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Please solve the captcha." +msgstr "ProszÄ wpisaÄ captcha." + +#: pyload/remote/RemoteManager.py:35 +#, python-format +msgid "Remote backend error: %s" +msgstr "BÅÄ
d zdalnego zaplecza: %s" + +#: pyload/remote/RemoteManager.py:80 +#, python-format +msgid "Starting %(name)s: %(addr)s:%(port)s" +msgstr "Uruchamiam %(name)s: %(addr)s:%(port)s" + +#: pyload/remote/RemoteManager.py:82 +#, python-format +msgid "Failed loading backend %(name)s | %(error)s" +msgstr "BÅad Åadowania backendu %(name)s | %(error)s" + +#: pyload/FileManager.py:53 +msgid "none" +msgstr "brak" + +#: pyload/FileManager.py:53 +msgid "offline" +msgstr "offline" + +#: pyload/FileManager.py:53 +msgid "online" +msgstr "online" + +#: pyload/FileManager.py:53 +msgid "queued" +msgstr "zakolejkowane" + +#: pyload/FileManager.py:53 +msgid "paused" +msgstr "Wstrzymane" + +#: pyload/FileManager.py:54 +msgid "finished" +msgstr "zakoÅczono" + +#: pyload/FileManager.py:54 +msgid "skipped" +msgstr "pominiÄte" + +#: pyload/FileManager.py:54 +msgid "failed" +msgstr "niepowodzenie" + +#: pyload/FileManager.py:54 +msgid "starting" +msgstr "rozpoczynam" + +#: pyload/FileManager.py:55 +msgid "waiting" +msgstr "oczekujÄ" + +#: pyload/FileManager.py:55 +msgid "downloading" +msgstr "pobieranie" + +#: pyload/FileManager.py:55 +msgid "temp. offline" +msgstr "tymczasowo offline" + +#: pyload/FileManager.py:55 +msgid "aborted" +msgstr "anulowno" + +#: pyload/FileManager.py:56 +msgid "decrypting" +msgstr "rozkodowujÄ" + +#: pyload/FileManager.py:56 +msgid "processing" +msgstr "przetwarzanie" + +#: pyload/FileManager.py:56 +msgid "custom" +msgstr "wÅasny" + +#: pyload/FileManager.py:56 +msgid "unknown" +msgstr "nieznany" + +#: pyload/FileManager.py:426 +#, python-format +msgid "Package finished: %s" +msgstr "Paczka ukoÅczona: %s" + +#: pyload/Api.py:152 +#, python-format +msgid "User '%s' tries to log in" +msgstr "UÅŒytkownik '%s' próbuje siÄ zalogowaÄ" + +#: pyload/Core.py:195 +msgid "Received Quit signal" +msgstr "Otrzymano sygnaÅ zakoÅczenia" + +#: pyload/Core.py:323 +#, python-format +msgid "pyLoad already running with pid %s" +msgstr "pyLoad jest juÅŒ uruchomiony - proces %s" + +#: pyload/Core.py:337 +#, python-format +msgid "Failed changing group: %s" +msgstr "Niepowodzenie przy zmianie grupy: %s" + +#: pyload/Core.py:347 +#, python-format +msgid "Failed changing user: %s" +msgstr "Niepowodzenie przy zmianie uÅŒytkownika: %s" + +#: pyload/Core.py:358 +msgid "Starting" +msgstr "Rozpoczynam" + +#: pyload/Core.py:359 +#, python-format +msgid "Using home directory: %s" +msgstr "UÅŒywam katalogu domowego: %s" + +#: pyload/Core.py:373 +msgid "All links removed" +msgstr "Wszystkie linki zostaÅy usuniÄte" + +#: pyload/Core.py:403 +#, python-format +msgid "Download time: %s" +msgstr "Czas pobierania: %s" + +#: pyload/Core.py:418 +#, python-format +msgid "Free space: %s" +msgstr "Wolne miejsce: %s" + +#: pyload/Core.py:438 +msgid "Activating Accounts..." +msgstr "Aktywacja kont ..." + +#: pyload/Core.py:443 +msgid "Restarting failed downloads..." +msgstr "Ponowne uruchamianie bÅÄdnych pobraÅ..." + +#: pyload/Core.py:451 +msgid "pyLoad is up and running" +msgstr "pyLoad jest uruchomiony i dziaÅa" + +#: pyload/Core.py:474 +msgid "restarting pyLoad" +msgstr "restartujÄ pyLoad" + +#: pyload/Core.py:478 +msgid "pyLoad quits" +msgstr "pyLoad koÅczy dziaÅanie" + +#: pyload/Core.py:564 +msgid "shutting down..." +msgstr "wyÅÄ
czanie..." + +#: pyload/Core.py:579 +msgid "error while shutting down" +msgstr "bÅÄ
d przy wyÅÄ
czaniu" + +#: pyload/Core.py:661 +msgid "killed pyLoad from terminal" +msgstr "zamkniÄcie pyLoad z terminala" + +#: pyload/database/DatabaseBackend.py:167 +msgid "Database was deleted due to incompatible version." +msgstr "Baza danych zostaÅa skasowana z powodu niekompatybilnej wersji." + +#: pyload/threads/DecrypterThread.py:50 +msgid "Decrypting failed" +msgstr "BÅÄ
d odszyfrowania linków" + +#: pyload/threads/DecrypterThread.py:73 +#, python-format +msgid "Decrypted %(count)d links into package %(name)s" +msgstr "Rozszyfrowanie linków %(count)d do pakietu %(name)s" + +#: pyload/threads/DecrypterThread.py:80 +msgid "No links decrypted" +msgstr "Nie odszyfrowano linków" + +#: pyload/threads/InfoThread.py:147 +#, python-format +msgid "Info Fetching for %(name)s failed | %(err)s" +msgstr "Pobieranie informacji o %(name)s nie powiodÅo siÄ | %(err)s" + +#: pyload/threads/ThreadManager.py:155 +#, python-format +msgid "Reconnect Failed: %s" +msgstr "Nieudane ponowne ÅÄ
czenie: %s" + +#: pyload/threads/ThreadManager.py:192 +msgid "Reconnect script not found!" +msgstr "Nie znaleziono skryptu ponownego ÅÄ
czenia!" + +#: pyload/threads/ThreadManager.py:198 +msgid "Starting reconnect" +msgstr "Uruchamiam ponowne ÅÄ
czenie" + +#: pyload/threads/ThreadManager.py:212 +msgid "Failed executing reconnect script!" +msgstr "Niepowodzenie przy uruchamianiu skryptu ponownego ÅÄ
czenia!" + +#: pyload/threads/ThreadManager.py:224 +#, python-format +msgid "Reconnected, new IP: %s" +msgstr "Ponownie poÅÄ
czony, nowe IP: %s" + +#: pyload/threads/ThreadManager.py:298 +msgid "Not enough space left on device" +msgstr "Zbyt maÅo miejsca na dysku" + +#: pyload/threads/DownloadThread.py:64 +#, python-format +msgid "Download starts: %s" +msgstr "Pobieranie rozpocznie siÄ: %s" + +#: pyload/threads/DownloadThread.py:70 +#, python-format +msgid "Download finished: %s" +msgstr "Pobieranie zakoÅczono: %s" + +#: pyload/threads/DownloadThread.py:75 +#, python-format +msgid "Plugin %s is missing a function." +msgstr "Wtyczka %s nie zawiera funkcji." + +#: pyload/threads/DownloadThread.py:83 pyload/threads/DownloadThread.py:147 +#, python-format +msgid "Download aborted: %s" +msgstr "Pobieranie przerwane: %s" + +#: pyload/threads/DownloadThread.py:103 +#, python-format +msgid "Download restarted: %(name)s | %(msg)s" +msgstr "Pobieram ponownie: %(name)s | %(msg)s" + +#: pyload/threads/DownloadThread.py:113 +#, python-format +msgid "Download is offline: %s" +msgstr "Pobieranie jest wyÅÄ
czone: %s" + +#: pyload/threads/DownloadThread.py:116 pyload/threads/DownloadThread.py:187 +#, python-format +msgid "Download is temporary offline: %s" +msgstr "Pobieranie jest tymczasowo niedostÄpne:% s" + +#: pyload/threads/DownloadThread.py:119 pyload/threads/DownloadThread.py:192 +#, python-format +msgid "Download failed: %(name)s | %(msg)s" +msgstr "Pobieranie nie powiodÅo siÄ: %(name)s | %(msg)s" + +#: pyload/threads/DownloadThread.py:136 +msgid "Couldn't connect to host or connection reset, waiting 1 minute and retry." +msgstr "Brak poÅÄ
czenia z hostem lub poÅÄ
czenie zostaÅo zresetowane, zaczekaj 1 minutÄ i spróbuj ponownie." + +#: pyload/threads/DownloadThread.py:171 +#, python-format +msgid "Download skipped: %(name)s due to %(plugin)s" +msgstr "PominiÄto pobieranie: %(name)s z powodu %(plugin)s" + +#: pyload/threads/DownloadThread.py:188 +msgid "Internal Server Error" +msgstr "WewnÄtrzny bÅÄ
d serwera" + +#: pyload/threads/AddonThread.py:55 +msgid "An Error occurred" +msgstr "WystÄ
piÅ bÅÄ
d" + +#: pyload/PluginManager.py:316 +#, python-format +msgid "Error importing %(name)s: %(msg)s" +msgstr "BÅÄ
d przy imporcie %(name)s: %(msg)s" + +#: pyload/utils/JsEngine.py:188 +msgid "No js engine detected, please install either Spidermonkey, ossp-js, pyv8, nodejs or rhino" +msgstr "Brak silnika js, naleÅŒy zainstlowaÄ Spidermonkey, ossp-js, pyv8, nodejs lub lrhino" + diff --git a/locale/pl/LC_MESSAGES/django.mo b/locale/pl/LC_MESSAGES/django.mo Binary files differdeleted file mode 100644 index fae662552..000000000 --- a/locale/pl/LC_MESSAGES/django.mo +++ /dev/null diff --git a/locale/pl/LC_MESSAGES/plugins.po b/locale/pl/LC_MESSAGES/plugins.po new file mode 100644 index 000000000..9d9268fd8 --- /dev/null +++ b/locale/pl/LC_MESSAGES/plugins.po @@ -0,0 +1,424 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-20 22:13+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Polish\n" +"Language: pl_PL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10< =4 && (n%100<10 or n%100>=20) ? 1 : 2);\n" +"X-Generator: crowdin.net\n" + +#: pyload/plugins/network/CurlDownload.py:241 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "Pobranie fragmentów nie powiodÅo siÄ, powrót do pojedynczego poÅÄ
czenia | %s" + +#: pyload/plugins/Base.py:329 +msgid "Pil and tesseract not installed and no Client connected for captcha decrypting" +msgstr "Nie zainstalowano moduÅów pil i tesseract oraz brak poÅÄ
czenia z serwisem dekodujÄ
cym captcha" + +#: pyload/plugins/Base.py:333 +msgid "No captcha result obtained in appropriate time." +msgstr "Nie podano kodu captcha w odpowiednim czasie." + +#: pyload/plugins/Hoster.py:282 pyload/plugins/Hoster.py:319 +#: pyload/plugins/hoster/ARD.py:76 +#, python-format +msgid "Setting User and Group failed: %s" +msgstr "Ustawienia uÅŒytkowników i grup nie powiodÅo siÄ: %s" + +#: pyload/plugins/Crypter.py:136 +msgid "Not existing file or unsupported protocol" +msgstr "Nie istniejÄ
cy plik lub nieobsÅugiwany protokóÅ" + +#: pyload/plugins/hoster/RapidshareCom.py:96 +msgid "Rapidshare: Traffic Share (direct download)" +msgstr "Rapidshare: WspóÅdzielenie ruchu (bezpoÅrednie pobieranie)" + +#: pyload/plugins/hoster/RapidshareCom.py:123 +#: pyload/plugins/hoster/RapidshareCom.py:189 +msgid "Already downloading from this ip address, waiting 60 seconds" +msgstr "Trwa pobieranie spod tego adresu IP. Odczekaj 60 sekund" + +#: pyload/plugins/hoster/RapidshareCom.py:127 +msgid "Invalid Auth Code, download will be restarted" +msgstr "BÅÄdny kod autoryzacji. Pobieranie zostanie wznowione" + +#: pyload/plugins/hoster/RapidshareCom.py:193 +msgid "RapidShareCom: No free slots" +msgstr "RapidshareCom: Brak wolnych slotów" + +#: pyload/plugins/hoster/RapidshareCom.py:196 +msgid "You need a premium account for this file" +msgstr "Ten plik wymaga konta premium" + +#: pyload/plugins/hoster/RapidshareCom.py:198 +msgid "Filename reported invalid" +msgstr "ZgÅoszono nieprawidÅowÄ
nazwÄ pliku" + +#: pyload/plugins/hoster/RealdebridCom.py:40 +#: pyload/plugins/hoster/Premium4Me.py:27 +#: pyload/plugins/hoster/MultiDebridCom.py:39 +#: pyload/plugins/hoster/ZeveraCom.py:24 +#: pyload/plugins/hoster/AlldebridCom.py:37 +#: pyload/plugins/hoster/RehostTo.py:25 pyload/plugins/hoster/ReloadCc.py:22 +#: pyload/plugins/hoster/DebridItaliaCom.py:38 +#: pyload/plugins/hoster/PremiumizeMe.py:19 +#, python-format +msgid "Please enter your %s account or deactivate this plugin" +msgstr "ProszÄ wejÅÄ na konto %s lub wyÅÄ
czyÄ wtyczkÄ" + +#: pyload/plugins/hoster/MegaNz.py:55 +msgid "Decryption failed" +msgstr "Odszyfrowywanie nie powiodÅo siÄ" + +#: pyload/plugins/hoster/MegaNz.py:99 +msgid "No file key provided in the URL" +msgstr "Nie umieszczono plik klucza w adresie URL" + +#: pyload/plugins/hoster/MegaNz.py:111 +msgid "Error code:" +msgstr "Kod bÅÄdu:" + +#: pyload/plugins/hoster/FileserveCom.py:97 +msgid "Parallel download error, now waiting 60s." +msgstr "BÅÄ
d równolegÅego pobierania, odczekaj 60s." + +#: pyload/plugins/hoster/FileserveCom.py:208 +msgid "Not logged in." +msgstr "Nie zalogowany." + +#: pyload/plugins/hoster/UploadedTo.py:135 +msgid "API key invalid" +msgstr "niepoprawny klucz API" + +#: pyload/plugins/hoster/UploadedTo.py:160 +#, python-format +msgid "%s: Not enough traffic left" +msgstr "%s: PozostaÅo zbyt maÅo transferu" + +#: pyload/plugins/hoster/UploadedTo.py:163 +msgid "Traffic exceeded" +msgstr "Przekroczono transfer" + +#: pyload/plugins/hoster/BasePlugin.py:63 +msgid "Authorization required (username:password)" +msgstr "Wymagana autoryzacja (uÅŒytkownik:hasÅo)" + +#: pyload/plugins/hoster/NetloadIn.py:143 +#: pyload/plugins/hoster/NetloadIn.py:167 +msgid "File temporarily not available" +msgstr "Plik czasowo niedostÄpny" + +#: pyload/plugins/hoster/NetloadIn.py:180 +#, python-format +msgid "Netload: waiting between downloads %d s." +msgstr "Netload: Oczekiwanie pomiÄdzy pobraniami %d s." + +#: pyload/plugins/hoster/NetloadIn.py:209 +#, python-format +msgid "Netload: waiting for captcha %d s." +msgstr "Netload: czekam na captcha %d s." + +#: pyload/plugins/hoster/NetloadIn.py:248 +msgid "Downloaded File was empty" +msgstr "Pobrany plik byÅ pusty" + +#: pyload/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 "W pobranym pliku (%s) byÅ kod HTML... przekierowanie bÅÄdu? Pobieranie zostanie uruchomione ponownie." + +#: pyload/plugins/hoster/XHamsterCom.py:75 +#: pyload/plugins/hoster/XHamsterCom.py:84 +#: pyload/plugins/hoster/XHamsterCom.py:87 +#, python-format +msgid "long_url: %s" +msgstr "long_url: %s" + +#: pyload/plugins/Account.py:117 pyload/plugins/Account.py:123 +#, python-format +msgid "Could not login with account %(user)s | %(msg)s" +msgstr "Nie moÅŒna zalogowaÄ siÄ na koncie %(user)s | %(msg)s" + +#: pyload/plugins/Account.py:118 +msgid "Wrong Password" +msgstr "HasÅo nieprawidÅowe" + +#: pyload/plugins/Account.py:184 +#, python-format +msgid "Get Account Info for %s" +msgstr "Pobir=erz informacje o koncie dla %s" + +#: pyload/plugins/Account.py:193 +#, python-format +msgid "Error: %s" +msgstr "BÅÄ
d: %s" + +#: pyload/plugins/Account.py:242 +#, python-format +msgid "Your Time %s has a wrong format, use: 1:22-3:44" +msgstr "Format czasu %s jest nieprawidÅowy, uÅŒyj: 1:22-3:44" + +#: pyload/plugins/Account.py:265 +#, python-format +msgid "Account %s has not enough traffic, checking again in 30min" +msgstr "Konto % s generuje zbyt maÅy ruch, sprawdź ponownie za 30min" + +#: pyload/plugins/Account.py:273 +#, python-format +msgid "Account %s is expired, checking again in 1h" +msgstr "Konto %s wygasÅo, sprawdź ponownie za 1godz" + +#: pyload/plugins/Account.py:290 +#, python-format +msgid "Login with %s" +msgstr "Zaloguj siÄ z %s" + +#: pyload/plugins/Addon.py:118 +#, python-format +msgid "Error executing addons: %s" +msgstr "BÅÄ
d podczas pracy dodatków: %s" + +#: pyload/plugins/accounts/BitshareCom.py:36 +msgid "Activate direct Download in your Bitshare Account" +msgstr "Uaktywnij pobieranie bezpoÅrednie w ustawieniach swojego konta Bitshare" + +#: pyload/plugins/crypter/SerienjunkiesOrg.py:128 +msgid "Downloadlimit reached" +msgstr "OsiÄ
gniÄto limit transferu" + +#: pyload/plugins/addons/Premium4Me.py:30 +msgid "Please add your premium.to account first and restart pyLoad" +msgstr "Najpierw dodaj swoje konto rehost.to i zrestartuj pyLoad" + +#: pyload/plugins/addons/ExternalScripts.py:53 +#, python-format +msgid "Installed scripts for %s: " +msgstr "Zainstalowane skrypty dla %s: " + +#: pyload/plugins/addons/ExternalScripts.py:69 +msgid "Script not executable:" +msgstr "Niewykonywalny skrypt:" + +#: pyload/plugins/addons/ExternalScripts.py:79 +#, python-format +msgid "Error in %(script)s: %(error)s" +msgstr "BÅÄ
d w %(script)s: %(error)s" + +#: pyload/plugins/addons/CaptchaTrader.py:72 +#: pyload/plugins/addons/Captcha9kw.py:56 +#: pyload/plugins/addons/ExpertDecoders.py:49 +#, python-format +msgid "%s credits left" +msgstr "PozostaÅo %s punktów" + +#: pyload/plugins/addons/CaptchaTrader.py:120 +msgid "Could not send response." +msgstr "Nie moÅŒe wysÅaÄ odpowiedzi." + +#: pyload/plugins/addons/CaptchaTrader.py:138 +msgid "Your CaptchaTrader Account has not enough credits" +msgstr "Posiadasz zbyt maÅÄ
iloÅÄ punktów na koncie CaptchaTrader" + +#: pyload/plugins/addons/Captcha9kw.py:89 +#, python-format +msgid "New CaptchaID from upload: %s : %s" +msgstr "Nowe CaptchaID z uploadu: %s: %s" + +#: pyload/plugins/addons/Captcha9kw.py:123 +msgid "Your Captcha 9kw.eu Account has not enough credits" +msgstr "Twoje konto captcha 9kw.eu nie ma wystarczajÄ
co kredytów" + +#: pyload/plugins/addons/RehostTo.py:34 +msgid "Please add your rehost.to account first and restart pyLoad" +msgstr "Najpierw dodaj swoje konto rehost.to i zrestartuj pyLoad" + +#: pyload/plugins/addons/HotFolder.py:82 +#, python-format +msgid "Added %s from HotFolder" +msgstr "Dodano %s z HotFolder" + +#: pyload/plugins/addons/ClickAndLoad.py:74 +msgid "Click'N'Load: Port 9666 already in use" +msgstr "Wtyczka Click'N'Load: Port 9666 jest zajÄty" + +#: pyload/plugins/addons/XMPPInterface.py:82 +#: pyload/plugins/addons/IRCInterface.py:75 +#, python-format +msgid "Package finished: %s" +msgstr "Paczka ukoÅczona: %s" + +#: pyload/plugins/addons/XMPPInterface.py:90 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" +msgstr "Pobieranie zakoÅczono: %(name)s @ %(plugin)s" + +#: pyload/plugins/addons/ExpertDecoders.py:98 +msgid "Your ExpertDecoders Account has not enough credits" +msgstr "Twoje konto ExpertDecoders nie ma wystarczajÄ
co kredytów" + +#: pyload/plugins/addons/UpdateManager.py:73 +msgid "*** Plugins have been updated, please restart pyLoad ***" +msgstr "*** Wtyczki zostaÅy zaktualizowane, proszÄ zrestartowaÄ pyLoad ***" + +#: pyload/plugins/addons/UpdateManager.py:75 +msgid "Plugins updated and reloaded" +msgstr "Wtyczki zaktualizowane i przeÅadowane" + +#: pyload/plugins/addons/UpdateManager.py:78 +msgid "No plugin updates available" +msgstr "Brak dostÄpnych aktualizacji wtyczek" + +#: pyload/plugins/addons/UpdateManager.py:95 +msgid "No Updates for pyLoad" +msgstr "Brak aktualizacji dla pyLoad" + +#: pyload/plugins/addons/UpdateManager.py:100 +#, python-format +msgid "*** New pyLoad Version %s available ***" +msgstr "*** DostÄpna nowa wersja %s ***" + +#: pyload/plugins/addons/UpdateManager.py:101 +msgid "*** Get it here: http://pyload.org/download ***" +msgstr "*** Pobierz stÄ
d: http://pyload.org/download ***" + +#: pyload/plugins/addons/UpdateManager.py:104 +msgid "Not able to connect server for updates" +msgstr "Brak poÅÄ
czenia z serwerem aktualizacji" + +#: pyload/plugins/addons/UpdateManager.py:148 +#, python-format +msgid "New version of %(type)s|%(name)s : %(version).2f" +msgstr "Nowa wersja %(type)s|%(name)s : %(version).2f" + +#: pyload/plugins/addons/UpdateManager.py:157 +#: pyload/plugins/addons/UpdateManager.py:162 +#, python-format +msgid "Error when updating %s" +msgstr "Podczas aktualizacji wystÄ
piÅ blÄ
d %s" + +#: pyload/plugins/addons/UpdateManager.py:162 +msgid "Version mismatch" +msgstr "NiezgodnoÅÄ wersji" + +#: pyload/plugins/addons/ExtractArchive.py:92 +#, python-format +msgid "No %s installed" +msgstr "Nie zainstalowano %s" + +#: pyload/plugins/addons/ExtractArchive.py:94 +#: pyload/plugins/addons/ExtractArchive.py:99 +#, python-format +msgid "Could not activate %s" +msgstr "Nie moÅŒna aktywowaÄ %s" + +#: pyload/plugins/addons/ExtractArchive.py:104 +msgid "Activated" +msgstr "Aktywowany" + +#: pyload/plugins/addons/ExtractArchive.py:106 +msgid "No Extract plugins activated" +msgstr "Brak aktywnych wtyczek do rozpakowywania plików" + +#: pyload/plugins/addons/ExtractArchive.py:118 +#, python-format +msgid "Package %s queued for later extracting" +msgstr "Pakiet %s zakolejkowany do rozpakowania" + +#: pyload/plugins/addons/ExtractArchive.py:143 +#, python-format +msgid "Check package %s" +msgstr "Sprawdzanie paczki %s" + +#: pyload/plugins/addons/ExtractArchive.py:183 +#, python-format +msgid "Extract to %s" +msgstr "Wypakowano %s" + +#: pyload/plugins/addons/ExtractArchive.py:197 +msgid "No files found to extract" +msgstr "Nie znaleziono plików do rozpakowania" + +#: pyload/plugins/addons/ExtractArchive.py:203 +msgid "extracting" +msgstr "wypakowujÄ" + +#: pyload/plugins/addons/ExtractArchive.py:214 +msgid "Password protected" +msgstr "Zabezpieczone haÅsem" + +#: pyload/plugins/addons/ExtractArchive.py:234 +msgid "Wrong password" +msgstr "NieprawidÅowe hasÅo" + +#: pyload/plugins/addons/ExtractArchive.py:242 +#, python-format +msgid "Deleting %s files" +msgstr "Usuwanie %s plików" + +#: pyload/plugins/addons/ExtractArchive.py:247 +msgid "Extracting finished" +msgstr "Wypakowanie zakoÅczone" + +#: pyload/plugins/addons/ExtractArchive.py:254 +msgid "Archive Error" +msgstr "BÅÄ
d archiwum" + +#: pyload/plugins/addons/ExtractArchive.py:256 +msgid "CRC Mismatch" +msgstr "NieprawidÅowa suma kontrolna CRC" + +#: pyload/plugins/addons/ExtractArchive.py:260 +msgid "Unknown Error" +msgstr "WystÄ
piÅ nieznany bÅÄ
d" + +#: pyload/plugins/addons/ExtractArchive.py:312 +msgid "Setting User and Group failed" +msgstr "Ustawienie uÅŒytkowników i grup nie powiodÅo siÄ: %s" + +#: pyload/plugins/addons/LinkdecrypterCom.py:36 +msgid "Crypter list not found" +msgstr "Nie odnaleziono listy Crypter" + +#: pyload/plugins/addons/LinkdecrypterCom.py:50 +msgid "Crypter list is empty" +msgstr "Lista Crypter jest pusta" + +#: pyload/plugins/addons/IRCInterface.py:82 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " +msgstr "Pobieranie zakoÅczono: %(name)s @ %(plugin)s " + +#: pyload/plugins/addons/IRCInterface.py:94 +#, python-format +msgid "New Captcha Request: %s" +msgstr "Nowe ÅŒÄ
danie captcha: %s" + +#: pyload/plugins/addons/IRCInterface.py:95 +#, python-format +msgid "Answer with 'c %s text on the captcha'" +msgstr "W odpowiedzi uÅŒyj 'c %s tekst z captcha'" + +#: pyload/plugins/addons/PremiumizeMe.py:46 +msgid "Please add a valid premiumize.me account first and restart pyLoad." +msgstr "Dodaj najpierw waÅŒne konto premiumize.me i zrestartuj pyLoad." + +#: pyload/plugins/addons/CaptchaBrotherhood.py:69 +#, python-format +msgid "%d credits left" +msgstr "PozostaÅo %s punktów" + +#: pyload/plugins/addons/MultiHoster.py:29 +#, python-format +msgid "Activated %s" +msgstr "Aktywowano %s" + +#: pyload/plugins/addons/MultiHoster.py:47 +msgid "No Hoster loaded" +msgstr "Nie zaÅadowano Hostera" + diff --git a/locale/pl/LC_MESSAGES/pyLoad.mo b/locale/pl/LC_MESSAGES/pyLoad.mo Binary files differdeleted file mode 100644 index 31ea1e162..000000000 --- a/locale/pl/LC_MESSAGES/pyLoad.mo +++ /dev/null diff --git a/locale/pl/LC_MESSAGES/pyLoadCli.mo b/locale/pl/LC_MESSAGES/pyLoadCli.mo Binary files differdeleted file mode 100644 index 565f26e3a..000000000 --- a/locale/pl/LC_MESSAGES/pyLoadCli.mo +++ /dev/null diff --git a/locale/pl/LC_MESSAGES/pyLoadGui.mo b/locale/pl/LC_MESSAGES/pyLoadGui.mo Binary files differdeleted file mode 100644 index bbfcb176e..000000000 --- a/locale/pl/LC_MESSAGES/pyLoadGui.mo +++ /dev/null diff --git a/locale/pl/LC_MESSAGES/setup.mo b/locale/pl/LC_MESSAGES/setup.mo Binary files differdeleted file mode 100644 index c8303602c..000000000 --- a/locale/pl/LC_MESSAGES/setup.mo +++ /dev/null diff --git a/locale/pl/LC_MESSAGES/setup.po b/locale/pl/LC_MESSAGES/setup.po new file mode 100644 index 000000000..0cd5fd848 --- /dev/null +++ b/locale/pl/LC_MESSAGES/setup.po @@ -0,0 +1,376 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Polish\n" +"Language: pl_PL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10< =4 && (n%100<10 or n%100>=20) ? 1 : 2);\n" +"X-Generator: crowdin.net\n" + +#: pyload/Setup.py:72 +msgid "Would you like to configure pyLoad via Webinterface?" +msgstr "Czy chcesz skonfigurowaÄ pyLoad do wspóÅpracy z interfejsem WWW?" + +#: pyload/Setup.py:73 +msgid "You need a Browser and a connection to this PC for it." +msgstr "Potrzebujesz do tego przeglÄ
darki i poÅÄ
czenia z komputerem." + +#: pyload/Setup.py:74 +msgid "Url would be: http://hostname:8000/" +msgstr "Adres URL musi byÄ w postaci: http://hostname:8000 /" + +#: pyload/Setup.py:75 +msgid "Start initial webinterface for configuration?" +msgstr "RozpoczÄ
Ä konfiguracjÄ?" + +#: pyload/Setup.py:86 +msgid "Welcome to the pyLoad Configuration Assistent." +msgstr "Witamy w asystencie konfiguracji pyLoad." + +#: pyload/Setup.py:87 +msgid "It will check your system and make a basic setup in order to run pyLoad." +msgstr "Dokona sprawdzenia systemu i ustawi podstawowe parametry potrzebne do uruchomienia pyLoad." + +#: pyload/Setup.py:89 +msgid "The value in brackets [] always is the default value," +msgstr "WartoÅÄ w nawiasach kwadratowych [] jest zawsze domyÅlnÄ
," + +#: pyload/Setup.py:90 +msgid "in case you don't want to change it or you are unsure what to choose, just hit enter." +msgstr "jeÅli nie chcesz zmieniaÄ wartoÅci lub nie masz pewnoÅci co wybraÄ, naciÅnij enter." + +#: pyload/Setup.py:92 +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." + +#: pyload/Setup.py:93 +msgid "If you have any problems with this assistent hit CTRL+C," +msgstr "JeÅli masz jakiekolwiek problemy z asystentem wciÅnij Ctlr-C," + +#: pyload/Setup.py:94 +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. " + +#: pyload/Setup.py:96 +msgid "When you are ready for system check, hit enter." +msgstr "NaciÅnij enter jak bÄdziesz gotowy na sprawdzenie systemu." + +#: pyload/Setup.py:103 +msgid "Features missing: " +msgstr "NiedostÄpne funkcje: " + +#: pyload/Setup.py:107 +msgid "no py-crypto available" +msgstr "py-crypto jest niedostÄpny" + +#: pyload/Setup.py:108 +msgid "You need this if you want to decrypt container files." +msgstr "Potrzebujesz go jeÅli chcesz rozszyfrowywaÄ pliki kontenerowe." + +#: pyload/Setup.py:112 +msgid "no SSL available" +msgstr "SSL niedostÄpny" + +#: pyload/Setup.py:113 +msgid "This is needed if you want to establish a secure connection to core or webinterface." +msgstr "Jest to potrzebne jeÅli chcesz nawiÄ
zywaÄ szyfrowane poÅÄ
czenia z Core lub interfejsem Web." + +#: pyload/Setup.py:114 +msgid "If you only want to access locally to pyLoad ssl is not useful." +msgstr "JeÅli chcesz mieÄ dostÄp tylko lokalny - SSL nie jest uÅŒyteczne." + +#: pyload/Setup.py:118 +msgid "no Captcha Recognition available" +msgstr "brak rozpoznawania captcha" + +#: pyload/Setup.py:119 +msgid "Only needed for some hosters and as freeuser." +msgstr "Potrzebne tylko do niektórych serwisów dla kont darmowych." + +#: pyload/Setup.py:123 +msgid "no JavaScript engine found" +msgstr "nie znaleziono silnika JavaScript" + +#: pyload/Setup.py:124 +msgid "You will need this for some Click'N'Load links. Install Spidermonkey, ossp-js, pyv8 or rhino" +msgstr "Do dodania kilku linków jednoczeÅnie bÄdziesz potrzebowaÅ Click'N'Load. Zainstaluj SpiderMonkey, ossp-js, pyv8 lub rhino" + +#: pyload/Setup.py:126 +msgid "You can abort the setup now and fix some dependencies if you want." +msgstr "MoÅŒesz przerwaÄ instalacjÄ i naprawiÄ niektóre zaleÅŒnoÅci." + +#: pyload/Setup.py:128 +msgid "Continue with setup?" +msgstr "KontynuowaÄ instalacjÄ?" + +#: pyload/Setup.py:134 +#, python-format +msgid "Do you want to change the config path? Current is %s" +msgstr "Czy chcesz zmieniÄ ÅcieÅŒkÄ do plików konfiguracji? Obecnie to %s" + +#: pyload/Setup.py:136 +msgid "If you use pyLoad on a server or the home partition lives on an internal flash it may be a good idea to change it." +msgstr "JeÅli uÅŒywasz pyLoad'a na serwerze lub partycji home która znajduje siÄ na pamiÄci flash - dobrym pomysÅem moÅŒe byÄ zmiana tego parametru." + +#: pyload/Setup.py:137 +msgid "Change config path?" +msgstr "ZmieniÄ ÅcieÅŒkÄ dla plików konfiguracji?" + +#: pyload/Setup.py:143 +msgid "Do you want to configure login data and basic settings?" +msgstr "Czy chcesz dokonaÄ konfiguracji logowania i ustawieÅ podstawowych?" + +#: pyload/Setup.py:144 +msgid "This is recommend for first run." +msgstr "Jest to wymagane przy pierwszym uruchomieniu." + +#: pyload/Setup.py:145 +msgid "Make basic setup?" +msgstr "StworzyÄ podstawowe ustawienia?" + +#: pyload/Setup.py:152 +msgid "Do you want to configure ssl?" +msgstr "Czy chcesz ustawiÄ SSL?" + +#: pyload/Setup.py:153 +msgid "Configure ssl?" +msgstr "UstawiÄ SSL?" + +#: pyload/Setup.py:159 +msgid "Do you want to configure webinterface?" +msgstr "Czy chcesz ustawiÄ interfejs Web?" + +#: pyload/Setup.py:160 +msgid "Configure webinterface?" +msgstr "UstawiÄ interfejs Web?" + +#: pyload/Setup.py:165 +msgid "Setup finished successfully." +msgstr "Instalacja zakoÅczona pomyÅlnie." + +#: pyload/Setup.py:166 +msgid "Hit enter to exit and restart pyLoad" +msgstr "NaciÅnij enter aby wyjÅÄ i ponownie uruchom pyLoad" + +#: pyload/Setup.py:173 +msgid "Webinterface running for setup." +msgstr "ZostaÅa uruchomiona instalacja." + +#: pyload/Setup.py:190 +msgid "## Basic Setup ##" +msgstr "## Podstawowe Ustawienia ##" + +#: pyload/Setup.py:193 +msgid "The following logindata is valid for CLI, GUI and webinterface." +msgstr "NastÄpujÄ
ce parametry logowania sÄ
odpowiednie dla CLI, GUI i interfejsu Web." + +#: pyload/Setup.py:199 pyload/Setup.py:288 pyload/Setup.py:304 +msgid "Username" +msgstr "Nazwa uÅŒytkownika" + +#: pyload/Setup.py:205 +msgid "External clients (GUI, CLI or other) need remote access to work over the network." +msgstr "Klienty zewnÄtrzne (GUI, CLI lub inne) potrzebujÄ
zdalnego poÅÄ
czenia do dziaÅania przez sieÄ." + +#: pyload/Setup.py:206 +msgid "However, if you only want to use the webinterface you may disable it to save ram." +msgstr "JeÅŒeli chcesz uÅŒywaÄ tylko interfejsu web moÅŒesz dezaktywowaÄ to aby zaoszczÄdziÄ pamiÄÄ." + +#: pyload/Setup.py:207 +msgid "Enable remote access" +msgstr "WÅÄ
cz zdalny dostÄp" + +#: pyload/Setup.py:211 +msgid "Language" +msgstr "JÄzyk" + +#: pyload/Setup.py:213 +msgid "Download folder" +msgstr "Folder na pobierane pliki" + +#: pyload/Setup.py:214 +msgid "Max parallel downloads" +msgstr "Maksymalna liczba jednoczesnych pobraÅ" + +#: pyload/Setup.py:218 +msgid "Use Reconnect?" +msgstr "UÅŒywaÄ ponownego ÅÄ
czenia?" + +#: pyload/Setup.py:221 +msgid "Reconnect script location" +msgstr "Lokalizacja skryptu do ponownego ÅÄ
czenia" + +#: pyload/Setup.py:226 +msgid "## Webinterface Setup ##" +msgstr "## Ustawienia interfejsu Web ##" + +#: pyload/Setup.py:229 +msgid "Activate webinterface?" +msgstr "AktywowaÄ interfejs Web?" + +#: pyload/Setup.py:231 +msgid "Listen address, if you use 127.0.0.1 or localhost, the webinterface will only accessible locally." +msgstr "Adres do nasÅuchu, jeÅli uÅŒyjesz 127.0.0.1 lub localhost, interfejs Web bÄdzie dostÄpny jedynie lokalnie." + +#: pyload/Setup.py:232 +msgid "Address" +msgstr "Adres" + +#: pyload/Setup.py:233 +msgid "Port" +msgstr "Port" + +#: pyload/Setup.py:235 +msgid "pyLoad offers several server backends, now following a short explanation." +msgstr "pyLoad oferuje kilka typów serwerów backends, a teraz po krótce wyjaÅniam." + +#: pyload/Setup.py:236 +msgid "Default server, this server offers SSL and is a good alternative to builtin." +msgstr "DomyÅlny serwer, ten serwer oferuje SSL i jest dobrÄ
alternatywÄ
dla wbudowanego." + +#: pyload/Setup.py:238 +msgid "Can be used by apache, lighttpd, requires you to configure them, which is not too easy job." +msgstr "MoÅŒe byÄ uÅŒywany przez apache, lighttpd, wymaga od Ciebie ich konfiguracji, która nie jest zbyt Åatwym zadaniem." + +#: pyload/Setup.py:239 +msgid "Very fast alternative written in C, requires libev and linux knowledge." +msgstr "Bardzo szybka alternatywa, napisany w C, wymaga libev i znajomoÅci Linuxa." + +#: pyload/Setup.py:240 +msgid "Get it from here: https://github.com/jonashaag/bjoern, compile it" +msgstr "Pobierz go stÄ
d: https://github.com/jonashaag/bjoern, i skompiluj go" + +#: pyload/Setup.py:241 +msgid "and copy bjoern.so to pyload/lib" +msgstr "i skopiowaÄ bjoern.so do pyload/lib" + +#: pyload/Setup.py:245 +msgid "Attention: In some rare cases the builtin server is not working, if you notice problems with the webinterface" +msgstr "Uwaga: W pewnych, rzadkich przypadkach serwer builtin nie dziaÅa, jeÅli wystÄpujÄ
problemy z interfejsem WWW" + +#: pyload/Setup.py:246 +msgid "come back here and change the builtin server to the threaded one here." +msgstr "wrÃ³Ä tu i zmieÅ serwer builtin na threaded" + +#: pyload/Setup.py:248 +msgid "Server" +msgstr "Serwer" + +#: pyload/Setup.py:253 +msgid "## SSL Setup ##" +msgstr "## Ustawienia SSL ##" + +#: pyload/Setup.py:255 +msgid "Execute these commands from pyLoad config folder to make ssl certificates:" +msgstr "W celu wygenerowania certyfikatów ssl uruchom nastÄpujÄ
ce komendy z katalogu pyload:" + +#: pyload/Setup.py:261 +msgid "If you're done and everything went fine, you can activate ssl now." +msgstr "JeÅli wszystko pomyÅlnie siÄ zakoÅczyÅo, moÅŒesz aktywowaÄ SSL." + +#: pyload/Setup.py:262 +msgid "Activate SSL?" +msgstr "AktywowaÄ SSL?" + +#: pyload/Setup.py:278 +msgid "Select action" +msgstr "Wybierz dziaÅanie" + +#: pyload/Setup.py:279 +msgid "1 - Create/Edit user" +msgstr "1- Utwórz/Edutuj uÅŒytkownika" + +#: pyload/Setup.py:280 +msgid "2 - List users" +msgstr "2- PokaÅŒ uÅŒytkowników" + +#: pyload/Setup.py:281 +msgid "3 - Remove user" +msgstr "3 - UsuÅ uÅŒytkownika" + +#: pyload/Setup.py:282 +msgid "4 - Quit" +msgstr "4- WyjÅcie" + +#: pyload/Setup.py:294 +msgid "Users" +msgstr "UÅŒytkownicy" + +#: pyload/Setup.py:322 +msgid "Setting new configpath, current configuration will not be transferred!" +msgstr "Ustawiam nowÄ
ÅcieÅŒkÄ do plików konfiguracji, obecna konfiguracja nie zostanie tam przeniesiona!" + +#: pyload/Setup.py:323 +msgid "Config path" +msgstr "ÅcieÅŒka konfiguracji" + +#: pyload/Setup.py:331 +msgid "Config path changed, setup will now close, please restart to go on." +msgstr "ÅcieÅŒka do plików konfiguracji zostaÅa zmieniona, Instalator zostanie teraz zamkniÄty, uruchom go ponownie, aby przejÅÄ dalej." + +#: pyload/Setup.py:332 +msgid "Press Enter to exit." +msgstr "NaciÅnij Enter aby zakoÅczyÄ." + +#: pyload/Setup.py:336 +#, python-format +msgid "Setting config path failed: %s" +msgstr "Ustawienie ÅcieÅŒki do plików konfiguracji nie powiodÅo siÄ: %s" + +#: pyload/Setup.py:347 +msgid "y" +msgstr "t" + +#: pyload/Setup.py:349 +msgid "n" +msgstr "n" + +#: pyload/Setup.py:373 +msgid "Password: " +msgstr "HasÅo:" + +#: pyload/Setup.py:377 +msgid "Password too short. Use at least 4 symbols." +msgstr "HasÅo za krótkie. UÅŒyj przynajmniej 4 znaków." + +#: pyload/Setup.py:380 +msgid "Password (again): " +msgstr "HasÅo (ponownie):" + +#: pyload/Setup.py:386 +msgid "Passwords did not match." +msgstr "HasÅa do siebie nie pasujÄ
." + +#: pyload/Setup.py:397 +msgid "yes" +msgstr "tak" + +#: pyload/Setup.py:397 +msgid "true" +msgstr "prawda" + +#: pyload/Setup.py:397 +msgid "t" +msgstr "t" + +#: pyload/Setup.py:400 +msgid "no" +msgstr "nie" + +#: pyload/Setup.py:400 +msgid "false" +msgstr "faÅsz" + +#: pyload/Setup.py:400 +msgid "f" +msgstr "f" + +#: pyload/Setup.py:403 pyload/Setup.py:413 +msgid "Invalid Input" +msgstr "BÅÄdne dane" + diff --git a/locale/pl/LC_MESSAGES/webUI.po b/locale/pl/LC_MESSAGES/webUI.po new file mode 100644 index 000000000..e38891d40 --- /dev/null +++ b/locale/pl/LC_MESSAGES/webUI.po @@ -0,0 +1,133 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-08-10 11:58+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Polish\n" +"Language: pl_PL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10< =4 && (n%100<10 or n%100>=20) ? 1 : 2);\n" +"X-Generator: crowdin.net\n" + +#: pyload/web/app/scripts/helpers/formatSize.js:9 +msgid "not available" +msgstr "niedostÄpny" + +#: pyload/web/app/scripts/helpers/formatSize.js:11 +msgid "unlimited" +msgstr "Bez limitu" + +#: pyload/web/app/templates/default/admin.html:3 +#: pyload/web/app/templates/default/admin.html:4 +msgid "Admin" +msgstr "Administrator" + +#: pyload/web/app/templates/default/setup.html:3 +msgid "Setup" +msgstr "Ustawienia" + +#: pyload/web/app/templates/default/accounts/actionbar.html:2 +msgid "Add Account" +msgstr "Dodaj konto" + +#: pyload/web/app/templates/default/accounts/layout.html:2 +msgid "Accounts" +msgstr "Konta" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:9 +msgid "Local" +msgstr "Lokalny" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:18 +msgid "Search" +msgstr "Szukaj" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:26 +msgid "Type" +msgstr "Typ" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:44 +#: pyload/web/app/templates/default/dashboard/actionbar.html:49 +msgid "All" +msgstr "Wszystkie" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:50 +msgid "Finished" +msgstr "ZakoÅczono" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:51 +msgid "Unfinished" +msgstr "NiedokoÅczono" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:52 +msgid "Failed" +msgstr "Niepowodzenie" + +#: pyload/web/app/templates/default/dashboard/select.html:1 +msgid "1 package" +msgid_plural "%d packages" +msgstr[0] "1 pakiet" +msgstr[1] "%d pakiety(ów)" +msgstr[2] "pakiety: %d" + +#: pyload/web/app/templates/default/dashboard/select.html:4 +msgid "1 file" +msgid_plural "%d files" +msgstr[0] "1 plik" +msgstr[1] "plików: %d" +msgstr[2] "plików: %d" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:2 +msgid "Add an account" +msgstr "Dodaj konto" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:7 +msgid "Please enter your account data" +msgstr "Wprowadź dane swojego konta" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:3 +msgid "Choose a plugin" +msgstr "Wybierz wtyczkÄ" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:9 +msgid "Please choose a plugin, which you want to configure" +msgstr "Wybierz wtyczkÄ, którÄ
chcesz skonfigurowaÄ" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:23 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:46 +msgid "Add" +msgstr "Dodaj" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:24 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:47 +#: pyload/web/app/templates/default/dialogs/interactionTask.html:35 +msgid "Close" +msgstr "Zamknij" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:2 +msgid "Please confirm" +msgstr "ProszÄ potwierdziÄ" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:5 +msgid "Do you want to delete the selected items?" +msgstr "Czy chcesz usunÄ
Ä wybrane elementy?" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:8 +msgid "Delete" +msgstr "UsuÅ" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:9 +msgid "Cancel" +msgstr "Anuluj" + +#: pyload/web/app/templates/default/dialogs/interactionTask.html:34 +msgid "Submit" +msgstr "WyÅlij" + +#: pyload/web/app/templates/default/header/layout.html:12 +msgid "Running..." +msgstr "W trakcie dziaÅania..." + diff --git a/locale/plugins.pot b/locale/plugins.pot new file mode 100644 index 000000000..8ef8c07d9 --- /dev/null +++ b/locale/plugins.pot @@ -0,0 +1,431 @@ +# 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.9.9-dev\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-10-13 18:16+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/plugins/network/CurlDownload.py:245 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/plugins/Base.py:327 +msgid "" +"Pil and tesseract not installed and no Client connected for captcha " +"decrypting" +msgstr "" + +#: pyload/plugins/Base.py:331 +msgid "No captcha result obtained in appropriate time." +msgstr "" + +#: pyload/plugins/Hoster.py:260 pyload/plugins/Hoster.py:297 +#: pyload/plugins/hoster/ARD.py:79 +#, python-format +msgid "Setting User and Group failed: %s" +msgstr "" + +#: pyload/plugins/Crypter.py:170 +msgid "Not existing file or unsupported protocol" +msgstr "" + +#: pyload/plugins/Crypter.py:228 +#, python-format +msgid "Could not remove file '%s'" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:102 +msgid "Rapidshare: Traffic Share (direct download)" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:129 +#: pyload/plugins/hoster/RapidshareCom.py:197 +msgid "Already downloading from this ip address, waiting 60 seconds" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:133 +msgid "Invalid Auth Code, download will be restarted" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:202 +msgid "RapidShareCom: No free slots" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:205 +msgid "You need a premium account for this file" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:207 +msgid "Filename reported invalid" +msgstr "" + +#: pyload/plugins/hoster/RealdebridCom.py:45 +#: pyload/plugins/hoster/Premium4Me.py:29 +#: pyload/plugins/hoster/MultiDebridCom.py:44 +#: pyload/plugins/hoster/FastixRu.py:38 pyload/plugins/hoster/ZeveraCom.py:25 +#: pyload/plugins/hoster/UnrestrictLi.py:57 +#: pyload/plugins/hoster/SimplydebridCom.py:28 +#: pyload/plugins/hoster/AlldebridCom.py:41 +#: pyload/plugins/hoster/RehostTo.py:26 pyload/plugins/hoster/ReloadCc.py:24 +#: pyload/plugins/hoster/DebridItaliaCom.py:43 +#: pyload/plugins/hoster/PremiumizeMe.py:26 +#, python-format +msgid "Please enter your %s account or deactivate this plugin" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:56 +msgid "Decryption failed" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:106 +msgid "No file key provided in the URL" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:118 +msgid "Error code:" +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:99 +msgid "Parallel download error, now waiting 60s." +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:215 +msgid "Not logged in." +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:135 +msgid "API key invalid" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:159 +#, python-format +msgid "%s: Not enough traffic left" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:162 +msgid "Traffic exceeded" +msgstr "" + +#: pyload/plugins/hoster/BasePlugin.py:64 +msgid "Authorization required (username:password)" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:145 +#: pyload/plugins/hoster/NetloadIn.py:169 +msgid "File temporarily not available" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:182 +#, python-format +msgid "Netload: waiting between downloads %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:213 +#, python-format +msgid "Netload: waiting for captcha %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:251 +msgid "Downloaded File was empty" +msgstr "" + +#: pyload/plugins/hoster/FilesMailRu.py:99 +#, python-format +msgid "" +"There was HTML Code in the Downloaded File (%s)...redirect error? The " +"Download will be restarted." +msgstr "" + +#: pyload/plugins/hoster/XHamsterCom.py:77 +#: pyload/plugins/hoster/XHamsterCom.py:86 +#: pyload/plugins/hoster/XHamsterCom.py:89 +#, python-format +msgid "long_url: %s" +msgstr "" + +#: pyload/plugins/Account.py:140 pyload/plugins/Account.py:146 +#, python-format +msgid "Could not login with account %(user)s | %(msg)s" +msgstr "" + +#: pyload/plugins/Account.py:141 +msgid "Wrong Password" +msgstr "" + +#: pyload/plugins/Account.py:202 +#, python-format +msgid "Get Account Info for %s" +msgstr "" + +#: pyload/plugins/Account.py:211 +#, python-format +msgid "Error: %s" +msgstr "" + +#: pyload/plugins/Account.py:263 +#, python-format +msgid "Your Time %s has a wrong format, use: 1:22-3:44" +msgstr "" + +#: pyload/plugins/Account.py:286 +#, python-format +msgid "Account %s has not enough traffic, checking again in 30min" +msgstr "" + +#: pyload/plugins/Account.py:294 +#, python-format +msgid "Account %s is expired, checking again in 1h" +msgstr "" + +#: pyload/plugins/Account.py:311 +#, python-format +msgid "Login with %s" +msgstr "" + +#: pyload/plugins/Addon.py:118 +#, python-format +msgid "Error executing addons: %s" +msgstr "" + +#: pyload/plugins/accounts/BitshareCom.py:37 +msgid "Activate direct Download in your Bitshare Account" +msgstr "" + +#: pyload/plugins/crypter/SerienjunkiesOrg.py:130 +msgid "Downloadlimit reached" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:53 +#, python-format +msgid "Installed scripts for %s: " +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:68 +msgid "Script not executable:" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:78 +#, python-format +msgid "Error in %(script)s: %(error)s" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:69 +#: pyload/plugins/addons/Captcha9kw.py:58 +#: pyload/plugins/addons/ExpertDecoders.py:50 +#, python-format +msgid "%s credits left" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:117 +msgid "Could not send response." +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:135 +msgid "Your CaptchaTrader Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:92 +#, python-format +msgid "New CaptchaID from upload: %s : %s" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:128 +msgid "Your Captcha 9kw.eu Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/RehostTo.py:32 +msgid "Please add your rehost.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/HotFolder.py:82 +#, python-format +msgid "Added %s from HotFolder" +msgstr "" + +#: pyload/plugins/addons/ClickAndLoad.py:75 +msgid "Click'N'Load: Port 9666 already in use" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:83 +#: pyload/plugins/addons/IRCInterface.py:74 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:91 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" +msgstr "" + +#: pyload/plugins/addons/ExpertDecoders.py:95 +msgid "Your ExpertDecoders Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:74 +msgid "*** Plugins have been updated, please restart pyLoad ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:76 +msgid "Plugins updated and reloaded" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:79 +msgid "No plugin updates available" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:96 +msgid "No Updates for pyLoad" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:100 +#, python-format +msgid "*** New pyLoad Version %s available ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:101 +msgid "*** Get it here: http://pyload.org/download ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:104 +msgid "Not able to connect server for updates" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:148 +#, python-format +msgid "New version of %(type)s|%(name)s : %(version).2f" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:157 +#: pyload/plugins/addons/UpdateManager.py:162 +#, python-format +msgid "Error when updating %s" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:162 +msgid "Version mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:93 +#, python-format +msgid "No %s installed" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:95 +#: pyload/plugins/addons/ExtractArchive.py:100 +#, python-format +msgid "Could not activate %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:105 +msgid "Activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:107 +msgid "No Extract plugins activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:119 +#, python-format +msgid "Package %s queued for later extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:142 +#, python-format +msgid "Check package %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:183 +#, python-format +msgid "Extract to %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:198 +msgid "No files found to extract" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:205 +msgid "extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:216 +msgid "Password protected" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:237 +msgid "Wrong password" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:245 +#, python-format +msgid "Deleting %s files" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:252 +msgid "Extracting finished" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:258 +msgid "Archive Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:260 +msgid "CRC Mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:264 +msgid "Unknown Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:316 +msgid "Setting User and Group failed" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:37 +msgid "Crypter list not found" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:51 +msgid "Crypter list is empty" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:82 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:95 +#, python-format +msgid "New Captcha Request: %s" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:96 +#, python-format +msgid "Answer with 'c %s text on the captcha'" +msgstr "" + +#: pyload/plugins/addons/CaptchaBrotherhood.py:69 +#, python-format +msgid "%d credits left" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:29 +#, python-format +msgid "Activated %s" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:47 +msgid "No Hoster loaded" +msgstr "" diff --git a/locale/pt/LC_MESSAGES/cli.po b/locale/pt/LC_MESSAGES/cli.po new file mode 100644 index 000000000..bf7c48044 --- /dev/null +++ b/locale/pt/LC_MESSAGES/cli.po @@ -0,0 +1,291 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-07-17 09:56-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Portuguese, Brazilian\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/cli/AddPackage.py:48 +msgid "Add Package:" +msgstr "" + +#: pyload/cli/AddPackage.py:53 +msgid "Enter a name for the new package" +msgstr "" + +#: pyload/cli/AddPackage.py:57 +#, python-format +msgid "Package: %s" +msgstr "" + +#: pyload/cli/AddPackage.py:58 +msgid "Parse the links you want to add." +msgstr "" + +#: pyload/cli/AddPackage.py:59 +#, python-format +msgid "Type %s when done." +msgstr "" + +#: pyload/cli/AddPackage.py:60 +msgid "Links added: " +msgstr "" + +#: pyload/cli/AddPackage.py:64 pyload/cli/ManageFiles.py:149 +msgid " back to main menu" +msgstr "" + +#: pyload/cli/ManageFiles.py:97 +msgid "Manage Packages:" +msgstr "" + +#: pyload/cli/ManageFiles.py:99 +msgid "Manage Links:" +msgstr "" + +#: pyload/cli/ManageFiles.py:104 +msgid "What do you want to move?" +msgstr "" + +#: pyload/cli/ManageFiles.py:106 +msgid "What do you want to delete?" +msgstr "" + +#: pyload/cli/ManageFiles.py:108 +msgid "What do you want to restart?" +msgstr "" + +#: pyload/cli/ManageFiles.py:113 +msgid "Choose what you want to do, or enter package number." +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "delete" +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "move" +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "restart" +msgstr "" + +#: pyload/cli/ManageFiles.py:148 +msgid " - previous" +msgstr "" + +#: pyload/cli/ManageFiles.py:148 +msgid " - next" +msgstr "" + +#: pyload/cli/Cli.py:75 pyload/cli/Cli.py:133 +msgid " Command Line Interface" +msgstr " Interface da Linha de Comandos" + +#: pyload/cli/Cli.py:165 +#, python-format +msgid "%s Downloads:" +msgstr "" + +#: pyload/cli/Cli.py:177 +msgid " Speed: " +msgstr " Velocidade: " + +#: pyload/cli/Cli.py:177 +msgid " Size: " +msgstr " Tamanho: " + +#: pyload/cli/Cli.py:178 +msgid " Finished in: " +msgstr " Terminado em: " + +#: pyload/cli/Cli.py:179 +msgid " ID: " +msgstr "" + +#: pyload/cli/Cli.py:184 +msgid "waiting: " +msgstr "a aguardar: " + +#: pyload/cli/Cli.py:191 pyload/cli/Cli.py:193 +msgid "Status:" +msgstr "" + +#: pyload/cli/Cli.py:191 +msgid "paused" +msgstr "" + +#: pyload/cli/Cli.py:193 +msgid "running" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "total Speed" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "Files in queue" +msgstr "" + +#: pyload/cli/Cli.py:197 +msgid "Total" +msgstr "" + +#: pyload/cli/Cli.py:203 +msgid "Menu:" +msgstr "" + +#: pyload/cli/Cli.py:205 +msgid " Add Links" +msgstr " Adicionar Links" + +#: pyload/cli/Cli.py:206 +msgid " Manage Queue" +msgstr " Gerir Fila" + +#: pyload/cli/Cli.py:207 +msgid " Manage Collector" +msgstr " Gerir Coletor" + +#: pyload/cli/Cli.py:208 +msgid " (Un)Pause Server" +msgstr " Parar/Retomar servidor" + +#: pyload/cli/Cli.py:209 +msgid " Kill Server" +msgstr " Terminar Servidor" + +#: pyload/cli/Cli.py:210 +msgid " Quit" +msgstr " Sair" + +#: pyload/cli/Cli.py:289 pyload/cli/Cli.py:296 +msgid "Please use this syntax: add <Package name> <link> <link2> ..." +msgstr "" + +#: pyload/cli/Cli.py:315 +#, python-format +msgid "Checking %d links:" +msgstr "" + +#: pyload/cli/Cli.py:324 +msgid "File does not exists." +msgstr "" + +#: pyload/cli/Cli.py:385 +msgid "pyLoad was terminated" +msgstr "" + +#: pyload/cli/Cli.py:443 +msgid "Prints server status" +msgstr "" + +#: pyload/cli/Cli.py:444 +msgid "Prints downloads in queue" +msgstr "" + +#: pyload/cli/Cli.py:445 +msgid "Prints downloads in collector" +msgstr "" + +#: pyload/cli/Cli.py:446 +msgid "Adds package to queue" +msgstr "" + +#: pyload/cli/Cli.py:447 +msgid "Adds package to collector" +msgstr "" + +#: pyload/cli/Cli.py:448 +msgid "Delete Files from Queue/Collector" +msgstr "" + +#: pyload/cli/Cli.py:449 +msgid "Delete Packages from Queue/Collector" +msgstr "" + +#: pyload/cli/Cli.py:450 +msgid "Move Packages from Queue to Collector or vice versa" +msgstr "" + +#: pyload/cli/Cli.py:451 +msgid "Restart files" +msgstr "" + +#: pyload/cli/Cli.py:452 +msgid "Restart packages" +msgstr "" + +#: pyload/cli/Cli.py:453 +msgid "Check online status, works with local container" +msgstr "" + +#: pyload/cli/Cli.py:454 +msgid "Checks online status of a container file" +msgstr "" + +#: pyload/cli/Cli.py:455 +msgid "Pause the server" +msgstr "Colocar servidor em Pausa" + +#: pyload/cli/Cli.py:456 +msgid "continue downloads" +msgstr "continuar downloads" + +#: pyload/cli/Cli.py:457 +msgid "Toggle pause/unpause" +msgstr "" + +#: pyload/cli/Cli.py:458 +msgid "kill server" +msgstr "terminar servidor" + +#: pyload/cli/Cli.py:460 +msgid "List of commands:" +msgstr "Lista de comandos:" + +#: pyload/cli/Cli.py:473 +msgid "Couldn't write user config file" +msgstr "" + +#: pyload/cli/Cli.py:548 pyload/cli/Cli.py:580 +msgid "You need py-openssl to connect to this pyLoad core." +msgstr "" + +#: pyload/cli/Cli.py:555 +msgid "Address: " +msgstr "" + +#: pyload/cli/Cli.py:556 +msgid "Port: " +msgstr "" + +#: pyload/cli/Cli.py:557 +msgid "Username: " +msgstr "" + +#: pyload/cli/Cli.py:561 +msgid "Password: " +msgstr "" + +#: pyload/cli/Cli.py:566 pyload/cli/Cli.py:575 +msgid "Login data is wrong." +msgstr "" + +#: pyload/cli/Cli.py:568 pyload/cli/Cli.py:577 +#, python-format +msgid "Could not establish connection to %(addr)s:%(port)s." +msgstr "" + +#: pyload/cli/Cli.py:582 +msgid "Interactive mode ignored since you passed some commands." +msgstr "" + diff --git a/locale/pt/LC_MESSAGES/core.po b/locale/pt/LC_MESSAGES/core.po new file mode 100644 index 000000000..43af8ab2b --- /dev/null +++ b/locale/pt/LC_MESSAGES/core.po @@ -0,0 +1,630 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-07-17 09:56-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Portuguese, Brazilian\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/AddonManager.py:62 +#, python-format +msgid "Error when executing %s" +msgstr "" + +#: pyload/AddonManager.py:93 +#, python-format +msgid "Failed activating %(name)s" +msgstr "" + +#: pyload/AddonManager.py:96 +#, python-format +msgid "Activated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:97 +#, python-format +msgid "Deactivated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:153 +msgid "Activating Plugins..." +msgstr "" + +#: pyload/AddonManager.py:162 +msgid "Deactivating Plugins..." +msgstr "" + +#: pyload/web/ServerThread.py:49 +msgid "SSL certificates not found." +msgstr "" + +#: pyload/web/ServerThread.py:53 +msgid "WebUI built is not available" +msgstr "" + +#: pyload/web/ServerThread.py:55 +msgid "Running webUI in development mode" +msgstr "" + +#: pyload/web/ServerThread.py:73 +msgid "Failed starting webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:107 +msgid "Failed importing webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:125 +msgid "This server offers no SSL, please consider using threaded instead" +msgstr "" + +#: pyload/web/ServerThread.py:139 +#, python-format +msgid "Starting %(name)s webserver: %(host)s:%(port)d" +msgstr "" + +#: pyload/config/default.py:14 +msgid "Remote" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Description" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Long description" +msgstr "" + +#: pyload/config/default.py:16 pyload/config/default.py:56 +#: pyload/config/default.py:63 +msgid "Activated" +msgstr "" + +#: pyload/config/default.py:17 pyload/config/default.py:69 +#: pyload/config/default.py:80 +msgid "Port" +msgstr "" + +#: pyload/config/default.py:18 pyload/config/default.py:77 +msgid "Address" +msgstr "" + +#: pyload/config/default.py:21 +msgid "Log" +msgstr "" + +#: pyload/config/default.py:23 +msgid "Size in kb" +msgstr "" + +#: pyload/config/default.py:24 +msgid "Folder" +msgstr "" + +#: pyload/config/default.py:25 +msgid "File Log" +msgstr "" + +#: pyload/config/default.py:26 +msgid "Count" +msgstr "" + +#: pyload/config/default.py:27 +msgid "Log Rotate" +msgstr "" + +#: pyload/config/default.py:30 +msgid "Permissions" +msgstr "" + +#: pyload/config/default.py:32 +msgid "Groupname" +msgstr "" + +#: pyload/config/default.py:33 +msgid "Change Group and User of Downloads" +msgstr "" + +#: pyload/config/default.py:34 +msgid "Change file mode of downloads" +msgstr "" + +#: pyload/config/default.py:35 pyload/config/default.py:75 +msgid "Username" +msgstr "" + +#: pyload/config/default.py:36 +msgid "Filemode for Downloads" +msgstr "" + +#: pyload/config/default.py:37 +msgid "Change group of running process" +msgstr "" + +#: pyload/config/default.py:38 +msgid "Folder Permission mode" +msgstr "" + +#: pyload/config/default.py:39 +msgid "Change user of running process" +msgstr "" + +#: pyload/config/default.py:42 +msgid "General" +msgstr "" + +#: pyload/config/default.py:44 +msgid "Language" +msgstr "" + +#: pyload/config/default.py:45 +msgid "Download Folder" +msgstr "" + +#: pyload/config/default.py:46 +msgid "Use Checksum" +msgstr "" + +#: pyload/config/default.py:47 +msgid "Create folder for each package" +msgstr "" + +#: pyload/config/default.py:48 +msgid "Debug Mode" +msgstr "" + +#: pyload/config/default.py:49 +msgid "Min Free Space (MB)" +msgstr "" + +#: pyload/config/default.py:50 +msgid "CPU Priority" +msgstr "" + +#: pyload/config/default.py:53 +msgid "SSL" +msgstr "" + +#: pyload/config/default.py:55 +msgid "SSL Certificate" +msgstr "" + +#: pyload/config/default.py:57 +msgid "SSL Key" +msgstr "" + +#: pyload/config/default.py:60 +msgid "Webinterface" +msgstr "" + +#: pyload/config/default.py:62 +msgid "Template" +msgstr "" + +#: pyload/config/default.py:64 +msgid "Path Prefix" +msgstr "" + +#: pyload/config/default.py:65 +msgid "Server" +msgstr "" + +#: pyload/config/default.py:66 +msgid "Favor specific server" +msgstr "" + +#: pyload/config/default.py:67 +msgid "IP" +msgstr "" + +#: pyload/config/default.py:68 +msgid "Use HTTPS" +msgstr "" + +#: pyload/config/default.py:70 +msgid "Development mode" +msgstr "" + +#: pyload/config/default.py:73 +msgid "Proxy" +msgstr "" + +#: pyload/config/default.py:76 +msgid "Use Proxy" +msgstr "" + +#: pyload/config/default.py:78 +msgid "Password" +msgstr "" + +#: pyload/config/default.py:79 +msgid "Protocol" +msgstr "" + +#: pyload/config/default.py:83 +msgid "Reconnect" +msgstr "" + +#: pyload/config/default.py:85 pyload/config/default.py:106 +msgid "End" +msgstr "" + +#: pyload/config/default.py:86 +msgid "Use Reconnect" +msgstr "" + +#: pyload/config/default.py:87 +msgid "Method" +msgstr "" + +#: pyload/config/default.py:88 pyload/config/default.py:105 +msgid "Start" +msgstr "" + +#: pyload/config/default.py:91 +msgid "Download" +msgstr "" + +#: pyload/config/default.py:93 +msgid "Max Parallel Downloads" +msgstr "" + +#: pyload/config/default.py:94 +msgid "Limit Download Speed" +msgstr "" + +#: pyload/config/default.py:95 +msgid "Download interface to bind (ip or Name)" +msgstr "" + +#: pyload/config/default.py:96 +msgid "Skip already existing files" +msgstr "" + +#: pyload/config/default.py:97 +msgid "Max Download Speed in kb/s" +msgstr "" + +#: pyload/config/default.py:98 +msgid "Allow IPv6" +msgstr "" + +#: pyload/config/default.py:99 +msgid "Max connections for one download" +msgstr "" + +#: pyload/config/default.py:100 +msgid "Restart failed downloads on startup" +msgstr "" + +#: pyload/config/default.py:103 +msgid "Download Time" +msgstr "" + +#: pyload/network/HTTPDownload.py:249 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/api/DownloadApi.py:44 +#, python-format +msgid "Added package %(name)s as folder %(folder)s" +msgstr "" + +#: pyload/api/DownloadApi.py:95 +#, python-format +msgid "Added %d links to package" +msgstr "" + +#: pyload/AccountManager.py:69 +#, python-format +msgid "Unknown account plugin %s" +msgstr "" + +#: pyload/interaction/InteractionManager.py:88 +msgid "Query" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Captcha request" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Please solve the captcha." +msgstr "" + +#: pyload/remote/RemoteManager.py:35 +#, python-format +msgid "Remote backend error: %s" +msgstr "" + +#: pyload/remote/RemoteManager.py:80 +#, python-format +msgid "Starting %(name)s: %(addr)s:%(port)s" +msgstr "" + +#: pyload/remote/RemoteManager.py:82 +#, python-format +msgid "Failed loading backend %(name)s | %(error)s" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "none" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "offline" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "online" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "queued" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "paused" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "finished" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "skipped" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "failed" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "starting" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "waiting" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "downloading" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "temp. offline" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "aborted" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "decrypting" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "processing" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "custom" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "unknown" +msgstr "" + +#: pyload/FileManager.py:426 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/Api.py:152 +#, python-format +msgid "User '%s' tries to log in" +msgstr "" + +#: pyload/Core.py:195 +msgid "Received Quit signal" +msgstr "" + +#: pyload/Core.py:323 +#, python-format +msgid "pyLoad already running with pid %s" +msgstr "" + +#: pyload/Core.py:337 +#, python-format +msgid "Failed changing group: %s" +msgstr "" + +#: pyload/Core.py:347 +#, python-format +msgid "Failed changing user: %s" +msgstr "" + +#: pyload/Core.py:358 +msgid "Starting" +msgstr "" + +#: pyload/Core.py:359 +#, python-format +msgid "Using home directory: %s" +msgstr "" + +#: pyload/Core.py:373 +msgid "All links removed" +msgstr "" + +#: pyload/Core.py:403 +#, python-format +msgid "Download time: %s" +msgstr "" + +#: pyload/Core.py:418 +#, python-format +msgid "Free space: %s" +msgstr "" + +#: pyload/Core.py:438 +msgid "Activating Accounts..." +msgstr "" + +#: pyload/Core.py:443 +msgid "Restarting failed downloads..." +msgstr "" + +#: pyload/Core.py:451 +msgid "pyLoad is up and running" +msgstr "" + +#: pyload/Core.py:474 +msgid "restarting pyLoad" +msgstr "" + +#: pyload/Core.py:478 +msgid "pyLoad quits" +msgstr "" + +#: pyload/Core.py:564 +msgid "shutting down..." +msgstr "" + +#: pyload/Core.py:579 +msgid "error while shutting down" +msgstr "" + +#: pyload/Core.py:661 +msgid "killed pyLoad from terminal" +msgstr "" + +#: pyload/database/DatabaseBackend.py:167 +msgid "Database was deleted due to incompatible version." +msgstr "" + +#: pyload/threads/DecrypterThread.py:50 +msgid "Decrypting failed" +msgstr "" + +#: pyload/threads/DecrypterThread.py:73 +#, python-format +msgid "Decrypted %(count)d links into package %(name)s" +msgstr "" + +#: pyload/threads/DecrypterThread.py:80 +msgid "No links decrypted" +msgstr "" + +#: pyload/threads/InfoThread.py:147 +#, python-format +msgid "Info Fetching for %(name)s failed | %(err)s" +msgstr "" + +#: pyload/threads/ThreadManager.py:155 +#, python-format +msgid "Reconnect Failed: %s" +msgstr "" + +#: pyload/threads/ThreadManager.py:192 +msgid "Reconnect script not found!" +msgstr "" + +#: pyload/threads/ThreadManager.py:198 +msgid "Starting reconnect" +msgstr "" + +#: pyload/threads/ThreadManager.py:212 +msgid "Failed executing reconnect script!" +msgstr "" + +#: pyload/threads/ThreadManager.py:224 +#, python-format +msgid "Reconnected, new IP: %s" +msgstr "" + +#: pyload/threads/ThreadManager.py:298 +msgid "Not enough space left on device" +msgstr "" + +#: pyload/threads/DownloadThread.py:64 +#, python-format +msgid "Download starts: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:70 +#, python-format +msgid "Download finished: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:75 +#, python-format +msgid "Plugin %s is missing a function." +msgstr "" + +#: pyload/threads/DownloadThread.py:83 pyload/threads/DownloadThread.py:147 +#, python-format +msgid "Download aborted: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:103 +#, python-format +msgid "Download restarted: %(name)s | %(msg)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:113 +#, python-format +msgid "Download is offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:116 pyload/threads/DownloadThread.py:187 +#, python-format +msgid "Download is temporary offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:119 pyload/threads/DownloadThread.py:192 +#, python-format +msgid "Download failed: %(name)s | %(msg)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:136 +msgid "Couldn't connect to host or connection reset, waiting 1 minute and retry." +msgstr "" + +#: pyload/threads/DownloadThread.py:171 +#, python-format +msgid "Download skipped: %(name)s due to %(plugin)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:188 +msgid "Internal Server Error" +msgstr "" + +#: pyload/threads/AddonThread.py:55 +msgid "An Error occurred" +msgstr "" + +#: pyload/PluginManager.py:316 +#, python-format +msgid "Error importing %(name)s: %(msg)s" +msgstr "" + +#: pyload/utils/JsEngine.py:188 +msgid "No js engine detected, please install either Spidermonkey, ossp-js, pyv8, nodejs or rhino" +msgstr "" + diff --git a/locale/pt/LC_MESSAGES/plugins.po b/locale/pt/LC_MESSAGES/plugins.po new file mode 100644 index 000000000..a4ccdf5da --- /dev/null +++ b/locale/pt/LC_MESSAGES/plugins.po @@ -0,0 +1,424 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-20 22:13+0200\n" +"PO-Revision-Date: 2013-07-20 18:02-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Portuguese, Brazilian\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/plugins/network/CurlDownload.py:241 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/plugins/Base.py:329 +msgid "Pil and tesseract not installed and no Client connected for captcha decrypting" +msgstr "" + +#: pyload/plugins/Base.py:333 +msgid "No captcha result obtained in appropriate time." +msgstr "" + +#: pyload/plugins/Hoster.py:282 pyload/plugins/Hoster.py:319 +#: pyload/plugins/hoster/ARD.py:76 +#, python-format +msgid "Setting User and Group failed: %s" +msgstr "" + +#: pyload/plugins/Crypter.py:136 +msgid "Not existing file or unsupported protocol" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:96 +msgid "Rapidshare: Traffic Share (direct download)" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:123 +#: pyload/plugins/hoster/RapidshareCom.py:189 +msgid "Already downloading from this ip address, waiting 60 seconds" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:127 +msgid "Invalid Auth Code, download will be restarted" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:193 +msgid "RapidShareCom: No free slots" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:196 +msgid "You need a premium account for this file" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:198 +msgid "Filename reported invalid" +msgstr "" + +#: pyload/plugins/hoster/RealdebridCom.py:40 +#: pyload/plugins/hoster/Premium4Me.py:27 +#: pyload/plugins/hoster/MultiDebridCom.py:39 +#: pyload/plugins/hoster/ZeveraCom.py:24 +#: pyload/plugins/hoster/AlldebridCom.py:37 +#: pyload/plugins/hoster/RehostTo.py:25 pyload/plugins/hoster/ReloadCc.py:22 +#: pyload/plugins/hoster/DebridItaliaCom.py:38 +#: pyload/plugins/hoster/PremiumizeMe.py:19 +#, python-format +msgid "Please enter your %s account or deactivate this plugin" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:55 +msgid "Decryption failed" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:99 +msgid "No file key provided in the URL" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:111 +msgid "Error code:" +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:97 +msgid "Parallel download error, now waiting 60s." +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:208 +msgid "Not logged in." +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:135 +msgid "API key invalid" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:160 +#, python-format +msgid "%s: Not enough traffic left" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:163 +msgid "Traffic exceeded" +msgstr "" + +#: pyload/plugins/hoster/BasePlugin.py:63 +msgid "Authorization required (username:password)" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:143 +#: pyload/plugins/hoster/NetloadIn.py:167 +msgid "File temporarily not available" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:180 +#, python-format +msgid "Netload: waiting between downloads %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:209 +#, python-format +msgid "Netload: waiting for captcha %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:248 +msgid "Downloaded File was empty" +msgstr "" + +#: pyload/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 "" + +#: pyload/plugins/hoster/XHamsterCom.py:75 +#: pyload/plugins/hoster/XHamsterCom.py:84 +#: pyload/plugins/hoster/XHamsterCom.py:87 +#, python-format +msgid "long_url: %s" +msgstr "" + +#: pyload/plugins/Account.py:117 pyload/plugins/Account.py:123 +#, python-format +msgid "Could not login with account %(user)s | %(msg)s" +msgstr "" + +#: pyload/plugins/Account.py:118 +msgid "Wrong Password" +msgstr "" + +#: pyload/plugins/Account.py:184 +#, python-format +msgid "Get Account Info for %s" +msgstr "" + +#: pyload/plugins/Account.py:193 +#, python-format +msgid "Error: %s" +msgstr "" + +#: pyload/plugins/Account.py:242 +#, python-format +msgid "Your Time %s has a wrong format, use: 1:22-3:44" +msgstr "" + +#: pyload/plugins/Account.py:265 +#, python-format +msgid "Account %s has not enough traffic, checking again in 30min" +msgstr "" + +#: pyload/plugins/Account.py:273 +#, python-format +msgid "Account %s is expired, checking again in 1h" +msgstr "" + +#: pyload/plugins/Account.py:290 +#, python-format +msgid "Login with %s" +msgstr "" + +#: pyload/plugins/Addon.py:118 +#, python-format +msgid "Error executing addons: %s" +msgstr "" + +#: pyload/plugins/accounts/BitshareCom.py:36 +msgid "Activate direct Download in your Bitshare Account" +msgstr "" + +#: pyload/plugins/crypter/SerienjunkiesOrg.py:128 +msgid "Downloadlimit reached" +msgstr "" + +#: pyload/plugins/addons/Premium4Me.py:30 +msgid "Please add your premium.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:53 +#, python-format +msgid "Installed scripts for %s: " +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:69 +msgid "Script not executable:" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:79 +#, python-format +msgid "Error in %(script)s: %(error)s" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:72 +#: pyload/plugins/addons/Captcha9kw.py:56 +#: pyload/plugins/addons/ExpertDecoders.py:49 +#, python-format +msgid "%s credits left" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:120 +msgid "Could not send response." +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:138 +msgid "Your CaptchaTrader Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:89 +#, python-format +msgid "New CaptchaID from upload: %s : %s" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:123 +msgid "Your Captcha 9kw.eu Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/RehostTo.py:34 +msgid "Please add your rehost.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/HotFolder.py:82 +#, python-format +msgid "Added %s from HotFolder" +msgstr "" + +#: pyload/plugins/addons/ClickAndLoad.py:74 +msgid "Click'N'Load: Port 9666 already in use" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:82 +#: pyload/plugins/addons/IRCInterface.py:75 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:90 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" +msgstr "" + +#: pyload/plugins/addons/ExpertDecoders.py:98 +msgid "Your ExpertDecoders Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:73 +msgid "*** Plugins have been updated, please restart pyLoad ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:75 +msgid "Plugins updated and reloaded" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:78 +msgid "No plugin updates available" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:95 +msgid "No Updates for pyLoad" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:100 +#, python-format +msgid "*** New pyLoad Version %s available ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:101 +msgid "*** Get it here: http://pyload.org/download ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:104 +msgid "Not able to connect server for updates" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:148 +#, python-format +msgid "New version of %(type)s|%(name)s : %(version).2f" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:157 +#: pyload/plugins/addons/UpdateManager.py:162 +#, python-format +msgid "Error when updating %s" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:162 +msgid "Version mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:92 +#, python-format +msgid "No %s installed" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:94 +#: pyload/plugins/addons/ExtractArchive.py:99 +#, python-format +msgid "Could not activate %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:104 +msgid "Activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:106 +msgid "No Extract plugins activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:118 +#, python-format +msgid "Package %s queued for later extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:143 +#, python-format +msgid "Check package %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:183 +#, python-format +msgid "Extract to %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:197 +msgid "No files found to extract" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:203 +msgid "extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:214 +msgid "Password protected" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:234 +msgid "Wrong password" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:242 +#, python-format +msgid "Deleting %s files" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:247 +msgid "Extracting finished" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:254 +msgid "Archive Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:256 +msgid "CRC Mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:260 +msgid "Unknown Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:312 +msgid "Setting User and Group failed" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:36 +msgid "Crypter list not found" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:50 +msgid "Crypter list is empty" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:82 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:94 +#, python-format +msgid "New Captcha Request: %s" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:95 +#, python-format +msgid "Answer with 'c %s text on the captcha'" +msgstr "" + +#: pyload/plugins/addons/PremiumizeMe.py:46 +msgid "Please add a valid premiumize.me account first and restart pyLoad." +msgstr "" + +#: pyload/plugins/addons/CaptchaBrotherhood.py:69 +#, python-format +msgid "%d credits left" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:29 +#, python-format +msgid "Activated %s" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:47 +msgid "No Hoster loaded" +msgstr "" + diff --git a/locale/pt/LC_MESSAGES/setup.po b/locale/pt/LC_MESSAGES/setup.po new file mode 100644 index 000000000..d016aaa01 --- /dev/null +++ b/locale/pt/LC_MESSAGES/setup.po @@ -0,0 +1,376 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-07-17 09:56-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Portuguese, Brazilian\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/Setup.py:72 +msgid "Would you like to configure pyLoad via Webinterface?" +msgstr "" + +#: pyload/Setup.py:73 +msgid "You need a Browser and a connection to this PC for it." +msgstr "" + +#: pyload/Setup.py:74 +msgid "Url would be: http://hostname:8000/" +msgstr "" + +#: pyload/Setup.py:75 +msgid "Start initial webinterface for configuration?" +msgstr "" + +#: pyload/Setup.py:86 +msgid "Welcome to the pyLoad Configuration Assistent." +msgstr "" + +#: pyload/Setup.py:87 +msgid "It will check your system and make a basic setup in order to run pyLoad." +msgstr "" + +#: pyload/Setup.py:89 +msgid "The value in brackets [] always is the default value," +msgstr "" + +#: pyload/Setup.py:90 +msgid "in case you don't want to change it or you are unsure what to choose, just hit enter." +msgstr "" + +#: pyload/Setup.py:92 +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgstr "" + +#: pyload/Setup.py:93 +msgid "If you have any problems with this assistent hit CTRL+C," +msgstr "" + +#: pyload/Setup.py:94 +msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgstr "" + +#: pyload/Setup.py:96 +msgid "When you are ready for system check, hit enter." +msgstr "" + +#: pyload/Setup.py:103 +msgid "Features missing: " +msgstr "" + +#: pyload/Setup.py:107 +msgid "no py-crypto available" +msgstr "" + +#: pyload/Setup.py:108 +msgid "You need this if you want to decrypt container files." +msgstr "" + +#: pyload/Setup.py:112 +msgid "no SSL available" +msgstr "" + +#: pyload/Setup.py:113 +msgid "This is needed if you want to establish a secure connection to core or webinterface." +msgstr "" + +#: pyload/Setup.py:114 +msgid "If you only want to access locally to pyLoad ssl is not useful." +msgstr "" + +#: pyload/Setup.py:118 +msgid "no Captcha Recognition available" +msgstr "" + +#: pyload/Setup.py:119 +msgid "Only needed for some hosters and as freeuser." +msgstr "" + +#: pyload/Setup.py:123 +msgid "no JavaScript engine found" +msgstr "" + +#: pyload/Setup.py:124 +msgid "You will need this for some Click'N'Load links. Install Spidermonkey, ossp-js, pyv8 or rhino" +msgstr "" + +#: pyload/Setup.py:126 +msgid "You can abort the setup now and fix some dependencies if you want." +msgstr "" + +#: pyload/Setup.py:128 +msgid "Continue with setup?" +msgstr "" + +#: pyload/Setup.py:134 +#, python-format +msgid "Do you want to change the config path? Current is %s" +msgstr "" + +#: pyload/Setup.py:136 +msgid "If you use pyLoad on a server or the home partition lives on an internal flash it may be a good idea to change it." +msgstr "" + +#: pyload/Setup.py:137 +msgid "Change config path?" +msgstr "" + +#: pyload/Setup.py:143 +msgid "Do you want to configure login data and basic settings?" +msgstr "" + +#: pyload/Setup.py:144 +msgid "This is recommend for first run." +msgstr "" + +#: pyload/Setup.py:145 +msgid "Make basic setup?" +msgstr "" + +#: pyload/Setup.py:152 +msgid "Do you want to configure ssl?" +msgstr "" + +#: pyload/Setup.py:153 +msgid "Configure ssl?" +msgstr "" + +#: pyload/Setup.py:159 +msgid "Do you want to configure webinterface?" +msgstr "" + +#: pyload/Setup.py:160 +msgid "Configure webinterface?" +msgstr "" + +#: pyload/Setup.py:165 +msgid "Setup finished successfully." +msgstr "" + +#: pyload/Setup.py:166 +msgid "Hit enter to exit and restart pyLoad" +msgstr "" + +#: pyload/Setup.py:173 +msgid "Webinterface running for setup." +msgstr "" + +#: pyload/Setup.py:190 +msgid "## Basic Setup ##" +msgstr "" + +#: pyload/Setup.py:193 +msgid "The following logindata is valid for CLI, GUI and webinterface." +msgstr "" + +#: pyload/Setup.py:199 pyload/Setup.py:288 pyload/Setup.py:304 +msgid "Username" +msgstr "" + +#: pyload/Setup.py:205 +msgid "External clients (GUI, CLI or other) need remote access to work over the network." +msgstr "" + +#: pyload/Setup.py:206 +msgid "However, if you only want to use the webinterface you may disable it to save ram." +msgstr "" + +#: pyload/Setup.py:207 +msgid "Enable remote access" +msgstr "" + +#: pyload/Setup.py:211 +msgid "Language" +msgstr "" + +#: pyload/Setup.py:213 +msgid "Download folder" +msgstr "" + +#: pyload/Setup.py:214 +msgid "Max parallel downloads" +msgstr "" + +#: pyload/Setup.py:218 +msgid "Use Reconnect?" +msgstr "" + +#: pyload/Setup.py:221 +msgid "Reconnect script location" +msgstr "" + +#: pyload/Setup.py:226 +msgid "## Webinterface Setup ##" +msgstr "" + +#: pyload/Setup.py:229 +msgid "Activate webinterface?" +msgstr "" + +#: pyload/Setup.py:231 +msgid "Listen address, if you use 127.0.0.1 or localhost, the webinterface will only accessible locally." +msgstr "" + +#: pyload/Setup.py:232 +msgid "Address" +msgstr "" + +#: pyload/Setup.py:233 +msgid "Port" +msgstr "" + +#: pyload/Setup.py:235 +msgid "pyLoad offers several server backends, now following a short explanation." +msgstr "" + +#: pyload/Setup.py:236 +msgid "Default server, this server offers SSL and is a good alternative to builtin." +msgstr "" + +#: pyload/Setup.py:238 +msgid "Can be used by apache, lighttpd, requires you to configure them, which is not too easy job." +msgstr "" + +#: pyload/Setup.py:239 +msgid "Very fast alternative written in C, requires libev and linux knowledge." +msgstr "" + +#: pyload/Setup.py:240 +msgid "Get it from here: https://github.com/jonashaag/bjoern, compile it" +msgstr "" + +#: pyload/Setup.py:241 +msgid "and copy bjoern.so to pyload/lib" +msgstr "" + +#: pyload/Setup.py:245 +msgid "Attention: In some rare cases the builtin server is not working, if you notice problems with the webinterface" +msgstr "" + +#: pyload/Setup.py:246 +msgid "come back here and change the builtin server to the threaded one here." +msgstr "" + +#: pyload/Setup.py:248 +msgid "Server" +msgstr "" + +#: pyload/Setup.py:253 +msgid "## SSL Setup ##" +msgstr "" + +#: pyload/Setup.py:255 +msgid "Execute these commands from pyLoad config folder to make ssl certificates:" +msgstr "" + +#: pyload/Setup.py:261 +msgid "If you're done and everything went fine, you can activate ssl now." +msgstr "" + +#: pyload/Setup.py:262 +msgid "Activate SSL?" +msgstr "" + +#: pyload/Setup.py:278 +msgid "Select action" +msgstr "" + +#: pyload/Setup.py:279 +msgid "1 - Create/Edit user" +msgstr "" + +#: pyload/Setup.py:280 +msgid "2 - List users" +msgstr "" + +#: pyload/Setup.py:281 +msgid "3 - Remove user" +msgstr "" + +#: pyload/Setup.py:282 +msgid "4 - Quit" +msgstr "" + +#: pyload/Setup.py:294 +msgid "Users" +msgstr "" + +#: pyload/Setup.py:322 +msgid "Setting new configpath, current configuration will not be transferred!" +msgstr "" + +#: pyload/Setup.py:323 +msgid "Config path" +msgstr "" + +#: pyload/Setup.py:331 +msgid "Config path changed, setup will now close, please restart to go on." +msgstr "" + +#: pyload/Setup.py:332 +msgid "Press Enter to exit." +msgstr "" + +#: pyload/Setup.py:336 +#, python-format +msgid "Setting config path failed: %s" +msgstr "" + +#: pyload/Setup.py:347 +msgid "y" +msgstr "" + +#: pyload/Setup.py:349 +msgid "n" +msgstr "" + +#: pyload/Setup.py:373 +msgid "Password: " +msgstr "" + +#: pyload/Setup.py:377 +msgid "Password too short. Use at least 4 symbols." +msgstr "" + +#: pyload/Setup.py:380 +msgid "Password (again): " +msgstr "" + +#: pyload/Setup.py:386 +msgid "Passwords did not match." +msgstr "" + +#: pyload/Setup.py:397 +msgid "yes" +msgstr "" + +#: pyload/Setup.py:397 +msgid "true" +msgstr "" + +#: pyload/Setup.py:397 +msgid "t" +msgstr "" + +#: pyload/Setup.py:400 +msgid "no" +msgstr "" + +#: pyload/Setup.py:400 +msgid "false" +msgstr "" + +#: pyload/Setup.py:400 +msgid "f" +msgstr "" + +#: pyload/Setup.py:403 pyload/Setup.py:413 +msgid "Invalid Input" +msgstr "" + diff --git a/locale/pt/LC_MESSAGES/webUI.po b/locale/pt/LC_MESSAGES/webUI.po new file mode 100644 index 000000000..dca60e458 --- /dev/null +++ b/locale/pt/LC_MESSAGES/webUI.po @@ -0,0 +1,131 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-08-10 11:58+0200\n" +"PO-Revision-Date: 2013-08-31 15:21-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Portuguese, Brazilian\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/web/app/scripts/helpers/formatSize.js:9 +msgid "not available" +msgstr "" + +#: pyload/web/app/scripts/helpers/formatSize.js:11 +msgid "unlimited" +msgstr "" + +#: pyload/web/app/templates/default/admin.html:3 +#: pyload/web/app/templates/default/admin.html:4 +msgid "Admin" +msgstr "" + +#: pyload/web/app/templates/default/setup.html:3 +msgid "Setup" +msgstr "" + +#: pyload/web/app/templates/default/accounts/actionbar.html:2 +msgid "Add Account" +msgstr "" + +#: pyload/web/app/templates/default/accounts/layout.html:2 +msgid "Accounts" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:9 +msgid "Local" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:18 +msgid "Search" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:26 +msgid "Type" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:44 +#: pyload/web/app/templates/default/dashboard/actionbar.html:49 +msgid "All" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:50 +msgid "Finished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:51 +msgid "Unfinished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:52 +msgid "Failed" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/select.html:1 +msgid "1 package" +msgid_plural "%d packages" +msgstr[0] "" +msgstr[1] "" + +#: pyload/web/app/templates/default/dashboard/select.html:4 +msgid "1 file" +msgid_plural "%d files" +msgstr[0] "" +msgstr[1] "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:2 +msgid "Add an account" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:7 +msgid "Please enter your account data" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:3 +msgid "Choose a plugin" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:9 +msgid "Please choose a plugin, which you want to configure" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:23 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:46 +msgid "Add" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:24 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:47 +#: pyload/web/app/templates/default/dialogs/interactionTask.html:35 +msgid "Close" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:2 +msgid "Please confirm" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:5 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:8 +msgid "Delete" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:9 +msgid "Cancel" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/interactionTask.html:34 +msgid "Submit" +msgstr "" + +#: pyload/web/app/templates/default/header/layout.html:12 +msgid "Running..." +msgstr "" + diff --git a/locale/pt_BR/LC_MESSAGES/django.mo b/locale/pt_BR/LC_MESSAGES/django.mo Binary files differdeleted file mode 100644 index 2fdf540b0..000000000 --- a/locale/pt_BR/LC_MESSAGES/django.mo +++ /dev/null diff --git a/locale/pt_BR/LC_MESSAGES/pyLoad.mo b/locale/pt_BR/LC_MESSAGES/pyLoad.mo Binary files differdeleted file mode 100644 index 2e8a1e5b3..000000000 --- a/locale/pt_BR/LC_MESSAGES/pyLoad.mo +++ /dev/null diff --git a/locale/pt_BR/LC_MESSAGES/pyLoadCli.mo b/locale/pt_BR/LC_MESSAGES/pyLoadCli.mo Binary files differdeleted file mode 100644 index 2ca834196..000000000 --- a/locale/pt_BR/LC_MESSAGES/pyLoadCli.mo +++ /dev/null diff --git a/locale/pt_BR/LC_MESSAGES/pyLoadGui.mo b/locale/pt_BR/LC_MESSAGES/pyLoadGui.mo Binary files differdeleted file mode 100644 index 28fe26252..000000000 --- a/locale/pt_BR/LC_MESSAGES/pyLoadGui.mo +++ /dev/null diff --git a/locale/pt_BR/LC_MESSAGES/setup.mo b/locale/pt_BR/LC_MESSAGES/setup.mo Binary files differdeleted file mode 100644 index c64d0f23c..000000000 --- a/locale/pt_BR/LC_MESSAGES/setup.mo +++ /dev/null diff --git a/locale/ro/LC_MESSAGES/cli.po b/locale/ro/LC_MESSAGES/cli.po new file mode 100644 index 000000000..08478832f --- /dev/null +++ b/locale/ro/LC_MESSAGES/cli.po @@ -0,0 +1,291 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:26-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Romanian\n" +"Language: ro_RO\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 or (n%100 > 0 && n%100 < 20)) ? 1 : 2);\n" +"X-Generator: crowdin.net\n" + +#: pyload/cli/AddPackage.py:48 +msgid "Add Package:" +msgstr "" + +#: pyload/cli/AddPackage.py:53 +msgid "Enter a name for the new package" +msgstr "" + +#: pyload/cli/AddPackage.py:57 +#, python-format +msgid "Package: %s" +msgstr "" + +#: pyload/cli/AddPackage.py:58 +msgid "Parse the links you want to add." +msgstr "" + +#: pyload/cli/AddPackage.py:59 +#, python-format +msgid "Type %s when done." +msgstr "" + +#: pyload/cli/AddPackage.py:60 +msgid "Links added: " +msgstr "" + +#: pyload/cli/AddPackage.py:64 pyload/cli/ManageFiles.py:149 +msgid " back to main menu" +msgstr "" + +#: pyload/cli/ManageFiles.py:97 +msgid "Manage Packages:" +msgstr "" + +#: pyload/cli/ManageFiles.py:99 +msgid "Manage Links:" +msgstr "" + +#: pyload/cli/ManageFiles.py:104 +msgid "What do you want to move?" +msgstr "" + +#: pyload/cli/ManageFiles.py:106 +msgid "What do you want to delete?" +msgstr "" + +#: pyload/cli/ManageFiles.py:108 +msgid "What do you want to restart?" +msgstr "" + +#: pyload/cli/ManageFiles.py:113 +msgid "Choose what you want to do, or enter package number." +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "delete" +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "move" +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "restart" +msgstr "" + +#: pyload/cli/ManageFiles.py:148 +msgid " - previous" +msgstr "" + +#: pyload/cli/ManageFiles.py:148 +msgid " - next" +msgstr "" + +#: pyload/cli/Cli.py:75 pyload/cli/Cli.py:133 +msgid " Command Line Interface" +msgstr "" + +#: pyload/cli/Cli.py:165 +#, python-format +msgid "%s Downloads:" +msgstr "" + +#: pyload/cli/Cli.py:177 +msgid " Speed: " +msgstr "" + +#: pyload/cli/Cli.py:177 +msgid " Size: " +msgstr "" + +#: pyload/cli/Cli.py:178 +msgid " Finished in: " +msgstr "" + +#: pyload/cli/Cli.py:179 +msgid " ID: " +msgstr "" + +#: pyload/cli/Cli.py:184 +msgid "waiting: " +msgstr "" + +#: pyload/cli/Cli.py:191 pyload/cli/Cli.py:193 +msgid "Status:" +msgstr "" + +#: pyload/cli/Cli.py:191 +msgid "paused" +msgstr "" + +#: pyload/cli/Cli.py:193 +msgid "running" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "total Speed" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "Files in queue" +msgstr "" + +#: pyload/cli/Cli.py:197 +msgid "Total" +msgstr "" + +#: pyload/cli/Cli.py:203 +msgid "Menu:" +msgstr "" + +#: pyload/cli/Cli.py:205 +msgid " Add Links" +msgstr "" + +#: pyload/cli/Cli.py:206 +msgid " Manage Queue" +msgstr "" + +#: pyload/cli/Cli.py:207 +msgid " Manage Collector" +msgstr "" + +#: pyload/cli/Cli.py:208 +msgid " (Un)Pause Server" +msgstr "" + +#: pyload/cli/Cli.py:209 +msgid " Kill Server" +msgstr "" + +#: pyload/cli/Cli.py:210 +msgid " Quit" +msgstr "" + +#: pyload/cli/Cli.py:289 pyload/cli/Cli.py:296 +msgid "Please use this syntax: add <Package name> <link> <link2> ..." +msgstr "" + +#: pyload/cli/Cli.py:315 +#, python-format +msgid "Checking %d links:" +msgstr "" + +#: pyload/cli/Cli.py:324 +msgid "File does not exists." +msgstr "" + +#: pyload/cli/Cli.py:385 +msgid "pyLoad was terminated" +msgstr "" + +#: pyload/cli/Cli.py:443 +msgid "Prints server status" +msgstr "" + +#: pyload/cli/Cli.py:444 +msgid "Prints downloads in queue" +msgstr "" + +#: pyload/cli/Cli.py:445 +msgid "Prints downloads in collector" +msgstr "" + +#: pyload/cli/Cli.py:446 +msgid "Adds package to queue" +msgstr "" + +#: pyload/cli/Cli.py:447 +msgid "Adds package to collector" +msgstr "" + +#: pyload/cli/Cli.py:448 +msgid "Delete Files from Queue/Collector" +msgstr "" + +#: pyload/cli/Cli.py:449 +msgid "Delete Packages from Queue/Collector" +msgstr "" + +#: pyload/cli/Cli.py:450 +msgid "Move Packages from Queue to Collector or vice versa" +msgstr "" + +#: pyload/cli/Cli.py:451 +msgid "Restart files" +msgstr "" + +#: pyload/cli/Cli.py:452 +msgid "Restart packages" +msgstr "" + +#: pyload/cli/Cli.py:453 +msgid "Check online status, works with local container" +msgstr "" + +#: pyload/cli/Cli.py:454 +msgid "Checks online status of a container file" +msgstr "" + +#: pyload/cli/Cli.py:455 +msgid "Pause the server" +msgstr "" + +#: pyload/cli/Cli.py:456 +msgid "continue downloads" +msgstr "" + +#: pyload/cli/Cli.py:457 +msgid "Toggle pause/unpause" +msgstr "" + +#: pyload/cli/Cli.py:458 +msgid "kill server" +msgstr "" + +#: pyload/cli/Cli.py:460 +msgid "List of commands:" +msgstr "" + +#: pyload/cli/Cli.py:473 +msgid "Couldn't write user config file" +msgstr "" + +#: pyload/cli/Cli.py:548 pyload/cli/Cli.py:580 +msgid "You need py-openssl to connect to this pyLoad core." +msgstr "" + +#: pyload/cli/Cli.py:555 +msgid "Address: " +msgstr "" + +#: pyload/cli/Cli.py:556 +msgid "Port: " +msgstr "" + +#: pyload/cli/Cli.py:557 +msgid "Username: " +msgstr "" + +#: pyload/cli/Cli.py:561 +msgid "Password: " +msgstr "" + +#: pyload/cli/Cli.py:566 pyload/cli/Cli.py:575 +msgid "Login data is wrong." +msgstr "" + +#: pyload/cli/Cli.py:568 pyload/cli/Cli.py:577 +#, python-format +msgid "Could not establish connection to %(addr)s:%(port)s." +msgstr "" + +#: pyload/cli/Cli.py:582 +msgid "Interactive mode ignored since you passed some commands." +msgstr "" + diff --git a/locale/ro/LC_MESSAGES/core.po b/locale/ro/LC_MESSAGES/core.po new file mode 100644 index 000000000..e47d1c0e3 --- /dev/null +++ b/locale/ro/LC_MESSAGES/core.po @@ -0,0 +1,630 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:26-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Romanian\n" +"Language: ro_RO\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 or (n%100 > 0 && n%100 < 20)) ? 1 : 2);\n" +"X-Generator: crowdin.net\n" + +#: pyload/AddonManager.py:62 +#, python-format +msgid "Error when executing %s" +msgstr "" + +#: pyload/AddonManager.py:93 +#, python-format +msgid "Failed activating %(name)s" +msgstr "" + +#: pyload/AddonManager.py:96 +#, python-format +msgid "Activated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:97 +#, python-format +msgid "Deactivated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:153 +msgid "Activating Plugins..." +msgstr "" + +#: pyload/AddonManager.py:162 +msgid "Deactivating Plugins..." +msgstr "" + +#: pyload/web/ServerThread.py:49 +msgid "SSL certificates not found." +msgstr "" + +#: pyload/web/ServerThread.py:53 +msgid "WebUI built is not available" +msgstr "" + +#: pyload/web/ServerThread.py:55 +msgid "Running webUI in development mode" +msgstr "" + +#: pyload/web/ServerThread.py:73 +msgid "Failed starting webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:107 +msgid "Failed importing webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:125 +msgid "This server offers no SSL, please consider using threaded instead" +msgstr "" + +#: pyload/web/ServerThread.py:139 +#, python-format +msgid "Starting %(name)s webserver: %(host)s:%(port)d" +msgstr "" + +#: pyload/config/default.py:14 +msgid "Remote" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Description" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Long description" +msgstr "" + +#: pyload/config/default.py:16 pyload/config/default.py:56 +#: pyload/config/default.py:63 +msgid "Activated" +msgstr "" + +#: pyload/config/default.py:17 pyload/config/default.py:69 +#: pyload/config/default.py:80 +msgid "Port" +msgstr "" + +#: pyload/config/default.py:18 pyload/config/default.py:77 +msgid "Address" +msgstr "" + +#: pyload/config/default.py:21 +msgid "Log" +msgstr "" + +#: pyload/config/default.py:23 +msgid "Size in kb" +msgstr "" + +#: pyload/config/default.py:24 +msgid "Folder" +msgstr "" + +#: pyload/config/default.py:25 +msgid "File Log" +msgstr "" + +#: pyload/config/default.py:26 +msgid "Count" +msgstr "" + +#: pyload/config/default.py:27 +msgid "Log Rotate" +msgstr "" + +#: pyload/config/default.py:30 +msgid "Permissions" +msgstr "" + +#: pyload/config/default.py:32 +msgid "Groupname" +msgstr "" + +#: pyload/config/default.py:33 +msgid "Change Group and User of Downloads" +msgstr "" + +#: pyload/config/default.py:34 +msgid "Change file mode of downloads" +msgstr "" + +#: pyload/config/default.py:35 pyload/config/default.py:75 +msgid "Username" +msgstr "" + +#: pyload/config/default.py:36 +msgid "Filemode for Downloads" +msgstr "" + +#: pyload/config/default.py:37 +msgid "Change group of running process" +msgstr "" + +#: pyload/config/default.py:38 +msgid "Folder Permission mode" +msgstr "" + +#: pyload/config/default.py:39 +msgid "Change user of running process" +msgstr "" + +#: pyload/config/default.py:42 +msgid "General" +msgstr "" + +#: pyload/config/default.py:44 +msgid "Language" +msgstr "" + +#: pyload/config/default.py:45 +msgid "Download Folder" +msgstr "" + +#: pyload/config/default.py:46 +msgid "Use Checksum" +msgstr "" + +#: pyload/config/default.py:47 +msgid "Create folder for each package" +msgstr "" + +#: pyload/config/default.py:48 +msgid "Debug Mode" +msgstr "" + +#: pyload/config/default.py:49 +msgid "Min Free Space (MB)" +msgstr "" + +#: pyload/config/default.py:50 +msgid "CPU Priority" +msgstr "" + +#: pyload/config/default.py:53 +msgid "SSL" +msgstr "" + +#: pyload/config/default.py:55 +msgid "SSL Certificate" +msgstr "" + +#: pyload/config/default.py:57 +msgid "SSL Key" +msgstr "" + +#: pyload/config/default.py:60 +msgid "Webinterface" +msgstr "" + +#: pyload/config/default.py:62 +msgid "Template" +msgstr "" + +#: pyload/config/default.py:64 +msgid "Path Prefix" +msgstr "" + +#: pyload/config/default.py:65 +msgid "Server" +msgstr "" + +#: pyload/config/default.py:66 +msgid "Favor specific server" +msgstr "" + +#: pyload/config/default.py:67 +msgid "IP" +msgstr "" + +#: pyload/config/default.py:68 +msgid "Use HTTPS" +msgstr "" + +#: pyload/config/default.py:70 +msgid "Development mode" +msgstr "" + +#: pyload/config/default.py:73 +msgid "Proxy" +msgstr "" + +#: pyload/config/default.py:76 +msgid "Use Proxy" +msgstr "" + +#: pyload/config/default.py:78 +msgid "Password" +msgstr "" + +#: pyload/config/default.py:79 +msgid "Protocol" +msgstr "" + +#: pyload/config/default.py:83 +msgid "Reconnect" +msgstr "" + +#: pyload/config/default.py:85 pyload/config/default.py:106 +msgid "End" +msgstr "" + +#: pyload/config/default.py:86 +msgid "Use Reconnect" +msgstr "" + +#: pyload/config/default.py:87 +msgid "Method" +msgstr "" + +#: pyload/config/default.py:88 pyload/config/default.py:105 +msgid "Start" +msgstr "" + +#: pyload/config/default.py:91 +msgid "Download" +msgstr "" + +#: pyload/config/default.py:93 +msgid "Max Parallel Downloads" +msgstr "" + +#: pyload/config/default.py:94 +msgid "Limit Download Speed" +msgstr "" + +#: pyload/config/default.py:95 +msgid "Download interface to bind (ip or Name)" +msgstr "" + +#: pyload/config/default.py:96 +msgid "Skip already existing files" +msgstr "" + +#: pyload/config/default.py:97 +msgid "Max Download Speed in kb/s" +msgstr "" + +#: pyload/config/default.py:98 +msgid "Allow IPv6" +msgstr "" + +#: pyload/config/default.py:99 +msgid "Max connections for one download" +msgstr "" + +#: pyload/config/default.py:100 +msgid "Restart failed downloads on startup" +msgstr "" + +#: pyload/config/default.py:103 +msgid "Download Time" +msgstr "" + +#: pyload/network/HTTPDownload.py:249 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/api/DownloadApi.py:44 +#, python-format +msgid "Added package %(name)s as folder %(folder)s" +msgstr "" + +#: pyload/api/DownloadApi.py:95 +#, python-format +msgid "Added %d links to package" +msgstr "" + +#: pyload/AccountManager.py:69 +#, python-format +msgid "Unknown account plugin %s" +msgstr "" + +#: pyload/interaction/InteractionManager.py:88 +msgid "Query" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Captcha request" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Please solve the captcha." +msgstr "" + +#: pyload/remote/RemoteManager.py:35 +#, python-format +msgid "Remote backend error: %s" +msgstr "" + +#: pyload/remote/RemoteManager.py:80 +#, python-format +msgid "Starting %(name)s: %(addr)s:%(port)s" +msgstr "" + +#: pyload/remote/RemoteManager.py:82 +#, python-format +msgid "Failed loading backend %(name)s | %(error)s" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "none" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "offline" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "online" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "queued" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "paused" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "finished" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "skipped" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "failed" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "starting" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "waiting" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "downloading" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "temp. offline" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "aborted" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "decrypting" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "processing" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "custom" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "unknown" +msgstr "" + +#: pyload/FileManager.py:426 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/Api.py:152 +#, python-format +msgid "User '%s' tries to log in" +msgstr "" + +#: pyload/Core.py:195 +msgid "Received Quit signal" +msgstr "" + +#: pyload/Core.py:323 +#, python-format +msgid "pyLoad already running with pid %s" +msgstr "" + +#: pyload/Core.py:337 +#, python-format +msgid "Failed changing group: %s" +msgstr "" + +#: pyload/Core.py:347 +#, python-format +msgid "Failed changing user: %s" +msgstr "" + +#: pyload/Core.py:358 +msgid "Starting" +msgstr "" + +#: pyload/Core.py:359 +#, python-format +msgid "Using home directory: %s" +msgstr "" + +#: pyload/Core.py:373 +msgid "All links removed" +msgstr "" + +#: pyload/Core.py:403 +#, python-format +msgid "Download time: %s" +msgstr "" + +#: pyload/Core.py:418 +#, python-format +msgid "Free space: %s" +msgstr "" + +#: pyload/Core.py:438 +msgid "Activating Accounts..." +msgstr "" + +#: pyload/Core.py:443 +msgid "Restarting failed downloads..." +msgstr "" + +#: pyload/Core.py:451 +msgid "pyLoad is up and running" +msgstr "" + +#: pyload/Core.py:474 +msgid "restarting pyLoad" +msgstr "" + +#: pyload/Core.py:478 +msgid "pyLoad quits" +msgstr "" + +#: pyload/Core.py:564 +msgid "shutting down..." +msgstr "" + +#: pyload/Core.py:579 +msgid "error while shutting down" +msgstr "" + +#: pyload/Core.py:661 +msgid "killed pyLoad from terminal" +msgstr "" + +#: pyload/database/DatabaseBackend.py:167 +msgid "Database was deleted due to incompatible version." +msgstr "" + +#: pyload/threads/DecrypterThread.py:50 +msgid "Decrypting failed" +msgstr "" + +#: pyload/threads/DecrypterThread.py:73 +#, python-format +msgid "Decrypted %(count)d links into package %(name)s" +msgstr "" + +#: pyload/threads/DecrypterThread.py:80 +msgid "No links decrypted" +msgstr "" + +#: pyload/threads/InfoThread.py:147 +#, python-format +msgid "Info Fetching for %(name)s failed | %(err)s" +msgstr "" + +#: pyload/threads/ThreadManager.py:155 +#, python-format +msgid "Reconnect Failed: %s" +msgstr "" + +#: pyload/threads/ThreadManager.py:192 +msgid "Reconnect script not found!" +msgstr "" + +#: pyload/threads/ThreadManager.py:198 +msgid "Starting reconnect" +msgstr "" + +#: pyload/threads/ThreadManager.py:212 +msgid "Failed executing reconnect script!" +msgstr "" + +#: pyload/threads/ThreadManager.py:224 +#, python-format +msgid "Reconnected, new IP: %s" +msgstr "" + +#: pyload/threads/ThreadManager.py:298 +msgid "Not enough space left on device" +msgstr "" + +#: pyload/threads/DownloadThread.py:64 +#, python-format +msgid "Download starts: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:70 +#, python-format +msgid "Download finished: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:75 +#, python-format +msgid "Plugin %s is missing a function." +msgstr "" + +#: pyload/threads/DownloadThread.py:83 pyload/threads/DownloadThread.py:147 +#, python-format +msgid "Download aborted: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:103 +#, python-format +msgid "Download restarted: %(name)s | %(msg)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:113 +#, python-format +msgid "Download is offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:116 pyload/threads/DownloadThread.py:187 +#, python-format +msgid "Download is temporary offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:119 pyload/threads/DownloadThread.py:192 +#, python-format +msgid "Download failed: %(name)s | %(msg)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:136 +msgid "Couldn't connect to host or connection reset, waiting 1 minute and retry." +msgstr "" + +#: pyload/threads/DownloadThread.py:171 +#, python-format +msgid "Download skipped: %(name)s due to %(plugin)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:188 +msgid "Internal Server Error" +msgstr "" + +#: pyload/threads/AddonThread.py:55 +msgid "An Error occurred" +msgstr "" + +#: pyload/PluginManager.py:316 +#, python-format +msgid "Error importing %(name)s: %(msg)s" +msgstr "" + +#: pyload/utils/JsEngine.py:188 +msgid "No js engine detected, please install either Spidermonkey, ossp-js, pyv8, nodejs or rhino" +msgstr "" + diff --git a/locale/ro/LC_MESSAGES/plugins.po b/locale/ro/LC_MESSAGES/plugins.po new file mode 100644 index 000000000..7ab9a55b9 --- /dev/null +++ b/locale/ro/LC_MESSAGES/plugins.po @@ -0,0 +1,424 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-20 22:13+0200\n" +"PO-Revision-Date: 2013-10-13 12:26-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Romanian\n" +"Language: ro_RO\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 or (n%100 > 0 && n%100 < 20)) ? 1 : 2);\n" +"X-Generator: crowdin.net\n" + +#: pyload/plugins/network/CurlDownload.py:241 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/plugins/Base.py:329 +msgid "Pil and tesseract not installed and no Client connected for captcha decrypting" +msgstr "" + +#: pyload/plugins/Base.py:333 +msgid "No captcha result obtained in appropriate time." +msgstr "" + +#: pyload/plugins/Hoster.py:282 pyload/plugins/Hoster.py:319 +#: pyload/plugins/hoster/ARD.py:76 +#, python-format +msgid "Setting User and Group failed: %s" +msgstr "" + +#: pyload/plugins/Crypter.py:136 +msgid "Not existing file or unsupported protocol" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:96 +msgid "Rapidshare: Traffic Share (direct download)" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:123 +#: pyload/plugins/hoster/RapidshareCom.py:189 +msgid "Already downloading from this ip address, waiting 60 seconds" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:127 +msgid "Invalid Auth Code, download will be restarted" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:193 +msgid "RapidShareCom: No free slots" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:196 +msgid "You need a premium account for this file" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:198 +msgid "Filename reported invalid" +msgstr "" + +#: pyload/plugins/hoster/RealdebridCom.py:40 +#: pyload/plugins/hoster/Premium4Me.py:27 +#: pyload/plugins/hoster/MultiDebridCom.py:39 +#: pyload/plugins/hoster/ZeveraCom.py:24 +#: pyload/plugins/hoster/AlldebridCom.py:37 +#: pyload/plugins/hoster/RehostTo.py:25 pyload/plugins/hoster/ReloadCc.py:22 +#: pyload/plugins/hoster/DebridItaliaCom.py:38 +#: pyload/plugins/hoster/PremiumizeMe.py:19 +#, python-format +msgid "Please enter your %s account or deactivate this plugin" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:55 +msgid "Decryption failed" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:99 +msgid "No file key provided in the URL" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:111 +msgid "Error code:" +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:97 +msgid "Parallel download error, now waiting 60s." +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:208 +msgid "Not logged in." +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:135 +msgid "API key invalid" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:160 +#, python-format +msgid "%s: Not enough traffic left" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:163 +msgid "Traffic exceeded" +msgstr "" + +#: pyload/plugins/hoster/BasePlugin.py:63 +msgid "Authorization required (username:password)" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:143 +#: pyload/plugins/hoster/NetloadIn.py:167 +msgid "File temporarily not available" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:180 +#, python-format +msgid "Netload: waiting between downloads %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:209 +#, python-format +msgid "Netload: waiting for captcha %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:248 +msgid "Downloaded File was empty" +msgstr "" + +#: pyload/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 "" + +#: pyload/plugins/hoster/XHamsterCom.py:75 +#: pyload/plugins/hoster/XHamsterCom.py:84 +#: pyload/plugins/hoster/XHamsterCom.py:87 +#, python-format +msgid "long_url: %s" +msgstr "" + +#: pyload/plugins/Account.py:117 pyload/plugins/Account.py:123 +#, python-format +msgid "Could not login with account %(user)s | %(msg)s" +msgstr "" + +#: pyload/plugins/Account.py:118 +msgid "Wrong Password" +msgstr "" + +#: pyload/plugins/Account.py:184 +#, python-format +msgid "Get Account Info for %s" +msgstr "" + +#: pyload/plugins/Account.py:193 +#, python-format +msgid "Error: %s" +msgstr "" + +#: pyload/plugins/Account.py:242 +#, python-format +msgid "Your Time %s has a wrong format, use: 1:22-3:44" +msgstr "" + +#: pyload/plugins/Account.py:265 +#, python-format +msgid "Account %s has not enough traffic, checking again in 30min" +msgstr "" + +#: pyload/plugins/Account.py:273 +#, python-format +msgid "Account %s is expired, checking again in 1h" +msgstr "" + +#: pyload/plugins/Account.py:290 +#, python-format +msgid "Login with %s" +msgstr "" + +#: pyload/plugins/Addon.py:118 +#, python-format +msgid "Error executing addons: %s" +msgstr "" + +#: pyload/plugins/accounts/BitshareCom.py:36 +msgid "Activate direct Download in your Bitshare Account" +msgstr "" + +#: pyload/plugins/crypter/SerienjunkiesOrg.py:128 +msgid "Downloadlimit reached" +msgstr "" + +#: pyload/plugins/addons/Premium4Me.py:30 +msgid "Please add your premium.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:53 +#, python-format +msgid "Installed scripts for %s: " +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:69 +msgid "Script not executable:" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:79 +#, python-format +msgid "Error in %(script)s: %(error)s" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:72 +#: pyload/plugins/addons/Captcha9kw.py:56 +#: pyload/plugins/addons/ExpertDecoders.py:49 +#, python-format +msgid "%s credits left" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:120 +msgid "Could not send response." +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:138 +msgid "Your CaptchaTrader Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:89 +#, python-format +msgid "New CaptchaID from upload: %s : %s" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:123 +msgid "Your Captcha 9kw.eu Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/RehostTo.py:34 +msgid "Please add your rehost.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/HotFolder.py:82 +#, python-format +msgid "Added %s from HotFolder" +msgstr "" + +#: pyload/plugins/addons/ClickAndLoad.py:74 +msgid "Click'N'Load: Port 9666 already in use" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:82 +#: pyload/plugins/addons/IRCInterface.py:75 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:90 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" +msgstr "" + +#: pyload/plugins/addons/ExpertDecoders.py:98 +msgid "Your ExpertDecoders Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:73 +msgid "*** Plugins have been updated, please restart pyLoad ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:75 +msgid "Plugins updated and reloaded" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:78 +msgid "No plugin updates available" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:95 +msgid "No Updates for pyLoad" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:100 +#, python-format +msgid "*** New pyLoad Version %s available ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:101 +msgid "*** Get it here: http://pyload.org/download ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:104 +msgid "Not able to connect server for updates" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:148 +#, python-format +msgid "New version of %(type)s|%(name)s : %(version).2f" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:157 +#: pyload/plugins/addons/UpdateManager.py:162 +#, python-format +msgid "Error when updating %s" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:162 +msgid "Version mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:92 +#, python-format +msgid "No %s installed" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:94 +#: pyload/plugins/addons/ExtractArchive.py:99 +#, python-format +msgid "Could not activate %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:104 +msgid "Activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:106 +msgid "No Extract plugins activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:118 +#, python-format +msgid "Package %s queued for later extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:143 +#, python-format +msgid "Check package %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:183 +#, python-format +msgid "Extract to %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:197 +msgid "No files found to extract" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:203 +msgid "extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:214 +msgid "Password protected" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:234 +msgid "Wrong password" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:242 +#, python-format +msgid "Deleting %s files" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:247 +msgid "Extracting finished" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:254 +msgid "Archive Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:256 +msgid "CRC Mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:260 +msgid "Unknown Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:312 +msgid "Setting User and Group failed" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:36 +msgid "Crypter list not found" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:50 +msgid "Crypter list is empty" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:82 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:94 +#, python-format +msgid "New Captcha Request: %s" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:95 +#, python-format +msgid "Answer with 'c %s text on the captcha'" +msgstr "" + +#: pyload/plugins/addons/PremiumizeMe.py:46 +msgid "Please add a valid premiumize.me account first and restart pyLoad." +msgstr "" + +#: pyload/plugins/addons/CaptchaBrotherhood.py:69 +#, python-format +msgid "%d credits left" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:29 +#, python-format +msgid "Activated %s" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:47 +msgid "No Hoster loaded" +msgstr "" + diff --git a/locale/ro/LC_MESSAGES/pyLoad.mo b/locale/ro/LC_MESSAGES/pyLoad.mo Binary files differdeleted file mode 100644 index 2c20cfbd4..000000000 --- a/locale/ro/LC_MESSAGES/pyLoad.mo +++ /dev/null diff --git a/locale/ro/LC_MESSAGES/pyLoadCli.mo b/locale/ro/LC_MESSAGES/pyLoadCli.mo Binary files differdeleted file mode 100644 index 1ae24953f..000000000 --- a/locale/ro/LC_MESSAGES/pyLoadCli.mo +++ /dev/null diff --git a/locale/ro/LC_MESSAGES/pyLoadGui.mo b/locale/ro/LC_MESSAGES/pyLoadGui.mo Binary files differdeleted file mode 100644 index 1ae24953f..000000000 --- a/locale/ro/LC_MESSAGES/pyLoadGui.mo +++ /dev/null diff --git a/locale/ro/LC_MESSAGES/setup.po b/locale/ro/LC_MESSAGES/setup.po new file mode 100644 index 000000000..b165a12ee --- /dev/null +++ b/locale/ro/LC_MESSAGES/setup.po @@ -0,0 +1,376 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Romanian\n" +"Language: ro_RO\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 or (n%100 > 0 && n%100 < 20)) ? 1 : 2);\n" +"X-Generator: crowdin.net\n" + +#: pyload/Setup.py:72 +msgid "Would you like to configure pyLoad via Webinterface?" +msgstr "" + +#: pyload/Setup.py:73 +msgid "You need a Browser and a connection to this PC for it." +msgstr "" + +#: pyload/Setup.py:74 +msgid "Url would be: http://hostname:8000/" +msgstr "" + +#: pyload/Setup.py:75 +msgid "Start initial webinterface for configuration?" +msgstr "" + +#: pyload/Setup.py:86 +msgid "Welcome to the pyLoad Configuration Assistent." +msgstr "" + +#: pyload/Setup.py:87 +msgid "It will check your system and make a basic setup in order to run pyLoad." +msgstr "" + +#: pyload/Setup.py:89 +msgid "The value in brackets [] always is the default value," +msgstr "" + +#: pyload/Setup.py:90 +msgid "in case you don't want to change it or you are unsure what to choose, just hit enter." +msgstr "" + +#: pyload/Setup.py:92 +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgstr "" + +#: pyload/Setup.py:93 +msgid "If you have any problems with this assistent hit CTRL+C," +msgstr "" + +#: pyload/Setup.py:94 +msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgstr "" + +#: pyload/Setup.py:96 +msgid "When you are ready for system check, hit enter." +msgstr "" + +#: pyload/Setup.py:103 +msgid "Features missing: " +msgstr "" + +#: pyload/Setup.py:107 +msgid "no py-crypto available" +msgstr "" + +#: pyload/Setup.py:108 +msgid "You need this if you want to decrypt container files." +msgstr "" + +#: pyload/Setup.py:112 +msgid "no SSL available" +msgstr "" + +#: pyload/Setup.py:113 +msgid "This is needed if you want to establish a secure connection to core or webinterface." +msgstr "" + +#: pyload/Setup.py:114 +msgid "If you only want to access locally to pyLoad ssl is not useful." +msgstr "" + +#: pyload/Setup.py:118 +msgid "no Captcha Recognition available" +msgstr "" + +#: pyload/Setup.py:119 +msgid "Only needed for some hosters and as freeuser." +msgstr "" + +#: pyload/Setup.py:123 +msgid "no JavaScript engine found" +msgstr "" + +#: pyload/Setup.py:124 +msgid "You will need this for some Click'N'Load links. Install Spidermonkey, ossp-js, pyv8 or rhino" +msgstr "" + +#: pyload/Setup.py:126 +msgid "You can abort the setup now and fix some dependencies if you want." +msgstr "" + +#: pyload/Setup.py:128 +msgid "Continue with setup?" +msgstr "" + +#: pyload/Setup.py:134 +#, python-format +msgid "Do you want to change the config path? Current is %s" +msgstr "" + +#: pyload/Setup.py:136 +msgid "If you use pyLoad on a server or the home partition lives on an internal flash it may be a good idea to change it." +msgstr "" + +#: pyload/Setup.py:137 +msgid "Change config path?" +msgstr "" + +#: pyload/Setup.py:143 +msgid "Do you want to configure login data and basic settings?" +msgstr "" + +#: pyload/Setup.py:144 +msgid "This is recommend for first run." +msgstr "" + +#: pyload/Setup.py:145 +msgid "Make basic setup?" +msgstr "" + +#: pyload/Setup.py:152 +msgid "Do you want to configure ssl?" +msgstr "" + +#: pyload/Setup.py:153 +msgid "Configure ssl?" +msgstr "" + +#: pyload/Setup.py:159 +msgid "Do you want to configure webinterface?" +msgstr "" + +#: pyload/Setup.py:160 +msgid "Configure webinterface?" +msgstr "" + +#: pyload/Setup.py:165 +msgid "Setup finished successfully." +msgstr "" + +#: pyload/Setup.py:166 +msgid "Hit enter to exit and restart pyLoad" +msgstr "" + +#: pyload/Setup.py:173 +msgid "Webinterface running for setup." +msgstr "" + +#: pyload/Setup.py:190 +msgid "## Basic Setup ##" +msgstr "" + +#: pyload/Setup.py:193 +msgid "The following logindata is valid for CLI, GUI and webinterface." +msgstr "" + +#: pyload/Setup.py:199 pyload/Setup.py:288 pyload/Setup.py:304 +msgid "Username" +msgstr "" + +#: pyload/Setup.py:205 +msgid "External clients (GUI, CLI or other) need remote access to work over the network." +msgstr "" + +#: pyload/Setup.py:206 +msgid "However, if you only want to use the webinterface you may disable it to save ram." +msgstr "" + +#: pyload/Setup.py:207 +msgid "Enable remote access" +msgstr "" + +#: pyload/Setup.py:211 +msgid "Language" +msgstr "" + +#: pyload/Setup.py:213 +msgid "Download folder" +msgstr "" + +#: pyload/Setup.py:214 +msgid "Max parallel downloads" +msgstr "" + +#: pyload/Setup.py:218 +msgid "Use Reconnect?" +msgstr "" + +#: pyload/Setup.py:221 +msgid "Reconnect script location" +msgstr "" + +#: pyload/Setup.py:226 +msgid "## Webinterface Setup ##" +msgstr "" + +#: pyload/Setup.py:229 +msgid "Activate webinterface?" +msgstr "" + +#: pyload/Setup.py:231 +msgid "Listen address, if you use 127.0.0.1 or localhost, the webinterface will only accessible locally." +msgstr "" + +#: pyload/Setup.py:232 +msgid "Address" +msgstr "" + +#: pyload/Setup.py:233 +msgid "Port" +msgstr "" + +#: pyload/Setup.py:235 +msgid "pyLoad offers several server backends, now following a short explanation." +msgstr "" + +#: pyload/Setup.py:236 +msgid "Default server, this server offers SSL and is a good alternative to builtin." +msgstr "" + +#: pyload/Setup.py:238 +msgid "Can be used by apache, lighttpd, requires you to configure them, which is not too easy job." +msgstr "" + +#: pyload/Setup.py:239 +msgid "Very fast alternative written in C, requires libev and linux knowledge." +msgstr "" + +#: pyload/Setup.py:240 +msgid "Get it from here: https://github.com/jonashaag/bjoern, compile it" +msgstr "" + +#: pyload/Setup.py:241 +msgid "and copy bjoern.so to pyload/lib" +msgstr "" + +#: pyload/Setup.py:245 +msgid "Attention: In some rare cases the builtin server is not working, if you notice problems with the webinterface" +msgstr "" + +#: pyload/Setup.py:246 +msgid "come back here and change the builtin server to the threaded one here." +msgstr "" + +#: pyload/Setup.py:248 +msgid "Server" +msgstr "" + +#: pyload/Setup.py:253 +msgid "## SSL Setup ##" +msgstr "" + +#: pyload/Setup.py:255 +msgid "Execute these commands from pyLoad config folder to make ssl certificates:" +msgstr "" + +#: pyload/Setup.py:261 +msgid "If you're done and everything went fine, you can activate ssl now." +msgstr "" + +#: pyload/Setup.py:262 +msgid "Activate SSL?" +msgstr "" + +#: pyload/Setup.py:278 +msgid "Select action" +msgstr "" + +#: pyload/Setup.py:279 +msgid "1 - Create/Edit user" +msgstr "" + +#: pyload/Setup.py:280 +msgid "2 - List users" +msgstr "" + +#: pyload/Setup.py:281 +msgid "3 - Remove user" +msgstr "" + +#: pyload/Setup.py:282 +msgid "4 - Quit" +msgstr "" + +#: pyload/Setup.py:294 +msgid "Users" +msgstr "" + +#: pyload/Setup.py:322 +msgid "Setting new configpath, current configuration will not be transferred!" +msgstr "" + +#: pyload/Setup.py:323 +msgid "Config path" +msgstr "" + +#: pyload/Setup.py:331 +msgid "Config path changed, setup will now close, please restart to go on." +msgstr "" + +#: pyload/Setup.py:332 +msgid "Press Enter to exit." +msgstr "" + +#: pyload/Setup.py:336 +#, python-format +msgid "Setting config path failed: %s" +msgstr "" + +#: pyload/Setup.py:347 +msgid "y" +msgstr "" + +#: pyload/Setup.py:349 +msgid "n" +msgstr "" + +#: pyload/Setup.py:373 +msgid "Password: " +msgstr "" + +#: pyload/Setup.py:377 +msgid "Password too short. Use at least 4 symbols." +msgstr "" + +#: pyload/Setup.py:380 +msgid "Password (again): " +msgstr "" + +#: pyload/Setup.py:386 +msgid "Passwords did not match." +msgstr "" + +#: pyload/Setup.py:397 +msgid "yes" +msgstr "" + +#: pyload/Setup.py:397 +msgid "true" +msgstr "" + +#: pyload/Setup.py:397 +msgid "t" +msgstr "" + +#: pyload/Setup.py:400 +msgid "no" +msgstr "" + +#: pyload/Setup.py:400 +msgid "false" +msgstr "" + +#: pyload/Setup.py:400 +msgid "f" +msgstr "" + +#: pyload/Setup.py:403 pyload/Setup.py:413 +msgid "Invalid Input" +msgstr "" + diff --git a/locale/ro/LC_MESSAGES/webUI.po b/locale/ro/LC_MESSAGES/webUI.po new file mode 100644 index 000000000..f579c139e --- /dev/null +++ b/locale/ro/LC_MESSAGES/webUI.po @@ -0,0 +1,133 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-08-10 11:58+0200\n" +"PO-Revision-Date: 2013-10-13 12:26-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Romanian\n" +"Language: ro_RO\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 or (n%100 > 0 && n%100 < 20)) ? 1 : 2);\n" +"X-Generator: crowdin.net\n" + +#: pyload/web/app/scripts/helpers/formatSize.js:9 +msgid "not available" +msgstr "" + +#: pyload/web/app/scripts/helpers/formatSize.js:11 +msgid "unlimited" +msgstr "" + +#: pyload/web/app/templates/default/admin.html:3 +#: pyload/web/app/templates/default/admin.html:4 +msgid "Admin" +msgstr "" + +#: pyload/web/app/templates/default/setup.html:3 +msgid "Setup" +msgstr "" + +#: pyload/web/app/templates/default/accounts/actionbar.html:2 +msgid "Add Account" +msgstr "" + +#: pyload/web/app/templates/default/accounts/layout.html:2 +msgid "Accounts" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:9 +msgid "Local" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:18 +msgid "Search" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:26 +msgid "Type" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:44 +#: pyload/web/app/templates/default/dashboard/actionbar.html:49 +msgid "All" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:50 +msgid "Finished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:51 +msgid "Unfinished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:52 +msgid "Failed" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/select.html:1 +msgid "1 package" +msgid_plural "%d packages" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: pyload/web/app/templates/default/dashboard/select.html:4 +msgid "1 file" +msgid_plural "%d files" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:2 +msgid "Add an account" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:7 +msgid "Please enter your account data" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:3 +msgid "Choose a plugin" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:9 +msgid "Please choose a plugin, which you want to configure" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:23 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:46 +msgid "Add" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:24 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:47 +#: pyload/web/app/templates/default/dialogs/interactionTask.html:35 +msgid "Close" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:2 +msgid "Please confirm" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:5 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:8 +msgid "Delete" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:9 +msgid "Cancel" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/interactionTask.html:34 +msgid "Submit" +msgstr "" + +#: pyload/web/app/templates/default/header/layout.html:12 +msgid "Running..." +msgstr "" + diff --git a/locale/ru/LC_MESSAGES/cli.po b/locale/ru/LC_MESSAGES/cli.po new file mode 100644 index 000000000..1ce4880c3 --- /dev/null +++ b/locale/ru/LC_MESSAGES/cli.po @@ -0,0 +1,291 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-07-17 09:56-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Russian\n" +"Language: ru_RU\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\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" + +#: pyload/cli/AddPackage.py:48 +msgid "Add Package:" +msgstr "ÐÑОбавОÑÑ Ð¿Ð°ÐºÐµÑ:" + +#: pyload/cli/AddPackage.py:53 +msgid "Enter a name for the new package" +msgstr "ÐвеЎОÑе МазваМОе пакеÑа" + +#: pyload/cli/AddPackage.py:57 +#, python-format +msgid "Package: %s" +msgstr "ÐПМÑейМеÑÑ: %s" + +#: pyload/cli/AddPackage.py:58 +msgid "Parse the links you want to add." +msgstr "ÐМалОз ÑÑÑлПк ÐŽÐ»Ñ ÐŽÐŸÐ±Ð°Ð²Ð»ÐµÐœÐžÑ." + +#: pyload/cli/AddPackage.py:59 +#, python-format +msgid "Type %s when done." +msgstr "ÐвеЎОÑе %s кПгЎа бÑЎеÑе гПÑПвÑ." + +#: pyload/cli/AddPackage.py:60 +msgid "Links added: " +msgstr "ÐÐŸÐ±Ð°Ð²Ð»ÐµÐœÑ ÑÑÑлкО: " + +#: pyload/cli/AddPackage.py:64 pyload/cli/ManageFiles.py:149 +msgid " back to main menu" +msgstr "МазаЎ в главМПе ЌеМÑ" + +#: pyload/cli/ManageFiles.py:97 +msgid "Manage Packages:" +msgstr "ÐППÑЎОМОÑПваÑÑ Ð¿Ð°ÐºÐµÑÑ:" + +#: pyload/cli/ManageFiles.py:99 +msgid "Manage Links:" +msgstr "УпÑавлеМОе ÑÑÑлкаЌО" + +#: pyload/cli/ManageFiles.py:104 +msgid "What do you want to move?" +msgstr "ЧÑП ÐÑ Ñ
ПÑОÑе пеÑеЌеÑÑОÑÑ?" + +#: pyload/cli/ManageFiles.py:106 +msgid "What do you want to delete?" +msgstr "ЧÑП ÐÑ Ñ
ПÑОÑе ÑЎалОÑÑ?" + +#: pyload/cli/ManageFiles.py:108 +msgid "What do you want to restart?" +msgstr "ЧÑП ÐÑ Ñ
ПÑОÑе пеÑеÑÑаÑÑПваÑÑ?" + +#: pyload/cli/ManageFiles.py:113 +msgid "Choose what you want to do, or enter package number." +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "delete" +msgstr "ÑЎалÑÑÑ" + +#: pyload/cli/ManageFiles.py:115 +msgid "move" +msgstr "пеÑеЌеÑаÑÑ" + +#: pyload/cli/ManageFiles.py:115 +msgid "restart" +msgstr "пеÑезапÑÑк" + +#: pyload/cli/ManageFiles.py:148 +msgid " - previous" +msgstr "- пÑеЎÑÐŽÑÑОй" + +#: pyload/cli/ManageFiles.py:148 +msgid " - next" +msgstr "- ÑлеЎÑÑÑОй" + +#: pyload/cli/Cli.py:75 pyload/cli/Cli.py:133 +msgid " Command Line Interface" +msgstr "ÐМÑеÑÑÐµÐ¹Ñ ÐºÐŸÐŒÐ°ÐœÐŽÐœÐŸÐ¹ ÑÑÑПкО" + +#: pyload/cli/Cli.py:165 +#, python-format +msgid "%s Downloads:" +msgstr "%s загÑÑзПк:" + +#: pyload/cli/Cli.py:177 +msgid " Speed: " +msgstr "СкПÑПÑÑÑ: " + +#: pyload/cli/Cli.py:177 +msgid " Size: " +msgstr "РазЌеÑ: " + +#: pyload/cli/Cli.py:178 +msgid " Finished in: " +msgstr "ÐакПМÑеМП в: " + +#: pyload/cli/Cli.py:179 +msgid " ID: " +msgstr "ID: " + +#: pyload/cli/Cli.py:184 +msgid "waiting: " +msgstr "ПжОЎаМОе: " + +#: pyload/cli/Cli.py:191 pyload/cli/Cli.py:193 +msgid "Status:" +msgstr "" + +#: pyload/cli/Cli.py:191 +msgid "paused" +msgstr "" + +#: pyload/cli/Cli.py:193 +msgid "running" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "total Speed" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "Files in queue" +msgstr "" + +#: pyload/cli/Cli.py:197 +msgid "Total" +msgstr "" + +#: pyload/cli/Cli.py:203 +msgid "Menu:" +msgstr "ÐеМÑ:" + +#: pyload/cli/Cli.py:205 +msgid " Add Links" +msgstr "ÐПбавОÑÑ ÑÑÑлкО" + +#: pyload/cli/Cli.py:206 +msgid " Manage Queue" +msgstr "KППÑЎОМОÑПваÑÑ ÐŸÑеÑеЎÑ" + +#: pyload/cli/Cli.py:207 +msgid " Manage Collector" +msgstr "ÐППÑЎОМОÑПваÑÑ ÐºÐŸÐ»Ð»ÐµÐºÑÐŸÑ ÑÑÑлПк" + +#: pyload/cli/Cli.py:208 +msgid " (Un)Pause Server" +msgstr "ÐапÑÑÑОÑÑ/ÐÑОПÑÑаМПвОÑÑ ÑеÑвеÑ" + +#: pyload/cli/Cli.py:209 +msgid " Kill Server" +msgstr "ÐÑÑаМПвОÑÑ ÑеÑвеÑ" + +#: pyload/cli/Cli.py:210 +msgid " Quit" +msgstr "ÐÑÑ
ПЎ" + +#: pyload/cli/Cli.py:289 pyload/cli/Cli.py:296 +msgid "Please use this syntax: add <Package name> <link> <link2> ..." +msgstr "ÐÑпПлÑзÑйÑе ÑаблПМ: add <ÐÐŒÑ ÐºÐŸÐœÑейМеÑа> <ÑÑÑлка1> <ÑÑÑлка2> ..." + +#: pyload/cli/Cli.py:315 +#, python-format +msgid "Checking %d links:" +msgstr "ÐÑПвеÑка %d ÑÑÑлкО:" + +#: pyload/cli/Cli.py:324 +msgid "File does not exists." +msgstr "Ѐайл Ме МайЎеМ." + +#: pyload/cli/Cli.py:385 +msgid "pyLoad was terminated" +msgstr "РабПÑа pyLoad бÑла завеÑÑеМа" + +#: pyload/cli/Cli.py:443 +msgid "Prints server status" +msgstr "ÐПказаÑÑ ÑПÑÑПÑМОе ÑеÑвеÑа" + +#: pyload/cli/Cli.py:444 +msgid "Prints downloads in queue" +msgstr "ÐПказаÑÑ Ð·Ð°ÐºÐ°ÑкО в ПÑеÑеЎО" + +#: pyload/cli/Cli.py:445 +msgid "Prints downloads in collector" +msgstr "ÐПказаÑÑ Ð·Ð°ÐºÐ°ÑкО в ÑпОÑке" + +#: pyload/cli/Cli.py:446 +msgid "Adds package to queue" +msgstr "ÐПбавОÑÑ ÐºÐŸÐœÑÐµÐ¹ÐœÐµÑ Ð² ПÑеÑеЎÑ" + +#: pyload/cli/Cli.py:447 +msgid "Adds package to collector" +msgstr "ÐПбавлÑÐµÑ Ð¿Ð°ÐºÐµÑ Ðº кПллекÑПÑÑ ÑÑÑлПк" + +#: pyload/cli/Cli.py:448 +msgid "Delete Files from Queue/Collector" +msgstr "УЎалОÑÑ ÑÐ°Ð¹Ð»Ñ ÐžÐ· ПÑеÑеЎО/ÑпОÑка" + +#: pyload/cli/Cli.py:449 +msgid "Delete Packages from Queue/Collector" +msgstr "УЎалОÑÑ ÐºÐŸÐœÑÐµÐ¹ÐœÐµÑ ÐžÐ· ПÑеÑеЎО/ÑпОÑка" + +#: pyload/cli/Cli.py:450 +msgid "Move Packages from Queue to Collector or vice versa" +msgstr "ÐеÑÐµÐŽÐ²ÐžÐ³Ð°ÐµÑ Ð¿Ð°ÐºÐµÑ ÐžÐ· ПÑеÑеЎО в кПллекÑÐŸÑ Ðž МаПбПÑПÑ" + +#: pyload/cli/Cli.py:451 +msgid "Restart files" +msgstr "ÐеÑезапÑÑÑОÑÑ ÑайлÑ" + +#: pyload/cli/Cli.py:452 +msgid "Restart packages" +msgstr "ÐеÑезапÑÑÑОÑÑ Ð¿Ð°ÐºÐµÑÑ" + +#: pyload/cli/Cli.py:453 +msgid "Check online status, works with local container" +msgstr "ÐÑПвеÑка ÑÑаÑÑÑа ÑвÑзО, ЎейÑÑвÑÐµÑ Ñ ÐŒÐµÑÑМÑЌО кПМÑейМеÑаЌО" + +#: pyload/cli/Cli.py:454 +msgid "Checks online status of a container file" +msgstr "" + +#: pyload/cli/Cli.py:455 +msgid "Pause the server" +msgstr "ÐÑОПÑÑаМПвОÑÑ ÑеÑвеÑ" + +#: pyload/cli/Cli.py:456 +msgid "continue downloads" +msgstr "пÑПЎПлжОÑÑ Ð·Ð°ÐºÐ°ÑкО" + +#: pyload/cli/Cli.py:457 +msgid "Toggle pause/unpause" +msgstr "ÐеÑеклÑÑОÑÑ Ð¿Ð°Ñза/пÑПЎПлжОÑÑ" + +#: pyload/cli/Cli.py:458 +msgid "kill server" +msgstr "ПÑÑаМПвОÑÑ ÑеÑвеÑ" + +#: pyload/cli/Cli.py:460 +msgid "List of commands:" +msgstr "СпОÑПк кПЌаМЎ: " + +#: pyload/cli/Cli.py:473 +msgid "Couldn't write user config file" +msgstr "ÐапОÑаÑÑ Ñайл кПМÑОгÑÑаÑОО пПлÑзПваÑÐµÐ»Ñ ÐœÐµ ÑЎалПÑÑ" + +#: pyload/cli/Cli.py:548 pyload/cli/Cli.py:580 +msgid "You need py-openssl to connect to this pyLoad core." +msgstr "ÐÐ»Ñ ÑÐŸÐµÐŽÐžÐœÐµÐœÐžÑ Ñ ÑÐŽÑПЌ pyLoad МеПбÑ
ПЎОЌ Ð¿Ð°ÐºÐµÑ py-openssl." + +#: pyload/cli/Cli.py:555 +msgid "Address: " +msgstr "ÐÐŽÑеÑ: " + +#: pyload/cli/Cli.py:556 +msgid "Port: " +msgstr "ÐПÑÑ: " + +#: pyload/cli/Cli.py:557 +msgid "Username: " +msgstr "ÐÐŒÑ Ð¿ÐŸÐ»ÑзПваÑелÑ: " + +#: pyload/cli/Cli.py:561 +msgid "Password: " +msgstr "ÐаÑПлÑ: " + +#: pyload/cli/Cli.py:566 pyload/cli/Cli.py:575 +msgid "Login data is wrong." +msgstr "ÐепÑавОлÑМÑе ÑÑÑÑМÑе ЎаММÑе." + +#: pyload/cli/Cli.py:568 pyload/cli/Cli.py:577 +#, python-format +msgid "Could not establish connection to %(addr)s:%(port)s." +msgstr "ÐевПзЌПжМП пПЎклÑÑОÑÑÑÑ Ðº %(addr)s:%(port)s." + +#: pyload/cli/Cli.py:582 +msgid "Interactive mode ignored since you passed some commands." +msgstr "Ð ÑвÑзО Ñ ÑеЌ, ÑÑП бÑлО Ð²Ð²ÐµÐŽÐµÐœÑ ÑÑÐŽ кПЌаМЎ, ОМÑеÑакÑОвМÑй ÑежОЌ бÑл пÑеÑваМ." + diff --git a/locale/ru/LC_MESSAGES/core.po b/locale/ru/LC_MESSAGES/core.po new file mode 100644 index 000000000..71c7a2cd0 --- /dev/null +++ b/locale/ru/LC_MESSAGES/core.po @@ -0,0 +1,630 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-07-17 09:56-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Russian\n" +"Language: ru_RU\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\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" + +#: pyload/AddonManager.py:62 +#, python-format +msgid "Error when executing %s" +msgstr "" + +#: pyload/AddonManager.py:93 +#, python-format +msgid "Failed activating %(name)s" +msgstr "ÐÑОбка акÑОваÑОО %(name)s" + +#: pyload/AddonManager.py:96 +#, python-format +msgid "Activated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:97 +#, python-format +msgid "Deactivated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:153 +msgid "Activating Plugins..." +msgstr "ÐкÑОваÑÐžÑ Ð¿Ð»Ð°Ð³ÐžÐœÐ°..." + +#: pyload/AddonManager.py:162 +msgid "Deactivating Plugins..." +msgstr "" + +#: pyload/web/ServerThread.py:49 +msgid "SSL certificates not found." +msgstr "SSL ÑеÑÑОÑОкаÑÑ ÐœÐµ МайЎеМÑ." + +#: pyload/web/ServerThread.py:53 +msgid "WebUI built is not available" +msgstr "" + +#: pyload/web/ServerThread.py:55 +msgid "Running webUI in development mode" +msgstr "" + +#: pyload/web/ServerThread.py:73 +msgid "Failed starting webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:107 +msgid "Failed importing webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:125 +msgid "This server offers no SSL, please consider using threaded instead" +msgstr "" + +#: pyload/web/ServerThread.py:139 +#, python-format +msgid "Starting %(name)s webserver: %(host)s:%(port)d" +msgstr "" + +#: pyload/config/default.py:14 +msgid "Remote" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Description" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Long description" +msgstr "" + +#: pyload/config/default.py:16 pyload/config/default.py:56 +#: pyload/config/default.py:63 +msgid "Activated" +msgstr "ÐкÑОвОÑПваМ(a/П)" + +#: pyload/config/default.py:17 pyload/config/default.py:69 +#: pyload/config/default.py:80 +msgid "Port" +msgstr "ÐПÑÑ" + +#: pyload/config/default.py:18 pyload/config/default.py:77 +msgid "Address" +msgstr "ÐÐŽÑеÑ" + +#: pyload/config/default.py:21 +msgid "Log" +msgstr "" + +#: pyload/config/default.py:23 +msgid "Size in kb" +msgstr "" + +#: pyload/config/default.py:24 +msgid "Folder" +msgstr "Ðапка" + +#: pyload/config/default.py:25 +msgid "File Log" +msgstr "" + +#: pyload/config/default.py:26 +msgid "Count" +msgstr "" + +#: pyload/config/default.py:27 +msgid "Log Rotate" +msgstr "" + +#: pyload/config/default.py:30 +msgid "Permissions" +msgstr "" + +#: pyload/config/default.py:32 +msgid "Groupname" +msgstr "" + +#: pyload/config/default.py:33 +msgid "Change Group and User of Downloads" +msgstr "" + +#: pyload/config/default.py:34 +msgid "Change file mode of downloads" +msgstr "" + +#: pyload/config/default.py:35 pyload/config/default.py:75 +msgid "Username" +msgstr "ÐПлÑзПваÑелÑ" + +#: pyload/config/default.py:36 +msgid "Filemode for Downloads" +msgstr "" + +#: pyload/config/default.py:37 +msgid "Change group of running process" +msgstr "" + +#: pyload/config/default.py:38 +msgid "Folder Permission mode" +msgstr "" + +#: pyload/config/default.py:39 +msgid "Change user of running process" +msgstr "" + +#: pyload/config/default.py:42 +msgid "General" +msgstr "ÐÑМПвМÑе" + +#: pyload/config/default.py:44 +msgid "Language" +msgstr "ЯзÑк" + +#: pyload/config/default.py:45 +msgid "Download Folder" +msgstr "" + +#: pyload/config/default.py:46 +msgid "Use Checksum" +msgstr "" + +#: pyload/config/default.py:47 +msgid "Create folder for each package" +msgstr "" + +#: pyload/config/default.py:48 +msgid "Debug Mode" +msgstr "" + +#: pyload/config/default.py:49 +msgid "Min Free Space (MB)" +msgstr "" + +#: pyload/config/default.py:50 +msgid "CPU Priority" +msgstr "" + +#: pyload/config/default.py:53 +msgid "SSL" +msgstr "" + +#: pyload/config/default.py:55 +msgid "SSL Certificate" +msgstr "" + +#: pyload/config/default.py:57 +msgid "SSL Key" +msgstr "" + +#: pyload/config/default.py:60 +msgid "Webinterface" +msgstr "" + +#: pyload/config/default.py:62 +msgid "Template" +msgstr "" + +#: pyload/config/default.py:64 +msgid "Path Prefix" +msgstr "" + +#: pyload/config/default.py:65 +msgid "Server" +msgstr "СеÑвеÑ" + +#: pyload/config/default.py:66 +msgid "Favor specific server" +msgstr "" + +#: pyload/config/default.py:67 +msgid "IP" +msgstr "" + +#: pyload/config/default.py:68 +msgid "Use HTTPS" +msgstr "" + +#: pyload/config/default.py:70 +msgid "Development mode" +msgstr "" + +#: pyload/config/default.py:73 +msgid "Proxy" +msgstr "" + +#: pyload/config/default.py:76 +msgid "Use Proxy" +msgstr "" + +#: pyload/config/default.py:78 +msgid "Password" +msgstr "ÐаÑПлÑ" + +#: pyload/config/default.py:79 +msgid "Protocol" +msgstr "" + +#: pyload/config/default.py:83 +msgid "Reconnect" +msgstr "" + +#: pyload/config/default.py:85 pyload/config/default.py:106 +msgid "End" +msgstr "" + +#: pyload/config/default.py:86 +msgid "Use Reconnect" +msgstr "" + +#: pyload/config/default.py:87 +msgid "Method" +msgstr "" + +#: pyload/config/default.py:88 pyload/config/default.py:105 +msgid "Start" +msgstr "" + +#: pyload/config/default.py:91 +msgid "Download" +msgstr "" + +#: pyload/config/default.py:93 +msgid "Max Parallel Downloads" +msgstr "" + +#: pyload/config/default.py:94 +msgid "Limit Download Speed" +msgstr "" + +#: pyload/config/default.py:95 +msgid "Download interface to bind (ip or Name)" +msgstr "" + +#: pyload/config/default.py:96 +msgid "Skip already existing files" +msgstr "" + +#: pyload/config/default.py:97 +msgid "Max Download Speed in kb/s" +msgstr "" + +#: pyload/config/default.py:98 +msgid "Allow IPv6" +msgstr "" + +#: pyload/config/default.py:99 +msgid "Max connections for one download" +msgstr "" + +#: pyload/config/default.py:100 +msgid "Restart failed downloads on startup" +msgstr "" + +#: pyload/config/default.py:103 +msgid "Download Time" +msgstr "" + +#: pyload/network/HTTPDownload.py:249 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "ÐагÑÑзка паÑаллелÑМÑÑ
пПÑПкПв ЎаММÑÑ
завеÑÑеМа Ñ ÐŸÑОбкаЌО, вПзвÑÐ°Ñ Ðº ПЎМПпПÑПÑМПй загÑÑзке | %s" + +#: pyload/api/DownloadApi.py:44 +#, python-format +msgid "Added package %(name)s as folder %(folder)s" +msgstr "" + +#: pyload/api/DownloadApi.py:95 +#, python-format +msgid "Added %d links to package" +msgstr "" + +#: pyload/AccountManager.py:69 +#, python-format +msgid "Unknown account plugin %s" +msgstr "" + +#: pyload/interaction/InteractionManager.py:88 +msgid "Query" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Captcha request" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Please solve the captcha." +msgstr "" + +#: pyload/remote/RemoteManager.py:35 +#, python-format +msgid "Remote backend error: %s" +msgstr "ÐÑОбка ÑЎалеММПгП ÑеÑвОÑа: %s" + +#: pyload/remote/RemoteManager.py:80 +#, python-format +msgid "Starting %(name)s: %(addr)s:%(port)s" +msgstr "ÐапÑÑк %(name)s: %(addr)s:%(port)s" + +#: pyload/remote/RemoteManager.py:82 +#, python-format +msgid "Failed loading backend %(name)s | %(error)s" +msgstr "ÐÑОбка пÑО загÑÑзкО %(name)s | %(error)s" + +#: pyload/FileManager.py:53 +msgid "none" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "offline" +msgstr "ПÑ-лайМ" + +#: pyload/FileManager.py:53 +msgid "online" +msgstr "ПМ-лайМ" + +#: pyload/FileManager.py:53 +msgid "queued" +msgstr "в ПÑеÑеЎО" + +#: pyload/FileManager.py:53 +msgid "paused" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "finished" +msgstr "закПМÑеМП" + +#: pyload/FileManager.py:54 +msgid "skipped" +msgstr "пÑПпÑÑеМП" + +#: pyload/FileManager.py:54 +msgid "failed" +msgstr "завеÑÑеМП Ñ ÐŸÑОбкПй" + +#: pyload/FileManager.py:54 +msgid "starting" +msgstr "запÑÑкаеÑÑÑ" + +#: pyload/FileManager.py:55 +msgid "waiting" +msgstr "ПжОЎаМОе" + +#: pyload/FileManager.py:55 +msgid "downloading" +msgstr "загÑÑжаеÑÑÑ" + +#: pyload/FileManager.py:55 +msgid "temp. offline" +msgstr "вÑеЌеММП МеЎПÑÑÑпМП" + +#: pyload/FileManager.py:55 +msgid "aborted" +msgstr "пÑеÑваМП" + +#: pyload/FileManager.py:56 +msgid "decrypting" +msgstr "ÑаÑкПЎОÑПваМОе" + +#: pyload/FileManager.py:56 +msgid "processing" +msgstr "ПбÑабаÑÑваеÑÑÑ" + +#: pyload/FileManager.py:56 +msgid "custom" +msgstr "пПлÑзПваÑелÑÑкОй" + +#: pyload/FileManager.py:56 +msgid "unknown" +msgstr "МеОзвеÑÑМП" + +#: pyload/FileManager.py:426 +#, python-format +msgid "Package finished: %s" +msgstr "ÐÐ°ÐºÐµÑ Ð·Ð°Ð²ÐµÑÑеМ: %s" + +#: pyload/Api.py:152 +#, python-format +msgid "User '%s' tries to log in" +msgstr "" + +#: pyload/Core.py:195 +msgid "Received Quit signal" +msgstr "ÐПлÑÑеМ ÑОгМал ÐŽÐ»Ñ Ð·Ð°Ð²ÐµÑÑÐµÐœÐžÑ ÑабПÑÑ" + +#: pyload/Core.py:323 +#, python-format +msgid "pyLoad already running with pid %s" +msgstr "pyLoad Ñже запÑÑеМ, pid %s" + +#: pyload/Core.py:337 +#, python-format +msgid "Failed changing group: %s" +msgstr "Ðе ÑЎалПÑÑ ÐžÐ·ÐŒÐµÐœÐžÑÑ Ð³ÑÑппÑ: %s" + +#: pyload/Core.py:347 +#, python-format +msgid "Failed changing user: %s" +msgstr "Ðе ÑЎалПÑÑ ÐžÐ·ÐŒÐµÐœÐžÑÑ Ð¿ÐŸÐ»ÑзПваÑелÑ: %s" + +#: pyload/Core.py:358 +msgid "Starting" +msgstr "ÐапÑÑкаеÑÑÑ" + +#: pyload/Core.py:359 +#, python-format +msgid "Using home directory: %s" +msgstr "ÐÑÐœÐŸÐ²ÐœÐ°Ñ Ð¿Ð°Ð¿ÐºÐ°: %s" + +#: pyload/Core.py:373 +msgid "All links removed" +msgstr "ÐÑе ÑÑÑлкО ÑЎалеМÑ" + +#: pyload/Core.py:403 +#, python-format +msgid "Download time: %s" +msgstr "" + +#: pyload/Core.py:418 +#, python-format +msgid "Free space: %s" +msgstr "СвПбПЎМПе ЌеÑÑП: %s" + +#: pyload/Core.py:438 +msgid "Activating Accounts..." +msgstr "ÐкÑОваÑÐžÑ Ð°ÐºÐºÐ°ÑМÑа..." + +#: pyload/Core.py:443 +msgid "Restarting failed downloads..." +msgstr "" + +#: pyload/Core.py:451 +msgid "pyLoad is up and running" +msgstr "" + +#: pyload/Core.py:474 +msgid "restarting pyLoad" +msgstr "пеÑезапÑÑк pyLoad" + +#: pyload/Core.py:478 +msgid "pyLoad quits" +msgstr "завеÑÑеМОе ÑабПÑÑ pyLoad" + +#: pyload/Core.py:564 +msgid "shutting down..." +msgstr "завеÑÑеМОе ÑабПÑÑ..." + +#: pyload/Core.py:579 +msgid "error while shutting down" +msgstr "ПÑОбка пÑО завеÑÑеМОО ÑабПÑÑ" + +#: pyload/Core.py:661 +msgid "killed pyLoad from terminal" +msgstr "" + +#: pyload/database/DatabaseBackend.py:167 +msgid "Database was deleted due to incompatible version." +msgstr "" + +#: pyload/threads/DecrypterThread.py:50 +msgid "Decrypting failed" +msgstr "" + +#: pyload/threads/DecrypterThread.py:73 +#, python-format +msgid "Decrypted %(count)d links into package %(name)s" +msgstr "" + +#: pyload/threads/DecrypterThread.py:80 +msgid "No links decrypted" +msgstr "" + +#: pyload/threads/InfoThread.py:147 +#, python-format +msgid "Info Fetching for %(name)s failed | %(err)s" +msgstr "ÐПлÑÑеМОе ОМÑПÑЌаÑОО пП %(name)s завеÑÑОлПÑÑ ÐŸÑОбкПй | %(err)s" + +#: pyload/threads/ThreadManager.py:155 +#, python-format +msgid "Reconnect Failed: %s" +msgstr "ÐеÑепПЎклÑÑеМОе Ме ÑЎалПÑÑ: %s" + +#: pyload/threads/ThreadManager.py:192 +msgid "Reconnect script not found!" +msgstr "СкÑÐžÐ¿Ñ Ð¿ÐµÑепПЎклÑÑÐµÐœÐžÑ ÐœÐµ МайЎеМ!" + +#: pyload/threads/ThreadManager.py:198 +msgid "Starting reconnect" +msgstr "ÐаÑОМаеЌ пеÑепПЎклÑÑеМОе" + +#: pyload/threads/ThreadManager.py:212 +msgid "Failed executing reconnect script!" +msgstr "ÐÑОбка пÑО вÑпПлМеМОО ÑкÑОпÑа пеÑепПЎклÑÑеМОÑ" + +#: pyload/threads/ThreadManager.py:224 +#, python-format +msgid "Reconnected, new IP: %s" +msgstr "ÐеÑепПЎклÑÑеМП, МПвÑй IP: %s" + +#: pyload/threads/ThreadManager.py:298 +msgid "Not enough space left on device" +msgstr "Ðе Ñ
ваÑÐ°ÐµÑ ÐŒÐµÑÑа Ма ÑÑÑÑПйÑÑве." + +#: pyload/threads/DownloadThread.py:64 +#, python-format +msgid "Download starts: %s" +msgstr "ÐагÑÑзка МаÑаÑа: %s" + +#: pyload/threads/DownloadThread.py:70 +#, python-format +msgid "Download finished: %s" +msgstr "ÐагÑÑзка завеÑÑеМа: %s" + +#: pyload/threads/DownloadThread.py:75 +#, python-format +msgid "Plugin %s is missing a function." +msgstr "РплагОМе %s ÐœÐµÑ ÑÑМкÑОО." + +#: pyload/threads/DownloadThread.py:83 pyload/threads/DownloadThread.py:147 +#, python-format +msgid "Download aborted: %s" +msgstr "ÐагÑÑзка пÑеÑваМа: %s" + +#: pyload/threads/DownloadThread.py:103 +#, python-format +msgid "Download restarted: %(name)s | %(msg)s" +msgstr "ÐÑОбка загÑÑзкО: %(name)s | %(msg)s" + +#: pyload/threads/DownloadThread.py:113 +#, python-format +msgid "Download is offline: %s" +msgstr "ÐагÑÑзка МеЎПÑÑÑпМа: %s" + +#: pyload/threads/DownloadThread.py:116 pyload/threads/DownloadThread.py:187 +#, python-format +msgid "Download is temporary offline: %s" +msgstr "ÐагÑÑзка вÑеЌеММП МеЎПÑÑÑпМа: %s" + +#: pyload/threads/DownloadThread.py:119 pyload/threads/DownloadThread.py:192 +#, python-format +msgid "Download failed: %(name)s | %(msg)s" +msgstr "ÐÑОбка загÑÑзкО: %(name)s | %(msg)s" + +#: pyload/threads/DownloadThread.py:136 +msgid "Couldn't connect to host or connection reset, waiting 1 minute and retry." +msgstr "ÐевПзЌПжМП ÑПеЎОМОÑÑÑÑ Ñ Ð¿ÑПвайЎеÑПЌ ОлО ÑÑÑв ÑПеЎОМеМОÑ, ÑлеЎÑÑÑÐ°Ñ Ð¿ÐŸÐ¿ÑÑка ÑеÑез ÐŸÐŽÐœÑ ÐŒÐžÐœÑÑÑ." + +#: pyload/threads/DownloadThread.py:171 +#, python-format +msgid "Download skipped: %(name)s due to %(plugin)s" +msgstr "ÐагÑÑзка пÑПпÑÑеМа: %(name)s @ %(plugin)s" + +#: pyload/threads/DownloadThread.py:188 +msgid "Internal Server Error" +msgstr "" + +#: pyload/threads/AddonThread.py:55 +msgid "An Error occurred" +msgstr "" + +#: pyload/PluginManager.py:316 +#, python-format +msgid "Error importing %(name)s: %(msg)s" +msgstr "ÐÑОбка ОЌпПÑÑа %(name)s: %(msg)s" + +#: pyload/utils/JsEngine.py:188 +msgid "No js engine detected, please install either Spidermonkey, ossp-js, pyv8, nodejs or rhino" +msgstr "" + diff --git a/locale/ru/LC_MESSAGES/django.mo b/locale/ru/LC_MESSAGES/django.mo Binary files differdeleted file mode 100644 index 0a1394f21..000000000 --- a/locale/ru/LC_MESSAGES/django.mo +++ /dev/null diff --git a/locale/ru/LC_MESSAGES/plugins.po b/locale/ru/LC_MESSAGES/plugins.po new file mode 100644 index 000000000..95d090260 --- /dev/null +++ b/locale/ru/LC_MESSAGES/plugins.po @@ -0,0 +1,424 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-20 22:13+0200\n" +"PO-Revision-Date: 2013-07-20 18:02-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Russian\n" +"Language: ru_RU\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\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" + +#: pyload/plugins/network/CurlDownload.py:241 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "ÐагÑÑзка паÑаллелÑМÑÑ
пПÑПкПв ЎаММÑÑ
завеÑÑеМа Ñ ÐŸÑОбкаЌО, вПзвÑÐ°Ñ Ðº ПЎМПпПÑПÑМПй загÑÑзке | %s" + +#: pyload/plugins/Base.py:329 +msgid "Pil and tesseract not installed and no Client connected for captcha decrypting" +msgstr "" + +#: pyload/plugins/Base.py:333 +msgid "No captcha result obtained in appropriate time." +msgstr "" + +#: pyload/plugins/Hoster.py:282 pyload/plugins/Hoster.py:319 +#: pyload/plugins/hoster/ARD.py:76 +#, python-format +msgid "Setting User and Group failed: %s" +msgstr "" + +#: pyload/plugins/Crypter.py:136 +msgid "Not existing file or unsupported protocol" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:96 +msgid "Rapidshare: Traffic Share (direct download)" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:123 +#: pyload/plugins/hoster/RapidshareCom.py:189 +msgid "Already downloading from this ip address, waiting 60 seconds" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:127 +msgid "Invalid Auth Code, download will be restarted" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:193 +msgid "RapidShareCom: No free slots" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:196 +msgid "You need a premium account for this file" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:198 +msgid "Filename reported invalid" +msgstr "" + +#: pyload/plugins/hoster/RealdebridCom.py:40 +#: pyload/plugins/hoster/Premium4Me.py:27 +#: pyload/plugins/hoster/MultiDebridCom.py:39 +#: pyload/plugins/hoster/ZeveraCom.py:24 +#: pyload/plugins/hoster/AlldebridCom.py:37 +#: pyload/plugins/hoster/RehostTo.py:25 pyload/plugins/hoster/ReloadCc.py:22 +#: pyload/plugins/hoster/DebridItaliaCom.py:38 +#: pyload/plugins/hoster/PremiumizeMe.py:19 +#, python-format +msgid "Please enter your %s account or deactivate this plugin" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:55 +msgid "Decryption failed" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:99 +msgid "No file key provided in the URL" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:111 +msgid "Error code:" +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:97 +msgid "Parallel download error, now waiting 60s." +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:208 +msgid "Not logged in." +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:135 +msgid "API key invalid" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:160 +#, python-format +msgid "%s: Not enough traffic left" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:163 +msgid "Traffic exceeded" +msgstr "" + +#: pyload/plugins/hoster/BasePlugin.py:63 +msgid "Authorization required (username:password)" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:143 +#: pyload/plugins/hoster/NetloadIn.py:167 +msgid "File temporarily not available" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:180 +#, python-format +msgid "Netload: waiting between downloads %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:209 +#, python-format +msgid "Netload: waiting for captcha %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:248 +msgid "Downloaded File was empty" +msgstr "" + +#: pyload/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 "" + +#: pyload/plugins/hoster/XHamsterCom.py:75 +#: pyload/plugins/hoster/XHamsterCom.py:84 +#: pyload/plugins/hoster/XHamsterCom.py:87 +#, python-format +msgid "long_url: %s" +msgstr "" + +#: pyload/plugins/Account.py:117 pyload/plugins/Account.py:123 +#, python-format +msgid "Could not login with account %(user)s | %(msg)s" +msgstr "" + +#: pyload/plugins/Account.py:118 +msgid "Wrong Password" +msgstr "" + +#: pyload/plugins/Account.py:184 +#, python-format +msgid "Get Account Info for %s" +msgstr "" + +#: pyload/plugins/Account.py:193 +#, python-format +msgid "Error: %s" +msgstr "" + +#: pyload/plugins/Account.py:242 +#, python-format +msgid "Your Time %s has a wrong format, use: 1:22-3:44" +msgstr "" + +#: pyload/plugins/Account.py:265 +#, python-format +msgid "Account %s has not enough traffic, checking again in 30min" +msgstr "" + +#: pyload/plugins/Account.py:273 +#, python-format +msgid "Account %s is expired, checking again in 1h" +msgstr "" + +#: pyload/plugins/Account.py:290 +#, python-format +msgid "Login with %s" +msgstr "" + +#: pyload/plugins/Addon.py:118 +#, python-format +msgid "Error executing addons: %s" +msgstr "" + +#: pyload/plugins/accounts/BitshareCom.py:36 +msgid "Activate direct Download in your Bitshare Account" +msgstr "" + +#: pyload/plugins/crypter/SerienjunkiesOrg.py:128 +msgid "Downloadlimit reached" +msgstr "" + +#: pyload/plugins/addons/Premium4Me.py:30 +msgid "Please add your premium.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:53 +#, python-format +msgid "Installed scripts for %s: " +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:69 +msgid "Script not executable:" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:79 +#, python-format +msgid "Error in %(script)s: %(error)s" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:72 +#: pyload/plugins/addons/Captcha9kw.py:56 +#: pyload/plugins/addons/ExpertDecoders.py:49 +#, python-format +msgid "%s credits left" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:120 +msgid "Could not send response." +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:138 +msgid "Your CaptchaTrader Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:89 +#, python-format +msgid "New CaptchaID from upload: %s : %s" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:123 +msgid "Your Captcha 9kw.eu Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/RehostTo.py:34 +msgid "Please add your rehost.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/HotFolder.py:82 +#, python-format +msgid "Added %s from HotFolder" +msgstr "" + +#: pyload/plugins/addons/ClickAndLoad.py:74 +msgid "Click'N'Load: Port 9666 already in use" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:82 +#: pyload/plugins/addons/IRCInterface.py:75 +#, python-format +msgid "Package finished: %s" +msgstr "ÐÐ°ÐºÐµÑ Ð·Ð°Ð²ÐµÑÑеМ: %s" + +#: pyload/plugins/addons/XMPPInterface.py:90 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" +msgstr "" + +#: pyload/plugins/addons/ExpertDecoders.py:98 +msgid "Your ExpertDecoders Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:73 +msgid "*** Plugins have been updated, please restart pyLoad ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:75 +msgid "Plugins updated and reloaded" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:78 +msgid "No plugin updates available" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:95 +msgid "No Updates for pyLoad" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:100 +#, python-format +msgid "*** New pyLoad Version %s available ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:101 +msgid "*** Get it here: http://pyload.org/download ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:104 +msgid "Not able to connect server for updates" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:148 +#, python-format +msgid "New version of %(type)s|%(name)s : %(version).2f" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:157 +#: pyload/plugins/addons/UpdateManager.py:162 +#, python-format +msgid "Error when updating %s" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:162 +msgid "Version mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:92 +#, python-format +msgid "No %s installed" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:94 +#: pyload/plugins/addons/ExtractArchive.py:99 +#, python-format +msgid "Could not activate %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:104 +msgid "Activated" +msgstr "ÐкÑОвОÑПваМ(a/П)" + +#: pyload/plugins/addons/ExtractArchive.py:106 +msgid "No Extract plugins activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:118 +#, python-format +msgid "Package %s queued for later extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:143 +#, python-format +msgid "Check package %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:183 +#, python-format +msgid "Extract to %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:197 +msgid "No files found to extract" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:203 +msgid "extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:214 +msgid "Password protected" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:234 +msgid "Wrong password" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:242 +#, python-format +msgid "Deleting %s files" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:247 +msgid "Extracting finished" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:254 +msgid "Archive Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:256 +msgid "CRC Mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:260 +msgid "Unknown Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:312 +msgid "Setting User and Group failed" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:36 +msgid "Crypter list not found" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:50 +msgid "Crypter list is empty" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:82 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:94 +#, python-format +msgid "New Captcha Request: %s" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:95 +#, python-format +msgid "Answer with 'c %s text on the captcha'" +msgstr "" + +#: pyload/plugins/addons/PremiumizeMe.py:46 +msgid "Please add a valid premiumize.me account first and restart pyLoad." +msgstr "" + +#: pyload/plugins/addons/CaptchaBrotherhood.py:69 +#, python-format +msgid "%d credits left" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:29 +#, python-format +msgid "Activated %s" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:47 +msgid "No Hoster loaded" +msgstr "" + diff --git a/locale/ru/LC_MESSAGES/pyLoad.mo b/locale/ru/LC_MESSAGES/pyLoad.mo Binary files differdeleted file mode 100644 index 156a1bc44..000000000 --- a/locale/ru/LC_MESSAGES/pyLoad.mo +++ /dev/null diff --git a/locale/ru/LC_MESSAGES/pyLoadCli.mo b/locale/ru/LC_MESSAGES/pyLoadCli.mo Binary files differdeleted file mode 100644 index adbb5e141..000000000 --- a/locale/ru/LC_MESSAGES/pyLoadCli.mo +++ /dev/null diff --git a/locale/ru/LC_MESSAGES/pyLoadGui.mo b/locale/ru/LC_MESSAGES/pyLoadGui.mo Binary files differdeleted file mode 100644 index 11d4328c0..000000000 --- a/locale/ru/LC_MESSAGES/pyLoadGui.mo +++ /dev/null diff --git a/locale/ru/LC_MESSAGES/setup.mo b/locale/ru/LC_MESSAGES/setup.mo Binary files differdeleted file mode 100644 index fb1201628..000000000 --- a/locale/ru/LC_MESSAGES/setup.mo +++ /dev/null diff --git a/locale/ru/LC_MESSAGES/setup.po b/locale/ru/LC_MESSAGES/setup.po new file mode 100644 index 000000000..5cc69579c --- /dev/null +++ b/locale/ru/LC_MESSAGES/setup.po @@ -0,0 +1,376 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-07-17 09:56-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Russian\n" +"Language: ru_RU\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\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" + +#: pyload/Setup.py:72 +msgid "Would you like to configure pyLoad via Webinterface?" +msgstr "" + +#: pyload/Setup.py:73 +msgid "You need a Browser and a connection to this PC for it." +msgstr "" + +#: pyload/Setup.py:74 +msgid "Url would be: http://hostname:8000/" +msgstr "" + +#: pyload/Setup.py:75 +msgid "Start initial webinterface for configuration?" +msgstr "" + +#: pyload/Setup.py:86 +msgid "Welcome to the pyLoad Configuration Assistent." +msgstr "ÐÐ°Ñ Ð¿ÑОвеÑÑÑвÑÐµÑ Ð¿ÐŸÐŒÐŸÑМОк пП МаÑÑÑПйке pyLoad" + +#: pyload/Setup.py:87 +msgid "It will check your system and make a basic setup in order to run pyLoad." +msgstr "ÐÑÐŽÐµÑ Ð¿ÑПвеÑеМа ÑОÑÑеЌа О вМеÑÐµÐœÑ Ð¿ÐµÑвПМаÑалÑМÑе МаÑÑÑПйкО ÐŽÐ»Ñ Ð·Ð°Ð¿ÑÑка pyLoad." + +#: pyload/Setup.py:89 +msgid "The value in brackets [] always is the default value," +msgstr "РкваЎÑаÑМÑÑ
ÑкПбкаÑ
[] ÑказÑваÑÑÑÑ Ð·ÐœÐ°ÑÐµÐœÐžÑ Ð¿ÐŸ ÑЌПлÑаМОÑ," + +#: pyload/Setup.py:90 +msgid "in case you don't want to change it or you are unsure what to choose, just hit enter." +msgstr "еÑлО ÐÑ ÐœÐµ Ñ
ПÑОÑе ЌеМÑÑÑ ÑÑО зМаÑÐµÐœÐžÑ ÐžÐ»Ðž Ме ÑвеÑÐµÐœÑ Ð² ÑвПÑÐŒ вÑбПÑе, пÑПÑÑП МажЌОÑе ENTER." + +#: pyload/Setup.py:92 +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgstr "Ðе забÑÐŽÑÑе: ÐÑ Ð²ÑегЎа ЌПжеÑе ÑМПва запÑÑÑОÑÑ Ð¿ÐŸÐŒÐŸÑМОка пП МаÑÑÑПйкаЌ, МабÑав pyLoadCore Ñ ÐºÐ»ÑÑПЌ --setup ОлО -s." + +#: pyload/Setup.py:93 +msgid "If you have any problems with this assistent hit CTRL+C," +msgstr "" + +#: pyload/Setup.py:94 +msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgstr "ÐŽÐ»Ñ Ð¿ÑекÑаÑÐµÐœÐžÑ ÑÑÑаМПвкО. pyLoadCore бПлÑÑе Ме бÑÐŽÐµÑ Ð·Ð°Ð¿ÑÑкаÑÑÑÑ Ð°Ð²ÑПЌаÑОÑеÑкО." + +#: pyload/Setup.py:96 +msgid "When you are ready for system check, hit enter." +msgstr "ÐÐ»Ñ ÑÑаÑÑа пÑПвеÑкО ÑОÑÑеЌÑ, МажЌОÑе ENTER." + +#: pyload/Setup.py:103 +msgid "Features missing: " +msgstr "" + +#: pyload/Setup.py:107 +msgid "no py-crypto available" +msgstr "МеЎПÑÑÑпеМ py-crypto" + +#: pyload/Setup.py:108 +msgid "You need this if you want to decrypt container files." +msgstr "ÐМ МÑжеМ ÐŽÐ»Ñ ÑаÑкПЎОÑÐŸÐ²Ð°ÐœÐžÑ ÑайлПв." + +#: pyload/Setup.py:112 +msgid "no SSL available" +msgstr "ÐœÐµÑ SSL" + +#: pyload/Setup.py:113 +msgid "This is needed if you want to establish a secure connection to core or webinterface." +msgstr "ÐМ МÑжеМ ÐŽÐ»Ñ Ð·Ð°ÑОÑÑ ÑÐŸÐµÐŽÐžÐœÐµÐœÐžÑ Ñ ÑÐŽÑПЌ ОлО web-ОМÑеÑÑейÑПЌ." + +#: pyload/Setup.py:114 +msgid "If you only want to access locally to pyLoad ssl is not useful." +msgstr "" + +#: pyload/Setup.py:118 +msgid "no Captcha Recognition available" +msgstr "РаÑÑОÑÑПвка Captcha МеЎПÑÑÑпМа" + +#: pyload/Setup.py:119 +msgid "Only needed for some hosters and as freeuser." +msgstr "ÐÑжМа Ма МекПÑПÑÑÑ
Ñайл-Ñ
ПÑÑОМгаÑ
." + +#: pyload/Setup.py:123 +msgid "no JavaScript engine found" +msgstr "ÐÐµÑ Ð¿ÐŸÐŽÐŽÐµÑжкО JavaScript" + +#: pyload/Setup.py:124 +msgid "You will need this for some Click'N'Load links. Install Spidermonkey, ossp-js, pyv8 or rhino" +msgstr "ÐÑП пПМаЎПбОÑÑÑÑ ÐŽÐ»Ñ ÐœÐµÐºÐŸÑПÑÑÑ
ÑÑÑлПк Click'N'Load. ÐМÑÑалОÑПвайÑе Spidermonkey, ossp-js, pyv8 ОлО rhino" + +#: pyload/Setup.py:126 +msgid "You can abort the setup now and fix some dependencies if you want." +msgstr "" + +#: pyload/Setup.py:128 +msgid "Continue with setup?" +msgstr "ÐÑПЎПлжОÑÑ ÐœÐ°ÑÑÑПйкÑ?" + +#: pyload/Setup.py:134 +#, python-format +msgid "Do you want to change the config path? Current is %s" +msgstr "ÐÑжМП лО ЌеМÑÑÑ Ð¿ÑÑÑ Ðº папке МаÑÑÑПек? ТекÑÑОй пÑÑÑ %s" + +#: pyload/Setup.py:136 +msgid "If you use pyLoad on a server or the home partition lives on an internal flash it may be a good idea to change it." +msgstr "" + +#: pyload/Setup.py:137 +msgid "Change config path?" +msgstr "ÐзЌеМОÑÑ Ð¿ÑÑÑ?" + +#: pyload/Setup.py:143 +msgid "Do you want to configure login data and basic settings?" +msgstr "ХПÑОÑе ОзЌеМОÑÑ ÑÑÑÑМÑе ЎаММÑе О ÐŽÑÑгОе базПвÑе МаÑÑÑПйкО?" + +#: pyload/Setup.py:144 +msgid "This is recommend for first run." +msgstr "ÐаÑÑПÑÑелÑМП ÑекПЌеМЎÑеÑÑÑ Ð¿ÑО пеÑвПЌ запÑÑке." + +#: pyload/Setup.py:145 +msgid "Make basic setup?" +msgstr "ÐзЌеМОÑÑ ÐŸÑМПвМÑе МаÑÑÑПйкО?" + +#: pyload/Setup.py:152 +msgid "Do you want to configure ssl?" +msgstr "ХПÑОÑе МаÑÑÑПОÑÑ SSL?" + +#: pyload/Setup.py:153 +msgid "Configure ssl?" +msgstr "ÐаÑÑÑПОÑÑ SSL?" + +#: pyload/Setup.py:159 +msgid "Do you want to configure webinterface?" +msgstr "ХПÑОÑе МаÑÑÑПОÑÑ WEB-ОМÑеÑÑейÑ?" + +#: pyload/Setup.py:160 +msgid "Configure webinterface?" +msgstr "ÐаÑÑÑПОÑÑ WEB-ОМÑеÑÑейÑ?" + +#: pyload/Setup.py:165 +msgid "Setup finished successfully." +msgstr "УÑÑаМПвка ÑÑпеÑМП завеÑÑеМа." + +#: pyload/Setup.py:166 +msgid "Hit enter to exit and restart pyLoad" +msgstr "ÐажЌОÑе ENTER О запÑÑÑОÑе pyLoad" + +#: pyload/Setup.py:173 +msgid "Webinterface running for setup." +msgstr "" + +#: pyload/Setup.py:190 +msgid "## Basic Setup ##" +msgstr "## ÐÑМПвМÑе МаÑÑÑПйкО ##" + +#: pyload/Setup.py:193 +msgid "The following logindata is valid for CLI, GUI and webinterface." +msgstr "ÐÑО ÑÑÑÑМÑе ЎаММÑе пПЎÑ
ПЎÑÑ Ðº CLI, GUI О WEB-ОМÑеÑÑейÑÑ." + +#: pyload/Setup.py:199 pyload/Setup.py:288 pyload/Setup.py:304 +msgid "Username" +msgstr "ÐПлÑзПваÑелÑ" + +#: pyload/Setup.py:205 +msgid "External clients (GUI, CLI or other) need remote access to work over the network." +msgstr "ÐМеÑМОЌ клОеМÑаЌ (GUI, CLI О ÐŽÑÑгОе) пПМаЎПбОÑÑÑÑ ÐŽÐžÑÑаМÑОПММÑй ЎПÑÑÑп ÐŽÐ»Ñ ÑабПÑÑ ÑеÑез ÑеÑÑ." + +#: pyload/Setup.py:206 +msgid "However, if you only want to use the webinterface you may disable it to save ram." +msgstr "ÐÑлО ÐÑ Ñ
ПÑОÑе пПлÑзПваÑÑÑÑ ÑПлÑкП ÑПеЎОМеМОеЌ ÑеÑез веб ОМÑеÑÑейÑ, ПÑклÑÑОÑе егП, ÑÑÐŸÐ±Ñ ÑЌеМÑÑОÑÑ Ð¿ÐŸÑÑеблеМОе ПпеÑаÑОвМПй паЌÑÑО." + +#: pyload/Setup.py:207 +msgid "Enable remote access" +msgstr "ÐклÑÑОÑÑ ÐŽÐžÑÑаМÑОПММÑй ЎПÑÑÑп" + +#: pyload/Setup.py:211 +msgid "Language" +msgstr "ЯзÑк" + +#: pyload/Setup.py:213 +msgid "Download folder" +msgstr "" + +#: pyload/Setup.py:214 +msgid "Max parallel downloads" +msgstr "ÐакÑ.ÑОÑлП ПЎМПвÑеЌеММÑÑ
закаÑек" + +#: pyload/Setup.py:218 +msgid "Use Reconnect?" +msgstr "ÐÑпПлÑзПваÑÑ Ð¿ÐµÑепПЎклÑÑеМОе ОМÑеÑМеÑа?" + +#: pyload/Setup.py:221 +msgid "Reconnect script location" +msgstr "ÐÑÑÑ Ðº ÑкÑОпÑÑ Ð¿ÐµÑепПЎклÑÑеМОÑ" + +#: pyload/Setup.py:226 +msgid "## Webinterface Setup ##" +msgstr "## УÑÑаМПвкО WEB-ОМÑеÑÑейÑа ##" + +#: pyload/Setup.py:229 +msgid "Activate webinterface?" +msgstr "ÐклÑÑОÑÑ WEB-ОМÑеÑÑейÑ?" + +#: pyload/Setup.py:231 +msgid "Listen address, if you use 127.0.0.1 or localhost, the webinterface will only accessible locally." +msgstr "ip-аЎÑÐµÑ WEB-ОМÑеÑÑейÑа. ÐÑлО ÑказаÑÑ 127.0.0.1 ОлО localhost, ÑП WEB-ОМÑеÑÑÐµÐ¹Ñ Ð±ÑÐŽÐµÑ ÐŽÐŸÑÑÑпеМ ÑПлÑкП лПкалÑМП." + +#: pyload/Setup.py:232 +msgid "Address" +msgstr "ÐÐŽÑеÑ" + +#: pyload/Setup.py:233 +msgid "Port" +msgstr "ÐПÑÑ" + +#: pyload/Setup.py:235 +msgid "pyLoad offers several server backends, now following a short explanation." +msgstr "Ð pyLoad МеÑкПлÑкП влПжеММÑÑ
ÑеÑвеÑПв, МОже ÑлеЎÑÑÑ ÐŸÐ¿ÐžÑÐ°ÐœÐžÑ Ð² кПÑПÑкПЌ вОЎе." + +#: pyload/Setup.py:236 +msgid "Default server, this server offers SSL and is a good alternative to builtin." +msgstr "" + +#: pyload/Setup.py:238 +msgid "Can be used by apache, lighttpd, requires you to configure them, which is not too easy job." +msgstr "ÐПжМП пПлÑзПваÑÑÑÑ Ð¿ÑО apache, lighttpd, ÑÑебÑÐµÑ ÐœÐ°ÑÑÑПйкО, кПÑПÑÐ°Ñ ÐœÐµ пÑПÑÑÐ°Ñ ÑабПÑа." + +#: pyload/Setup.py:239 +msgid "Very fast alternative written in C, requires libev and linux knowledge." +msgstr "" + +#: pyload/Setup.py:240 +msgid "Get it from here: https://github.com/jonashaag/bjoern, compile it" +msgstr "" + +#: pyload/Setup.py:241 +msgid "and copy bjoern.so to pyload/lib" +msgstr "" + +#: pyload/Setup.py:245 +msgid "Attention: In some rare cases the builtin server is not working, if you notice problems with the webinterface" +msgstr "" + +#: pyload/Setup.py:246 +msgid "come back here and change the builtin server to the threaded one here." +msgstr "" + +#: pyload/Setup.py:248 +msgid "Server" +msgstr "СеÑвеÑ" + +#: pyload/Setup.py:253 +msgid "## SSL Setup ##" +msgstr "## ÐаÑÑÑПйкО SSL ##" + +#: pyload/Setup.py:255 +msgid "Execute these commands from pyLoad config folder to make ssl certificates:" +msgstr "ÐÐ»Ñ Ð³ÐµÐœÐµÑаÑОО SSL ÑеÑÑОÑОкаÑПв вÑпПлМОÑе ÑлеЎÑÑÑОе кПЌаМЎÑ, МаÑ
ПЎÑÑÑ Ð² папке кПМÑОгÑÑаÑОО pyLoad:" + +#: pyload/Setup.py:261 +msgid "If you're done and everything went fine, you can activate ssl now." +msgstr "ÐÑлО вÑÑ Ð¿ÑПÑлП ÑÑпеÑМП, ÑейÑÐ°Ñ ÐŒÐŸÐ¶ÐœÐŸ бÑÐŽÐµÑ Ð²ÐºÐ»ÑÑОÑÑ Ð¿ÐŸÐŽÐŽÐµÑÐ¶ÐºÑ SSL." + +#: pyload/Setup.py:262 +msgid "Activate SSL?" +msgstr "ÐклÑÑОÑÑ SSL?" + +#: pyload/Setup.py:278 +msgid "Select action" +msgstr "ÐÑбеÑОÑе ЎейÑÑвОе" + +#: pyload/Setup.py:279 +msgid "1 - Create/Edit user" +msgstr "1 - ÐПбавОÑÑ/ÐзЌеМОÑÑ Ð¿ÐŸÐ»ÑзПваÑелÑ" + +#: pyload/Setup.py:280 +msgid "2 - List users" +msgstr "2 - ÐПказаÑÑ ÑпОÑПк пПлÑзПваÑелей" + +#: pyload/Setup.py:281 +msgid "3 - Remove user" +msgstr "3 - УЎалОÑÑ Ð¿ÐŸÐ»ÑзПваÑелÑ" + +#: pyload/Setup.py:282 +msgid "4 - Quit" +msgstr "4 - ÐÑÑ
ПЎ" + +#: pyload/Setup.py:294 +msgid "Users" +msgstr "ÐПлÑзПваÑелО" + +#: pyload/Setup.py:322 +msgid "Setting new configpath, current configuration will not be transferred!" +msgstr "" + +#: pyload/Setup.py:323 +msgid "Config path" +msgstr "" + +#: pyload/Setup.py:331 +msgid "Config path changed, setup will now close, please restart to go on." +msgstr "" + +#: pyload/Setup.py:332 +msgid "Press Enter to exit." +msgstr "ÐажЌОÑе клавОÑÑ Enter ÐŽÐ»Ñ Ð²ÑÑ
ПЎа." + +#: pyload/Setup.py:336 +#, python-format +msgid "Setting config path failed: %s" +msgstr "Ðе ÑЎалПÑÑ ÑÑÑаМПвОÑÑ Ð¿ÑÑÑ Ðº МаÑÑÑПйкаЌ: %s" + +#: pyload/Setup.py:347 +msgid "y" +msgstr "Ўа" + +#: pyload/Setup.py:349 +msgid "n" +msgstr "МеÑ" + +#: pyload/Setup.py:373 +msgid "Password: " +msgstr "ÐаÑПлÑ: " + +#: pyload/Setup.py:377 +msgid "Password too short. Use at least 4 symbols." +msgstr "" + +#: pyload/Setup.py:380 +msgid "Password (again): " +msgstr "ÐаÑÐŸÐ»Ñ (ÐПвÑПÑОÑÑ)" + +#: pyload/Setup.py:386 +msgid "Passwords did not match." +msgstr "ÐаÑПлО Ме ÑПвпаЎаÑÑ." + +#: pyload/Setup.py:397 +msgid "yes" +msgstr "" + +#: pyload/Setup.py:397 +msgid "true" +msgstr "" + +#: pyload/Setup.py:397 +msgid "t" +msgstr "" + +#: pyload/Setup.py:400 +msgid "no" +msgstr "" + +#: pyload/Setup.py:400 +msgid "false" +msgstr "" + +#: pyload/Setup.py:400 +msgid "f" +msgstr "" + +#: pyload/Setup.py:403 pyload/Setup.py:413 +msgid "Invalid Input" +msgstr "ÐекПÑÑекÑМÑй ввПЎ" + diff --git a/locale/ru/LC_MESSAGES/webUI.po b/locale/ru/LC_MESSAGES/webUI.po new file mode 100644 index 000000000..3525f7ca8 --- /dev/null +++ b/locale/ru/LC_MESSAGES/webUI.po @@ -0,0 +1,133 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-08-10 11:58+0200\n" +"PO-Revision-Date: 2013-08-31 15:21-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Russian\n" +"Language: ru_RU\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\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" + +#: pyload/web/app/scripts/helpers/formatSize.js:9 +msgid "not available" +msgstr "" + +#: pyload/web/app/scripts/helpers/formatSize.js:11 +msgid "unlimited" +msgstr "безгÑаМОÑМÑй" + +#: pyload/web/app/templates/default/admin.html:3 +#: pyload/web/app/templates/default/admin.html:4 +msgid "Admin" +msgstr "" + +#: pyload/web/app/templates/default/setup.html:3 +msgid "Setup" +msgstr "" + +#: pyload/web/app/templates/default/accounts/actionbar.html:2 +msgid "Add Account" +msgstr "" + +#: pyload/web/app/templates/default/accounts/layout.html:2 +msgid "Accounts" +msgstr "ÐккаÑМÑÑ" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:9 +msgid "Local" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:18 +msgid "Search" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:26 +msgid "Type" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:44 +#: pyload/web/app/templates/default/dashboard/actionbar.html:49 +msgid "All" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:50 +msgid "Finished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:51 +msgid "Unfinished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:52 +msgid "Failed" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/select.html:1 +msgid "1 package" +msgid_plural "%d packages" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: pyload/web/app/templates/default/dashboard/select.html:4 +msgid "1 file" +msgid_plural "%d files" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:2 +msgid "Add an account" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:7 +msgid "Please enter your account data" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:3 +msgid "Choose a plugin" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:9 +msgid "Please choose a plugin, which you want to configure" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:23 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:46 +msgid "Add" +msgstr "ÐПбавОÑÑ" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:24 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:47 +#: pyload/web/app/templates/default/dialogs/interactionTask.html:35 +msgid "Close" +msgstr "ÐакÑÑÑÑ" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:2 +msgid "Please confirm" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:5 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:8 +msgid "Delete" +msgstr "УЎалОÑÑ" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:9 +msgid "Cancel" +msgstr "ÐÑЌеМОÑÑ" + +#: pyload/web/app/templates/default/dialogs/interactionTask.html:34 +msgid "Submit" +msgstr "ÐÑпÑавОÑÑ" + +#: pyload/web/app/templates/default/header/layout.html:12 +msgid "Running..." +msgstr "" + diff --git a/locale/setup.pot b/locale/setup.pot index cf4dd8cfc..c9ace7bd5 100644 --- a/locale/setup.pot +++ b/locale/setup.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: pyLoad 0.4.9\n" +"Project-Id-Version: pyload 0.4.9.9-dev\n" "Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" -"POT-Creation-Date: 2011-12-07 19:21+0100\n" +"POT-Creation-Date: 2013-10-13 18:16+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,479 +17,305 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: module/setup.py:51 -msgid "y" -msgstr "" - -#: module/setup.py:53 -msgid "n" -msgstr "" - -#: module/setup.py:72 +#: pyload/setup/Setup.py:118 msgid "Welcome to the pyLoad Configuration Assistent." msgstr "" -#: module/setup.py:73 +#: pyload/setup/Setup.py:119 msgid "" "It will check your system and make a basic setup in order to run pyLoad." msgstr "" -#: module/setup.py:75 +#: pyload/setup/Setup.py:121 msgid "The value in brackets [] always is the default value," msgstr "" -#: module/setup.py:76 +#: pyload/setup/Setup.py:122 msgid "" "in case you don't want to change it or you are unsure what to choose, just " "hit enter." msgstr "" -#: module/setup.py:77 +#: pyload/setup/Setup.py:124 msgid "" "Don't forget: You can always rerun this assistent with --setup or -s " "parameter, when you start pyLoadCore." msgstr "" -#: module/setup.py:78 -msgid "If you have any problems with this assistent hit STRG-C," +#: pyload/setup/Setup.py:125 +msgid "If you have any problems with this assistent hit CTRL+C," msgstr "" -#: module/setup.py:79 +#: pyload/setup/Setup.py:126 msgid "to abort and don't let him start with pyLoadCore automatically anymore." msgstr "" -#: module/setup.py:81 +#: pyload/setup/Setup.py:128 msgid "When you are ready for system check, hit enter." msgstr "" -#: module/setup.py:88 -msgid "You need pycurl, sqlite and python 2.5, 2.6 or 2.7 to run pyLoad." -msgstr "" - -#: module/setup.py:89 -msgid "Please correct this and re-run pyLoad." -msgstr "" - -#: module/setup.py:90 -msgid "Setup will now close." -msgstr "" - -#: module/setup.py:94 -msgid "System check finished, hit enter to see your status report." -msgstr "" - -#: module/setup.py:96 -msgid "## Status ##" -msgstr "" - -#: module/setup.py:101 -msgid "container decrypting" -msgstr "" - -#: module/setup.py:102 -msgid "ssl connection" -msgstr "" - -#: module/setup.py:103 -msgid "automatic captcha decryption" -msgstr "" - -#: module/setup.py:104 -msgid "GUI" -msgstr "" - -#: module/setup.py:105 -msgid "Webinterface" -msgstr "" - -#: module/setup.py:106 -msgid "extended Click'N'Load" -msgstr "" - -#: module/setup.py:113 -msgid "Features available:" -msgstr "" - -#: module/setup.py:117 -msgid "Featues missing: " -msgstr "" - -#: module/setup.py:121 -msgid "no py-crypto available" -msgstr "" - -#: module/setup.py:122 -msgid "You need this if you want to decrypt container files." -msgstr "" - -#: module/setup.py:126 -msgid "no SSL available" -msgstr "" - -#: module/setup.py:127 -msgid "" -"This is needed if you want to establish a secure connection to core or " -"webinterface." -msgstr "" - -#: module/setup.py:128 -msgid "If you only want to access locally to pyLoad ssl is not usefull." -msgstr "" - -#: module/setup.py:132 -msgid "no Captcha Recognition available" -msgstr "" - -#: module/setup.py:133 -msgid "Only needed for some hosters and as freeuser." -msgstr "" - -#: module/setup.py:137 -msgid "Gui not available" -msgstr "" - -#: module/setup.py:138 -msgid "The Graphical User Interface." -msgstr "" - -#: module/setup.py:142 -msgid "no JavaScript engine found" -msgstr "" - -#: module/setup.py:143 -msgid "" -"You will need this for some Click'N'Load links. Install Spidermonkey, ossp-" -"js, pyv8 or rhino" -msgstr "" - -#: module/setup.py:145 -msgid "You can abort the setup now and fix some dependicies if you want." -msgstr "" - -#: module/setup.py:147 +#: pyload/setup/Setup.py:134 msgid "Continue with setup?" msgstr "" -#: module/setup.py:153 +#: pyload/setup/Setup.py:140 #, python-format msgid "Do you want to change the config path? Current is %s" msgstr "" -#: module/setup.py:154 +#: pyload/setup/Setup.py:142 msgid "" -"If you use pyLoad on a server or the home partition lives on an iternal " +"If you use pyLoad on a server or the home partition lives on an internal " "flash it may be a good idea to change it." msgstr "" -#: module/setup.py:155 +#: pyload/setup/Setup.py:143 msgid "Change config path?" msgstr "" -#: module/setup.py:162 +#: pyload/setup/Setup.py:149 msgid "Do you want to configure login data and basic settings?" msgstr "" -#: module/setup.py:163 +#: pyload/setup/Setup.py:150 msgid "This is recommend for first run." msgstr "" -#: module/setup.py:164 +#: pyload/setup/Setup.py:151 msgid "Make basic setup?" msgstr "" -#: module/setup.py:171 +#: pyload/setup/Setup.py:158 msgid "Do you want to configure ssl?" msgstr "" -#: module/setup.py:172 +#: pyload/setup/Setup.py:159 msgid "Configure ssl?" msgstr "" -#: module/setup.py:178 +#: pyload/setup/Setup.py:164 msgid "Do you want to configure webinterface?" msgstr "" -#: module/setup.py:179 +#: pyload/setup/Setup.py:165 msgid "Configure webinterface?" msgstr "" -#: module/setup.py:184 +#: pyload/setup/Setup.py:170 msgid "Setup finished successfully." msgstr "" -#: module/setup.py:185 +#: pyload/setup/Setup.py:171 msgid "Hit enter to exit and restart pyLoad" msgstr "" -#: module/setup.py:191 -msgid "## System Check ##" -msgstr "" - -#: module/setup.py:196 -msgid "Your python version is to new, Please use Python 2.6/2.7" -msgstr "" - -#: module/setup.py:199 -msgid "Your python version is to old, Please use at least Python 2.5" -msgstr "" - -#: module/setup.py:202 -msgid "Python Version: OK" -msgstr "" - -#: module/setup.py:249 -#, python-format -msgid "Your installed jinja2 version %s seems too old." -msgstr "" - -#: module/setup.py:250 -msgid "You can safely continue but if the webinterface is not working," -msgstr "" - -#: module/setup.py:251 -msgid "" -"please upgrade or deinstall it, pyLoad includes a sufficient jinja2 libary." -msgstr "" - -#: module/setup.py:268 -msgid "JS engine" -msgstr "" - -#: module/setup.py:274 +#: pyload/setup/Setup.py:178 msgid "## Basic Setup ##" msgstr "" -#: module/setup.py:277 +#: pyload/setup/Setup.py:181 msgid "The following logindata is valid for CLI, GUI and webinterface." msgstr "" -#: module/setup.py:282 module/setup.py:371 module/setup.py:387 +#: pyload/setup/Setup.py:187 pyload/setup/Setup.py:265 +#: pyload/setup/Setup.py:279 msgid "Username" msgstr "" -#: module/setup.py:288 -msgid "" -"External clients (GUI, CLI or other) need remote access to work over the " -"network." -msgstr "" - -#: module/setup.py:289 -msgid "" -"However, if you only want to use the webinterface you may disable it to save " -"ram." -msgstr "" - -#: module/setup.py:290 -msgid "Enable remote access" -msgstr "" - -#: module/setup.py:295 +#: pyload/setup/Setup.py:194 msgid "Language" msgstr "" -#: module/setup.py:298 -msgid "Downloadfolder" +#: pyload/setup/Setup.py:196 +msgid "Download folder" msgstr "" -#: module/setup.py:299 +#: pyload/setup/Setup.py:197 msgid "Max parallel downloads" msgstr "" -#: module/setup.py:303 +#: pyload/setup/Setup.py:199 msgid "Use Reconnect?" msgstr "" -#: module/setup.py:306 +#: pyload/setup/Setup.py:202 msgid "Reconnect script location" msgstr "" -#: module/setup.py:311 +#: pyload/setup/Setup.py:207 msgid "## Webinterface Setup ##" msgstr "" -#: module/setup.py:314 +#: pyload/setup/Setup.py:210 msgid "Activate webinterface?" msgstr "" -#: module/setup.py:316 +#: pyload/setup/Setup.py:212 msgid "" "Listen address, if you use 127.0.0.1 or localhost, the webinterface will " "only accessible locally." msgstr "" -#: module/setup.py:317 +#: pyload/setup/Setup.py:213 msgid "Address" msgstr "" -#: module/setup.py:318 +#: pyload/setup/Setup.py:214 msgid "Port" msgstr "" -#: module/setup.py:320 +#: pyload/setup/Setup.py:216 msgid "" "pyLoad offers several server backends, now following a short explanation." msgstr "" -#: module/setup.py:321 -msgid "Default server, best choice if you dont know which one to choose." -msgstr "" - -#: module/setup.py:322 -msgid "This server offers SSL and is a good alternative to builtin." +#: pyload/setup/Setup.py:217 +msgid "" +"Default server, this server offers SSL and is a good alternative to builtin." msgstr "" -#: module/setup.py:323 +#: pyload/setup/Setup.py:219 msgid "" "Can be used by apache, lighttpd, requires you to configure them, which is " "not too easy job." msgstr "" -#: module/setup.py:324 -msgid "Very fast alternative written in C, requires libev and linux knowlegde." +#: pyload/setup/Setup.py:220 +msgid "Very fast alternative written in C, requires libev and linux knowledge." msgstr "" -#: module/setup.py:325 +#: pyload/setup/Setup.py:221 msgid "Get it from here: https://github.com/jonashaag/bjoern, compile it" msgstr "" -#: module/setup.py:326 -msgid "and copy bjoern.so to module/lib" +#: pyload/setup/Setup.py:222 +msgid "and copy bjoern.so to pyload/lib" msgstr "" -#: module/setup.py:329 +#: pyload/setup/Setup.py:226 msgid "" "Attention: In some rare cases the builtin server is not working, if you " "notice problems with the webinterface" msgstr "" -#: module/setup.py:330 +#: pyload/setup/Setup.py:227 msgid "come back here and change the builtin server to the threaded one here." msgstr "" -#: module/setup.py:333 +#: pyload/setup/Setup.py:229 msgid "Server" msgstr "" -#: module/setup.py:337 +#: pyload/setup/Setup.py:234 msgid "## SSL Setup ##" msgstr "" -#: module/setup.py:339 +#: pyload/setup/Setup.py:236 msgid "" "Execute these commands from pyLoad config folder to make ssl certificates:" msgstr "" -#: module/setup.py:345 +#: pyload/setup/Setup.py:242 msgid "If you're done and everything went fine, you can activate ssl now." msgstr "" -#: module/setup.py:347 +#: pyload/setup/Setup.py:243 msgid "Activate SSL?" msgstr "" -#: module/setup.py:361 +#: pyload/setup/Setup.py:255 msgid "Select action" msgstr "" -#: module/setup.py:362 +#: pyload/setup/Setup.py:256 msgid "1 - Create/Edit user" msgstr "" -#: module/setup.py:363 +#: pyload/setup/Setup.py:257 msgid "2 - List users" msgstr "" -#: module/setup.py:364 +#: pyload/setup/Setup.py:258 msgid "3 - Remove user" msgstr "" -#: module/setup.py:365 +#: pyload/setup/Setup.py:259 msgid "4 - Quit" msgstr "" -#: module/setup.py:377 +#: pyload/setup/Setup.py:270 msgid "Users" msgstr "" -#: module/setup.py:406 -msgid "Setting new configpath, current configuration will not be transfered!" +#: pyload/setup/Setup.py:318 +msgid "Setting new configpath, current configuration will not be transferred!" msgstr "" -#: module/setup.py:407 -msgid "Configpath" +#: pyload/setup/Setup.py:319 +msgid "Config path" msgstr "" -#: module/setup.py:415 -msgid "Configpath changed, setup will now close, please restart to go on." +#: pyload/setup/Setup.py:327 +msgid "Config path changed, setup will now close, please restart to go on." msgstr "" -#: module/setup.py:416 +#: pyload/setup/Setup.py:328 msgid "Press Enter to exit." msgstr "" -#: module/setup.py:420 +#: pyload/setup/Setup.py:332 #, python-format msgid "Setting config path failed: %s" msgstr "" -#: module/setup.py:425 -#, python-format -msgid "%s: OK" -msgstr "" - -#: module/setup.py:427 -#, python-format -msgid "%s: missing" -msgstr "" - -#: module/setup.py:456 -msgid "[y]/n" +#: pyload/setup/Setup.py:343 +msgid "y" msgstr "" -#: module/setup.py:458 -msgid "y/[n]" +#: pyload/setup/Setup.py:345 +msgid "n" msgstr "" -#: module/setup.py:470 +#: pyload/setup/Setup.py:369 msgid "Password: " msgstr "" -#: module/setup.py:475 -msgid "Password to short. Use at least 4 symbols." +#: pyload/setup/Setup.py:373 +msgid "Password too short. Use at least 4 symbols." msgstr "" -#: module/setup.py:481 +#: pyload/setup/Setup.py:376 msgid "Password (again): " msgstr "" -#: module/setup.py:488 +#: pyload/setup/Setup.py:382 msgid "Passwords did not match." msgstr "" -#: module/setup.py:499 +#: pyload/setup/Setup.py:393 msgid "yes" msgstr "" -#: module/setup.py:499 +#: pyload/setup/Setup.py:393 msgid "true" msgstr "" -#: module/setup.py:499 +#: pyload/setup/Setup.py:393 msgid "t" msgstr "" -#: module/setup.py:502 +#: pyload/setup/Setup.py:396 msgid "no" msgstr "" -#: module/setup.py:502 +#: pyload/setup/Setup.py:396 msgid "false" msgstr "" -#: module/setup.py:502 +#: pyload/setup/Setup.py:396 msgid "f" msgstr "" -#: module/setup.py:505 module/setup.py:516 +#: pyload/setup/Setup.py:399 pyload/setup/Setup.py:409 msgid "Invalid Input" msgstr "" diff --git a/locale/sq/LC_MESSAGES/cli.po b/locale/sq/LC_MESSAGES/cli.po new file mode 100644 index 000000000..84e7ae1df --- /dev/null +++ b/locale/sq/LC_MESSAGES/cli.po @@ -0,0 +1,291 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Albanian\n" +"Language: sq_AL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/cli/AddPackage.py:48 +msgid "Add Package:" +msgstr "" + +#: pyload/cli/AddPackage.py:53 +msgid "Enter a name for the new package" +msgstr "" + +#: pyload/cli/AddPackage.py:57 +#, python-format +msgid "Package: %s" +msgstr "" + +#: pyload/cli/AddPackage.py:58 +msgid "Parse the links you want to add." +msgstr "" + +#: pyload/cli/AddPackage.py:59 +#, python-format +msgid "Type %s when done." +msgstr "" + +#: pyload/cli/AddPackage.py:60 +msgid "Links added: " +msgstr "" + +#: pyload/cli/AddPackage.py:64 pyload/cli/ManageFiles.py:149 +msgid " back to main menu" +msgstr "" + +#: pyload/cli/ManageFiles.py:97 +msgid "Manage Packages:" +msgstr "" + +#: pyload/cli/ManageFiles.py:99 +msgid "Manage Links:" +msgstr "" + +#: pyload/cli/ManageFiles.py:104 +msgid "What do you want to move?" +msgstr "" + +#: pyload/cli/ManageFiles.py:106 +msgid "What do you want to delete?" +msgstr "" + +#: pyload/cli/ManageFiles.py:108 +msgid "What do you want to restart?" +msgstr "" + +#: pyload/cli/ManageFiles.py:113 +msgid "Choose what you want to do, or enter package number." +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "delete" +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "move" +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "restart" +msgstr "" + +#: pyload/cli/ManageFiles.py:148 +msgid " - previous" +msgstr "" + +#: pyload/cli/ManageFiles.py:148 +msgid " - next" +msgstr "" + +#: pyload/cli/Cli.py:75 pyload/cli/Cli.py:133 +msgid " Command Line Interface" +msgstr "" + +#: pyload/cli/Cli.py:165 +#, python-format +msgid "%s Downloads:" +msgstr "" + +#: pyload/cli/Cli.py:177 +msgid " Speed: " +msgstr "" + +#: pyload/cli/Cli.py:177 +msgid " Size: " +msgstr "" + +#: pyload/cli/Cli.py:178 +msgid " Finished in: " +msgstr "" + +#: pyload/cli/Cli.py:179 +msgid " ID: " +msgstr "" + +#: pyload/cli/Cli.py:184 +msgid "waiting: " +msgstr "" + +#: pyload/cli/Cli.py:191 pyload/cli/Cli.py:193 +msgid "Status:" +msgstr "" + +#: pyload/cli/Cli.py:191 +msgid "paused" +msgstr "" + +#: pyload/cli/Cli.py:193 +msgid "running" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "total Speed" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "Files in queue" +msgstr "" + +#: pyload/cli/Cli.py:197 +msgid "Total" +msgstr "" + +#: pyload/cli/Cli.py:203 +msgid "Menu:" +msgstr "" + +#: pyload/cli/Cli.py:205 +msgid " Add Links" +msgstr "" + +#: pyload/cli/Cli.py:206 +msgid " Manage Queue" +msgstr "" + +#: pyload/cli/Cli.py:207 +msgid " Manage Collector" +msgstr "" + +#: pyload/cli/Cli.py:208 +msgid " (Un)Pause Server" +msgstr "" + +#: pyload/cli/Cli.py:209 +msgid " Kill Server" +msgstr "" + +#: pyload/cli/Cli.py:210 +msgid " Quit" +msgstr "" + +#: pyload/cli/Cli.py:289 pyload/cli/Cli.py:296 +msgid "Please use this syntax: add <Package name> <link> <link2> ..." +msgstr "" + +#: pyload/cli/Cli.py:315 +#, python-format +msgid "Checking %d links:" +msgstr "" + +#: pyload/cli/Cli.py:324 +msgid "File does not exists." +msgstr "" + +#: pyload/cli/Cli.py:385 +msgid "pyLoad was terminated" +msgstr "" + +#: pyload/cli/Cli.py:443 +msgid "Prints server status" +msgstr "" + +#: pyload/cli/Cli.py:444 +msgid "Prints downloads in queue" +msgstr "" + +#: pyload/cli/Cli.py:445 +msgid "Prints downloads in collector" +msgstr "" + +#: pyload/cli/Cli.py:446 +msgid "Adds package to queue" +msgstr "" + +#: pyload/cli/Cli.py:447 +msgid "Adds package to collector" +msgstr "" + +#: pyload/cli/Cli.py:448 +msgid "Delete Files from Queue/Collector" +msgstr "" + +#: pyload/cli/Cli.py:449 +msgid "Delete Packages from Queue/Collector" +msgstr "" + +#: pyload/cli/Cli.py:450 +msgid "Move Packages from Queue to Collector or vice versa" +msgstr "" + +#: pyload/cli/Cli.py:451 +msgid "Restart files" +msgstr "" + +#: pyload/cli/Cli.py:452 +msgid "Restart packages" +msgstr "" + +#: pyload/cli/Cli.py:453 +msgid "Check online status, works with local container" +msgstr "" + +#: pyload/cli/Cli.py:454 +msgid "Checks online status of a container file" +msgstr "" + +#: pyload/cli/Cli.py:455 +msgid "Pause the server" +msgstr "" + +#: pyload/cli/Cli.py:456 +msgid "continue downloads" +msgstr "" + +#: pyload/cli/Cli.py:457 +msgid "Toggle pause/unpause" +msgstr "" + +#: pyload/cli/Cli.py:458 +msgid "kill server" +msgstr "" + +#: pyload/cli/Cli.py:460 +msgid "List of commands:" +msgstr "" + +#: pyload/cli/Cli.py:473 +msgid "Couldn't write user config file" +msgstr "" + +#: pyload/cli/Cli.py:548 pyload/cli/Cli.py:580 +msgid "You need py-openssl to connect to this pyLoad core." +msgstr "" + +#: pyload/cli/Cli.py:555 +msgid "Address: " +msgstr "" + +#: pyload/cli/Cli.py:556 +msgid "Port: " +msgstr "" + +#: pyload/cli/Cli.py:557 +msgid "Username: " +msgstr "" + +#: pyload/cli/Cli.py:561 +msgid "Password: " +msgstr "" + +#: pyload/cli/Cli.py:566 pyload/cli/Cli.py:575 +msgid "Login data is wrong." +msgstr "" + +#: pyload/cli/Cli.py:568 pyload/cli/Cli.py:577 +#, python-format +msgid "Could not establish connection to %(addr)s:%(port)s." +msgstr "" + +#: pyload/cli/Cli.py:582 +msgid "Interactive mode ignored since you passed some commands." +msgstr "" + diff --git a/locale/sq/LC_MESSAGES/core.po b/locale/sq/LC_MESSAGES/core.po new file mode 100644 index 000000000..a0b939603 --- /dev/null +++ b/locale/sq/LC_MESSAGES/core.po @@ -0,0 +1,630 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Albanian\n" +"Language: sq_AL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/AddonManager.py:62 +#, python-format +msgid "Error when executing %s" +msgstr "" + +#: pyload/AddonManager.py:93 +#, python-format +msgid "Failed activating %(name)s" +msgstr "" + +#: pyload/AddonManager.py:96 +#, python-format +msgid "Activated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:97 +#, python-format +msgid "Deactivated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:153 +msgid "Activating Plugins..." +msgstr "" + +#: pyload/AddonManager.py:162 +msgid "Deactivating Plugins..." +msgstr "" + +#: pyload/web/ServerThread.py:49 +msgid "SSL certificates not found." +msgstr "" + +#: pyload/web/ServerThread.py:53 +msgid "WebUI built is not available" +msgstr "" + +#: pyload/web/ServerThread.py:55 +msgid "Running webUI in development mode" +msgstr "" + +#: pyload/web/ServerThread.py:73 +msgid "Failed starting webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:107 +msgid "Failed importing webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:125 +msgid "This server offers no SSL, please consider using threaded instead" +msgstr "" + +#: pyload/web/ServerThread.py:139 +#, python-format +msgid "Starting %(name)s webserver: %(host)s:%(port)d" +msgstr "" + +#: pyload/config/default.py:14 +msgid "Remote" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Description" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Long description" +msgstr "" + +#: pyload/config/default.py:16 pyload/config/default.py:56 +#: pyload/config/default.py:63 +msgid "Activated" +msgstr "" + +#: pyload/config/default.py:17 pyload/config/default.py:69 +#: pyload/config/default.py:80 +msgid "Port" +msgstr "" + +#: pyload/config/default.py:18 pyload/config/default.py:77 +msgid "Address" +msgstr "" + +#: pyload/config/default.py:21 +msgid "Log" +msgstr "" + +#: pyload/config/default.py:23 +msgid "Size in kb" +msgstr "" + +#: pyload/config/default.py:24 +msgid "Folder" +msgstr "" + +#: pyload/config/default.py:25 +msgid "File Log" +msgstr "" + +#: pyload/config/default.py:26 +msgid "Count" +msgstr "" + +#: pyload/config/default.py:27 +msgid "Log Rotate" +msgstr "" + +#: pyload/config/default.py:30 +msgid "Permissions" +msgstr "" + +#: pyload/config/default.py:32 +msgid "Groupname" +msgstr "" + +#: pyload/config/default.py:33 +msgid "Change Group and User of Downloads" +msgstr "" + +#: pyload/config/default.py:34 +msgid "Change file mode of downloads" +msgstr "" + +#: pyload/config/default.py:35 pyload/config/default.py:75 +msgid "Username" +msgstr "" + +#: pyload/config/default.py:36 +msgid "Filemode for Downloads" +msgstr "" + +#: pyload/config/default.py:37 +msgid "Change group of running process" +msgstr "" + +#: pyload/config/default.py:38 +msgid "Folder Permission mode" +msgstr "" + +#: pyload/config/default.py:39 +msgid "Change user of running process" +msgstr "" + +#: pyload/config/default.py:42 +msgid "General" +msgstr "" + +#: pyload/config/default.py:44 +msgid "Language" +msgstr "" + +#: pyload/config/default.py:45 +msgid "Download Folder" +msgstr "" + +#: pyload/config/default.py:46 +msgid "Use Checksum" +msgstr "" + +#: pyload/config/default.py:47 +msgid "Create folder for each package" +msgstr "" + +#: pyload/config/default.py:48 +msgid "Debug Mode" +msgstr "" + +#: pyload/config/default.py:49 +msgid "Min Free Space (MB)" +msgstr "" + +#: pyload/config/default.py:50 +msgid "CPU Priority" +msgstr "" + +#: pyload/config/default.py:53 +msgid "SSL" +msgstr "" + +#: pyload/config/default.py:55 +msgid "SSL Certificate" +msgstr "" + +#: pyload/config/default.py:57 +msgid "SSL Key" +msgstr "" + +#: pyload/config/default.py:60 +msgid "Webinterface" +msgstr "" + +#: pyload/config/default.py:62 +msgid "Template" +msgstr "" + +#: pyload/config/default.py:64 +msgid "Path Prefix" +msgstr "" + +#: pyload/config/default.py:65 +msgid "Server" +msgstr "" + +#: pyload/config/default.py:66 +msgid "Favor specific server" +msgstr "" + +#: pyload/config/default.py:67 +msgid "IP" +msgstr "" + +#: pyload/config/default.py:68 +msgid "Use HTTPS" +msgstr "" + +#: pyload/config/default.py:70 +msgid "Development mode" +msgstr "" + +#: pyload/config/default.py:73 +msgid "Proxy" +msgstr "" + +#: pyload/config/default.py:76 +msgid "Use Proxy" +msgstr "" + +#: pyload/config/default.py:78 +msgid "Password" +msgstr "" + +#: pyload/config/default.py:79 +msgid "Protocol" +msgstr "" + +#: pyload/config/default.py:83 +msgid "Reconnect" +msgstr "" + +#: pyload/config/default.py:85 pyload/config/default.py:106 +msgid "End" +msgstr "" + +#: pyload/config/default.py:86 +msgid "Use Reconnect" +msgstr "" + +#: pyload/config/default.py:87 +msgid "Method" +msgstr "" + +#: pyload/config/default.py:88 pyload/config/default.py:105 +msgid "Start" +msgstr "" + +#: pyload/config/default.py:91 +msgid "Download" +msgstr "" + +#: pyload/config/default.py:93 +msgid "Max Parallel Downloads" +msgstr "" + +#: pyload/config/default.py:94 +msgid "Limit Download Speed" +msgstr "" + +#: pyload/config/default.py:95 +msgid "Download interface to bind (ip or Name)" +msgstr "" + +#: pyload/config/default.py:96 +msgid "Skip already existing files" +msgstr "" + +#: pyload/config/default.py:97 +msgid "Max Download Speed in kb/s" +msgstr "" + +#: pyload/config/default.py:98 +msgid "Allow IPv6" +msgstr "" + +#: pyload/config/default.py:99 +msgid "Max connections for one download" +msgstr "" + +#: pyload/config/default.py:100 +msgid "Restart failed downloads on startup" +msgstr "" + +#: pyload/config/default.py:103 +msgid "Download Time" +msgstr "" + +#: pyload/network/HTTPDownload.py:249 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/api/DownloadApi.py:44 +#, python-format +msgid "Added package %(name)s as folder %(folder)s" +msgstr "" + +#: pyload/api/DownloadApi.py:95 +#, python-format +msgid "Added %d links to package" +msgstr "" + +#: pyload/AccountManager.py:69 +#, python-format +msgid "Unknown account plugin %s" +msgstr "" + +#: pyload/interaction/InteractionManager.py:88 +msgid "Query" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Captcha request" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Please solve the captcha." +msgstr "" + +#: pyload/remote/RemoteManager.py:35 +#, python-format +msgid "Remote backend error: %s" +msgstr "" + +#: pyload/remote/RemoteManager.py:80 +#, python-format +msgid "Starting %(name)s: %(addr)s:%(port)s" +msgstr "" + +#: pyload/remote/RemoteManager.py:82 +#, python-format +msgid "Failed loading backend %(name)s | %(error)s" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "none" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "offline" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "online" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "queued" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "paused" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "finished" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "skipped" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "failed" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "starting" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "waiting" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "downloading" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "temp. offline" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "aborted" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "decrypting" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "processing" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "custom" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "unknown" +msgstr "" + +#: pyload/FileManager.py:426 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/Api.py:152 +#, python-format +msgid "User '%s' tries to log in" +msgstr "" + +#: pyload/Core.py:195 +msgid "Received Quit signal" +msgstr "" + +#: pyload/Core.py:323 +#, python-format +msgid "pyLoad already running with pid %s" +msgstr "" + +#: pyload/Core.py:337 +#, python-format +msgid "Failed changing group: %s" +msgstr "" + +#: pyload/Core.py:347 +#, python-format +msgid "Failed changing user: %s" +msgstr "" + +#: pyload/Core.py:358 +msgid "Starting" +msgstr "" + +#: pyload/Core.py:359 +#, python-format +msgid "Using home directory: %s" +msgstr "" + +#: pyload/Core.py:373 +msgid "All links removed" +msgstr "" + +#: pyload/Core.py:403 +#, python-format +msgid "Download time: %s" +msgstr "" + +#: pyload/Core.py:418 +#, python-format +msgid "Free space: %s" +msgstr "" + +#: pyload/Core.py:438 +msgid "Activating Accounts..." +msgstr "" + +#: pyload/Core.py:443 +msgid "Restarting failed downloads..." +msgstr "" + +#: pyload/Core.py:451 +msgid "pyLoad is up and running" +msgstr "" + +#: pyload/Core.py:474 +msgid "restarting pyLoad" +msgstr "" + +#: pyload/Core.py:478 +msgid "pyLoad quits" +msgstr "" + +#: pyload/Core.py:564 +msgid "shutting down..." +msgstr "" + +#: pyload/Core.py:579 +msgid "error while shutting down" +msgstr "" + +#: pyload/Core.py:661 +msgid "killed pyLoad from terminal" +msgstr "" + +#: pyload/database/DatabaseBackend.py:167 +msgid "Database was deleted due to incompatible version." +msgstr "" + +#: pyload/threads/DecrypterThread.py:50 +msgid "Decrypting failed" +msgstr "" + +#: pyload/threads/DecrypterThread.py:73 +#, python-format +msgid "Decrypted %(count)d links into package %(name)s" +msgstr "" + +#: pyload/threads/DecrypterThread.py:80 +msgid "No links decrypted" +msgstr "" + +#: pyload/threads/InfoThread.py:147 +#, python-format +msgid "Info Fetching for %(name)s failed | %(err)s" +msgstr "" + +#: pyload/threads/ThreadManager.py:155 +#, python-format +msgid "Reconnect Failed: %s" +msgstr "" + +#: pyload/threads/ThreadManager.py:192 +msgid "Reconnect script not found!" +msgstr "" + +#: pyload/threads/ThreadManager.py:198 +msgid "Starting reconnect" +msgstr "" + +#: pyload/threads/ThreadManager.py:212 +msgid "Failed executing reconnect script!" +msgstr "" + +#: pyload/threads/ThreadManager.py:224 +#, python-format +msgid "Reconnected, new IP: %s" +msgstr "" + +#: pyload/threads/ThreadManager.py:298 +msgid "Not enough space left on device" +msgstr "" + +#: pyload/threads/DownloadThread.py:64 +#, python-format +msgid "Download starts: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:70 +#, python-format +msgid "Download finished: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:75 +#, python-format +msgid "Plugin %s is missing a function." +msgstr "" + +#: pyload/threads/DownloadThread.py:83 pyload/threads/DownloadThread.py:147 +#, python-format +msgid "Download aborted: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:103 +#, python-format +msgid "Download restarted: %(name)s | %(msg)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:113 +#, python-format +msgid "Download is offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:116 pyload/threads/DownloadThread.py:187 +#, python-format +msgid "Download is temporary offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:119 pyload/threads/DownloadThread.py:192 +#, python-format +msgid "Download failed: %(name)s | %(msg)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:136 +msgid "Couldn't connect to host or connection reset, waiting 1 minute and retry." +msgstr "" + +#: pyload/threads/DownloadThread.py:171 +#, python-format +msgid "Download skipped: %(name)s due to %(plugin)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:188 +msgid "Internal Server Error" +msgstr "" + +#: pyload/threads/AddonThread.py:55 +msgid "An Error occurred" +msgstr "" + +#: pyload/PluginManager.py:316 +#, python-format +msgid "Error importing %(name)s: %(msg)s" +msgstr "" + +#: pyload/utils/JsEngine.py:188 +msgid "No js engine detected, please install either Spidermonkey, ossp-js, pyv8, nodejs or rhino" +msgstr "" + diff --git a/locale/sq/LC_MESSAGES/plugins.po b/locale/sq/LC_MESSAGES/plugins.po new file mode 100644 index 000000000..14819ee8b --- /dev/null +++ b/locale/sq/LC_MESSAGES/plugins.po @@ -0,0 +1,424 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-20 22:13+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Albanian\n" +"Language: sq_AL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/plugins/network/CurlDownload.py:241 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/plugins/Base.py:329 +msgid "Pil and tesseract not installed and no Client connected for captcha decrypting" +msgstr "" + +#: pyload/plugins/Base.py:333 +msgid "No captcha result obtained in appropriate time." +msgstr "" + +#: pyload/plugins/Hoster.py:282 pyload/plugins/Hoster.py:319 +#: pyload/plugins/hoster/ARD.py:76 +#, python-format +msgid "Setting User and Group failed: %s" +msgstr "" + +#: pyload/plugins/Crypter.py:136 +msgid "Not existing file or unsupported protocol" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:96 +msgid "Rapidshare: Traffic Share (direct download)" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:123 +#: pyload/plugins/hoster/RapidshareCom.py:189 +msgid "Already downloading from this ip address, waiting 60 seconds" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:127 +msgid "Invalid Auth Code, download will be restarted" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:193 +msgid "RapidShareCom: No free slots" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:196 +msgid "You need a premium account for this file" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:198 +msgid "Filename reported invalid" +msgstr "" + +#: pyload/plugins/hoster/RealdebridCom.py:40 +#: pyload/plugins/hoster/Premium4Me.py:27 +#: pyload/plugins/hoster/MultiDebridCom.py:39 +#: pyload/plugins/hoster/ZeveraCom.py:24 +#: pyload/plugins/hoster/AlldebridCom.py:37 +#: pyload/plugins/hoster/RehostTo.py:25 pyload/plugins/hoster/ReloadCc.py:22 +#: pyload/plugins/hoster/DebridItaliaCom.py:38 +#: pyload/plugins/hoster/PremiumizeMe.py:19 +#, python-format +msgid "Please enter your %s account or deactivate this plugin" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:55 +msgid "Decryption failed" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:99 +msgid "No file key provided in the URL" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:111 +msgid "Error code:" +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:97 +msgid "Parallel download error, now waiting 60s." +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:208 +msgid "Not logged in." +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:135 +msgid "API key invalid" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:160 +#, python-format +msgid "%s: Not enough traffic left" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:163 +msgid "Traffic exceeded" +msgstr "" + +#: pyload/plugins/hoster/BasePlugin.py:63 +msgid "Authorization required (username:password)" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:143 +#: pyload/plugins/hoster/NetloadIn.py:167 +msgid "File temporarily not available" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:180 +#, python-format +msgid "Netload: waiting between downloads %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:209 +#, python-format +msgid "Netload: waiting for captcha %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:248 +msgid "Downloaded File was empty" +msgstr "" + +#: pyload/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 "" + +#: pyload/plugins/hoster/XHamsterCom.py:75 +#: pyload/plugins/hoster/XHamsterCom.py:84 +#: pyload/plugins/hoster/XHamsterCom.py:87 +#, python-format +msgid "long_url: %s" +msgstr "" + +#: pyload/plugins/Account.py:117 pyload/plugins/Account.py:123 +#, python-format +msgid "Could not login with account %(user)s | %(msg)s" +msgstr "" + +#: pyload/plugins/Account.py:118 +msgid "Wrong Password" +msgstr "" + +#: pyload/plugins/Account.py:184 +#, python-format +msgid "Get Account Info for %s" +msgstr "" + +#: pyload/plugins/Account.py:193 +#, python-format +msgid "Error: %s" +msgstr "" + +#: pyload/plugins/Account.py:242 +#, python-format +msgid "Your Time %s has a wrong format, use: 1:22-3:44" +msgstr "" + +#: pyload/plugins/Account.py:265 +#, python-format +msgid "Account %s has not enough traffic, checking again in 30min" +msgstr "" + +#: pyload/plugins/Account.py:273 +#, python-format +msgid "Account %s is expired, checking again in 1h" +msgstr "" + +#: pyload/plugins/Account.py:290 +#, python-format +msgid "Login with %s" +msgstr "" + +#: pyload/plugins/Addon.py:118 +#, python-format +msgid "Error executing addons: %s" +msgstr "" + +#: pyload/plugins/accounts/BitshareCom.py:36 +msgid "Activate direct Download in your Bitshare Account" +msgstr "" + +#: pyload/plugins/crypter/SerienjunkiesOrg.py:128 +msgid "Downloadlimit reached" +msgstr "" + +#: pyload/plugins/addons/Premium4Me.py:30 +msgid "Please add your premium.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:53 +#, python-format +msgid "Installed scripts for %s: " +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:69 +msgid "Script not executable:" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:79 +#, python-format +msgid "Error in %(script)s: %(error)s" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:72 +#: pyload/plugins/addons/Captcha9kw.py:56 +#: pyload/plugins/addons/ExpertDecoders.py:49 +#, python-format +msgid "%s credits left" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:120 +msgid "Could not send response." +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:138 +msgid "Your CaptchaTrader Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:89 +#, python-format +msgid "New CaptchaID from upload: %s : %s" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:123 +msgid "Your Captcha 9kw.eu Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/RehostTo.py:34 +msgid "Please add your rehost.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/HotFolder.py:82 +#, python-format +msgid "Added %s from HotFolder" +msgstr "" + +#: pyload/plugins/addons/ClickAndLoad.py:74 +msgid "Click'N'Load: Port 9666 already in use" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:82 +#: pyload/plugins/addons/IRCInterface.py:75 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:90 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" +msgstr "" + +#: pyload/plugins/addons/ExpertDecoders.py:98 +msgid "Your ExpertDecoders Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:73 +msgid "*** Plugins have been updated, please restart pyLoad ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:75 +msgid "Plugins updated and reloaded" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:78 +msgid "No plugin updates available" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:95 +msgid "No Updates for pyLoad" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:100 +#, python-format +msgid "*** New pyLoad Version %s available ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:101 +msgid "*** Get it here: http://pyload.org/download ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:104 +msgid "Not able to connect server for updates" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:148 +#, python-format +msgid "New version of %(type)s|%(name)s : %(version).2f" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:157 +#: pyload/plugins/addons/UpdateManager.py:162 +#, python-format +msgid "Error when updating %s" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:162 +msgid "Version mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:92 +#, python-format +msgid "No %s installed" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:94 +#: pyload/plugins/addons/ExtractArchive.py:99 +#, python-format +msgid "Could not activate %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:104 +msgid "Activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:106 +msgid "No Extract plugins activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:118 +#, python-format +msgid "Package %s queued for later extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:143 +#, python-format +msgid "Check package %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:183 +#, python-format +msgid "Extract to %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:197 +msgid "No files found to extract" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:203 +msgid "extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:214 +msgid "Password protected" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:234 +msgid "Wrong password" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:242 +#, python-format +msgid "Deleting %s files" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:247 +msgid "Extracting finished" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:254 +msgid "Archive Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:256 +msgid "CRC Mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:260 +msgid "Unknown Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:312 +msgid "Setting User and Group failed" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:36 +msgid "Crypter list not found" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:50 +msgid "Crypter list is empty" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:82 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:94 +#, python-format +msgid "New Captcha Request: %s" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:95 +#, python-format +msgid "Answer with 'c %s text on the captcha'" +msgstr "" + +#: pyload/plugins/addons/PremiumizeMe.py:46 +msgid "Please add a valid premiumize.me account first and restart pyLoad." +msgstr "" + +#: pyload/plugins/addons/CaptchaBrotherhood.py:69 +#, python-format +msgid "%d credits left" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:29 +#, python-format +msgid "Activated %s" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:47 +msgid "No Hoster loaded" +msgstr "" + diff --git a/locale/sq/LC_MESSAGES/setup.po b/locale/sq/LC_MESSAGES/setup.po new file mode 100644 index 000000000..7901588e8 --- /dev/null +++ b/locale/sq/LC_MESSAGES/setup.po @@ -0,0 +1,376 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Albanian\n" +"Language: sq_AL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/Setup.py:72 +msgid "Would you like to configure pyLoad via Webinterface?" +msgstr "" + +#: pyload/Setup.py:73 +msgid "You need a Browser and a connection to this PC for it." +msgstr "" + +#: pyload/Setup.py:74 +msgid "Url would be: http://hostname:8000/" +msgstr "" + +#: pyload/Setup.py:75 +msgid "Start initial webinterface for configuration?" +msgstr "" + +#: pyload/Setup.py:86 +msgid "Welcome to the pyLoad Configuration Assistent." +msgstr "" + +#: pyload/Setup.py:87 +msgid "It will check your system and make a basic setup in order to run pyLoad." +msgstr "" + +#: pyload/Setup.py:89 +msgid "The value in brackets [] always is the default value," +msgstr "" + +#: pyload/Setup.py:90 +msgid "in case you don't want to change it or you are unsure what to choose, just hit enter." +msgstr "" + +#: pyload/Setup.py:92 +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgstr "" + +#: pyload/Setup.py:93 +msgid "If you have any problems with this assistent hit CTRL+C," +msgstr "" + +#: pyload/Setup.py:94 +msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgstr "" + +#: pyload/Setup.py:96 +msgid "When you are ready for system check, hit enter." +msgstr "" + +#: pyload/Setup.py:103 +msgid "Features missing: " +msgstr "" + +#: pyload/Setup.py:107 +msgid "no py-crypto available" +msgstr "" + +#: pyload/Setup.py:108 +msgid "You need this if you want to decrypt container files." +msgstr "" + +#: pyload/Setup.py:112 +msgid "no SSL available" +msgstr "" + +#: pyload/Setup.py:113 +msgid "This is needed if you want to establish a secure connection to core or webinterface." +msgstr "" + +#: pyload/Setup.py:114 +msgid "If you only want to access locally to pyLoad ssl is not useful." +msgstr "" + +#: pyload/Setup.py:118 +msgid "no Captcha Recognition available" +msgstr "" + +#: pyload/Setup.py:119 +msgid "Only needed for some hosters and as freeuser." +msgstr "" + +#: pyload/Setup.py:123 +msgid "no JavaScript engine found" +msgstr "" + +#: pyload/Setup.py:124 +msgid "You will need this for some Click'N'Load links. Install Spidermonkey, ossp-js, pyv8 or rhino" +msgstr "" + +#: pyload/Setup.py:126 +msgid "You can abort the setup now and fix some dependencies if you want." +msgstr "" + +#: pyload/Setup.py:128 +msgid "Continue with setup?" +msgstr "" + +#: pyload/Setup.py:134 +#, python-format +msgid "Do you want to change the config path? Current is %s" +msgstr "" + +#: pyload/Setup.py:136 +msgid "If you use pyLoad on a server or the home partition lives on an internal flash it may be a good idea to change it." +msgstr "" + +#: pyload/Setup.py:137 +msgid "Change config path?" +msgstr "" + +#: pyload/Setup.py:143 +msgid "Do you want to configure login data and basic settings?" +msgstr "" + +#: pyload/Setup.py:144 +msgid "This is recommend for first run." +msgstr "" + +#: pyload/Setup.py:145 +msgid "Make basic setup?" +msgstr "" + +#: pyload/Setup.py:152 +msgid "Do you want to configure ssl?" +msgstr "" + +#: pyload/Setup.py:153 +msgid "Configure ssl?" +msgstr "" + +#: pyload/Setup.py:159 +msgid "Do you want to configure webinterface?" +msgstr "" + +#: pyload/Setup.py:160 +msgid "Configure webinterface?" +msgstr "" + +#: pyload/Setup.py:165 +msgid "Setup finished successfully." +msgstr "" + +#: pyload/Setup.py:166 +msgid "Hit enter to exit and restart pyLoad" +msgstr "" + +#: pyload/Setup.py:173 +msgid "Webinterface running for setup." +msgstr "" + +#: pyload/Setup.py:190 +msgid "## Basic Setup ##" +msgstr "" + +#: pyload/Setup.py:193 +msgid "The following logindata is valid for CLI, GUI and webinterface." +msgstr "" + +#: pyload/Setup.py:199 pyload/Setup.py:288 pyload/Setup.py:304 +msgid "Username" +msgstr "" + +#: pyload/Setup.py:205 +msgid "External clients (GUI, CLI or other) need remote access to work over the network." +msgstr "" + +#: pyload/Setup.py:206 +msgid "However, if you only want to use the webinterface you may disable it to save ram." +msgstr "" + +#: pyload/Setup.py:207 +msgid "Enable remote access" +msgstr "" + +#: pyload/Setup.py:211 +msgid "Language" +msgstr "" + +#: pyload/Setup.py:213 +msgid "Download folder" +msgstr "" + +#: pyload/Setup.py:214 +msgid "Max parallel downloads" +msgstr "" + +#: pyload/Setup.py:218 +msgid "Use Reconnect?" +msgstr "" + +#: pyload/Setup.py:221 +msgid "Reconnect script location" +msgstr "" + +#: pyload/Setup.py:226 +msgid "## Webinterface Setup ##" +msgstr "" + +#: pyload/Setup.py:229 +msgid "Activate webinterface?" +msgstr "" + +#: pyload/Setup.py:231 +msgid "Listen address, if you use 127.0.0.1 or localhost, the webinterface will only accessible locally." +msgstr "" + +#: pyload/Setup.py:232 +msgid "Address" +msgstr "" + +#: pyload/Setup.py:233 +msgid "Port" +msgstr "" + +#: pyload/Setup.py:235 +msgid "pyLoad offers several server backends, now following a short explanation." +msgstr "" + +#: pyload/Setup.py:236 +msgid "Default server, this server offers SSL and is a good alternative to builtin." +msgstr "" + +#: pyload/Setup.py:238 +msgid "Can be used by apache, lighttpd, requires you to configure them, which is not too easy job." +msgstr "" + +#: pyload/Setup.py:239 +msgid "Very fast alternative written in C, requires libev and linux knowledge." +msgstr "" + +#: pyload/Setup.py:240 +msgid "Get it from here: https://github.com/jonashaag/bjoern, compile it" +msgstr "" + +#: pyload/Setup.py:241 +msgid "and copy bjoern.so to pyload/lib" +msgstr "" + +#: pyload/Setup.py:245 +msgid "Attention: In some rare cases the builtin server is not working, if you notice problems with the webinterface" +msgstr "" + +#: pyload/Setup.py:246 +msgid "come back here and change the builtin server to the threaded one here." +msgstr "" + +#: pyload/Setup.py:248 +msgid "Server" +msgstr "" + +#: pyload/Setup.py:253 +msgid "## SSL Setup ##" +msgstr "" + +#: pyload/Setup.py:255 +msgid "Execute these commands from pyLoad config folder to make ssl certificates:" +msgstr "" + +#: pyload/Setup.py:261 +msgid "If you're done and everything went fine, you can activate ssl now." +msgstr "" + +#: pyload/Setup.py:262 +msgid "Activate SSL?" +msgstr "" + +#: pyload/Setup.py:278 +msgid "Select action" +msgstr "" + +#: pyload/Setup.py:279 +msgid "1 - Create/Edit user" +msgstr "" + +#: pyload/Setup.py:280 +msgid "2 - List users" +msgstr "" + +#: pyload/Setup.py:281 +msgid "3 - Remove user" +msgstr "" + +#: pyload/Setup.py:282 +msgid "4 - Quit" +msgstr "" + +#: pyload/Setup.py:294 +msgid "Users" +msgstr "" + +#: pyload/Setup.py:322 +msgid "Setting new configpath, current configuration will not be transferred!" +msgstr "" + +#: pyload/Setup.py:323 +msgid "Config path" +msgstr "" + +#: pyload/Setup.py:331 +msgid "Config path changed, setup will now close, please restart to go on." +msgstr "" + +#: pyload/Setup.py:332 +msgid "Press Enter to exit." +msgstr "" + +#: pyload/Setup.py:336 +#, python-format +msgid "Setting config path failed: %s" +msgstr "" + +#: pyload/Setup.py:347 +msgid "y" +msgstr "" + +#: pyload/Setup.py:349 +msgid "n" +msgstr "" + +#: pyload/Setup.py:373 +msgid "Password: " +msgstr "" + +#: pyload/Setup.py:377 +msgid "Password too short. Use at least 4 symbols." +msgstr "" + +#: pyload/Setup.py:380 +msgid "Password (again): " +msgstr "" + +#: pyload/Setup.py:386 +msgid "Passwords did not match." +msgstr "" + +#: pyload/Setup.py:397 +msgid "yes" +msgstr "" + +#: pyload/Setup.py:397 +msgid "true" +msgstr "" + +#: pyload/Setup.py:397 +msgid "t" +msgstr "" + +#: pyload/Setup.py:400 +msgid "no" +msgstr "" + +#: pyload/Setup.py:400 +msgid "false" +msgstr "" + +#: pyload/Setup.py:400 +msgid "f" +msgstr "" + +#: pyload/Setup.py:403 pyload/Setup.py:413 +msgid "Invalid Input" +msgstr "" + diff --git a/locale/sq/LC_MESSAGES/webUI.po b/locale/sq/LC_MESSAGES/webUI.po new file mode 100644 index 000000000..6a68f8736 --- /dev/null +++ b/locale/sq/LC_MESSAGES/webUI.po @@ -0,0 +1,131 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-08-10 11:58+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Albanian\n" +"Language: sq_AL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: crowdin.net\n" + +#: pyload/web/app/scripts/helpers/formatSize.js:9 +msgid "not available" +msgstr "" + +#: pyload/web/app/scripts/helpers/formatSize.js:11 +msgid "unlimited" +msgstr "" + +#: pyload/web/app/templates/default/admin.html:3 +#: pyload/web/app/templates/default/admin.html:4 +msgid "Admin" +msgstr "" + +#: pyload/web/app/templates/default/setup.html:3 +msgid "Setup" +msgstr "" + +#: pyload/web/app/templates/default/accounts/actionbar.html:2 +msgid "Add Account" +msgstr "" + +#: pyload/web/app/templates/default/accounts/layout.html:2 +msgid "Accounts" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:9 +msgid "Local" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:18 +msgid "Search" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:26 +msgid "Type" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:44 +#: pyload/web/app/templates/default/dashboard/actionbar.html:49 +msgid "All" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:50 +msgid "Finished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:51 +msgid "Unfinished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:52 +msgid "Failed" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/select.html:1 +msgid "1 package" +msgid_plural "%d packages" +msgstr[0] "" +msgstr[1] "" + +#: pyload/web/app/templates/default/dashboard/select.html:4 +msgid "1 file" +msgid_plural "%d files" +msgstr[0] "" +msgstr[1] "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:2 +msgid "Add an account" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:7 +msgid "Please enter your account data" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:3 +msgid "Choose a plugin" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:9 +msgid "Please choose a plugin, which you want to configure" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:23 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:46 +msgid "Add" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:24 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:47 +#: pyload/web/app/templates/default/dialogs/interactionTask.html:35 +msgid "Close" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:2 +msgid "Please confirm" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:5 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:8 +msgid "Delete" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:9 +msgid "Cancel" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/interactionTask.html:34 +msgid "Submit" +msgstr "" + +#: pyload/web/app/templates/default/header/layout.html:12 +msgid "Running..." +msgstr "" + diff --git a/locale/sr/LC_MESSAGES/cli.po b/locale/sr/LC_MESSAGES/cli.po new file mode 100644 index 000000000..4436fb454 --- /dev/null +++ b/locale/sr/LC_MESSAGES/cli.po @@ -0,0 +1,291 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:26-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Serbian (Cyrillic)\n" +"Language: sr_SP\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\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 or n%100>=20) ? 1 : 2;\n" +"X-Generator: crowdin.net\n" + +#: pyload/cli/AddPackage.py:48 +msgid "Add Package:" +msgstr "ÐПЎаÑÑе пакеÑ:" + +#: pyload/cli/AddPackage.py:53 +msgid "Enter a name for the new package" +msgstr "УМеÑОÑе ОЌе МПвПг пакеÑа" + +#: pyload/cli/AddPackage.py:57 +#, python-format +msgid "Package: %s" +msgstr "ÐакеÑ: %s" + +#: pyload/cli/AddPackage.py:58 +msgid "Parse the links you want to add." +msgstr "РаÑÑлаМОÑе везе кПÑе желОÑе Ўа ЎПЎаÑе." + +#: pyload/cli/AddPackage.py:59 +#, python-format +msgid "Type %s when done." +msgstr "УМеÑОÑе %s каЎа завÑÑОÑе." + +#: pyload/cli/AddPackage.py:60 +msgid "Links added: " +msgstr "ÐПЎаÑП веза: " + +#: pyload/cli/AddPackage.py:64 pyload/cli/ManageFiles.py:149 +msgid " back to main menu" +msgstr " МазаЎ Ма главМО ЌеМО" + +#: pyload/cli/ManageFiles.py:97 +msgid "Manage Packages:" +msgstr "УпÑавÑаÑÑе пакеÑОЌа:" + +#: pyload/cli/ManageFiles.py:99 +msgid "Manage Links:" +msgstr "УпÑавÑаÑÑе везаЌа:" + +#: pyload/cli/ManageFiles.py:104 +msgid "What do you want to move?" +msgstr "КÑа желОÑе Ўа пÑеЌеÑÑОÑе?" + +#: pyload/cli/ManageFiles.py:106 +msgid "What do you want to delete?" +msgstr "КÑа желОÑе Ўа ПбÑОÑеÑе?" + +#: pyload/cli/ManageFiles.py:108 +msgid "What do you want to restart?" +msgstr "КÑа желОÑе Ўа пПМПвП пПкÑеМеÑе?" + +#: pyload/cli/ManageFiles.py:113 +msgid "Choose what you want to do, or enter package number." +msgstr "ÐзабеÑОÑе жеÑÐµÐœÑ ÑаЎÑÑ ÐžÐ»Ðž ÑМеÑОÑе бÑÐŸÑ Ð¿Ð°ÐºÐµÑа." + +#: pyload/cli/ManageFiles.py:115 +msgid "delete" +msgstr "ПбÑОÑО" + +#: pyload/cli/ManageFiles.py:115 +msgid "move" +msgstr "пÑеЌеÑÑО" + +#: pyload/cli/ManageFiles.py:115 +msgid "restart" +msgstr "пПМПвП пПкÑеМО" + +#: pyload/cli/ManageFiles.py:148 +msgid " - previous" +msgstr " â пÑеÑÑ
ПЎМП" + +#: pyload/cli/ManageFiles.py:148 +msgid " - next" +msgstr " â ÑлеЎеÑе" + +#: pyload/cli/Cli.py:75 pyload/cli/Cli.py:133 +msgid " Command Line Interface" +msgstr " ÐМÑеÑÑеÑÑ ÐºÐŸÐŒÐ°ÐœÐŽÐœÐµ лОМОÑе" + +#: pyload/cli/Cli.py:165 +#, python-format +msgid "%s Downloads:" +msgstr "%s пÑеÑзОЌаÑа:" + +#: pyload/cli/Cli.py:177 +msgid " Speed: " +msgstr " ÐÑзОМа: " + +#: pyload/cli/Cli.py:177 +msgid " Size: " +msgstr " ÐелОÑОМа: " + +#: pyload/cli/Cli.py:178 +msgid " Finished in: " +msgstr " ÐавÑÑеМП: " + +#: pyload/cli/Cli.py:179 +msgid " ID: " +msgstr " ID: " + +#: pyload/cli/Cli.py:184 +msgid "waiting: " +msgstr "Ма ÑекаÑÑ: " + +#: pyload/cli/Cli.py:191 pyload/cli/Cli.py:193 +msgid "Status:" +msgstr "СÑаÑÑÑ:" + +#: pyload/cli/Cli.py:191 +msgid "paused" +msgstr "паÑзОÑаМП" + +#: pyload/cli/Cli.py:193 +msgid "running" +msgstr "пПкÑеМÑÑП" + +#: pyload/cli/Cli.py:196 +msgid "total Speed" +msgstr "УкÑпМа бÑзОМа" + +#: pyload/cli/Cli.py:196 +msgid "Files in queue" +msgstr "ÐаÑПÑеке Ñ ÑпОÑкÑ" + +#: pyload/cli/Cli.py:197 +msgid "Total" +msgstr "УкÑпМП" + +#: pyload/cli/Cli.py:203 +msgid "Menu:" +msgstr "ÐеМО:" + +#: pyload/cli/Cli.py:205 +msgid " Add Links" +msgstr " ÐÐŸÐŽÐ°Ñ Ð²ÐµÐ·Ðµ" + +#: pyload/cli/Cli.py:206 +msgid " Manage Queue" +msgstr " УпÑавÑÐ°Ñ ÑпОÑкПЌ" + +#: pyload/cli/Cli.py:207 +msgid " Manage Collector" +msgstr " УпÑавÑÐ°Ñ ÑакÑпÑаÑеЌ" + +#: pyload/cli/Cli.py:208 +msgid " (Un)Pause Server" +msgstr " ÐаÑзОÑаÑ/МаÑÑавО ÑеÑвеÑ" + +#: pyload/cli/Cli.py:209 +msgid " Kill Server" +msgstr " ÐкПМÑÐ°Ñ ÑеÑвеÑ" + +#: pyload/cli/Cli.py:210 +msgid " Quit" +msgstr " ÐзаÑО" + +#: pyload/cli/Cli.py:289 pyload/cli/Cli.py:296 +msgid "Please use this syntax: add <Package name> <link> <link2> ..." +msgstr "ÐПÑОÑÑОÑе ÐŸÐ²Ñ ÑОМÑакÑÑ: add <ОЌе пакеÑа> <веза> <ÐŽÑÑга веза>âŠ" + +#: pyload/cli/Cli.py:315 +#, python-format +msgid "Checking %d links:" +msgstr "ÐÑПвеÑа %d веза:" + +#: pyload/cli/Cli.py:324 +msgid "File does not exists." +msgstr "ÐаÑПÑека Ме пПÑÑПÑО." + +#: pyload/cli/Cli.py:385 +msgid "pyLoad was terminated" +msgstr "pyLoad Ñе ПбÑÑÑавÑеМ" + +#: pyload/cli/Cli.py:443 +msgid "Prints server status" +msgstr "КÑаЌпа ÑÑаÑÑÑ ÑеÑвеÑа" + +#: pyload/cli/Cli.py:444 +msgid "Prints downloads in queue" +msgstr "КÑаЌпа пÑеÑзОЌаÑа Ñ ÑпОÑкÑ" + +#: pyload/cli/Cli.py:445 +msgid "Prints downloads in collector" +msgstr "КÑаЌпа пÑеÑзОЌаÑа Ñ ÑакÑпÑаÑÑ" + +#: pyload/cli/Cli.py:446 +msgid "Adds package to queue" +msgstr "ÐПЎаÑе Ð¿Ð°ÐºÐµÑ Ñ ÑпОÑак" + +#: pyload/cli/Cli.py:447 +msgid "Adds package to collector" +msgstr "ÐПЎаÑе Ð¿Ð°ÐºÐµÑ Ñ ÑакÑпÑаÑ" + +#: pyload/cli/Cli.py:448 +msgid "Delete Files from Queue/Collector" +msgstr "ÐÑОÑе ЎаÑПÑеке Оз ÑпОÑка/ÑакÑпÑаÑа" + +#: pyload/cli/Cli.py:449 +msgid "Delete Packages from Queue/Collector" +msgstr "ÐÑОÑе пакеÑе Оз ÑпОÑка/ÑакÑпÑаÑа" + +#: pyload/cli/Cli.py:450 +msgid "Move Packages from Queue to Collector or vice versa" +msgstr "ÐÑеЌеÑÑа пакеÑе Оз ÑпОÑка Ñ ÑакÑпÑÐ°Ñ Ðž ПбÑМÑÑП" + +#: pyload/cli/Cli.py:451 +msgid "Restart files" +msgstr "ÐПМПвП пПкÑеМО ЎаÑПÑеке" + +#: pyload/cli/Cli.py:452 +msgid "Restart packages" +msgstr "ÐПМПвП пПкÑеМО пакеÑе" + +#: pyload/cli/Cli.py:453 +msgid "Check online status, works with local container" +msgstr "ÐÑПвеÑава ЎПÑÑÑпМПÑÑ (ÑаЎО Ñа лПкалМОЌ кПМÑеÑМеÑПЌ)" + +#: pyload/cli/Cli.py:454 +msgid "Checks online status of a container file" +msgstr "ÐÑПвеÑава ЎПÑÑÑпМПÑÑ ÐŽÐ°ÑПÑеке кПМÑеÑМеÑа" + +#: pyload/cli/Cli.py:455 +msgid "Pause the server" +msgstr "ÐаÑзОÑÐ°Ñ ÑеÑвеÑ" + +#: pyload/cli/Cli.py:456 +msgid "continue downloads" +msgstr "МаÑÑавО пÑеÑзОЌаÑа" + +#: pyload/cli/Cli.py:457 +msgid "Toggle pause/unpause" +msgstr "ÐаÑзОÑаÑ/МаÑÑавО" + +#: pyload/cli/Cli.py:458 +msgid "kill server" +msgstr "ПкПМÑÐ°Ñ ÑеÑвеÑ" + +#: pyload/cli/Cli.py:460 +msgid "List of commands:" +msgstr "СпОÑак кПЌаМЎО:" + +#: pyload/cli/Cli.py:473 +msgid "Couldn't write user config file" +msgstr "Ðе ÐŒÐŸÐ³Ñ ÐŽÐ° пОÑеЌ Ма ЎаÑПÑÐµÐºÑ Ñа пПЎеÑаваÑОЌа" + +#: pyload/cli/Cli.py:548 pyload/cli/Cli.py:580 +msgid "You need py-openssl to connect to this pyLoad core." +msgstr "ÐПÑÑебаМ ваЌ Ñе py-openssl Ўа бОÑÑе Ñе пПвезалО Ма ÑеÑÐ²ÐµÑ pyLoad-а." + +#: pyload/cli/Cli.py:555 +msgid "Address: " +msgstr "ÐÐŽÑеÑа: " + +#: pyload/cli/Cli.py:556 +msgid "Port: " +msgstr "ÐПÑÑ: " + +#: pyload/cli/Cli.py:557 +msgid "Username: " +msgstr "ÐПÑОÑМОÑкП ОЌе: " + +#: pyload/cli/Cli.py:561 +msgid "Password: " +msgstr "ÐПзОМка: " + +#: pyload/cli/Cli.py:566 pyload/cli/Cli.py:575 +msgid "Login data is wrong." +msgstr "ÐПЎаÑО за пÑОÑÐ°Ð²Ñ ÑÑ Ð¿ÐŸÐ³ÑеÑМО." + +#: pyload/cli/Cli.py:568 pyload/cli/Cli.py:577 +#, python-format +msgid "Could not establish connection to %(addr)s:%(port)s." +msgstr "Ðе ÐŒÐŸÐ³Ñ ÐŽÐ° ÑÑпПÑÑавОЌ Ð²ÐµÐ·Ñ Ñа аЎÑеÑПЌ %(addr)s:%(port)s." + +#: pyload/cli/Cli.py:582 +msgid "Interactive mode ignored since you passed some commands." +msgstr "ÐаМеЌаÑеМ Ñе ОМÑеÑакÑОвМО ÑежОЌ ÑÐµÑ ÑÑе заЎалО Меке кПЌаМЎе." + diff --git a/locale/sr/LC_MESSAGES/core.po b/locale/sr/LC_MESSAGES/core.po new file mode 100644 index 000000000..ab516327a --- /dev/null +++ b/locale/sr/LC_MESSAGES/core.po @@ -0,0 +1,630 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:26-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Serbian (Cyrillic)\n" +"Language: sr_SP\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\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 or n%100>=20) ? 1 : 2;\n" +"X-Generator: crowdin.net\n" + +#: pyload/AddonManager.py:62 +#, python-format +msgid "Error when executing %s" +msgstr "ÐÑеÑка пÑО ОзвÑÑаваÑÑ %s" + +#: pyload/AddonManager.py:93 +#, python-format +msgid "Failed activating %(name)s" +msgstr "Ðе ÐŒÐŸÐ³Ñ ÐŽÐ° акÑОвОÑаЌ %(name)s" + +#: pyload/AddonManager.py:96 +#, python-format +msgid "Activated addons: %s" +msgstr "ÐкÑОвОÑаМО пÑОкÑÑÑÑО: %s" + +#: pyload/AddonManager.py:97 +#, python-format +msgid "Deactivated addons: %s" +msgstr "ÐеакÑОвОÑаМО пÑОкÑÑÑÑО: %s" + +#: pyload/AddonManager.py:153 +msgid "Activating Plugins..." +msgstr "ÐкÑОвОÑаЌ пÑОкÑÑÑкеâŠ" + +#: pyload/AddonManager.py:162 +msgid "Deactivating Plugins..." +msgstr "ÐеакÑОвОÑаЌ пÑОкÑÑÑкеâŠ" + +#: pyload/web/ServerThread.py:49 +msgid "SSL certificates not found." +msgstr "SSL ÑеÑÑОÑОкаÑО МОÑÑ Ð¿ÑПМаÑеМО." + +#: pyload/web/ServerThread.py:53 +msgid "WebUI built is not available" +msgstr "Ðеб ОМÑеÑÑеÑÑ ÐœÐžÑе ЎПÑÑÑпаМ" + +#: pyload/web/ServerThread.py:55 +msgid "Running webUI in development mode" +msgstr "ÐПкÑеÑаÑе веб ОМÑеÑÑеÑÑа Ñ ÑазвПÑМПЌ ÑежОЌÑ" + +#: pyload/web/ServerThread.py:73 +msgid "Failed starting webserver: " +msgstr "Ðе ÐŒÐŸÐ³Ñ ÐŽÐ° пПкÑеМеЌ веб ÑеÑвеÑ: " + +#: pyload/web/ServerThread.py:107 +msgid "Failed importing webserver: " +msgstr "Ðе ÐŒÐŸÐ³Ñ ÐŽÐ° ÑвезеЌ веб ÑеÑвеÑ: " + +#: pyload/web/ServerThread.py:125 +msgid "This server offers no SSL, please consider using threaded instead" +msgstr "ÐÐ²Ð°Ñ ÑеÑÐ²ÐµÑ ÐœÐµ пПЎÑжава SSL. УЌеÑÑП Ñега кПÑОÑÑОÑе ÑгМежЎеМО." + +#: pyload/web/ServerThread.py:139 +#, python-format +msgid "Starting %(name)s webserver: %(host)s:%(port)d" +msgstr "ÐПкÑеÑеЌ веб ÑеÑÐ²ÐµÑ %(name)s: %(host)s:%(port)d" + +#: pyload/config/default.py:14 +msgid "Remote" +msgstr "УЎаÑеМО пÑОÑÑÑп" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Description" +msgstr "ÐпОÑ" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Long description" +msgstr "ÐÑжО ПпОÑ" + +#: pyload/config/default.py:16 pyload/config/default.py:56 +#: pyload/config/default.py:63 +msgid "Activated" +msgstr "ÐкÑОвОÑаМП" + +#: pyload/config/default.py:17 pyload/config/default.py:69 +#: pyload/config/default.py:80 +msgid "Port" +msgstr "ÐПÑÑ" + +#: pyload/config/default.py:18 pyload/config/default.py:77 +msgid "Address" +msgstr "ÐÐŽÑеÑа" + +#: pyload/config/default.py:21 +msgid "Log" +msgstr "ÐвОЎеМÑОÑа" + +#: pyload/config/default.py:23 +msgid "Size in kb" +msgstr "ÐелОÑОМа Ñ ÐºÐžÐ»ÐŸÐ±Ð°ÑÑОЌа" + +#: pyload/config/default.py:24 +msgid "Folder" +msgstr "ЀаÑÑОкла" + +#: pyload/config/default.py:25 +msgid "File Log" +msgstr "ÐаÑПÑека евОЎеМÑОÑе" + +#: pyload/config/default.py:26 +msgid "Count" +msgstr "ÐÑПÑ" + +#: pyload/config/default.py:27 +msgid "Log Rotate" +msgstr "РПÑОÑаÑе евОЎеМÑОÑе" + +#: pyload/config/default.py:30 +msgid "Permissions" +msgstr "ÐПзвПле" + +#: pyload/config/default.py:32 +msgid "Groupname" +msgstr "ÐЌе гÑÑпе" + +#: pyload/config/default.py:33 +msgid "Change Group and User of Downloads" +msgstr "ÐÑПЌеМОÑе гÑÑÐ¿Ñ Ðž кПÑОÑМОке пÑеÑзОЌаÑа" + +#: pyload/config/default.py:34 +msgid "Change file mode of downloads" +msgstr "ÐÑПЌеМОÑе ÑежОЌ пÑеÑзОЌаÑа" + +#: pyload/config/default.py:35 pyload/config/default.py:75 +msgid "Username" +msgstr "ÐПÑОÑМОÑкП ОЌе" + +#: pyload/config/default.py:36 +msgid "Filemode for Downloads" +msgstr "РежОЌ пÑеÑзОЌаÑа" + +#: pyload/config/default.py:37 +msgid "Change group of running process" +msgstr "ÐÑПЌеМОÑе гÑÑÐ¿Ñ Ð¿ÐŸÐºÑеМÑÑОÑ
пÑПÑеÑа" + +#: pyload/config/default.py:38 +msgid "Folder Permission mode" +msgstr "ÐПзвПле за ÑаÑÑОкле" + +#: pyload/config/default.py:39 +msgid "Change user of running process" +msgstr "ÐÑПЌеМО кПÑОÑМОка пПкÑеМÑÑПг пÑПÑеÑа" + +#: pyload/config/default.py:42 +msgid "General" +msgstr "ÐпÑÑе" + +#: pyload/config/default.py:44 +msgid "Language" +msgstr "ÐезОк" + +#: pyload/config/default.py:45 +msgid "Download Folder" +msgstr "ЀаÑÑОкла за пÑеÑзОЌаÑа" + +#: pyload/config/default.py:46 +msgid "Use Checksum" +msgstr "ÐПМÑÑПлМО збОÑ" + +#: pyload/config/default.py:47 +msgid "Create folder for each package" +msgstr "ÐÑеОÑÐ°Ñ ÑаÑÑÐžÐºÐ»Ñ Ð·Ð° ÑвакО пакеÑ" + +#: pyload/config/default.py:48 +msgid "Debug Mode" +msgstr "ÐÑклаÑаÑе гÑеÑака" + +#: pyload/config/default.py:49 +msgid "Min Free Space (MB)" +msgstr "ÐОМОЌалМП ÑлПбПЎМПг пÑПÑÑПÑа (MB)" + +#: pyload/config/default.py:50 +msgid "CPU Priority" +msgstr "ÐÑОПÑОÑÐµÑ Ð¿ÑПÑеÑПÑа" + +#: pyload/config/default.py:53 +msgid "SSL" +msgstr "SSL" + +#: pyload/config/default.py:55 +msgid "SSL Certificate" +msgstr "SSL ÑеÑÑОÑОкаÑ" + +#: pyload/config/default.py:57 +msgid "SSL Key" +msgstr "SSL кÑÑÑ" + +#: pyload/config/default.py:60 +msgid "Webinterface" +msgstr "Ðеб ОМÑеÑÑеÑÑ" + +#: pyload/config/default.py:62 +msgid "Template" +msgstr "КаблПМ" + +#: pyload/config/default.py:64 +msgid "Path Prefix" +msgstr "ÐÑеÑÐžÐºÑ Ð¿ÑÑаÑе" + +#: pyload/config/default.py:65 +msgid "Server" +msgstr "СеÑвеÑ" + +#: pyload/config/default.py:66 +msgid "Favor specific server" +msgstr "ÐеÑеМО ÑеÑвеÑ" + +#: pyload/config/default.py:67 +msgid "IP" +msgstr "IP аЎÑеÑа" + +#: pyload/config/default.py:68 +msgid "Use HTTPS" +msgstr "HTTPS" + +#: pyload/config/default.py:70 +msgid "Development mode" +msgstr "РазвПÑМО ÑежОЌ" + +#: pyload/config/default.py:73 +msgid "Proxy" +msgstr "ÐПÑÑеЎМОÑкО ÑеÑвеÑ" + +#: pyload/config/default.py:76 +msgid "Use Proxy" +msgstr "ÐПÑÑеЎМОÑкО ÑеÑвеÑ" + +#: pyload/config/default.py:78 +msgid "Password" +msgstr "ÐПзОМка" + +#: pyload/config/default.py:79 +msgid "Protocol" +msgstr "ÐÑПÑПкПл" + +#: pyload/config/default.py:83 +msgid "Reconnect" +msgstr "ÐПМПвМП пПвезОваÑе" + +#: pyload/config/default.py:85 pyload/config/default.py:106 +msgid "End" +msgstr "ÐавÑÑО" + +#: pyload/config/default.py:86 +msgid "Use Reconnect" +msgstr "ÐПвежО Ñе пПМПвП" + +#: pyload/config/default.py:87 +msgid "Method" +msgstr "ÐеÑПЎ" + +#: pyload/config/default.py:88 pyload/config/default.py:105 +msgid "Start" +msgstr "ÐПкÑеМО" + +#: pyload/config/default.py:91 +msgid "Download" +msgstr "ÐÑеÑзЌО" + +#: pyload/config/default.py:93 +msgid "Max Parallel Downloads" +msgstr "ÐакÑОЌалаМ бÑÐŸÑ ÐžÑÑПвÑеЌеМОÑ
пÑеÑзОЌаÑа" + +#: pyload/config/default.py:94 +msgid "Limit Download Speed" +msgstr "ÐгÑаМОÑО бÑÐ·ÐžÐœÑ Ð¿ÑеÑзОЌаÑа" + +#: pyload/config/default.py:95 +msgid "Download interface to bind (ip or Name)" +msgstr "ÐМÑеÑÑеÑÑ Ð¿ÑеÑзОЌаÑа (IP аЎÑеÑа ОлО ОЌе)" + +#: pyload/config/default.py:96 +msgid "Skip already existing files" +msgstr "ÐÑеÑкПÑО пПÑÑПÑеÑе ЎаÑПÑеке" + +#: pyload/config/default.py:97 +msgid "Max Download Speed in kb/s" +msgstr "ÐакÑОЌалМа бÑзОМа пÑеÑзОЌаÑа (kB/Ñ)" + +#: pyload/config/default.py:98 +msgid "Allow IPv6" +msgstr "IPv6" + +#: pyload/config/default.py:99 +msgid "Max connections for one download" +msgstr "ÐакÑОЌалаМ бÑÐŸÑ Ð²ÐµÐ·Ð° за ÑеЎМП пÑеÑзОЌаÑе" + +#: pyload/config/default.py:100 +msgid "Restart failed downloads on startup" +msgstr "ÐПМПвП пПкÑеМО МеÑÑпела пÑеÑзОЌаÑа пÑО пПкÑеÑаÑÑ Ð¿ÑПгÑаЌа" + +#: pyload/config/default.py:103 +msgid "Download Time" +msgstr "ÐÑеЌе пÑеÑзОЌаÑа" + +#: pyload/network/HTTPDownload.py:249 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "ÐЎлПЌÑО пÑеÑзОЌаÑа МОÑÑ ÑÑпелО. ÐÑаÑаÑе Ма ÑÐµÐŽÐœÑ Ð²ÐµÐ·Ñ | %s" + +#: pyload/api/DownloadApi.py:44 +#, python-format +msgid "Added package %(name)s as folder %(folder)s" +msgstr "ÐÐŸÐŽÐ°Ñ Ñе Ð¿Ð°ÐºÐµÑ %(name)s каП ÑаÑÑОкла %(folder)s" + +#: pyload/api/DownloadApi.py:95 +#, python-format +msgid "Added %d links to package" +msgstr "ÐПЎаÑП Ñе %d веза Ñ Ð¿Ð°ÐºÐµÑ" + +#: pyload/AccountManager.py:69 +#, python-format +msgid "Unknown account plugin %s" +msgstr "ÐÐµÐ¿ÐŸÐ·ÐœÐ°Ñ Ð¿ÑОкÑÑÑак за МалПг %s" + +#: pyload/interaction/InteractionManager.py:88 +msgid "Query" +msgstr "УпОÑ" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Captcha request" +msgstr "ÐаÑ
Ñев пПÑвÑЎМПг кПЎа" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Please solve the captcha." +msgstr "РазÑеÑОÑе пПÑвÑЎМО кÎЎ." + +#: pyload/remote/RemoteManager.py:35 +#, python-format +msgid "Remote backend error: %s" +msgstr "ÐÑеÑка ÑЎаÑеМПг ÑОЎа: %s" + +#: pyload/remote/RemoteManager.py:80 +#, python-format +msgid "Starting %(name)s: %(addr)s:%(port)s" +msgstr "ÐПкÑеÑеЌ %(name)s: %(addr)s:%(port)s" + +#: pyload/remote/RemoteManager.py:82 +#, python-format +msgid "Failed loading backend %(name)s | %(error)s" +msgstr "Ðе ÐŒÐŸÐ³Ñ ÐŽÐ° ÑÑОÑаЌ пПзаЎОМÑÐºÑ ÐºÐŸÐŒÐ¿ÐŸÐœÐµÐœÑÑ %(name)s | %(error)s" + +#: pyload/FileManager.py:53 +msgid "none" +msgstr "МОÑÑа" + +#: pyload/FileManager.py:53 +msgid "offline" +msgstr "ваМ ÐŒÑеже" + +#: pyload/FileManager.py:53 +msgid "online" +msgstr "Ма ÐŒÑежО" + +#: pyload/FileManager.py:53 +msgid "queued" +msgstr "Ма ÑекаÑÑ" + +#: pyload/FileManager.py:53 +msgid "paused" +msgstr "паÑзОÑаМП" + +#: pyload/FileManager.py:54 +msgid "finished" +msgstr "завÑÑеМП" + +#: pyload/FileManager.py:54 +msgid "skipped" +msgstr "пÑеÑкПÑеМП" + +#: pyload/FileManager.py:54 +msgid "failed" +msgstr "МеÑÑпелП" + +#: pyload/FileManager.py:54 +msgid "starting" +msgstr "запПÑОÑеЌ" + +#: pyload/FileManager.py:55 +msgid "waiting" +msgstr "ÑекаЌ" + +#: pyload/FileManager.py:55 +msgid "downloading" +msgstr "пÑеÑзОЌаЌ" + +#: pyload/FileManager.py:55 +msgid "temp. offline" +msgstr "пÑОвÑеЌеМП ваМ ÐŒÑеже" + +#: pyload/FileManager.py:55 +msgid "aborted" +msgstr "пÑекОМÑÑП" + +#: pyload/FileManager.py:56 +msgid "decrypting" +msgstr "ЎеÑОÑÑÑÑеЌ" + +#: pyload/FileManager.py:56 +msgid "processing" +msgstr "ПбÑаÑÑÑеЌ" + +#: pyload/FileManager.py:56 +msgid "custom" +msgstr "пÑОлагПÑеМП" + +#: pyload/FileManager.py:56 +msgid "unknown" +msgstr "МепПзМаÑП" + +#: pyload/FileManager.py:426 +#, python-format +msgid "Package finished: %s" +msgstr "ÐÐ°ÐºÐµÑ Ñе завÑÑеМ: %s" + +#: pyload/Api.py:152 +#, python-format +msgid "User '%s' tries to log in" +msgstr "ÐПÑОÑМОк â%sâ пПкÑÑава Ўа Ñе пÑОÑавО." + +#: pyload/Core.py:195 +msgid "Received Quit signal" +msgstr "ÐÑОЌÑеМ Ñе ÑОгМал за Озлазак" + +#: pyload/Core.py:323 +#, python-format +msgid "pyLoad already running with pid %s" +msgstr "pyLoad Ð²ÐµÑ ÑаЎО Ñа бÑПÑеЌ %s" + +#: pyload/Core.py:337 +#, python-format +msgid "Failed changing group: %s" +msgstr "Ðе ÐŒÐŸÐ³Ñ ÐŽÐ° пÑПЌеМОЌ гÑÑпÑ: %s" + +#: pyload/Core.py:347 +#, python-format +msgid "Failed changing user: %s" +msgstr "Ðе ÐŒÐŸÐ³Ñ ÐŽÐ° пÑПЌеМОЌ кПÑОÑМОка: %s" + +#: pyload/Core.py:358 +msgid "Starting" +msgstr "ÐПкÑеÑеЌ" + +#: pyload/Core.py:359 +#, python-format +msgid "Using home directory: %s" +msgstr "ÐÑМПвМа ÑаÑÑОкла: %s" + +#: pyload/Core.py:373 +msgid "All links removed" +msgstr "Све везе ÑÑ ÑклПÑеМе" + +#: pyload/Core.py:403 +#, python-format +msgid "Download time: %s" +msgstr "ÐÑеЌе пÑеÑзОЌаÑа: %s" + +#: pyload/Core.py:418 +#, python-format +msgid "Free space: %s" +msgstr "СлПбПЎМП пÑПÑÑПÑа: %s" + +#: pyload/Core.py:438 +msgid "Activating Accounts..." +msgstr "ÐкÑОвОÑаЌ МалПгеâŠ" + +#: pyload/Core.py:443 +msgid "Restarting failed downloads..." +msgstr "ÐПМПвП пПкÑеÑеЌ МеÑÑпела пÑеÑзОЌаÑаâŠ" + +#: pyload/Core.py:451 +msgid "pyLoad is up and running" +msgstr "pyLoad Ñе ÑпÑеЌаМ за кПÑОÑÑеÑе" + +#: pyload/Core.py:474 +msgid "restarting pyLoad" +msgstr "пПМПвМП пПкÑеÑаÑе pyLoad-а" + +#: pyload/Core.py:478 +msgid "pyLoad quits" +msgstr "pyLoad Ñе заÑваÑа" + +#: pyload/Core.py:564 +msgid "shutting down..." +msgstr "ОÑкÑÑÑÑÑеЌâŠ" + +#: pyload/Core.py:579 +msgid "error while shutting down" +msgstr "гÑеÑка пÑО ОÑкÑÑÑОваÑÑ" + +#: pyload/Core.py:661 +msgid "killed pyLoad from terminal" +msgstr "pyLoad Ñе ПкПМÑаМ Оз ÑеÑЌОМала" + +#: pyload/database/DatabaseBackend.py:167 +msgid "Database was deleted due to incompatible version." +msgstr "Ðаза пПЎаÑака Ñе ПбÑОÑаМа збПг МекПЌпаÑОбОлМе веÑзОÑе." + +#: pyload/threads/DecrypterThread.py:50 +msgid "Decrypting failed" +msgstr "ÐеÑОÑÑПваÑе МОÑе ÑÑпелП" + +#: pyload/threads/DecrypterThread.py:73 +#, python-format +msgid "Decrypted %(count)d links into package %(name)s" +msgstr "ÐеÑОÑÑПваМП Ñе %(count)d веза Ñ Ð¿Ð°ÐºÐµÑ â%(name)sâ" + +#: pyload/threads/DecrypterThread.py:80 +msgid "No links decrypted" +msgstr "ÐОÑеЎМа веза МОÑе ЎеÑОÑÑПваМа" + +#: pyload/threads/InfoThread.py:147 +#, python-format +msgid "Info Fetching for %(name)s failed | %(err)s" +msgstr "Ðе ÐŒÐŸÐ³Ñ ÐŽÐ° пÑеÑзЌеЌ пПЎаÑке за %(name)s | %(err)s" + +#: pyload/threads/ThreadManager.py:155 +#, python-format +msgid "Reconnect Failed: %s" +msgstr "ÐеÑÑпеÑМП пПМПвМП пПвезОваÑе: %s" + +#: pyload/threads/ThreadManager.py:192 +msgid "Reconnect script not found!" +msgstr "СкÑÐžÐ¿Ñ Ð·Ð° пПМПвМП пПвезОваÑе МОÑе пÑПМаÑеМ." + +#: pyload/threads/ThreadManager.py:198 +msgid "Starting reconnect" +msgstr "ÐПкÑеÑеЌ пПМПвМП пПвезОваÑе" + +#: pyload/threads/ThreadManager.py:212 +msgid "Failed executing reconnect script!" +msgstr "Ðе ÐŒÐŸÐ³Ñ ÐŽÐ° ОзвÑÑОЌ ÑкÑÐžÐ¿Ñ Ð·Ð° пПМПвМП пПвезОваÑе." + +#: pyload/threads/ThreadManager.py:224 +#, python-format +msgid "Reconnected, new IP: %s" +msgstr "ÐПМПвП Ñе пПвезаМП; МПва IP аЎÑеÑа: %s" + +#: pyload/threads/ThreadManager.py:298 +msgid "Not enough space left on device" +msgstr "ÐеЌа ЎПвПÑМП пÑПÑÑПÑа Ма ÑÑеÑаÑÑ" + +#: pyload/threads/DownloadThread.py:64 +#, python-format +msgid "Download starts: %s" +msgstr "ÐÑеÑзОЌаÑе Ñе запПÑеÑП: %s" + +#: pyload/threads/DownloadThread.py:70 +#, python-format +msgid "Download finished: %s" +msgstr "ÐÑеÑзОЌаÑе Ñе завÑÑеМП: %s" + +#: pyload/threads/DownloadThread.py:75 +#, python-format +msgid "Plugin %s is missing a function." +msgstr "ÐÑОкÑÑÑÐºÑ %s МеЎПÑÑаÑе ÑÑМкÑОÑа." + +#: pyload/threads/DownloadThread.py:83 pyload/threads/DownloadThread.py:147 +#, python-format +msgid "Download aborted: %s" +msgstr "ÐÑеÑзОЌаÑе Ñе пÑекОМÑÑП: %s" + +#: pyload/threads/DownloadThread.py:103 +#, python-format +msgid "Download restarted: %(name)s | %(msg)s" +msgstr "ÐÑеÑзОЌаÑе Ñе пПМПвП пПкÑеМÑÑП: %(name)s | %(msg)s" + +#: pyload/threads/DownloadThread.py:113 +#, python-format +msgid "Download is offline: %s" +msgstr "ÐÑеÑзОЌаÑе Ñе ваМ ÐŒÑеже: %s" + +#: pyload/threads/DownloadThread.py:116 pyload/threads/DownloadThread.py:187 +#, python-format +msgid "Download is temporary offline: %s" +msgstr "ÐÑеÑзОЌаÑе Ñе ÑÑеМÑÑМП ваМ ÐŒÑеже: %s" + +#: pyload/threads/DownloadThread.py:119 pyload/threads/DownloadThread.py:192 +#, python-format +msgid "Download failed: %(name)s | %(msg)s" +msgstr "ÐÑеÑзОЌаÑе МОÑе ÑÑпелП: %(name)s | %(msg)s" + +#: pyload/threads/DownloadThread.py:136 +msgid "Couldn't connect to host or connection reset, waiting 1 minute and retry." +msgstr "Ðе ÐŒÐŸÐ³Ñ ÐŽÐ° Ñе пПвежеЌ Ñа Ñ
ПÑÑПЌ ОлО Ñе веза пÑекОМÑÑа. ÐПМПвМП пПвезОваÑе за 1 ЌОМÑÑ." + +#: pyload/threads/DownloadThread.py:171 +#, python-format +msgid "Download skipped: %(name)s due to %(plugin)s" +msgstr "ÐÑеÑзОЌаÑе Ñе пÑеÑкПÑеМП: %(name)s збПг %(plugin)s" + +#: pyload/threads/DownloadThread.py:188 +msgid "Internal Server Error" +msgstr "УМÑÑÑаÑÑа гÑеÑка ÑеÑвеÑа" + +#: pyload/threads/AddonThread.py:55 +msgid "An Error occurred" +msgstr "ÐПÑлП Ñе ЎП гÑеÑке" + +#: pyload/PluginManager.py:316 +#, python-format +msgid "Error importing %(name)s: %(msg)s" +msgstr "ÐÑеÑка ÑвПза %(name)s: %(msg)s" + +#: pyload/utils/JsEngine.py:188 +msgid "No js engine detected, please install either Spidermonkey, ossp-js, pyv8, nodejs or rhino" +msgstr "ÐеÑ
аМОзаЌ JavaScript-а МОÑе ПÑкÑОвеМ. ÐМÑÑалОÑаÑÑе SpiderMonkey, OSSP js, pyv8, Node.js ОлО Rhino." + diff --git a/locale/sr/LC_MESSAGES/django.mo b/locale/sr/LC_MESSAGES/django.mo Binary files differdeleted file mode 100644 index 2f03721f1..000000000 --- a/locale/sr/LC_MESSAGES/django.mo +++ /dev/null diff --git a/locale/sr/LC_MESSAGES/plugins.po b/locale/sr/LC_MESSAGES/plugins.po new file mode 100644 index 000000000..fa9c6de39 --- /dev/null +++ b/locale/sr/LC_MESSAGES/plugins.po @@ -0,0 +1,424 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-20 22:13+0200\n" +"PO-Revision-Date: 2013-10-13 12:26-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Serbian (Cyrillic)\n" +"Language: sr_SP\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\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 or n%100>=20) ? 1 : 2;\n" +"X-Generator: crowdin.net\n" + +#: pyload/plugins/network/CurlDownload.py:241 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "ÐЎлПЌÑО пÑеÑзОЌаÑа МОÑÑ ÑÑпелО. ÐÑаÑаÑе Ма ÑÐµÐŽÐœÑ Ð²ÐµÐ·Ñ | %s" + +#: pyload/plugins/Base.py:329 +msgid "Pil and tesseract not installed and no Client connected for captcha decrypting" +msgstr "Pil О Tesseract МОÑÑ ÐžÐœÑÑалОÑаМО, МОÑО Ñе пПвезаМ клОÑÐµÐœÑ ÑаЎО ЎеÑОÑÑПваÑа пПÑвÑЎМОÑ
кПЎПва." + +#: pyload/plugins/Base.py:333 +msgid "No captcha result obtained in appropriate time." +msgstr "ÐОÑе ПбезбеÑеМ ÑезÑлÑÐ°Ñ Ð¿ÐŸÑвÑЎМПг кПЎа Ñ ÐŸÐŽÐ³ÐŸÐ²Ð°ÑаÑÑÑе вÑеЌе." + +#: pyload/plugins/Hoster.py:282 pyload/plugins/Hoster.py:319 +#: pyload/plugins/hoster/ARD.py:76 +#, python-format +msgid "Setting User and Group failed: %s" +msgstr "ÐПÑÑавÑаÑе кПÑОÑМОка О гÑÑпе МОÑе ÑÑпелП: %s" + +#: pyload/plugins/Crypter.py:136 +msgid "Not existing file or unsupported protocol" +msgstr "ÐепПÑÑПÑеÑа ЎаÑПÑека ОлО МепПЎÑжаМО пÑПÑПкПл" + +#: pyload/plugins/hoster/RapidshareCom.py:96 +msgid "Rapidshare: Traffic Share (direct download)" +msgstr "Rapidshare: ЎеÑеÑе ÑаПбÑаÑаÑа (ЎОÑекÑМП пÑеÑзОЌаÑе)" + +#: pyload/plugins/hoster/RapidshareCom.py:123 +#: pyload/plugins/hoster/RapidshareCom.py:189 +msgid "Already downloading from this ip address, waiting 60 seconds" +msgstr "ÐÐµÑ Ð¿ÑеÑзОЌаÑе Ñа Пве IP аЎÑеÑе. СаÑекаÑÑе 60 ÑекÑМЎО." + +#: pyload/plugins/hoster/RapidshareCom.py:127 +msgid "Invalid Auth Code, download will be restarted" +msgstr "ÐеОÑпÑаваМ кÎЎ за пÑПвеÑÑ ÐžÐŽÐµÐœÑОÑеÑа. ÐÑеÑзОЌаÑе Ñе пПМПвП бОÑО пПкÑеМÑÑП." + +#: pyload/plugins/hoster/RapidshareCom.py:193 +msgid "RapidShareCom: No free slots" +msgstr "Rapidshare.com: МеЌа ÑлПбПЎМОÑ
ÑлПÑПва" + +#: pyload/plugins/hoster/RapidshareCom.py:196 +msgid "You need a premium account for this file" +msgstr "ÐПÑÑебаМ ваЌ Ñе пÑеЌОÑÑÐŒ МалПг Ўа бОÑÑе пÑеÑзелО ÐŸÐ²Ñ ÐŽÐ°ÑПÑекÑ" + +#: pyload/plugins/hoster/RapidshareCom.py:198 +msgid "Filename reported invalid" +msgstr "ÐÑОÑавÑеМП ОЌе ЎаÑПÑеке МОÑе ОÑпÑавМП" + +#: pyload/plugins/hoster/RealdebridCom.py:40 +#: pyload/plugins/hoster/Premium4Me.py:27 +#: pyload/plugins/hoster/MultiDebridCom.py:39 +#: pyload/plugins/hoster/ZeveraCom.py:24 +#: pyload/plugins/hoster/AlldebridCom.py:37 +#: pyload/plugins/hoster/RehostTo.py:25 pyload/plugins/hoster/ReloadCc.py:22 +#: pyload/plugins/hoster/DebridItaliaCom.py:38 +#: pyload/plugins/hoster/PremiumizeMe.py:19 +#, python-format +msgid "Please enter your %s account or deactivate this plugin" +msgstr "УМеÑОÑе МалПг Ма ÑеÑвОÑÑ %s ОлО ЎеакÑОвОÑаÑÑе ÐŸÐ²Ð°Ñ Ð¿ÑОкÑÑÑак." + +#: pyload/plugins/hoster/MegaNz.py:55 +msgid "Decryption failed" +msgstr "ÐеÑОÑÑПваÑе МОÑе ÑÑпелП" + +#: pyload/plugins/hoster/MegaNz.py:99 +msgid "No file key provided in the URL" +msgstr "У URL аЎÑеÑО МОÑе МавеЎеМ кÑÑÑ ÐŽÐ°ÑПÑеке" + +#: pyload/plugins/hoster/MegaNz.py:111 +msgid "Error code:" +msgstr "ÐÃŽÐŽ гÑеÑке:" + +#: pyload/plugins/hoster/FileserveCom.py:97 +msgid "Parallel download error, now waiting 60s." +msgstr "ÐÑеÑка Ñ ÐžÑÑПвÑеЌеМПЌ пÑеÑзОЌаÑÑ. СаÑекаÑÑе 60 ÑекÑМЎО." + +#: pyload/plugins/hoster/FileserveCom.py:208 +msgid "Not logged in." +msgstr "ÐОÑÑе пÑОÑавÑеМО." + +#: pyload/plugins/hoster/UploadedTo.py:135 +msgid "API key invalid" +msgstr "API кÑÑÑ Ñе МеОÑпÑаваМ" + +#: pyload/plugins/hoster/UploadedTo.py:160 +#, python-format +msgid "%s: Not enough traffic left" +msgstr "%s: МеЌаÑе ЎПвПÑМП ÑаПбÑаÑаÑа" + +#: pyload/plugins/hoster/UploadedTo.py:163 +msgid "Traffic exceeded" +msgstr "ÐÑекПÑаÑОлО ÑÑе ÑаПбÑаÑаÑ" + +#: pyload/plugins/hoster/BasePlugin.py:63 +msgid "Authorization required (username:password)" +msgstr "ÐПÑÑебМа Ñе пÑПвеÑа ОЎеМÑОÑеÑа (кПÑОÑМОÑкП ОЌе О лПзОМка)" + +#: pyload/plugins/hoster/NetloadIn.py:143 +#: pyload/plugins/hoster/NetloadIn.py:167 +msgid "File temporarily not available" +msgstr "ÐаÑПÑека ÑÑеМÑÑМП МОÑе ЎПÑÑÑпМа" + +#: pyload/plugins/hoster/NetloadIn.py:180 +#, python-format +msgid "Netload: waiting between downloads %d s." +msgstr "Netload: ÑекаÑе ОзЌеÑÑ Ð¿ÑеÑзОЌаÑа %d Ñ." + +#: pyload/plugins/hoster/NetloadIn.py:209 +#, python-format +msgid "Netload: waiting for captcha %d s." +msgstr "Netload: ÑекаÑе пПÑвÑЎМПг кПЎа %d Ñ." + +#: pyload/plugins/hoster/NetloadIn.py:248 +msgid "Downloaded File was empty" +msgstr "ÐÑеÑзеÑа ЎаÑПÑека Ñе пÑазМа" + +#: pyload/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 "У пÑеÑзеÑÐŸÑ ÐŽÐ°ÑПÑеÑО Ñе МалазО HTML кÎЎ (%s). ÐПжЎа Ñе гÑеÑка Ñ Ð¿ÑеÑÑЌеÑаваÑÑ. ÐÑеÑзОЌаÑе Ñе пПМПвП бОÑО пПкÑеМÑÑП." + +#: pyload/plugins/hoster/XHamsterCom.py:75 +#: pyload/plugins/hoster/XHamsterCom.py:84 +#: pyload/plugins/hoster/XHamsterCom.py:87 +#, python-format +msgid "long_url: %s" +msgstr "ÐÑжа URL аЎÑеÑа: %s" + +#: pyload/plugins/Account.py:117 pyload/plugins/Account.py:123 +#, python-format +msgid "Could not login with account %(user)s | %(msg)s" +msgstr "Ðе ÐŒÐŸÐ³Ñ ÐŽÐ° Ñе пÑОÑавОЌ Ñа МалПгПЌ %(user)s | %(msg)s" + +#: pyload/plugins/Account.py:118 +msgid "Wrong Password" +msgstr "ÐеОÑпÑавМа лПзОМка" + +#: pyload/plugins/Account.py:184 +#, python-format +msgid "Get Account Info for %s" +msgstr "ÐÑеÑзЌОÑе пПЎаÑке П ÐœÐ°Ð»ÐŸÐ³Ñ Ð·Ð° %s" + +#: pyload/plugins/Account.py:193 +#, python-format +msgid "Error: %s" +msgstr "ÐÑеÑка: %s" + +#: pyload/plugins/Account.py:242 +#, python-format +msgid "Your Time %s has a wrong format, use: 1:22-3:44" +msgstr "ÐÑеЌе %s Ñе Ñ Ð¿ÐŸÐ³ÑеÑМПЌ ÑПÑЌаÑÑ. ÐПÑОÑÑОÑе: 1:22-3:44" + +#: pyload/plugins/Account.py:265 +#, python-format +msgid "Account %s has not enough traffic, checking again in 30min" +msgstr "ÐалПг %s МеЌа ЎПвПÑМП ÑаПбÑаÑаÑа. ÐÑПвеÑаваЌ пПМПвП за 30 ЌОМÑÑа." + +#: pyload/plugins/Account.py:273 +#, python-format +msgid "Account %s is expired, checking again in 1h" +msgstr "ÐалПг %s Ñе ОÑÑекаП. ÐÑПвеÑаваЌ пПМПвП за ÑÐ°Ñ Ð²ÑеЌеМа." + +#: pyload/plugins/Account.py:290 +#, python-format +msgid "Login with %s" +msgstr "ÐÑОÑавОÑе Ñе Ñа %s" + +#: pyload/plugins/Addon.py:118 +#, python-format +msgid "Error executing addons: %s" +msgstr "ÐÑеÑка пÑО ОзвÑÑаваÑÑ Ð¿ÑОкÑÑÑака: %s" + +#: pyload/plugins/accounts/BitshareCom.py:36 +msgid "Activate direct Download in your Bitshare Account" +msgstr "ÐкÑОвОÑаÑÑе ЎОÑекÑМП пÑеÑзОЌаÑе Ñ ÐœÐ°Ð»ÐŸÐ³Ñ Bitshare-а" + +#: pyload/plugins/crypter/SerienjunkiesOrg.py:128 +msgid "Downloadlimit reached" +msgstr "ÐПÑÑОгМÑÑП Ñе ПгÑаМОÑеÑе пÑеÑзОЌаÑа" + +#: pyload/plugins/addons/Premium4Me.py:30 +msgid "Please add your premium.to account first and restart pyLoad" +msgstr "ÐÑвП ЎПЎаÑÑе МалПг Ма ÑеÑвОÑÑ premium.to па пПМПвП пПкÑеМОÑе pyLoad." + +#: pyload/plugins/addons/ExternalScripts.py:53 +#, python-format +msgid "Installed scripts for %s: " +msgstr "ÐМÑÑалОÑаМО ÑкÑОпÑО за %s: " + +#: pyload/plugins/addons/ExternalScripts.py:69 +msgid "Script not executable:" +msgstr "СкÑОпÑа Ме ЌПже Ўа Ñе ОзвÑÑО:" + +#: pyload/plugins/addons/ExternalScripts.py:79 +#, python-format +msgid "Error in %(script)s: %(error)s" +msgstr "ÐÑеÑка Ñ %(script)s: %(error)s" + +#: pyload/plugins/addons/CaptchaTrader.py:72 +#: pyload/plugins/addons/Captcha9kw.py:56 +#: pyload/plugins/addons/ExpertDecoders.py:49 +#, python-format +msgid "%s credits left" +msgstr "ÐÑеПÑÑалП Ñе %s кÑеЎОÑа" + +#: pyload/plugins/addons/CaptchaTrader.py:120 +msgid "Could not send response." +msgstr "Ðе ÐŒÐŸÐ³Ñ ÐŽÐ° пПÑаÑеЌ ПЎгПвПÑ." + +#: pyload/plugins/addons/CaptchaTrader.py:138 +msgid "Your CaptchaTrader Account has not enough credits" +msgstr "У ваÑеЌ ÐœÐ°Ð»ÐŸÐ³Ñ ÐœÐ° ÑеÑвОÑÑ CaptchaTrader МеЌа ЎПвПÑМП кÑеЎОÑа." + +#: pyload/plugins/addons/Captcha9kw.py:89 +#, python-format +msgid "New CaptchaID from upload: %s : %s" +msgstr "ÐПвО CaptchaID ПЎ ПÑпÑеЌаÑа: %s : %s" + +#: pyload/plugins/addons/Captcha9kw.py:123 +msgid "Your Captcha 9kw.eu Account has not enough credits" +msgstr "У ваÑеЌ ÐœÐ°Ð»ÐŸÐ³Ñ ÐœÐ° ÑеÑвОÑÑ 9kw.eu МеЌа ЎПвПÑМП кÑеЎОÑа." + +#: pyload/plugins/addons/RehostTo.py:34 +msgid "Please add your rehost.to account first and restart pyLoad" +msgstr "ÐÑвП ЎПЎаÑÑе МалПг Ма ÑеÑвОÑÑ rehost.to па пПМПвП пПкÑеМОÑе pyLoad." + +#: pyload/plugins/addons/HotFolder.py:82 +#, python-format +msgid "Added %s from HotFolder" +msgstr "ÐПЎаÑП %s Оз HotFolder-а" + +#: pyload/plugins/addons/ClickAndLoad.py:74 +msgid "Click'N'Load: Port 9666 already in use" +msgstr "Click'N'Load: пПÑÑ 9666 Ð²ÐµÑ Ñе Ñ ÑпПÑÑебО" + +#: pyload/plugins/addons/XMPPInterface.py:82 +#: pyload/plugins/addons/IRCInterface.py:75 +#, python-format +msgid "Package finished: %s" +msgstr "ÐÐ°ÐºÐµÑ Ñе завÑÑеМ: %s" + +#: pyload/plugins/addons/XMPPInterface.py:90 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" +msgstr "ÐÑеÑзОЌаÑе Ñе завÑÑеМП: %(name)s @ %(plugin)s" + +#: pyload/plugins/addons/ExpertDecoders.py:98 +msgid "Your ExpertDecoders Account has not enough credits" +msgstr "У ваÑеЌ ÐœÐ°Ð»ÐŸÐ³Ñ ÐœÐ° ÑеÑвОÑÑ ExpertDecoders МеЌа ЎПвПÑМП кÑеЎОÑа." + +#: pyload/plugins/addons/UpdateManager.py:73 +msgid "*** Plugins have been updated, please restart pyLoad ***" +msgstr "*** ÐÑОкÑÑÑÑО ÑÑ Ð°Ð¶ÑÑОÑаМО. ÐПМПвП пПкÑеМОÑе pyLoad. ***" + +#: pyload/plugins/addons/UpdateManager.py:75 +msgid "Plugins updated and reloaded" +msgstr "ÐÑОкÑÑÑÑО ÑÑ Ð°Ð¶ÑÑОÑаМО О пПМПвП ÑÑОÑаМО" + +#: pyload/plugins/addons/UpdateManager.py:78 +msgid "No plugin updates available" +msgstr "ÐеЌа ажÑÑОÑаÑа пÑОкÑÑÑака" + +#: pyload/plugins/addons/UpdateManager.py:95 +msgid "No Updates for pyLoad" +msgstr "ÐеЌа МПве веÑзОÑе pyLoad-а" + +#: pyload/plugins/addons/UpdateManager.py:100 +#, python-format +msgid "*** New pyLoad Version %s available ***" +msgstr "*** ÐПÑÑÑпМа Ñе МПва веÑзОÑа, pyLoad %s ***" + +#: pyload/plugins/addons/UpdateManager.py:101 +msgid "*** Get it here: http://pyload.org/download ***" +msgstr "*** ÐÑеÑзЌОÑе Ñе ПЎавЎе: http://pyload.org/download ***" + +#: pyload/plugins/addons/UpdateManager.py:104 +msgid "Not able to connect server for updates" +msgstr "Ðе ÐŒÐŸÐ³Ñ ÐŽÐ° Ñе пПвежеЌ Ñа ÑеÑвеÑПЌ за ажÑÑОÑаÑа" + +#: pyload/plugins/addons/UpdateManager.py:148 +#, python-format +msgid "New version of %(type)s|%(name)s : %(version).2f" +msgstr "ÐПва веÑзОÑа %(type)s|%(name)s : %(version).2f" + +#: pyload/plugins/addons/UpdateManager.py:157 +#: pyload/plugins/addons/UpdateManager.py:162 +#, python-format +msgid "Error when updating %s" +msgstr "ÐÑеÑка пÑО ажÑÑОÑаÑÑ %s" + +#: pyload/plugins/addons/UpdateManager.py:162 +msgid "Version mismatch" +msgstr "ÐеÑзОÑе Ñе Ме пПклапаÑÑ" + +#: pyload/plugins/addons/ExtractArchive.py:92 +#, python-format +msgid "No %s installed" +msgstr "ÐОÑе ОМÑÑалОÑаМ %s" + +#: pyload/plugins/addons/ExtractArchive.py:94 +#: pyload/plugins/addons/ExtractArchive.py:99 +#, python-format +msgid "Could not activate %s" +msgstr "Ðе ÐŒÐŸÐ³Ñ ÐŽÐ° акÑОвОÑаЌ %s" + +#: pyload/plugins/addons/ExtractArchive.py:104 +msgid "Activated" +msgstr "ÐкÑОвОÑаМП" + +#: pyload/plugins/addons/ExtractArchive.py:106 +msgid "No Extract plugins activated" +msgstr "ÐОÑÑ Ð°ÐºÑОвОÑаМО пÑОкÑÑÑÑО за ÑаÑпакОваÑе" + +#: pyload/plugins/addons/ExtractArchive.py:118 +#, python-format +msgid "Package %s queued for later extracting" +msgstr "ÐÐ°ÐºÐµÑ %s Ñе ÑÑавÑеМ Ñ ÑеЎ за ÑаÑпакОваÑе" + +#: pyload/plugins/addons/ExtractArchive.py:143 +#, python-format +msgid "Check package %s" +msgstr "ÐÑПвеÑО Ð¿Ð°ÐºÐµÑ %s" + +#: pyload/plugins/addons/ExtractArchive.py:183 +#, python-format +msgid "Extract to %s" +msgstr "РаÑпакÑÑ Ñ %s" + +#: pyload/plugins/addons/ExtractArchive.py:197 +msgid "No files found to extract" +msgstr "ÐеЌа ЎаÑПÑека за ÑаÑпакОваÑе" + +#: pyload/plugins/addons/ExtractArchive.py:203 +msgid "extracting" +msgstr "ÑаÑпакÑÑеЌ" + +#: pyload/plugins/addons/ExtractArchive.py:214 +msgid "Password protected" +msgstr "ÐаÑÑОÑеМП лПзОМкПЌ" + +#: pyload/plugins/addons/ExtractArchive.py:234 +msgid "Wrong password" +msgstr "ÐеОÑпÑавМа лПзОМка" + +#: pyload/plugins/addons/ExtractArchive.py:242 +#, python-format +msgid "Deleting %s files" +msgstr "ÐÑОÑеЌ %s ЎаÑПÑека" + +#: pyload/plugins/addons/ExtractArchive.py:247 +msgid "Extracting finished" +msgstr "РаÑпакОваÑе Ñе завÑÑеМП" + +#: pyload/plugins/addons/ExtractArchive.py:254 +msgid "Archive Error" +msgstr "ÐÑеÑка Ñ Ð°ÑÑ
ОвО" + +#: pyload/plugins/addons/ExtractArchive.py:256 +msgid "CRC Mismatch" +msgstr "CRC Ñе Ме пПклапа" + +#: pyload/plugins/addons/ExtractArchive.py:260 +msgid "Unknown Error" +msgstr "ÐепПзМаÑа гÑеÑка" + +#: pyload/plugins/addons/ExtractArchive.py:312 +msgid "Setting User and Group failed" +msgstr "ÐПÑÑавÑаÑе кПÑОÑМОка О гÑÑпе МОÑе ÑÑпелП" + +#: pyload/plugins/addons/LinkdecrypterCom.py:36 +msgid "Crypter list not found" +msgstr "СпОÑак ÑОÑÑаÑПÑа МОÑе пÑПМаÑеМ" + +#: pyload/plugins/addons/LinkdecrypterCom.py:50 +msgid "Crypter list is empty" +msgstr "СпОÑак ÑОÑÑаÑПÑа Ñе пÑазаМ" + +#: pyload/plugins/addons/IRCInterface.py:82 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " +msgstr "ÐÑеÑзОЌаÑе Ñе завÑÑеМП: %(name)s @ %(plugin)s " + +#: pyload/plugins/addons/IRCInterface.py:94 +#, python-format +msgid "New Captcha Request: %s" +msgstr "ÐПвО заÑ
Ñев пПÑвÑЎМПг кПЎа: %s" + +#: pyload/plugins/addons/IRCInterface.py:95 +#, python-format +msgid "Answer with 'c %s text on the captcha'" +msgstr "ÐЎгПвПÑОÑе Ñа âc %s ÑекÑÑ ÐœÐ° пПÑвÑЎМПЌ кПЎÑâ" + +#: pyload/plugins/addons/PremiumizeMe.py:46 +msgid "Please add a valid premiumize.me account first and restart pyLoad." +msgstr "ÐПЎаÑÑе ОÑпÑаваМ МалПг ÑеÑвОÑа premiumize.me па пПМПвП пПкÑеМОÑе pyLoad." + +#: pyload/plugins/addons/CaptchaBrotherhood.py:69 +#, python-format +msgid "%d credits left" +msgstr "ÐÑеПÑÑалП Ñе %d кÑеЎОÑа" + +#: pyload/plugins/addons/MultiHoster.py:29 +#, python-format +msgid "Activated %s" +msgstr "ÐкÑОвОÑаМП %s" + +#: pyload/plugins/addons/MultiHoster.py:47 +msgid "No Hoster loaded" +msgstr "ÐОÑеЎаМ Ñ
ПÑÑÐµÑ ÐœÐžÑе ÑÑОÑаМ" + diff --git a/locale/sr/LC_MESSAGES/pyLoad.mo b/locale/sr/LC_MESSAGES/pyLoad.mo Binary files differdeleted file mode 100644 index e66d60ec6..000000000 --- a/locale/sr/LC_MESSAGES/pyLoad.mo +++ /dev/null diff --git a/locale/sr/LC_MESSAGES/pyLoadCli.mo b/locale/sr/LC_MESSAGES/pyLoadCli.mo Binary files differdeleted file mode 100644 index 6d4d21e9d..000000000 --- a/locale/sr/LC_MESSAGES/pyLoadCli.mo +++ /dev/null diff --git a/locale/sr/LC_MESSAGES/pyLoadGui.mo b/locale/sr/LC_MESSAGES/pyLoadGui.mo Binary files differdeleted file mode 100644 index 5ece99c01..000000000 --- a/locale/sr/LC_MESSAGES/pyLoadGui.mo +++ /dev/null diff --git a/locale/sr/LC_MESSAGES/setup.mo b/locale/sr/LC_MESSAGES/setup.mo Binary files differdeleted file mode 100644 index 3ce6ecf6c..000000000 --- a/locale/sr/LC_MESSAGES/setup.mo +++ /dev/null diff --git a/locale/sr/LC_MESSAGES/setup.po b/locale/sr/LC_MESSAGES/setup.po new file mode 100644 index 000000000..3f2f7525b --- /dev/null +++ b/locale/sr/LC_MESSAGES/setup.po @@ -0,0 +1,376 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:26-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Serbian (Cyrillic)\n" +"Language: sr_SP\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\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 or n%100>=20) ? 1 : 2;\n" +"X-Generator: crowdin.net\n" + +#: pyload/Setup.py:72 +msgid "Would you like to configure pyLoad via Webinterface?" +msgstr "ÐелОÑе лО Ўа пПЎеÑОÑе pyLoad пÑекП веб ОМÑеÑÑеÑÑа?" + +#: pyload/Setup.py:73 +msgid "You need a Browser and a connection to this PC for it." +msgstr "Ðа ÑП ваЌ Ñе пПÑÑебаМ веб пÑÐµÐ³Ð»ÐµÐŽÐ°Ñ Ðž веза Ñ ÐŸÐ²ÐžÐŒ ÑаÑÑМаÑПЌ." + +#: pyload/Setup.py:74 +msgid "Url would be: http://hostname:8000/" +msgstr "URL аЎÑеÑа: http://hostname:8000/" + +#: pyload/Setup.py:75 +msgid "Start initial webinterface for configuration?" +msgstr "ÐапПÑеÑО веб ОМÑеÑÑеÑÑ ÑаЎО пПЎеÑаваÑа?" + +#: pyload/Setup.py:86 +msgid "Welcome to the pyLoad Configuration Assistent." +msgstr "ÐПбÑП ЎПÑлО кПЎ пПЌПÑМОка за пПЎеÑаваÑе pyLoad-а." + +#: pyload/Setup.py:87 +msgid "It will check your system and make a basic setup in order to run pyLoad." +msgstr "ÐМ Ñе пÑПвеÑОÑО ÑОÑÑеЌ О МаЌеÑÑОÑО ПÑМПвМе пПÑÑавке ÑакП Ўа ЌПжеÑе Ўа пПкÑеМеÑе pyLoad." + +#: pyload/Setup.py:89 +msgid "The value in brackets [] always is the default value," +msgstr "ÐÑеЎМПÑÑ Ñ ÑглаÑÑОЌ загÑаЎаЌа Ñе пПЎÑазÑЌеваМа." + +#: pyload/Setup.py:90 +msgid "in case you don't want to change it or you are unsure what to choose, just hit enter." +msgstr "акП Ме желОÑе Ўа пÑПЌеМОÑе ОлО МезМаÑе ÑÑа Ўа ОзабеÑеÑе, ÑÑОÑМОÑе 'еМÑеÑ'." + +#: pyload/Setup.py:92 +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgstr "ÐМаÑÑе: ЌПжеÑе пПМПвП Ўа пПкÑеМеÑе ÐŸÐ²Ð°Ñ Ð°ÑОÑÑÐµÐœÑ Ñа паÑаЌеÑÑПЌ --setup ОлО -s каЎа пПкÑÐµÐœÐµÑ pyLoadCore." + +#: pyload/Setup.py:93 +msgid "If you have any problems with this assistent hit CTRL+C," +msgstr "ÐкП ОЌаÑе пÑПблеЌа Ñ ÐŸÐ²ÐžÐŒ пПЌПÑМОкПЌ, пÑОÑОÑМОÑе Ctrl+C," + +#: pyload/Setup.py:94 +msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgstr "за пПМОÑÑаваÑе О МеЌПÑÑе Ўа га пПкÑеМеÑе аÑÑПЌаÑÑкО Ñа pyLoadCore." + +#: pyload/Setup.py:96 +msgid "When you are ready for system check, hit enter." +msgstr "ÐаЎа ÑÑе ÑпÑеЌМО Ўа пÑПвеÑОÑе ÑОÑÑеЌ, ÑÑОÑМОÑе 'еМÑеÑ'." + +#: pyload/Setup.py:103 +msgid "Features missing: " +msgstr "ÐПгÑÑМПÑÑО кПÑе МеЎПÑÑаÑÑ: " + +#: pyload/Setup.py:107 +msgid "no py-crypto available" +msgstr "py-crypto МОÑе ЎПÑÑÑпаМ" + +#: pyload/Setup.py:108 +msgid "You need this if you want to decrypt container files." +msgstr "ТП ÐаЌ ÑÑеба акП желОÑе Ўа ЎеÑОÑÑÑÑеÑе кПМÑеÑМеÑе." + +#: pyload/Setup.py:112 +msgid "no SSL available" +msgstr "SSL МОÑе ЎПÑÑÑпаМ" + +#: pyload/Setup.py:113 +msgid "This is needed if you want to establish a secure connection to core or webinterface." +msgstr "ÐПÑÑебМП акП желОÑе Ўа ÑÑаЎОÑе ÑОгÑÑМПÑÐœÑ Ð²ÐµÐ·Ñ ÐœÐ° ÑезгÑП ОлО вебОМÑеÑÑеÑÑ." + +#: pyload/Setup.py:114 +msgid "If you only want to access locally to pyLoad ssl is not useful." +msgstr "ÐкП ÑаЌП желОÑе Ўа пÑОÑÑÑпОÑе pyLoad-Ñ Ð»ÐŸÐºÐ°Ð»ÐœÐŸ, SSL ваЌ МОÑе ПЎ кПÑОÑÑО." + +#: pyload/Setup.py:118 +msgid "no Captcha Recognition available" +msgstr "МОÑе ЎПÑÑÑпМП МалажеÑе пÑПвеÑе" + +#: pyload/Setup.py:119 +msgid "Only needed for some hosters and as freeuser." +msgstr "ÐПÑÑебМП за Меке Ñ
ПÑÑеÑе О каП беÑплаÑаМ кПÑОÑМОк." + +#: pyload/Setup.py:123 +msgid "no JavaScript engine found" +msgstr "ЌеÑ
аМОзаЌ JavaScript-а МОÑе пÑПМаÑеМ" + +#: pyload/Setup.py:124 +msgid "You will need this for some Click'N'Load links. Install Spidermonkey, ossp-js, pyv8 or rhino" +msgstr "ТП ваЌ ÑÑеба за Меке Click'N'Load везе. ÐМÑÑалОÑаÑÑе SpiderMonkey, OSSP js, pyv8 ОлО Rhino." + +#: pyload/Setup.py:126 +msgid "You can abort the setup now and fix some dependencies if you want." +msgstr "ÐПжеÑе ПЎЌаÑ
Ўа пÑекОМеÑе пПЎеÑаваÑе О ОÑпÑавОÑе завОÑМе елеЌеМÑе, акП желОÑе." + +#: pyload/Setup.py:128 +msgid "Continue with setup?" +msgstr "ÐаÑÑавОÑО Ñа пПЎеÑаваÑеЌ?" + +#: pyload/Setup.py:134 +#, python-format +msgid "Do you want to change the config path? Current is %s" +msgstr "ÐелОÑе лО Ўа пÑПЌеМОÑе пÑÑаÑÑ Ð·Ð° пПЎеÑаваÑе? ТÑеМÑÑМа пÑÑаÑа Ñе %s" + +#: pyload/Setup.py:136 +msgid "If you use pyLoad on a server or the home partition lives on an internal flash it may be a good idea to change it." +msgstr "ÐкП кПÑОÑÑОÑе pyLoad Ма ÑеÑвеÑÑ ÐžÐ»Ðž Ма ÑМÑÑÑаÑÑеЌ ÑлеÑÑ, ÑазЌОÑлОÑе Ўа Ñе пÑПЌеМОÑе." + +#: pyload/Setup.py:137 +msgid "Change config path?" +msgstr "ÐÑПЌеМОÑО пÑÑаÑÑ Ð·Ð° пПЎеÑаваÑе?" + +#: pyload/Setup.py:143 +msgid "Do you want to configure login data and basic settings?" +msgstr "ÐелОÑе лО Ўа МаЌеÑÑОÑе пПЎаÑке за пÑОÑÐ°Ð²Ñ Ðž ПÑМПвМе пПÑÑавке?" + +#: pyload/Setup.py:144 +msgid "This is recommend for first run." +msgstr "ÐвП Ñе пÑепПÑÑÑеМП Ма пÑвП пПкÑеÑаÑе." + +#: pyload/Setup.py:145 +msgid "Make basic setup?" +msgstr "УÑаЎО ПÑМПÑМП пПЎеÑаваÑе?" + +#: pyload/Setup.py:152 +msgid "Do you want to configure ssl?" +msgstr "ÐелОÑе лО Ўа пПЎеÑОÑе SSL?" + +#: pyload/Setup.py:153 +msgid "Configure ssl?" +msgstr "ÐПЎеÑОÑО SSL?" + +#: pyload/Setup.py:159 +msgid "Do you want to configure webinterface?" +msgstr "Ðа Ñе кПМÑОгÑÑОÑе веб ОМÑеÑÑеÑÑ?" + +#: pyload/Setup.py:160 +msgid "Configure webinterface?" +msgstr "ÐПЎеÑОÑО веб ОМÑеÑÑеÑÑ?" + +#: pyload/Setup.py:165 +msgid "Setup finished successfully." +msgstr "ÐПЎеÑаваÑе Ñе ÑÑпеÑМП завÑÑеМП." + +#: pyload/Setup.py:166 +msgid "Hit enter to exit and restart pyLoad" +msgstr "ÐÑОÑОÑМОÑе Enter Ўа ОзаÑеÑе О пПМПвП пПкÑеМеÑе pyLoad" + +#: pyload/Setup.py:173 +msgid "Webinterface running for setup." +msgstr "Ðеб ОМÑеÑÑеÑÑ Ñе пПкÑеМÑÑ ÑаЎО пПЎеÑаваÑа." + +#: pyload/Setup.py:190 +msgid "## Basic Setup ##" +msgstr "## ÐÑМПвМП пПЎеÑаваÑе ##" + +#: pyload/Setup.py:193 +msgid "The following logindata is valid for CLI, GUI and webinterface." +msgstr "СлеЎеÑО пПЎаÑО за пÑОÑÐ°Ð²Ñ Ð²Ð°Ð¶Ðµ за CLI, GUI О веб ОМÑеÑÑеÑÑ." + +#: pyload/Setup.py:199 pyload/Setup.py:288 pyload/Setup.py:304 +msgid "Username" +msgstr "ÐПÑОÑМОÑкП ОЌе" + +#: pyload/Setup.py:205 +msgid "External clients (GUI, CLI or other) need remote access to work over the network." +msgstr "СпПÑМОЌ клОÑеМÑОЌа (GUI, CLI О ÐŽÑ.) пПÑÑебаМ Ñе ÑЎаÑеМО пÑОÑÑÑп какП бО ÑаЎОлО пÑекП ÐŒÑеже." + +#: pyload/Setup.py:206 +msgid "However, if you only want to use the webinterface you may disable it to save ram." +msgstr "ÐеÑÑÑОЌ, акП желОÑе Ўа кПÑОÑÑОÑе ÑаЌП веб ОМÑеÑÑеÑÑ, ЌПжеÑе га ПМеЌПгÑÑОÑО какП бОÑÑе ÑаÑÑвалО ÑÐ°ÐŽÐœÑ ÐŒÐµÐŒÐŸÑОÑÑ." + +#: pyload/Setup.py:207 +msgid "Enable remote access" +msgstr "ÐЌПгÑÑО ÑЎаÑеМО пÑОÑÑÑп" + +#: pyload/Setup.py:211 +msgid "Language" +msgstr "ÐезОк" + +#: pyload/Setup.py:213 +msgid "Download folder" +msgstr "ЀаÑÑОкла за пÑеÑзОЌаÑе" + +#: pyload/Setup.py:214 +msgid "Max parallel downloads" +msgstr "ÐакÑОЌалаМ бÑÐŸÑ ÐžÑÑПвÑеЌеМОÑ
пÑеÑзОЌаÑа" + +#: pyload/Setup.py:218 +msgid "Use Reconnect?" +msgstr "ÐПÑОÑÑОÑО пПМПвМП пПвезОваÑе?" + +#: pyload/Setup.py:221 +msgid "Reconnect script location" +msgstr "ÐПкаÑОÑа ÑкÑОпÑа за пПМПвМП пПвезОваÑе" + +#: pyload/Setup.py:226 +msgid "## Webinterface Setup ##" +msgstr "## ÐПЎеÑаваÑе веб ОМÑеÑÑеÑÑа ##" + +#: pyload/Setup.py:229 +msgid "Activate webinterface?" +msgstr "ÐкÑОвОÑаÑО веб ОМÑеÑÑеÑÑ?" + +#: pyload/Setup.py:231 +msgid "Listen address, if you use 127.0.0.1 or localhost, the webinterface will only accessible locally." +msgstr "ÐÐŽÑеÑа за пÑОÑеЌ. ÐкП кПÑОÑÑОÑе 127.0.0.1 ОлО localhost, веб ОМÑеÑÑеÑÑ Ñе бОÑО ЎПÑÑÑпаМ ÑаЌП лПкалМП." + +#: pyload/Setup.py:232 +msgid "Address" +msgstr "ÐÐŽÑеÑа" + +#: pyload/Setup.py:233 +msgid "Port" +msgstr "ÐПÑÑ" + +#: pyload/Setup.py:235 +msgid "pyLoad offers several server backends, now following a short explanation." +msgstr "pyLoad пÑÑжа МекПлОкП ÑОÑÑеЌÑке пПЎÑÑке ÑеÑвеÑа, евП кÑаÑкП ПбÑаÑÑеÑе." + +#: pyload/Setup.py:236 +msgid "Default server, this server offers SSL and is a good alternative to builtin." +msgstr "ÐПЎÑазÑЌеваМО ÑеÑÐ²ÐµÑ Ð¿ÑÑжа SSL О ЎПбÑа Ñе алÑеÑМаÑОва ÑгÑаÑеМПЌ ÑеÑвеÑÑ." + +#: pyload/Setup.py:238 +msgid "Can be used by apache, lighttpd, requires you to configure them, which is not too easy job." +msgstr "ÐПже Ўа га кПÑОÑÑО apache, lighttpd, пПÑÑебМП Ñе Ўа ОÑ
пПЎеÑОÑе, ÑÑП МОÑе МаÑлакÑе." + +#: pyload/Setup.py:239 +msgid "Very fast alternative written in C, requires libev and linux knowledge." +msgstr "ÐеПЌа бÑза алÑеÑМаÑОва пОÑаМа Ñ ÑÐµÐ·ÐžÐºÑ C (заÑ
Ñева пПзМаваÑе libev-а О Linux-а)" + +#: pyload/Setup.py:240 +msgid "Get it from here: https://github.com/jonashaag/bjoern, compile it" +msgstr "УзеÑО га ПвЎе: https://github.com/jonashaag/bjoern кПЌпОлÑÑÑе га" + +#: pyload/Setup.py:241 +msgid "and copy bjoern.so to pyload/lib" +msgstr "О кПпОÑаÑÑе bjoern.so Ñ pyload/lib" + +#: pyload/Setup.py:245 +msgid "Attention: In some rare cases the builtin server is not working, if you notice problems with the webinterface" +msgstr "ÐажÑа: Ñ ÐœÐµÐºÐžÐŒ ÑлÑÑаÑевОЌа ÑгÑаÑеМ ÑеÑÐ²ÐµÑ ÐœÐµ ÑаЎО, акП ОЌаÑе пÑПблеЌа Ñа веб ОМÑеÑÑеÑÑПЌ" + +#: pyload/Setup.py:246 +msgid "come back here and change the builtin server to the threaded one here." +msgstr "вÑаÑОÑе Ñе ПвЎе О пÑПЌеМОÑе ÑгÑаÑеМ ÑеÑÐ²ÐµÑ Ñа МавПÑеМОЌ." + +#: pyload/Setup.py:248 +msgid "Server" +msgstr "СеÑвеÑ" + +#: pyload/Setup.py:253 +msgid "## SSL Setup ##" +msgstr "## ÐПЎеÑаваÑе SSL-а ##" + +#: pyload/Setup.py:255 +msgid "Execute these commands from pyLoad config folder to make ssl certificates:" +msgstr "ÐПкÑеМОÑе Пве кПЌаМЎе Оз pyLoad ÑаÑÑОкле пПЎеÑаваÑа Ўа бО ÑÑаЎОлО ССРÑеÑÑОÑОкаÑе:" + +#: pyload/Setup.py:261 +msgid "If you're done and everything went fine, you can activate ssl now." +msgstr "ÐкП ÑÑе завÑÑОлО ÐžÑ Ñве Ñе Ñ ÑеЎÑ, ЌПжеÑе ÑаЎа Ўа акÑОвОÑаÑе ССÐ." + +#: pyload/Setup.py:262 +msgid "Activate SSL?" +msgstr "ÐкÑОвОÑаÑО SSL?" + +#: pyload/Setup.py:278 +msgid "Select action" +msgstr "ÐзабеÑОÑе ÑаЎÑÑ" + +#: pyload/Setup.py:279 +msgid "1 - Create/Edit user" +msgstr "1 â кÑеОÑаÑÑе/ÑÑеЎОÑе кПÑОÑМОка" + +#: pyload/Setup.py:280 +msgid "2 - List users" +msgstr "2 â ОзлОÑÑаÑÑе кПÑОÑМОке" + +#: pyload/Setup.py:281 +msgid "3 - Remove user" +msgstr "3 â ÑклПМОÑе кПÑОÑМОка" + +#: pyload/Setup.py:282 +msgid "4 - Quit" +msgstr "4 â ОзаÑОÑе" + +#: pyload/Setup.py:294 +msgid "Users" +msgstr "ÐПÑОÑМОÑО" + +#: pyload/Setup.py:322 +msgid "Setting new configpath, current configuration will not be transferred!" +msgstr "ÐПÑÑавÑаÑе МПве пÑÑаÑе за пПЎеÑаваÑе; ÑÑеМÑÑМа кПМÑОгÑÑаÑОÑа МеÑе бОÑО пÑеМеÑа." + +#: pyload/Setup.py:323 +msgid "Config path" +msgstr "ÐÑÑаÑа за пПЎеÑаваÑе" + +#: pyload/Setup.py:331 +msgid "Config path changed, setup will now close, please restart to go on." +msgstr "ÐÑÑаÑа за пПЎеÑаваÑе Ñе пÑПЌеÑеМа. ÐÑеМОÑе пПМПвП Оз пПÑеÑка." + +#: pyload/Setup.py:332 +msgid "Press Enter to exit." +msgstr "ÐÑОÑОÑМОÑе Enter Ўа ОзаÑеÑе." + +#: pyload/Setup.py:336 +#, python-format +msgid "Setting config path failed: %s" +msgstr "Ðе ÐŒÐŸÐ³Ñ ÐŽÐ° пПÑÑавОЌ пÑÑаÑÑ Ð·Ð° пПЎеÑаваÑе: %s" + +#: pyload/Setup.py:347 +msgid "y" +msgstr "ÐŽ" + +#: pyload/Setup.py:349 +msgid "n" +msgstr "М" + +#: pyload/Setup.py:373 +msgid "Password: " +msgstr "ÐПзОМка: " + +#: pyload/Setup.py:377 +msgid "Password too short. Use at least 4 symbols." +msgstr "ÐПзОМка Ñе пÑекÑаÑка. УМеÑОÑе Ð±Ð°Ñ ÑеÑОÑО ÑОЌбПла." + +#: pyload/Setup.py:380 +msgid "Password (again): " +msgstr "ÐПÑвÑЎа лПзОМке: " + +#: pyload/Setup.py:386 +msgid "Passwords did not match." +msgstr "ÐПзОМке Ñе Ме пПклапаÑÑ." + +#: pyload/Setup.py:397 +msgid "yes" +msgstr "Ўа" + +#: pyload/Setup.py:397 +msgid "true" +msgstr "ÑаÑМП" + +#: pyload/Setup.py:397 +msgid "t" +msgstr "Ñ" + +#: pyload/Setup.py:400 +msgid "no" +msgstr "Ме" + +#: pyload/Setup.py:400 +msgid "false" +msgstr "МеÑаÑМП" + +#: pyload/Setup.py:400 +msgid "f" +msgstr "М" + +#: pyload/Setup.py:403 pyload/Setup.py:413 +msgid "Invalid Input" +msgstr "ÐеОÑпÑаваМ ÑМПÑ" + diff --git a/locale/sr/LC_MESSAGES/webUI.po b/locale/sr/LC_MESSAGES/webUI.po new file mode 100644 index 000000000..8c21a763d --- /dev/null +++ b/locale/sr/LC_MESSAGES/webUI.po @@ -0,0 +1,135 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-08-10 11:58+0200\n" +"PO-Revision-Date: 2013-10-13 12:26-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Serbian (Cyrillic)\n" +"Language: sr_SP\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\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 or n%100>=20) ? 1 : 2;\n" +"X-Generator: crowdin.net\n" + +#: pyload/web/app/scripts/helpers/formatSize.js:9 +msgid "not available" +msgstr "МОÑе ЎПÑÑÑпМП" + +#: pyload/web/app/scripts/helpers/formatSize.js:11 +msgid "unlimited" +msgstr "МеПгÑаМОÑеМП" + +#: pyload/web/app/templates/default/admin.html:3 +#: pyload/web/app/templates/default/admin.html:4 +msgid "Admin" +msgstr "ÐЎЌОМОÑÑÑаÑПÑ" + +#: pyload/web/app/templates/default/setup.html:3 +msgid "Setup" +msgstr "ÐПЎеÑаваÑе" + +#: pyload/web/app/templates/default/accounts/actionbar.html:2 +msgid "Add Account" +msgstr "ÐÐŸÐŽÐ°Ñ ÐœÐ°Ð»ÐŸÐ³" + +#: pyload/web/app/templates/default/accounts/layout.html:2 +msgid "Accounts" +msgstr "ÐалПзО" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:9 +msgid "Local" +msgstr "ÐПкалМП" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:18 +msgid "Search" +msgstr "ÐÑеÑÑажО" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:26 +msgid "Type" +msgstr "ТОп" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:44 +#: pyload/web/app/templates/default/dashboard/actionbar.html:49 +msgid "All" +msgstr "Све" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:50 +msgid "Finished" +msgstr "ÐавÑÑеМП" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:51 +msgid "Unfinished" +msgstr "ÐезавÑÑеМП" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:52 +msgid "Failed" +msgstr "ÐеÑÑпелП" + +#: pyload/web/app/templates/default/dashboard/select.html:1 +msgid "1 package" +msgid_plural "%d packages" +msgstr[0] "1 пакеÑ" +msgstr[1] "%d пакеÑа" +msgstr[2] "%d пакеÑа" +msgstr[3] "%d пакеÑа" + +#: pyload/web/app/templates/default/dashboard/select.html:4 +msgid "1 file" +msgid_plural "%d files" +msgstr[0] "1 ЎаÑПÑека" +msgstr[1] "%d ЎаÑПÑеке" +msgstr[2] "%d ЎаÑПÑека" +msgstr[3] "%d ЎаÑПÑека" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:2 +msgid "Add an account" +msgstr "ÐПЎаваÑе МалПга" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:7 +msgid "Please enter your account data" +msgstr "УМеÑОÑе пПЎаÑке МалПга." + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:3 +msgid "Choose a plugin" +msgstr "ÐÐ·Ð±ÐŸÑ Ð¿ÑОкÑÑÑка" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:9 +msgid "Please choose a plugin, which you want to configure" +msgstr "ÐзабеÑОÑе пÑОкÑÑÑак кПÑО желОÑе Ўа пПЎеÑОÑе." + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:23 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:46 +msgid "Add" +msgstr "ÐПЎаÑ" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:24 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:47 +#: pyload/web/app/templates/default/dialogs/interactionTask.html:35 +msgid "Close" +msgstr "ÐаÑвПÑО" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:2 +msgid "Please confirm" +msgstr "ÐПÑвÑЎа" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:5 +msgid "Do you want to delete the selected items?" +msgstr "ÐелОÑе лО Ўа ПбÑОÑеÑе ОзабÑаМе ÑÑавке?" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:8 +msgid "Delete" +msgstr "ÐбÑОÑО" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:9 +msgid "Cancel" +msgstr "ÐÑкажО" + +#: pyload/web/app/templates/default/dialogs/interactionTask.html:34 +msgid "Submit" +msgstr "СаÑÑваÑ" + +#: pyload/web/app/templates/default/header/layout.html:12 +msgid "Running..." +msgstr "ÐПкÑеÑеЌâŠ" + diff --git a/locale/sv/LC_MESSAGES/cli.po b/locale/sv/LC_MESSAGES/cli.po new file mode 100644 index 000000000..c2534a130 --- /dev/null +++ b/locale/sv/LC_MESSAGES/cli.po @@ -0,0 +1,291 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-07-17 09:57-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Swedish\n" +"Language: sv_SE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1) ;\n" +"X-Generator: crowdin.net\n" + +#: pyload/cli/AddPackage.py:48 +msgid "Add Package:" +msgstr "LÀgg till paket:" + +#: pyload/cli/AddPackage.py:53 +msgid "Enter a name for the new package" +msgstr "Ange ett namn för nya paketet" + +#: pyload/cli/AddPackage.py:57 +#, python-format +msgid "Package: %s" +msgstr "Paket: %s" + +#: pyload/cli/AddPackage.py:58 +msgid "Parse the links you want to add." +msgstr "Klistra in lÀnkarna som du vill lÀgga till." + +#: pyload/cli/AddPackage.py:59 +#, python-format +msgid "Type %s when done." +msgstr "Skriv %s nÀr du Àr fÀrdig." + +#: pyload/cli/AddPackage.py:60 +msgid "Links added: " +msgstr "LÀnkar lades till: " + +#: pyload/cli/AddPackage.py:64 pyload/cli/ManageFiles.py:149 +msgid " back to main menu" +msgstr " tillbaka till huvudmenyn" + +#: pyload/cli/ManageFiles.py:97 +msgid "Manage Packages:" +msgstr "Hantera paket:" + +#: pyload/cli/ManageFiles.py:99 +msgid "Manage Links:" +msgstr "Hantera lÀnkar:" + +#: pyload/cli/ManageFiles.py:104 +msgid "What do you want to move?" +msgstr "Vad vill du flytta?" + +#: pyload/cli/ManageFiles.py:106 +msgid "What do you want to delete?" +msgstr "Vad vill du ta bort?" + +#: pyload/cli/ManageFiles.py:108 +msgid "What do you want to restart?" +msgstr "Vad vill du starta om?" + +#: pyload/cli/ManageFiles.py:113 +msgid "Choose what you want to do, or enter package number." +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "delete" +msgstr "ta bort" + +#: pyload/cli/ManageFiles.py:115 +msgid "move" +msgstr "flytta" + +#: pyload/cli/ManageFiles.py:115 +msgid "restart" +msgstr "starta om" + +#: pyload/cli/ManageFiles.py:148 +msgid " - previous" +msgstr " - föregÃ¥ende" + +#: pyload/cli/ManageFiles.py:148 +msgid " - next" +msgstr " - nÀsta" + +#: pyload/cli/Cli.py:75 pyload/cli/Cli.py:133 +msgid " Command Line Interface" +msgstr " KommandoradsgrÀnssnitt" + +#: pyload/cli/Cli.py:165 +#, python-format +msgid "%s Downloads:" +msgstr "%s hÀmtningar:" + +#: pyload/cli/Cli.py:177 +msgid " Speed: " +msgstr " Hastighet: " + +#: pyload/cli/Cli.py:177 +msgid " Size: " +msgstr " Storlek: " + +#: pyload/cli/Cli.py:178 +msgid " Finished in: " +msgstr " FÀrdig om: " + +#: pyload/cli/Cli.py:179 +msgid " ID: " +msgstr "" + +#: pyload/cli/Cli.py:184 +msgid "waiting: " +msgstr "vÀntar: " + +#: pyload/cli/Cli.py:191 pyload/cli/Cli.py:193 +msgid "Status:" +msgstr "" + +#: pyload/cli/Cli.py:191 +msgid "paused" +msgstr "" + +#: pyload/cli/Cli.py:193 +msgid "running" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "total Speed" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "Files in queue" +msgstr "" + +#: pyload/cli/Cli.py:197 +msgid "Total" +msgstr "" + +#: pyload/cli/Cli.py:203 +msgid "Menu:" +msgstr "Meny:" + +#: pyload/cli/Cli.py:205 +msgid " Add Links" +msgstr " LÀgg till lÀnkar" + +#: pyload/cli/Cli.py:206 +msgid " Manage Queue" +msgstr " Hantera kö" + +#: pyload/cli/Cli.py:207 +msgid " Manage Collector" +msgstr "Hantera lÀnksamlaren" + +#: pyload/cli/Cli.py:208 +msgid " (Un)Pause Server" +msgstr "Pausa/starta servern" + +#: pyload/cli/Cli.py:209 +msgid " Kill Server" +msgstr " Döda server" + +#: pyload/cli/Cli.py:210 +msgid " Quit" +msgstr " Avsluta" + +#: pyload/cli/Cli.py:289 pyload/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> ..." + +#: pyload/cli/Cli.py:315 +#, python-format +msgid "Checking %d links:" +msgstr "Kontrollerar %d lÀnkar:" + +#: pyload/cli/Cli.py:324 +msgid "File does not exists." +msgstr "Filen finns inte." + +#: pyload/cli/Cli.py:385 +msgid "pyLoad was terminated" +msgstr "pyLoad avbröts" + +#: pyload/cli/Cli.py:443 +msgid "Prints server status" +msgstr "Visar serverstatus" + +#: pyload/cli/Cli.py:444 +msgid "Prints downloads in queue" +msgstr "Visar nedladdningar i kön" + +#: pyload/cli/Cli.py:445 +msgid "Prints downloads in collector" +msgstr "Visar nedladdningar i lÀnksamlaren" + +#: pyload/cli/Cli.py:446 +msgid "Adds package to queue" +msgstr "LÀgger till paketet i kön" + +#: pyload/cli/Cli.py:447 +msgid "Adds package to collector" +msgstr "LÀgger till paketet i lÀnksamlaren" + +#: pyload/cli/Cli.py:448 +msgid "Delete Files from Queue/Collector" +msgstr "Radera filer frÃ¥n kön/lÀnksamlaren" + +#: pyload/cli/Cli.py:449 +msgid "Delete Packages from Queue/Collector" +msgstr "Radera paket frÃ¥n kön/lÀnksamlaren" + +#: pyload/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" + +#: pyload/cli/Cli.py:451 +msgid "Restart files" +msgstr "Starta om filer" + +#: pyload/cli/Cli.py:452 +msgid "Restart packages" +msgstr "Starta om paket" + +#: pyload/cli/Cli.py:453 +msgid "Check online status, works with local container" +msgstr "Undersök onlinestatus, fungerar med lokal container" + +#: pyload/cli/Cli.py:454 +msgid "Checks online status of a container file" +msgstr "Kontrollerar onlinestatusen för en containerfil" + +#: pyload/cli/Cli.py:455 +msgid "Pause the server" +msgstr "Pausa servern" + +#: pyload/cli/Cli.py:456 +msgid "continue downloads" +msgstr "Ã¥teruppta hÀmtningar" + +#: pyload/cli/Cli.py:457 +msgid "Toggle pause/unpause" +msgstr "Pausa/fortsÀtt" + +#: pyload/cli/Cli.py:458 +msgid "kill server" +msgstr "döda server" + +#: pyload/cli/Cli.py:460 +msgid "List of commands:" +msgstr "Lista över kommandon:" + +#: pyload/cli/Cli.py:473 +msgid "Couldn't write user config file" +msgstr "Kunde inte skriva anvÀndarens instÀllningsfil" + +#: pyload/cli/Cli.py:548 pyload/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." + +#: pyload/cli/Cli.py:555 +msgid "Address: " +msgstr "Adress: " + +#: pyload/cli/Cli.py:556 +msgid "Port: " +msgstr "" + +#: pyload/cli/Cli.py:557 +msgid "Username: " +msgstr "AnvÀndarnamn: " + +#: pyload/cli/Cli.py:561 +msgid "Password: " +msgstr "Lösenord: " + +#: pyload/cli/Cli.py:566 pyload/cli/Cli.py:575 +msgid "Login data is wrong." +msgstr "Inloggningsdata Àr felaktigt." + +#: pyload/cli/Cli.py:568 pyload/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." + +#: pyload/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/core.po b/locale/sv/LC_MESSAGES/core.po new file mode 100644 index 000000000..1f77113c0 --- /dev/null +++ b/locale/sv/LC_MESSAGES/core.po @@ -0,0 +1,630 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-07-17 09:57-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Swedish\n" +"Language: sv_SE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1) ;\n" +"X-Generator: crowdin.net\n" + +#: pyload/AddonManager.py:62 +#, python-format +msgid "Error when executing %s" +msgstr "" + +#: pyload/AddonManager.py:93 +#, python-format +msgid "Failed activating %(name)s" +msgstr "Misslyckades aktivera %(name)s" + +#: pyload/AddonManager.py:96 +#, python-format +msgid "Activated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:97 +#, python-format +msgid "Deactivated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:153 +msgid "Activating Plugins..." +msgstr "Aktiverar tillÀggsprogram..." + +#: pyload/AddonManager.py:162 +msgid "Deactivating Plugins..." +msgstr "" + +#: pyload/web/ServerThread.py:49 +msgid "SSL certificates not found." +msgstr "SSL-certifikat hittades inte." + +#: pyload/web/ServerThread.py:53 +msgid "WebUI built is not available" +msgstr "" + +#: pyload/web/ServerThread.py:55 +msgid "Running webUI in development mode" +msgstr "" + +#: pyload/web/ServerThread.py:73 +msgid "Failed starting webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:107 +msgid "Failed importing webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:125 +msgid "This server offers no SSL, please consider using threaded instead" +msgstr "Den hÀr servern anvÀnder inte SSL, övervÀg att anvÀnda den trÃ¥dade istÀllet " + +#: pyload/web/ServerThread.py:139 +#, python-format +msgid "Starting %(name)s webserver: %(host)s:%(port)d" +msgstr "" + +#: pyload/config/default.py:14 +msgid "Remote" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Description" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Long description" +msgstr "" + +#: pyload/config/default.py:16 pyload/config/default.py:56 +#: pyload/config/default.py:63 +msgid "Activated" +msgstr "Aktiverat" + +#: pyload/config/default.py:17 pyload/config/default.py:69 +#: pyload/config/default.py:80 +msgid "Port" +msgstr "" + +#: pyload/config/default.py:18 pyload/config/default.py:77 +msgid "Address" +msgstr "" + +#: pyload/config/default.py:21 +msgid "Log" +msgstr "" + +#: pyload/config/default.py:23 +msgid "Size in kb" +msgstr "" + +#: pyload/config/default.py:24 +msgid "Folder" +msgstr "" + +#: pyload/config/default.py:25 +msgid "File Log" +msgstr "" + +#: pyload/config/default.py:26 +msgid "Count" +msgstr "" + +#: pyload/config/default.py:27 +msgid "Log Rotate" +msgstr "" + +#: pyload/config/default.py:30 +msgid "Permissions" +msgstr "" + +#: pyload/config/default.py:32 +msgid "Groupname" +msgstr "" + +#: pyload/config/default.py:33 +msgid "Change Group and User of Downloads" +msgstr "" + +#: pyload/config/default.py:34 +msgid "Change file mode of downloads" +msgstr "" + +#: pyload/config/default.py:35 pyload/config/default.py:75 +msgid "Username" +msgstr "" + +#: pyload/config/default.py:36 +msgid "Filemode for Downloads" +msgstr "" + +#: pyload/config/default.py:37 +msgid "Change group of running process" +msgstr "" + +#: pyload/config/default.py:38 +msgid "Folder Permission mode" +msgstr "" + +#: pyload/config/default.py:39 +msgid "Change user of running process" +msgstr "" + +#: pyload/config/default.py:42 +msgid "General" +msgstr "" + +#: pyload/config/default.py:44 +msgid "Language" +msgstr "" + +#: pyload/config/default.py:45 +msgid "Download Folder" +msgstr "" + +#: pyload/config/default.py:46 +msgid "Use Checksum" +msgstr "" + +#: pyload/config/default.py:47 +msgid "Create folder for each package" +msgstr "" + +#: pyload/config/default.py:48 +msgid "Debug Mode" +msgstr "" + +#: pyload/config/default.py:49 +msgid "Min Free Space (MB)" +msgstr "" + +#: pyload/config/default.py:50 +msgid "CPU Priority" +msgstr "" + +#: pyload/config/default.py:53 +msgid "SSL" +msgstr "" + +#: pyload/config/default.py:55 +msgid "SSL Certificate" +msgstr "" + +#: pyload/config/default.py:57 +msgid "SSL Key" +msgstr "" + +#: pyload/config/default.py:60 +msgid "Webinterface" +msgstr "" + +#: pyload/config/default.py:62 +msgid "Template" +msgstr "" + +#: pyload/config/default.py:64 +msgid "Path Prefix" +msgstr "" + +#: pyload/config/default.py:65 +msgid "Server" +msgstr "" + +#: pyload/config/default.py:66 +msgid "Favor specific server" +msgstr "" + +#: pyload/config/default.py:67 +msgid "IP" +msgstr "" + +#: pyload/config/default.py:68 +msgid "Use HTTPS" +msgstr "" + +#: pyload/config/default.py:70 +msgid "Development mode" +msgstr "" + +#: pyload/config/default.py:73 +msgid "Proxy" +msgstr "" + +#: pyload/config/default.py:76 +msgid "Use Proxy" +msgstr "" + +#: pyload/config/default.py:78 +msgid "Password" +msgstr "" + +#: pyload/config/default.py:79 +msgid "Protocol" +msgstr "" + +#: pyload/config/default.py:83 +msgid "Reconnect" +msgstr "" + +#: pyload/config/default.py:85 pyload/config/default.py:106 +msgid "End" +msgstr "" + +#: pyload/config/default.py:86 +msgid "Use Reconnect" +msgstr "" + +#: pyload/config/default.py:87 +msgid "Method" +msgstr "" + +#: pyload/config/default.py:88 pyload/config/default.py:105 +msgid "Start" +msgstr "" + +#: pyload/config/default.py:91 +msgid "Download" +msgstr "" + +#: pyload/config/default.py:93 +msgid "Max Parallel Downloads" +msgstr "" + +#: pyload/config/default.py:94 +msgid "Limit Download Speed" +msgstr "" + +#: pyload/config/default.py:95 +msgid "Download interface to bind (ip or Name)" +msgstr "" + +#: pyload/config/default.py:96 +msgid "Skip already existing files" +msgstr "" + +#: pyload/config/default.py:97 +msgid "Max Download Speed in kb/s" +msgstr "" + +#: pyload/config/default.py:98 +msgid "Allow IPv6" +msgstr "" + +#: pyload/config/default.py:99 +msgid "Max connections for one download" +msgstr "" + +#: pyload/config/default.py:100 +msgid "Restart failed downloads on startup" +msgstr "" + +#: pyload/config/default.py:103 +msgid "Download Time" +msgstr "" + +#: pyload/network/HTTPDownload.py:249 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/api/DownloadApi.py:44 +#, python-format +msgid "Added package %(name)s as folder %(folder)s" +msgstr "" + +#: pyload/api/DownloadApi.py:95 +#, python-format +msgid "Added %d links to package" +msgstr "" + +#: pyload/AccountManager.py:69 +#, python-format +msgid "Unknown account plugin %s" +msgstr "" + +#: pyload/interaction/InteractionManager.py:88 +msgid "Query" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Captcha request" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Please solve the captcha." +msgstr "" + +#: pyload/remote/RemoteManager.py:35 +#, python-format +msgid "Remote backend error: %s" +msgstr "Fel i fjÀrradministrationsmodulen: %s" + +#: pyload/remote/RemoteManager.py:80 +#, python-format +msgid "Starting %(name)s: %(addr)s:%(port)s" +msgstr "Startar %(name)s: %(addr)s:%(port)s" + +#: pyload/remote/RemoteManager.py:82 +#, python-format +msgid "Failed loading backend %(name)s | %(error)s" +msgstr "InlÀsningen av administrationsmodulen %(name)s misslyckades | %(error)s" + +#: pyload/FileManager.py:53 +msgid "none" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "offline" +msgstr "frÃ¥nkopplad" + +#: pyload/FileManager.py:53 +msgid "online" +msgstr "ansluten" + +#: pyload/FileManager.py:53 +msgid "queued" +msgstr "kölagd" + +#: pyload/FileManager.py:53 +msgid "paused" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "finished" +msgstr "fÀrdig" + +#: pyload/FileManager.py:54 +msgid "skipped" +msgstr "hoppades över" + +#: pyload/FileManager.py:54 +msgid "failed" +msgstr "misslyckades" + +#: pyload/FileManager.py:54 +msgid "starting" +msgstr "startar" + +#: pyload/FileManager.py:55 +msgid "waiting" +msgstr "vÀntar" + +#: pyload/FileManager.py:55 +msgid "downloading" +msgstr "hÀmtar" + +#: pyload/FileManager.py:55 +msgid "temp. offline" +msgstr "temp. frÃ¥nkopplad" + +#: pyload/FileManager.py:55 +msgid "aborted" +msgstr "avbruten" + +#: pyload/FileManager.py:56 +msgid "decrypting" +msgstr "dekrypterar" + +#: pyload/FileManager.py:56 +msgid "processing" +msgstr "behandlar" + +#: pyload/FileManager.py:56 +msgid "custom" +msgstr "anpassad" + +#: pyload/FileManager.py:56 +msgid "unknown" +msgstr "okÀnd" + +#: pyload/FileManager.py:426 +#, python-format +msgid "Package finished: %s" +msgstr "Paketet klart: %s" + +#: pyload/Api.py:152 +#, python-format +msgid "User '%s' tries to log in" +msgstr "" + +#: pyload/Core.py:195 +msgid "Received Quit signal" +msgstr "Tog emot avslutningssignal" + +#: pyload/Core.py:323 +#, python-format +msgid "pyLoad already running with pid %s" +msgstr "pyLoad körs redan med pid %s" + +#: pyload/Core.py:337 +#, python-format +msgid "Failed changing group: %s" +msgstr "Misslyckades att Àndra gruppen %s" + +#: pyload/Core.py:347 +#, python-format +msgid "Failed changing user: %s" +msgstr "Kunde inte Àndra anvÀndaren: %s" + +#: pyload/Core.py:358 +msgid "Starting" +msgstr "Startar" + +#: pyload/Core.py:359 +#, python-format +msgid "Using home directory: %s" +msgstr "AnvÀnder hemkatalog: %s" + +#: pyload/Core.py:373 +msgid "All links removed" +msgstr "Alla lÀnkar togs bort" + +#: pyload/Core.py:403 +#, python-format +msgid "Download time: %s" +msgstr "" + +#: pyload/Core.py:418 +#, python-format +msgid "Free space: %s" +msgstr "Ledigt utrymme: %s" + +#: pyload/Core.py:438 +msgid "Activating Accounts..." +msgstr "Aktiverar konton..." + +#: pyload/Core.py:443 +msgid "Restarting failed downloads..." +msgstr "" + +#: pyload/Core.py:451 +msgid "pyLoad is up and running" +msgstr "pyLoad Àr igÃ¥ng" + +#: pyload/Core.py:474 +msgid "restarting pyLoad" +msgstr "startar om pyLoad" + +#: pyload/Core.py:478 +msgid "pyLoad quits" +msgstr "pyLoad avslutas" + +#: pyload/Core.py:564 +msgid "shutting down..." +msgstr "stÀnger ner..." + +#: pyload/Core.py:579 +msgid "error while shutting down" +msgstr "fel vid nedstÀngning" + +#: pyload/Core.py:661 +msgid "killed pyLoad from terminal" +msgstr "" + +#: pyload/database/DatabaseBackend.py:167 +msgid "Database was deleted due to incompatible version." +msgstr "" + +#: pyload/threads/DecrypterThread.py:50 +msgid "Decrypting failed" +msgstr "" + +#: pyload/threads/DecrypterThread.py:73 +#, python-format +msgid "Decrypted %(count)d links into package %(name)s" +msgstr "" + +#: pyload/threads/DecrypterThread.py:80 +msgid "No links decrypted" +msgstr "" + +#: pyload/threads/InfoThread.py:147 +#, python-format +msgid "Info Fetching for %(name)s failed | %(err)s" +msgstr "" + +#: pyload/threads/ThreadManager.py:155 +#, python-format +msgid "Reconnect Failed: %s" +msgstr "Ã
teranslutningen misslyckades: %s" + +#: pyload/threads/ThreadManager.py:192 +msgid "Reconnect script not found!" +msgstr "Skript för att Ã¥teransluta hittades inte!" + +#: pyload/threads/ThreadManager.py:198 +msgid "Starting reconnect" +msgstr "Startar reconnect" + +#: pyload/threads/ThreadManager.py:212 +msgid "Failed executing reconnect script!" +msgstr "Exekveringen av Ã¥teranslutningsskriptet misslyckades!" + +#: pyload/threads/ThreadManager.py:224 +#, python-format +msgid "Reconnected, new IP: %s" +msgstr "Ã
teransluten, nytt IP-nummer: %s" + +#: pyload/threads/ThreadManager.py:298 +msgid "Not enough space left on device" +msgstr "OtillrÀckligt utrymme pÃ¥ enheten" + +#: pyload/threads/DownloadThread.py:64 +#, python-format +msgid "Download starts: %s" +msgstr "HÀmtningen startar: %s" + +#: pyload/threads/DownloadThread.py:70 +#, python-format +msgid "Download finished: %s" +msgstr "HÀmtningen klar: %s" + +#: pyload/threads/DownloadThread.py:75 +#, python-format +msgid "Plugin %s is missing a function." +msgstr "Plugin %s saknar en funktion." + +#: pyload/threads/DownloadThread.py:83 pyload/threads/DownloadThread.py:147 +#, python-format +msgid "Download aborted: %s" +msgstr "HÀmtningen avbröts: %s" + +#: pyload/threads/DownloadThread.py:103 +#, python-format +msgid "Download restarted: %(name)s | %(msg)s" +msgstr "HÀmtning startades om: %(name)s | %(msg)s" + +#: pyload/threads/DownloadThread.py:113 +#, python-format +msgid "Download is offline: %s" +msgstr "HÀmtningen Àr offline: %s" + +#: pyload/threads/DownloadThread.py:116 pyload/threads/DownloadThread.py:187 +#, python-format +msgid "Download is temporary offline: %s" +msgstr "HÀmtningen Àr tillfÀlligt offline: %s" + +#: pyload/threads/DownloadThread.py:119 pyload/threads/DownloadThread.py:192 +#, python-format +msgid "Download failed: %(name)s | %(msg)s" +msgstr "HÀmtning misslyckades: %(name)s | %(msg)s" + +#: pyload/threads/DownloadThread.py:136 +msgid "Couldn't connect to host or connection reset, waiting 1 minute and retry." +msgstr "" + +#: pyload/threads/DownloadThread.py:171 +#, python-format +msgid "Download skipped: %(name)s due to %(plugin)s" +msgstr "HÀmtning hoppades över: %(name)s pga %(plugin)s" + +#: pyload/threads/DownloadThread.py:188 +msgid "Internal Server Error" +msgstr "" + +#: pyload/threads/AddonThread.py:55 +msgid "An Error occurred" +msgstr "" + +#: pyload/PluginManager.py:316 +#, python-format +msgid "Error importing %(name)s: %(msg)s" +msgstr "Fel vid import av %(name)s: %(msg)s" + +#: pyload/utils/JsEngine.py:188 +msgid "No js engine detected, please install either Spidermonkey, ossp-js, pyv8, nodejs or rhino" +msgstr "" + diff --git a/locale/sv/LC_MESSAGES/django.mo b/locale/sv/LC_MESSAGES/django.mo Binary files differdeleted file mode 100644 index c85b2c173..000000000 --- a/locale/sv/LC_MESSAGES/django.mo +++ /dev/null diff --git a/locale/sv/LC_MESSAGES/plugins.po b/locale/sv/LC_MESSAGES/plugins.po new file mode 100644 index 000000000..5381c4799 --- /dev/null +++ b/locale/sv/LC_MESSAGES/plugins.po @@ -0,0 +1,424 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-20 22:13+0200\n" +"PO-Revision-Date: 2013-07-20 18:02-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Swedish\n" +"Language: sv_SE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1) ;\n" +"X-Generator: crowdin.net\n" + +#: pyload/plugins/network/CurlDownload.py:241 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/plugins/Base.py:329 +msgid "Pil and tesseract not installed and no Client connected for captcha decrypting" +msgstr "" + +#: pyload/plugins/Base.py:333 +msgid "No captcha result obtained in appropriate time." +msgstr "" + +#: pyload/plugins/Hoster.py:282 pyload/plugins/Hoster.py:319 +#: pyload/plugins/hoster/ARD.py:76 +#, python-format +msgid "Setting User and Group failed: %s" +msgstr "" + +#: pyload/plugins/Crypter.py:136 +msgid "Not existing file or unsupported protocol" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:96 +msgid "Rapidshare: Traffic Share (direct download)" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:123 +#: pyload/plugins/hoster/RapidshareCom.py:189 +msgid "Already downloading from this ip address, waiting 60 seconds" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:127 +msgid "Invalid Auth Code, download will be restarted" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:193 +msgid "RapidShareCom: No free slots" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:196 +msgid "You need a premium account for this file" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:198 +msgid "Filename reported invalid" +msgstr "" + +#: pyload/plugins/hoster/RealdebridCom.py:40 +#: pyload/plugins/hoster/Premium4Me.py:27 +#: pyload/plugins/hoster/MultiDebridCom.py:39 +#: pyload/plugins/hoster/ZeveraCom.py:24 +#: pyload/plugins/hoster/AlldebridCom.py:37 +#: pyload/plugins/hoster/RehostTo.py:25 pyload/plugins/hoster/ReloadCc.py:22 +#: pyload/plugins/hoster/DebridItaliaCom.py:38 +#: pyload/plugins/hoster/PremiumizeMe.py:19 +#, python-format +msgid "Please enter your %s account or deactivate this plugin" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:55 +msgid "Decryption failed" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:99 +msgid "No file key provided in the URL" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:111 +msgid "Error code:" +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:97 +msgid "Parallel download error, now waiting 60s." +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:208 +msgid "Not logged in." +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:135 +msgid "API key invalid" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:160 +#, python-format +msgid "%s: Not enough traffic left" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:163 +msgid "Traffic exceeded" +msgstr "" + +#: pyload/plugins/hoster/BasePlugin.py:63 +msgid "Authorization required (username:password)" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:143 +#: pyload/plugins/hoster/NetloadIn.py:167 +msgid "File temporarily not available" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:180 +#, python-format +msgid "Netload: waiting between downloads %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:209 +#, python-format +msgid "Netload: waiting for captcha %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:248 +msgid "Downloaded File was empty" +msgstr "" + +#: pyload/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 "" + +#: pyload/plugins/hoster/XHamsterCom.py:75 +#: pyload/plugins/hoster/XHamsterCom.py:84 +#: pyload/plugins/hoster/XHamsterCom.py:87 +#, python-format +msgid "long_url: %s" +msgstr "" + +#: pyload/plugins/Account.py:117 pyload/plugins/Account.py:123 +#, python-format +msgid "Could not login with account %(user)s | %(msg)s" +msgstr "" + +#: pyload/plugins/Account.py:118 +msgid "Wrong Password" +msgstr "" + +#: pyload/plugins/Account.py:184 +#, python-format +msgid "Get Account Info for %s" +msgstr "" + +#: pyload/plugins/Account.py:193 +#, python-format +msgid "Error: %s" +msgstr "" + +#: pyload/plugins/Account.py:242 +#, python-format +msgid "Your Time %s has a wrong format, use: 1:22-3:44" +msgstr "" + +#: pyload/plugins/Account.py:265 +#, python-format +msgid "Account %s has not enough traffic, checking again in 30min" +msgstr "" + +#: pyload/plugins/Account.py:273 +#, python-format +msgid "Account %s is expired, checking again in 1h" +msgstr "" + +#: pyload/plugins/Account.py:290 +#, python-format +msgid "Login with %s" +msgstr "" + +#: pyload/plugins/Addon.py:118 +#, python-format +msgid "Error executing addons: %s" +msgstr "" + +#: pyload/plugins/accounts/BitshareCom.py:36 +msgid "Activate direct Download in your Bitshare Account" +msgstr "" + +#: pyload/plugins/crypter/SerienjunkiesOrg.py:128 +msgid "Downloadlimit reached" +msgstr "" + +#: pyload/plugins/addons/Premium4Me.py:30 +msgid "Please add your premium.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:53 +#, python-format +msgid "Installed scripts for %s: " +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:69 +msgid "Script not executable:" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:79 +#, python-format +msgid "Error in %(script)s: %(error)s" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:72 +#: pyload/plugins/addons/Captcha9kw.py:56 +#: pyload/plugins/addons/ExpertDecoders.py:49 +#, python-format +msgid "%s credits left" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:120 +msgid "Could not send response." +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:138 +msgid "Your CaptchaTrader Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:89 +#, python-format +msgid "New CaptchaID from upload: %s : %s" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:123 +msgid "Your Captcha 9kw.eu Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/RehostTo.py:34 +msgid "Please add your rehost.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/HotFolder.py:82 +#, python-format +msgid "Added %s from HotFolder" +msgstr "" + +#: pyload/plugins/addons/ClickAndLoad.py:74 +msgid "Click'N'Load: Port 9666 already in use" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:82 +#: pyload/plugins/addons/IRCInterface.py:75 +#, python-format +msgid "Package finished: %s" +msgstr "Paketet klart: %s" + +#: pyload/plugins/addons/XMPPInterface.py:90 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" +msgstr "" + +#: pyload/plugins/addons/ExpertDecoders.py:98 +msgid "Your ExpertDecoders Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:73 +msgid "*** Plugins have been updated, please restart pyLoad ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:75 +msgid "Plugins updated and reloaded" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:78 +msgid "No plugin updates available" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:95 +msgid "No Updates for pyLoad" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:100 +#, python-format +msgid "*** New pyLoad Version %s available ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:101 +msgid "*** Get it here: http://pyload.org/download ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:104 +msgid "Not able to connect server for updates" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:148 +#, python-format +msgid "New version of %(type)s|%(name)s : %(version).2f" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:157 +#: pyload/plugins/addons/UpdateManager.py:162 +#, python-format +msgid "Error when updating %s" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:162 +msgid "Version mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:92 +#, python-format +msgid "No %s installed" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:94 +#: pyload/plugins/addons/ExtractArchive.py:99 +#, python-format +msgid "Could not activate %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:104 +msgid "Activated" +msgstr "Aktiverat" + +#: pyload/plugins/addons/ExtractArchive.py:106 +msgid "No Extract plugins activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:118 +#, python-format +msgid "Package %s queued for later extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:143 +#, python-format +msgid "Check package %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:183 +#, python-format +msgid "Extract to %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:197 +msgid "No files found to extract" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:203 +msgid "extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:214 +msgid "Password protected" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:234 +msgid "Wrong password" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:242 +#, python-format +msgid "Deleting %s files" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:247 +msgid "Extracting finished" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:254 +msgid "Archive Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:256 +msgid "CRC Mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:260 +msgid "Unknown Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:312 +msgid "Setting User and Group failed" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:36 +msgid "Crypter list not found" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:50 +msgid "Crypter list is empty" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:82 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:94 +#, python-format +msgid "New Captcha Request: %s" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:95 +#, python-format +msgid "Answer with 'c %s text on the captcha'" +msgstr "" + +#: pyload/plugins/addons/PremiumizeMe.py:46 +msgid "Please add a valid premiumize.me account first and restart pyLoad." +msgstr "" + +#: pyload/plugins/addons/CaptchaBrotherhood.py:69 +#, python-format +msgid "%d credits left" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:29 +#, python-format +msgid "Activated %s" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:47 +msgid "No Hoster loaded" +msgstr "" + diff --git a/locale/sv/LC_MESSAGES/pyLoad.mo b/locale/sv/LC_MESSAGES/pyLoad.mo Binary files differdeleted file mode 100644 index 29d93d585..000000000 --- a/locale/sv/LC_MESSAGES/pyLoad.mo +++ /dev/null diff --git a/locale/sv/LC_MESSAGES/pyLoadCli.mo b/locale/sv/LC_MESSAGES/pyLoadCli.mo Binary files differdeleted file mode 100644 index f0c2c04bd..000000000 --- a/locale/sv/LC_MESSAGES/pyLoadCli.mo +++ /dev/null diff --git a/locale/sv/LC_MESSAGES/pyLoadGui.mo b/locale/sv/LC_MESSAGES/pyLoadGui.mo Binary files differdeleted file mode 100644 index 4231a1bbf..000000000 --- a/locale/sv/LC_MESSAGES/pyLoadGui.mo +++ /dev/null diff --git a/locale/sv/LC_MESSAGES/setup.mo b/locale/sv/LC_MESSAGES/setup.mo Binary files differdeleted file mode 100644 index 2cf2efd70..000000000 --- a/locale/sv/LC_MESSAGES/setup.mo +++ /dev/null diff --git a/locale/sv/LC_MESSAGES/setup.po b/locale/sv/LC_MESSAGES/setup.po new file mode 100644 index 000000000..583fb8a75 --- /dev/null +++ b/locale/sv/LC_MESSAGES/setup.po @@ -0,0 +1,376 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-07-17 09:57-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Swedish\n" +"Language: sv_SE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1) ;\n" +"X-Generator: crowdin.net\n" + +#: pyload/Setup.py:72 +msgid "Would you like to configure pyLoad via Webinterface?" +msgstr "" + +#: pyload/Setup.py:73 +msgid "You need a Browser and a connection to this PC for it." +msgstr "" + +#: pyload/Setup.py:74 +msgid "Url would be: http://hostname:8000/" +msgstr "" + +#: pyload/Setup.py:75 +msgid "Start initial webinterface for configuration?" +msgstr "" + +#: pyload/Setup.py:86 +msgid "Welcome to the pyLoad Configuration Assistent." +msgstr "VÀlkommen till konfigurationsguiden för pyLoad." + +#: pyload/Setup.py:87 +msgid "It will check your system and make a basic setup in order to run pyLoad." +msgstr "Den kommer att kontrollera ditt system och göra en grundkonfiguration för att kunna köra pyLoad." + +#: pyload/Setup.py:89 +msgid "The value in brackets [] always is the default value," +msgstr "VÀrden inom hakparanteser [] Àr alltid standardvÀrdet," + +#: pyload/Setup.py:90 +msgid "in case you don't want to change it or you are unsure what to choose, just hit enter." +msgstr "tryck bara Enter i de fall du inte vill Àndra det eller om du Àr osÀker vad du ska vÀlja." + +#: pyload/Setup.py:92 +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." + +#: pyload/Setup.py:93 +msgid "If you have any problems with this assistent hit CTRL+C," +msgstr "" + +#: pyload/Setup.py:94 +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." + +#: pyload/Setup.py:96 +msgid "When you are ready for system check, hit enter." +msgstr "Tryck pÃ¥ Enter nÀr du Àr fÀrdig för att kontrollera systemet." + +#: pyload/Setup.py:103 +msgid "Features missing: " +msgstr "" + +#: pyload/Setup.py:107 +msgid "no py-crypto available" +msgstr "ingen py-crypto tillgÀnglig" + +#: pyload/Setup.py:108 +msgid "You need this if you want to decrypt container files." +msgstr "Du behöver denna om du vill dekryptera container-filer." + +#: pyload/Setup.py:112 +msgid "no SSL available" +msgstr "ingen SSL tillgÀnglig" + +#: pyload/Setup.py:113 +msgid "This is needed if you want to establish a secure connection to core or webinterface." +msgstr "Denna krÀvs om du vill etablera en sÀker anslutning till core eller webbgrÀnssnittet." + +#: pyload/Setup.py:114 +msgid "If you only want to access locally to pyLoad ssl is not useful." +msgstr "" + +#: pyload/Setup.py:118 +msgid "no Captcha Recognition available" +msgstr "ingen Captcha Recognition tillgÀnglig" + +#: pyload/Setup.py:119 +msgid "Only needed for some hosters and as freeuser." +msgstr "Behövs endast för vissa \"hosters\" och som \"freeuser\"." + +#: pyload/Setup.py:123 +msgid "no JavaScript engine found" +msgstr "ingen JavaScript-motor hittades" + +#: pyload/Setup.py:124 +msgid "You will need this for some Click'N'Load links. Install Spidermonkey, ossp-js, pyv8 or rhino" +msgstr "Du behöver detta för nÃ¥gra Click'N'Load-lÀnkar. Installera Spidermonkey, ossp-js, pyv8 eller rhino" + +#: pyload/Setup.py:126 +msgid "You can abort the setup now and fix some dependencies if you want." +msgstr "" + +#: pyload/Setup.py:128 +msgid "Continue with setup?" +msgstr "FortsÀtt med konfigurationen?" + +#: pyload/Setup.py:134 +#, python-format +msgid "Do you want to change the config path? Current is %s" +msgstr "Vill du Àndra konfigurationssökvÀgen? Aktuell sökvÀg Àr %s" + +#: pyload/Setup.py:136 +msgid "If you use pyLoad on a server or the home partition lives on an internal flash it may be a good idea to change it." +msgstr "" + +#: pyload/Setup.py:137 +msgid "Change config path?" +msgstr "Ãndra konfigurationssökvÀg?" + +#: pyload/Setup.py:143 +msgid "Do you want to configure login data and basic settings?" +msgstr "Vill du konfigurera inloggningsdata och grundinstÀllningar?" + +#: pyload/Setup.py:144 +msgid "This is recommend for first run." +msgstr "Detta rekommenderas för första gÃ¥ngen." + +#: pyload/Setup.py:145 +msgid "Make basic setup?" +msgstr "Skapa grundkonfiguration?" + +#: pyload/Setup.py:152 +msgid "Do you want to configure ssl?" +msgstr "Vill du konfigurera SSL?" + +#: pyload/Setup.py:153 +msgid "Configure ssl?" +msgstr "Konfigurera SSL?" + +#: pyload/Setup.py:159 +msgid "Do you want to configure webinterface?" +msgstr "Vill du konfigurera webbgrÀnssnittet?" + +#: pyload/Setup.py:160 +msgid "Configure webinterface?" +msgstr "Konfigurera webbgrÀnssnittet?" + +#: pyload/Setup.py:165 +msgid "Setup finished successfully." +msgstr "Konfigurationen fÀrdigstÀlldes." + +#: pyload/Setup.py:166 +msgid "Hit enter to exit and restart pyLoad" +msgstr "Tryck Enter för att avsluta och starta om pyLoad" + +#: pyload/Setup.py:173 +msgid "Webinterface running for setup." +msgstr "" + +#: pyload/Setup.py:190 +msgid "## Basic Setup ##" +msgstr "## Grundkonfiguration ##" + +#: pyload/Setup.py:193 +msgid "The following logindata is valid for CLI, GUI and webinterface." +msgstr "Följande inloggningsdata Àr giltigt för CLI, GUI och webbgrÀnssnitt." + +#: pyload/Setup.py:199 pyload/Setup.py:288 pyload/Setup.py:304 +msgid "Username" +msgstr "" + +#: pyload/Setup.py:205 +msgid "External clients (GUI, CLI or other) need remote access to work over the network." +msgstr "Externa klienter (GUI, CLI osv) behöver fjÀrrÃ¥tkomst för att fungera över nÀtverket." + +#: pyload/Setup.py:206 +msgid "However, if you only want to use the webinterface you may disable it to save ram." +msgstr "Men om du bara vill anvÀnda webbgrÀnssnittet kan du avaktivera den för att spara RAM." + +#: pyload/Setup.py:207 +msgid "Enable remote access" +msgstr "Aktivera fjÀrrÃ¥tkomst" + +#: pyload/Setup.py:211 +msgid "Language" +msgstr "" + +#: pyload/Setup.py:213 +msgid "Download folder" +msgstr "" + +#: pyload/Setup.py:214 +msgid "Max parallel downloads" +msgstr "Max samtidiga hÀmtningar" + +#: pyload/Setup.py:218 +msgid "Use Reconnect?" +msgstr "AnvÀnd Ã¥teranslutning (Reconnect)?" + +#: pyload/Setup.py:221 +msgid "Reconnect script location" +msgstr "Plats för Reconnect-skript" + +#: pyload/Setup.py:226 +msgid "## Webinterface Setup ##" +msgstr "## Konfiguration av webbgrÀnssnitt ##" + +#: pyload/Setup.py:229 +msgid "Activate webinterface?" +msgstr "Aktivera webbgrÀnssnitt?" + +#: pyload/Setup.py:231 +msgid "Listen address, if you use 127.0.0.1 or localhost, the webinterface will only accessible locally." +msgstr "Lyssningsadress, om du anvÀnder 127.0.0.1 eller localhost, kommer webbgrÀnssnittet endast vara Ã¥tkomligt lokalt." + +#: pyload/Setup.py:232 +msgid "Address" +msgstr "" + +#: pyload/Setup.py:233 +msgid "Port" +msgstr "" + +#: pyload/Setup.py:235 +msgid "pyLoad offers several server backends, now following a short explanation." +msgstr "pyLoad erbjuder flera server backends. HÀr följer en kort förklaring." + +#: pyload/Setup.py:236 +msgid "Default server, this server offers SSL and is a good alternative to builtin." +msgstr "" + +#: pyload/Setup.py:238 +msgid "Can be used by apache, lighttpd, requires you to configure them, which is not too easy job." +msgstr "Kan anvÀndas med apache, lighttpd. KrÀver att du konfigurera dem, vilket inte Àr sÃ¥ svÃ¥rt." + +#: pyload/Setup.py:239 +msgid "Very fast alternative written in C, requires libev and linux knowledge." +msgstr "" + +#: pyload/Setup.py:240 +msgid "Get it from here: https://github.com/jonashaag/bjoern, compile it" +msgstr "HÀmta det hÀr: https://github.com/jonashaag/bjoern, kompilera det" + +#: pyload/Setup.py:241 +msgid "and copy bjoern.so to pyload/lib" +msgstr "" + +#: pyload/Setup.py:245 +msgid "Attention: In some rare cases the builtin server is not working, if you notice problems with the webinterface" +msgstr "Viktigt: I vissa ovanliga fall kanske den inbyggda servern inte fungerar. Om du upplever problem med webbgrÀnssnittet" + +#: pyload/Setup.py:246 +msgid "come back here and change the builtin server to the threaded one here." +msgstr "sÃ¥ kom tillbaka hit och Àndra den inbyggda servern till den trÃ¥dade servern." + +#: pyload/Setup.py:248 +msgid "Server" +msgstr "" + +#: pyload/Setup.py:253 +msgid "## SSL Setup ##" +msgstr "## SSL-konfiguration ##" + +#: pyload/Setup.py:255 +msgid "Execute these commands from pyLoad config folder to make ssl certificates:" +msgstr "Kör dessa kommandon frÃ¥n konfigurationsmappen för pyLoad för att skapa SSL-certifikaten:" + +#: pyload/Setup.py:261 +msgid "If you're done and everything went fine, you can activate ssl now." +msgstr "Du kan aktivera SSL nu om du Àr fÀrdig och allting gick bra." + +#: pyload/Setup.py:262 +msgid "Activate SSL?" +msgstr "Aktivera SSL?" + +#: pyload/Setup.py:278 +msgid "Select action" +msgstr "VÀlj Ã¥tgÀrd" + +#: pyload/Setup.py:279 +msgid "1 - Create/Edit user" +msgstr "1 - Skapa/Redigera anvÀndare" + +#: pyload/Setup.py:280 +msgid "2 - List users" +msgstr "2 - Lista anvÀndare" + +#: pyload/Setup.py:281 +msgid "3 - Remove user" +msgstr "3 - Ta bort anvÀndare" + +#: pyload/Setup.py:282 +msgid "4 - Quit" +msgstr "4 - Avsluta" + +#: pyload/Setup.py:294 +msgid "Users" +msgstr "AnvÀndare" + +#: pyload/Setup.py:322 +msgid "Setting new configpath, current configuration will not be transferred!" +msgstr "" + +#: pyload/Setup.py:323 +msgid "Config path" +msgstr "" + +#: pyload/Setup.py:331 +msgid "Config path changed, setup will now close, please restart to go on." +msgstr "" + +#: pyload/Setup.py:332 +msgid "Press Enter to exit." +msgstr "Tryck Enter för att avsluta." + +#: pyload/Setup.py:336 +#, python-format +msgid "Setting config path failed: %s" +msgstr "InstÀllning av konfigurationssökvÀg misslyckades: %s" + +#: pyload/Setup.py:347 +msgid "y" +msgstr "j" + +#: pyload/Setup.py:349 +msgid "n" +msgstr "" + +#: pyload/Setup.py:373 +msgid "Password: " +msgstr "Lösenord: " + +#: pyload/Setup.py:377 +msgid "Password too short. Use at least 4 symbols." +msgstr "" + +#: pyload/Setup.py:380 +msgid "Password (again): " +msgstr "Lösenord (igen): " + +#: pyload/Setup.py:386 +msgid "Passwords did not match." +msgstr "Lösenorden stÀmmer inte överens." + +#: pyload/Setup.py:397 +msgid "yes" +msgstr "ja" + +#: pyload/Setup.py:397 +msgid "true" +msgstr "sant" + +#: pyload/Setup.py:397 +msgid "t" +msgstr "s" + +#: pyload/Setup.py:400 +msgid "no" +msgstr "nej" + +#: pyload/Setup.py:400 +msgid "false" +msgstr "falskt" + +#: pyload/Setup.py:400 +msgid "f" +msgstr "" + +#: pyload/Setup.py:403 pyload/Setup.py:413 +msgid "Invalid Input" +msgstr "Ogiltig inmatning" + diff --git a/locale/sv/LC_MESSAGES/webUI.po b/locale/sv/LC_MESSAGES/webUI.po new file mode 100644 index 000000000..b69894f98 --- /dev/null +++ b/locale/sv/LC_MESSAGES/webUI.po @@ -0,0 +1,131 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-08-10 11:58+0200\n" +"PO-Revision-Date: 2013-08-31 15:21-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Swedish\n" +"Language: sv_SE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1) ;\n" +"X-Generator: crowdin.net\n" + +#: pyload/web/app/scripts/helpers/formatSize.js:9 +msgid "not available" +msgstr "" + +#: pyload/web/app/scripts/helpers/formatSize.js:11 +msgid "unlimited" +msgstr "" + +#: pyload/web/app/templates/default/admin.html:3 +#: pyload/web/app/templates/default/admin.html:4 +msgid "Admin" +msgstr "" + +#: pyload/web/app/templates/default/setup.html:3 +msgid "Setup" +msgstr "" + +#: pyload/web/app/templates/default/accounts/actionbar.html:2 +msgid "Add Account" +msgstr "" + +#: pyload/web/app/templates/default/accounts/layout.html:2 +msgid "Accounts" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:9 +msgid "Local" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:18 +msgid "Search" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:26 +msgid "Type" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:44 +#: pyload/web/app/templates/default/dashboard/actionbar.html:49 +msgid "All" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:50 +msgid "Finished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:51 +msgid "Unfinished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:52 +msgid "Failed" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/select.html:1 +msgid "1 package" +msgid_plural "%d packages" +msgstr[0] "" +msgstr[1] "" + +#: pyload/web/app/templates/default/dashboard/select.html:4 +msgid "1 file" +msgid_plural "%d files" +msgstr[0] "" +msgstr[1] "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:2 +msgid "Add an account" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:7 +msgid "Please enter your account data" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:3 +msgid "Choose a plugin" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:9 +msgid "Please choose a plugin, which you want to configure" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:23 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:46 +msgid "Add" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:24 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:47 +#: pyload/web/app/templates/default/dialogs/interactionTask.html:35 +msgid "Close" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:2 +msgid "Please confirm" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:5 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:8 +msgid "Delete" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:9 +msgid "Cancel" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/interactionTask.html:34 +msgid "Submit" +msgstr "" + +#: pyload/web/app/templates/default/header/layout.html:12 +msgid "Running..." +msgstr "" + diff --git a/locale/te/LC_MESSAGES/cli.po b/locale/te/LC_MESSAGES/cli.po new file mode 100644 index 000000000..8411f6bc3 --- /dev/null +++ b/locale/te/LC_MESSAGES/cli.po @@ -0,0 +1,291 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:26-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Telugu\n" +"Language: te_IN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"X-Generator: crowdin.net\n" + +#: pyload/cli/AddPackage.py:48 +msgid "Add Package:" +msgstr "" + +#: pyload/cli/AddPackage.py:53 +msgid "Enter a name for the new package" +msgstr "" + +#: pyload/cli/AddPackage.py:57 +#, python-format +msgid "Package: %s" +msgstr "" + +#: pyload/cli/AddPackage.py:58 +msgid "Parse the links you want to add." +msgstr "" + +#: pyload/cli/AddPackage.py:59 +#, python-format +msgid "Type %s when done." +msgstr "" + +#: pyload/cli/AddPackage.py:60 +msgid "Links added: " +msgstr "" + +#: pyload/cli/AddPackage.py:64 pyload/cli/ManageFiles.py:149 +msgid " back to main menu" +msgstr "" + +#: pyload/cli/ManageFiles.py:97 +msgid "Manage Packages:" +msgstr "" + +#: pyload/cli/ManageFiles.py:99 +msgid "Manage Links:" +msgstr "" + +#: pyload/cli/ManageFiles.py:104 +msgid "What do you want to move?" +msgstr "" + +#: pyload/cli/ManageFiles.py:106 +msgid "What do you want to delete?" +msgstr "" + +#: pyload/cli/ManageFiles.py:108 +msgid "What do you want to restart?" +msgstr "" + +#: pyload/cli/ManageFiles.py:113 +msgid "Choose what you want to do, or enter package number." +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "delete" +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "move" +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "restart" +msgstr "" + +#: pyload/cli/ManageFiles.py:148 +msgid " - previous" +msgstr "" + +#: pyload/cli/ManageFiles.py:148 +msgid " - next" +msgstr "" + +#: pyload/cli/Cli.py:75 pyload/cli/Cli.py:133 +msgid " Command Line Interface" +msgstr "" + +#: pyload/cli/Cli.py:165 +#, python-format +msgid "%s Downloads:" +msgstr "" + +#: pyload/cli/Cli.py:177 +msgid " Speed: " +msgstr "" + +#: pyload/cli/Cli.py:177 +msgid " Size: " +msgstr "" + +#: pyload/cli/Cli.py:178 +msgid " Finished in: " +msgstr "" + +#: pyload/cli/Cli.py:179 +msgid " ID: " +msgstr "" + +#: pyload/cli/Cli.py:184 +msgid "waiting: " +msgstr "" + +#: pyload/cli/Cli.py:191 pyload/cli/Cli.py:193 +msgid "Status:" +msgstr "" + +#: pyload/cli/Cli.py:191 +msgid "paused" +msgstr "" + +#: pyload/cli/Cli.py:193 +msgid "running" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "total Speed" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "Files in queue" +msgstr "" + +#: pyload/cli/Cli.py:197 +msgid "Total" +msgstr "" + +#: pyload/cli/Cli.py:203 +msgid "Menu:" +msgstr "" + +#: pyload/cli/Cli.py:205 +msgid " Add Links" +msgstr "" + +#: pyload/cli/Cli.py:206 +msgid " Manage Queue" +msgstr "" + +#: pyload/cli/Cli.py:207 +msgid " Manage Collector" +msgstr "" + +#: pyload/cli/Cli.py:208 +msgid " (Un)Pause Server" +msgstr "" + +#: pyload/cli/Cli.py:209 +msgid " Kill Server" +msgstr "" + +#: pyload/cli/Cli.py:210 +msgid " Quit" +msgstr "" + +#: pyload/cli/Cli.py:289 pyload/cli/Cli.py:296 +msgid "Please use this syntax: add <Package name> <link> <link2> ..." +msgstr "" + +#: pyload/cli/Cli.py:315 +#, python-format +msgid "Checking %d links:" +msgstr "" + +#: pyload/cli/Cli.py:324 +msgid "File does not exists." +msgstr "" + +#: pyload/cli/Cli.py:385 +msgid "pyLoad was terminated" +msgstr "" + +#: pyload/cli/Cli.py:443 +msgid "Prints server status" +msgstr "" + +#: pyload/cli/Cli.py:444 +msgid "Prints downloads in queue" +msgstr "" + +#: pyload/cli/Cli.py:445 +msgid "Prints downloads in collector" +msgstr "" + +#: pyload/cli/Cli.py:446 +msgid "Adds package to queue" +msgstr "" + +#: pyload/cli/Cli.py:447 +msgid "Adds package to collector" +msgstr "" + +#: pyload/cli/Cli.py:448 +msgid "Delete Files from Queue/Collector" +msgstr "" + +#: pyload/cli/Cli.py:449 +msgid "Delete Packages from Queue/Collector" +msgstr "" + +#: pyload/cli/Cli.py:450 +msgid "Move Packages from Queue to Collector or vice versa" +msgstr "" + +#: pyload/cli/Cli.py:451 +msgid "Restart files" +msgstr "" + +#: pyload/cli/Cli.py:452 +msgid "Restart packages" +msgstr "" + +#: pyload/cli/Cli.py:453 +msgid "Check online status, works with local container" +msgstr "" + +#: pyload/cli/Cli.py:454 +msgid "Checks online status of a container file" +msgstr "" + +#: pyload/cli/Cli.py:455 +msgid "Pause the server" +msgstr "" + +#: pyload/cli/Cli.py:456 +msgid "continue downloads" +msgstr "" + +#: pyload/cli/Cli.py:457 +msgid "Toggle pause/unpause" +msgstr "" + +#: pyload/cli/Cli.py:458 +msgid "kill server" +msgstr "" + +#: pyload/cli/Cli.py:460 +msgid "List of commands:" +msgstr "" + +#: pyload/cli/Cli.py:473 +msgid "Couldn't write user config file" +msgstr "" + +#: pyload/cli/Cli.py:548 pyload/cli/Cli.py:580 +msgid "You need py-openssl to connect to this pyLoad core." +msgstr "" + +#: pyload/cli/Cli.py:555 +msgid "Address: " +msgstr "" + +#: pyload/cli/Cli.py:556 +msgid "Port: " +msgstr "" + +#: pyload/cli/Cli.py:557 +msgid "Username: " +msgstr "" + +#: pyload/cli/Cli.py:561 +msgid "Password: " +msgstr "" + +#: pyload/cli/Cli.py:566 pyload/cli/Cli.py:575 +msgid "Login data is wrong." +msgstr "" + +#: pyload/cli/Cli.py:568 pyload/cli/Cli.py:577 +#, python-format +msgid "Could not establish connection to %(addr)s:%(port)s." +msgstr "" + +#: pyload/cli/Cli.py:582 +msgid "Interactive mode ignored since you passed some commands." +msgstr "" + diff --git a/locale/te/LC_MESSAGES/core.po b/locale/te/LC_MESSAGES/core.po new file mode 100644 index 000000000..c4ebc203e --- /dev/null +++ b/locale/te/LC_MESSAGES/core.po @@ -0,0 +1,630 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:26-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Telugu\n" +"Language: te_IN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"X-Generator: crowdin.net\n" + +#: pyload/AddonManager.py:62 +#, python-format +msgid "Error when executing %s" +msgstr "" + +#: pyload/AddonManager.py:93 +#, python-format +msgid "Failed activating %(name)s" +msgstr "" + +#: pyload/AddonManager.py:96 +#, python-format +msgid "Activated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:97 +#, python-format +msgid "Deactivated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:153 +msgid "Activating Plugins..." +msgstr "" + +#: pyload/AddonManager.py:162 +msgid "Deactivating Plugins..." +msgstr "" + +#: pyload/web/ServerThread.py:49 +msgid "SSL certificates not found." +msgstr "" + +#: pyload/web/ServerThread.py:53 +msgid "WebUI built is not available" +msgstr "" + +#: pyload/web/ServerThread.py:55 +msgid "Running webUI in development mode" +msgstr "" + +#: pyload/web/ServerThread.py:73 +msgid "Failed starting webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:107 +msgid "Failed importing webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:125 +msgid "This server offers no SSL, please consider using threaded instead" +msgstr "" + +#: pyload/web/ServerThread.py:139 +#, python-format +msgid "Starting %(name)s webserver: %(host)s:%(port)d" +msgstr "" + +#: pyload/config/default.py:14 +msgid "Remote" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Description" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Long description" +msgstr "" + +#: pyload/config/default.py:16 pyload/config/default.py:56 +#: pyload/config/default.py:63 +msgid "Activated" +msgstr "" + +#: pyload/config/default.py:17 pyload/config/default.py:69 +#: pyload/config/default.py:80 +msgid "Port" +msgstr "" + +#: pyload/config/default.py:18 pyload/config/default.py:77 +msgid "Address" +msgstr "" + +#: pyload/config/default.py:21 +msgid "Log" +msgstr "" + +#: pyload/config/default.py:23 +msgid "Size in kb" +msgstr "" + +#: pyload/config/default.py:24 +msgid "Folder" +msgstr "" + +#: pyload/config/default.py:25 +msgid "File Log" +msgstr "" + +#: pyload/config/default.py:26 +msgid "Count" +msgstr "" + +#: pyload/config/default.py:27 +msgid "Log Rotate" +msgstr "" + +#: pyload/config/default.py:30 +msgid "Permissions" +msgstr "" + +#: pyload/config/default.py:32 +msgid "Groupname" +msgstr "" + +#: pyload/config/default.py:33 +msgid "Change Group and User of Downloads" +msgstr "" + +#: pyload/config/default.py:34 +msgid "Change file mode of downloads" +msgstr "" + +#: pyload/config/default.py:35 pyload/config/default.py:75 +msgid "Username" +msgstr "" + +#: pyload/config/default.py:36 +msgid "Filemode for Downloads" +msgstr "" + +#: pyload/config/default.py:37 +msgid "Change group of running process" +msgstr "" + +#: pyload/config/default.py:38 +msgid "Folder Permission mode" +msgstr "" + +#: pyload/config/default.py:39 +msgid "Change user of running process" +msgstr "" + +#: pyload/config/default.py:42 +msgid "General" +msgstr "" + +#: pyload/config/default.py:44 +msgid "Language" +msgstr "" + +#: pyload/config/default.py:45 +msgid "Download Folder" +msgstr "" + +#: pyload/config/default.py:46 +msgid "Use Checksum" +msgstr "" + +#: pyload/config/default.py:47 +msgid "Create folder for each package" +msgstr "" + +#: pyload/config/default.py:48 +msgid "Debug Mode" +msgstr "" + +#: pyload/config/default.py:49 +msgid "Min Free Space (MB)" +msgstr "" + +#: pyload/config/default.py:50 +msgid "CPU Priority" +msgstr "" + +#: pyload/config/default.py:53 +msgid "SSL" +msgstr "" + +#: pyload/config/default.py:55 +msgid "SSL Certificate" +msgstr "" + +#: pyload/config/default.py:57 +msgid "SSL Key" +msgstr "" + +#: pyload/config/default.py:60 +msgid "Webinterface" +msgstr "" + +#: pyload/config/default.py:62 +msgid "Template" +msgstr "" + +#: pyload/config/default.py:64 +msgid "Path Prefix" +msgstr "" + +#: pyload/config/default.py:65 +msgid "Server" +msgstr "" + +#: pyload/config/default.py:66 +msgid "Favor specific server" +msgstr "" + +#: pyload/config/default.py:67 +msgid "IP" +msgstr "" + +#: pyload/config/default.py:68 +msgid "Use HTTPS" +msgstr "" + +#: pyload/config/default.py:70 +msgid "Development mode" +msgstr "" + +#: pyload/config/default.py:73 +msgid "Proxy" +msgstr "" + +#: pyload/config/default.py:76 +msgid "Use Proxy" +msgstr "" + +#: pyload/config/default.py:78 +msgid "Password" +msgstr "" + +#: pyload/config/default.py:79 +msgid "Protocol" +msgstr "" + +#: pyload/config/default.py:83 +msgid "Reconnect" +msgstr "" + +#: pyload/config/default.py:85 pyload/config/default.py:106 +msgid "End" +msgstr "" + +#: pyload/config/default.py:86 +msgid "Use Reconnect" +msgstr "" + +#: pyload/config/default.py:87 +msgid "Method" +msgstr "" + +#: pyload/config/default.py:88 pyload/config/default.py:105 +msgid "Start" +msgstr "" + +#: pyload/config/default.py:91 +msgid "Download" +msgstr "" + +#: pyload/config/default.py:93 +msgid "Max Parallel Downloads" +msgstr "" + +#: pyload/config/default.py:94 +msgid "Limit Download Speed" +msgstr "" + +#: pyload/config/default.py:95 +msgid "Download interface to bind (ip or Name)" +msgstr "" + +#: pyload/config/default.py:96 +msgid "Skip already existing files" +msgstr "" + +#: pyload/config/default.py:97 +msgid "Max Download Speed in kb/s" +msgstr "" + +#: pyload/config/default.py:98 +msgid "Allow IPv6" +msgstr "" + +#: pyload/config/default.py:99 +msgid "Max connections for one download" +msgstr "" + +#: pyload/config/default.py:100 +msgid "Restart failed downloads on startup" +msgstr "" + +#: pyload/config/default.py:103 +msgid "Download Time" +msgstr "" + +#: pyload/network/HTTPDownload.py:249 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/api/DownloadApi.py:44 +#, python-format +msgid "Added package %(name)s as folder %(folder)s" +msgstr "" + +#: pyload/api/DownloadApi.py:95 +#, python-format +msgid "Added %d links to package" +msgstr "" + +#: pyload/AccountManager.py:69 +#, python-format +msgid "Unknown account plugin %s" +msgstr "" + +#: pyload/interaction/InteractionManager.py:88 +msgid "Query" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Captcha request" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Please solve the captcha." +msgstr "" + +#: pyload/remote/RemoteManager.py:35 +#, python-format +msgid "Remote backend error: %s" +msgstr "" + +#: pyload/remote/RemoteManager.py:80 +#, python-format +msgid "Starting %(name)s: %(addr)s:%(port)s" +msgstr "" + +#: pyload/remote/RemoteManager.py:82 +#, python-format +msgid "Failed loading backend %(name)s | %(error)s" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "none" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "offline" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "online" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "queued" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "paused" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "finished" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "skipped" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "failed" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "starting" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "waiting" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "downloading" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "temp. offline" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "aborted" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "decrypting" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "processing" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "custom" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "unknown" +msgstr "" + +#: pyload/FileManager.py:426 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/Api.py:152 +#, python-format +msgid "User '%s' tries to log in" +msgstr "" + +#: pyload/Core.py:195 +msgid "Received Quit signal" +msgstr "" + +#: pyload/Core.py:323 +#, python-format +msgid "pyLoad already running with pid %s" +msgstr "" + +#: pyload/Core.py:337 +#, python-format +msgid "Failed changing group: %s" +msgstr "" + +#: pyload/Core.py:347 +#, python-format +msgid "Failed changing user: %s" +msgstr "" + +#: pyload/Core.py:358 +msgid "Starting" +msgstr "" + +#: pyload/Core.py:359 +#, python-format +msgid "Using home directory: %s" +msgstr "" + +#: pyload/Core.py:373 +msgid "All links removed" +msgstr "" + +#: pyload/Core.py:403 +#, python-format +msgid "Download time: %s" +msgstr "" + +#: pyload/Core.py:418 +#, python-format +msgid "Free space: %s" +msgstr "" + +#: pyload/Core.py:438 +msgid "Activating Accounts..." +msgstr "" + +#: pyload/Core.py:443 +msgid "Restarting failed downloads..." +msgstr "" + +#: pyload/Core.py:451 +msgid "pyLoad is up and running" +msgstr "" + +#: pyload/Core.py:474 +msgid "restarting pyLoad" +msgstr "" + +#: pyload/Core.py:478 +msgid "pyLoad quits" +msgstr "" + +#: pyload/Core.py:564 +msgid "shutting down..." +msgstr "" + +#: pyload/Core.py:579 +msgid "error while shutting down" +msgstr "" + +#: pyload/Core.py:661 +msgid "killed pyLoad from terminal" +msgstr "" + +#: pyload/database/DatabaseBackend.py:167 +msgid "Database was deleted due to incompatible version." +msgstr "" + +#: pyload/threads/DecrypterThread.py:50 +msgid "Decrypting failed" +msgstr "" + +#: pyload/threads/DecrypterThread.py:73 +#, python-format +msgid "Decrypted %(count)d links into package %(name)s" +msgstr "" + +#: pyload/threads/DecrypterThread.py:80 +msgid "No links decrypted" +msgstr "" + +#: pyload/threads/InfoThread.py:147 +#, python-format +msgid "Info Fetching for %(name)s failed | %(err)s" +msgstr "" + +#: pyload/threads/ThreadManager.py:155 +#, python-format +msgid "Reconnect Failed: %s" +msgstr "" + +#: pyload/threads/ThreadManager.py:192 +msgid "Reconnect script not found!" +msgstr "" + +#: pyload/threads/ThreadManager.py:198 +msgid "Starting reconnect" +msgstr "" + +#: pyload/threads/ThreadManager.py:212 +msgid "Failed executing reconnect script!" +msgstr "" + +#: pyload/threads/ThreadManager.py:224 +#, python-format +msgid "Reconnected, new IP: %s" +msgstr "" + +#: pyload/threads/ThreadManager.py:298 +msgid "Not enough space left on device" +msgstr "" + +#: pyload/threads/DownloadThread.py:64 +#, python-format +msgid "Download starts: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:70 +#, python-format +msgid "Download finished: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:75 +#, python-format +msgid "Plugin %s is missing a function." +msgstr "" + +#: pyload/threads/DownloadThread.py:83 pyload/threads/DownloadThread.py:147 +#, python-format +msgid "Download aborted: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:103 +#, python-format +msgid "Download restarted: %(name)s | %(msg)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:113 +#, python-format +msgid "Download is offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:116 pyload/threads/DownloadThread.py:187 +#, python-format +msgid "Download is temporary offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:119 pyload/threads/DownloadThread.py:192 +#, python-format +msgid "Download failed: %(name)s | %(msg)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:136 +msgid "Couldn't connect to host or connection reset, waiting 1 minute and retry." +msgstr "" + +#: pyload/threads/DownloadThread.py:171 +#, python-format +msgid "Download skipped: %(name)s due to %(plugin)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:188 +msgid "Internal Server Error" +msgstr "" + +#: pyload/threads/AddonThread.py:55 +msgid "An Error occurred" +msgstr "" + +#: pyload/PluginManager.py:316 +#, python-format +msgid "Error importing %(name)s: %(msg)s" +msgstr "" + +#: pyload/utils/JsEngine.py:188 +msgid "No js engine detected, please install either Spidermonkey, ossp-js, pyv8, nodejs or rhino" +msgstr "" + diff --git a/locale/te/LC_MESSAGES/plugins.po b/locale/te/LC_MESSAGES/plugins.po new file mode 100644 index 000000000..0023f7f1b --- /dev/null +++ b/locale/te/LC_MESSAGES/plugins.po @@ -0,0 +1,424 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-20 22:13+0200\n" +"PO-Revision-Date: 2013-10-13 12:26-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Telugu\n" +"Language: te_IN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"X-Generator: crowdin.net\n" + +#: pyload/plugins/network/CurlDownload.py:241 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/plugins/Base.py:329 +msgid "Pil and tesseract not installed and no Client connected for captcha decrypting" +msgstr "" + +#: pyload/plugins/Base.py:333 +msgid "No captcha result obtained in appropriate time." +msgstr "" + +#: pyload/plugins/Hoster.py:282 pyload/plugins/Hoster.py:319 +#: pyload/plugins/hoster/ARD.py:76 +#, python-format +msgid "Setting User and Group failed: %s" +msgstr "" + +#: pyload/plugins/Crypter.py:136 +msgid "Not existing file or unsupported protocol" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:96 +msgid "Rapidshare: Traffic Share (direct download)" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:123 +#: pyload/plugins/hoster/RapidshareCom.py:189 +msgid "Already downloading from this ip address, waiting 60 seconds" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:127 +msgid "Invalid Auth Code, download will be restarted" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:193 +msgid "RapidShareCom: No free slots" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:196 +msgid "You need a premium account for this file" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:198 +msgid "Filename reported invalid" +msgstr "" + +#: pyload/plugins/hoster/RealdebridCom.py:40 +#: pyload/plugins/hoster/Premium4Me.py:27 +#: pyload/plugins/hoster/MultiDebridCom.py:39 +#: pyload/plugins/hoster/ZeveraCom.py:24 +#: pyload/plugins/hoster/AlldebridCom.py:37 +#: pyload/plugins/hoster/RehostTo.py:25 pyload/plugins/hoster/ReloadCc.py:22 +#: pyload/plugins/hoster/DebridItaliaCom.py:38 +#: pyload/plugins/hoster/PremiumizeMe.py:19 +#, python-format +msgid "Please enter your %s account or deactivate this plugin" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:55 +msgid "Decryption failed" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:99 +msgid "No file key provided in the URL" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:111 +msgid "Error code:" +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:97 +msgid "Parallel download error, now waiting 60s." +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:208 +msgid "Not logged in." +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:135 +msgid "API key invalid" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:160 +#, python-format +msgid "%s: Not enough traffic left" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:163 +msgid "Traffic exceeded" +msgstr "" + +#: pyload/plugins/hoster/BasePlugin.py:63 +msgid "Authorization required (username:password)" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:143 +#: pyload/plugins/hoster/NetloadIn.py:167 +msgid "File temporarily not available" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:180 +#, python-format +msgid "Netload: waiting between downloads %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:209 +#, python-format +msgid "Netload: waiting for captcha %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:248 +msgid "Downloaded File was empty" +msgstr "" + +#: pyload/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 "" + +#: pyload/plugins/hoster/XHamsterCom.py:75 +#: pyload/plugins/hoster/XHamsterCom.py:84 +#: pyload/plugins/hoster/XHamsterCom.py:87 +#, python-format +msgid "long_url: %s" +msgstr "" + +#: pyload/plugins/Account.py:117 pyload/plugins/Account.py:123 +#, python-format +msgid "Could not login with account %(user)s | %(msg)s" +msgstr "" + +#: pyload/plugins/Account.py:118 +msgid "Wrong Password" +msgstr "" + +#: pyload/plugins/Account.py:184 +#, python-format +msgid "Get Account Info for %s" +msgstr "" + +#: pyload/plugins/Account.py:193 +#, python-format +msgid "Error: %s" +msgstr "" + +#: pyload/plugins/Account.py:242 +#, python-format +msgid "Your Time %s has a wrong format, use: 1:22-3:44" +msgstr "" + +#: pyload/plugins/Account.py:265 +#, python-format +msgid "Account %s has not enough traffic, checking again in 30min" +msgstr "" + +#: pyload/plugins/Account.py:273 +#, python-format +msgid "Account %s is expired, checking again in 1h" +msgstr "" + +#: pyload/plugins/Account.py:290 +#, python-format +msgid "Login with %s" +msgstr "" + +#: pyload/plugins/Addon.py:118 +#, python-format +msgid "Error executing addons: %s" +msgstr "" + +#: pyload/plugins/accounts/BitshareCom.py:36 +msgid "Activate direct Download in your Bitshare Account" +msgstr "" + +#: pyload/plugins/crypter/SerienjunkiesOrg.py:128 +msgid "Downloadlimit reached" +msgstr "" + +#: pyload/plugins/addons/Premium4Me.py:30 +msgid "Please add your premium.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:53 +#, python-format +msgid "Installed scripts for %s: " +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:69 +msgid "Script not executable:" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:79 +#, python-format +msgid "Error in %(script)s: %(error)s" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:72 +#: pyload/plugins/addons/Captcha9kw.py:56 +#: pyload/plugins/addons/ExpertDecoders.py:49 +#, python-format +msgid "%s credits left" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:120 +msgid "Could not send response." +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:138 +msgid "Your CaptchaTrader Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:89 +#, python-format +msgid "New CaptchaID from upload: %s : %s" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:123 +msgid "Your Captcha 9kw.eu Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/RehostTo.py:34 +msgid "Please add your rehost.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/HotFolder.py:82 +#, python-format +msgid "Added %s from HotFolder" +msgstr "" + +#: pyload/plugins/addons/ClickAndLoad.py:74 +msgid "Click'N'Load: Port 9666 already in use" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:82 +#: pyload/plugins/addons/IRCInterface.py:75 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:90 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" +msgstr "" + +#: pyload/plugins/addons/ExpertDecoders.py:98 +msgid "Your ExpertDecoders Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:73 +msgid "*** Plugins have been updated, please restart pyLoad ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:75 +msgid "Plugins updated and reloaded" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:78 +msgid "No plugin updates available" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:95 +msgid "No Updates for pyLoad" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:100 +#, python-format +msgid "*** New pyLoad Version %s available ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:101 +msgid "*** Get it here: http://pyload.org/download ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:104 +msgid "Not able to connect server for updates" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:148 +#, python-format +msgid "New version of %(type)s|%(name)s : %(version).2f" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:157 +#: pyload/plugins/addons/UpdateManager.py:162 +#, python-format +msgid "Error when updating %s" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:162 +msgid "Version mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:92 +#, python-format +msgid "No %s installed" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:94 +#: pyload/plugins/addons/ExtractArchive.py:99 +#, python-format +msgid "Could not activate %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:104 +msgid "Activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:106 +msgid "No Extract plugins activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:118 +#, python-format +msgid "Package %s queued for later extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:143 +#, python-format +msgid "Check package %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:183 +#, python-format +msgid "Extract to %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:197 +msgid "No files found to extract" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:203 +msgid "extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:214 +msgid "Password protected" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:234 +msgid "Wrong password" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:242 +#, python-format +msgid "Deleting %s files" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:247 +msgid "Extracting finished" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:254 +msgid "Archive Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:256 +msgid "CRC Mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:260 +msgid "Unknown Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:312 +msgid "Setting User and Group failed" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:36 +msgid "Crypter list not found" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:50 +msgid "Crypter list is empty" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:82 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:94 +#, python-format +msgid "New Captcha Request: %s" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:95 +#, python-format +msgid "Answer with 'c %s text on the captcha'" +msgstr "" + +#: pyload/plugins/addons/PremiumizeMe.py:46 +msgid "Please add a valid premiumize.me account first and restart pyLoad." +msgstr "" + +#: pyload/plugins/addons/CaptchaBrotherhood.py:69 +#, python-format +msgid "%d credits left" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:29 +#, python-format +msgid "Activated %s" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:47 +msgid "No Hoster loaded" +msgstr "" + diff --git a/locale/te/LC_MESSAGES/setup.po b/locale/te/LC_MESSAGES/setup.po new file mode 100644 index 000000000..9908e4b6a --- /dev/null +++ b/locale/te/LC_MESSAGES/setup.po @@ -0,0 +1,376 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:26-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Telugu\n" +"Language: te_IN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"X-Generator: crowdin.net\n" + +#: pyload/Setup.py:72 +msgid "Would you like to configure pyLoad via Webinterface?" +msgstr "" + +#: pyload/Setup.py:73 +msgid "You need a Browser and a connection to this PC for it." +msgstr "" + +#: pyload/Setup.py:74 +msgid "Url would be: http://hostname:8000/" +msgstr "" + +#: pyload/Setup.py:75 +msgid "Start initial webinterface for configuration?" +msgstr "" + +#: pyload/Setup.py:86 +msgid "Welcome to the pyLoad Configuration Assistent." +msgstr "" + +#: pyload/Setup.py:87 +msgid "It will check your system and make a basic setup in order to run pyLoad." +msgstr "" + +#: pyload/Setup.py:89 +msgid "The value in brackets [] always is the default value," +msgstr "" + +#: pyload/Setup.py:90 +msgid "in case you don't want to change it or you are unsure what to choose, just hit enter." +msgstr "" + +#: pyload/Setup.py:92 +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgstr "" + +#: pyload/Setup.py:93 +msgid "If you have any problems with this assistent hit CTRL+C," +msgstr "" + +#: pyload/Setup.py:94 +msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgstr "" + +#: pyload/Setup.py:96 +msgid "When you are ready for system check, hit enter." +msgstr "" + +#: pyload/Setup.py:103 +msgid "Features missing: " +msgstr "" + +#: pyload/Setup.py:107 +msgid "no py-crypto available" +msgstr "" + +#: pyload/Setup.py:108 +msgid "You need this if you want to decrypt container files." +msgstr "" + +#: pyload/Setup.py:112 +msgid "no SSL available" +msgstr "" + +#: pyload/Setup.py:113 +msgid "This is needed if you want to establish a secure connection to core or webinterface." +msgstr "" + +#: pyload/Setup.py:114 +msgid "If you only want to access locally to pyLoad ssl is not useful." +msgstr "" + +#: pyload/Setup.py:118 +msgid "no Captcha Recognition available" +msgstr "" + +#: pyload/Setup.py:119 +msgid "Only needed for some hosters and as freeuser." +msgstr "" + +#: pyload/Setup.py:123 +msgid "no JavaScript engine found" +msgstr "" + +#: pyload/Setup.py:124 +msgid "You will need this for some Click'N'Load links. Install Spidermonkey, ossp-js, pyv8 or rhino" +msgstr "" + +#: pyload/Setup.py:126 +msgid "You can abort the setup now and fix some dependencies if you want." +msgstr "" + +#: pyload/Setup.py:128 +msgid "Continue with setup?" +msgstr "" + +#: pyload/Setup.py:134 +#, python-format +msgid "Do you want to change the config path? Current is %s" +msgstr "" + +#: pyload/Setup.py:136 +msgid "If you use pyLoad on a server or the home partition lives on an internal flash it may be a good idea to change it." +msgstr "" + +#: pyload/Setup.py:137 +msgid "Change config path?" +msgstr "" + +#: pyload/Setup.py:143 +msgid "Do you want to configure login data and basic settings?" +msgstr "" + +#: pyload/Setup.py:144 +msgid "This is recommend for first run." +msgstr "" + +#: pyload/Setup.py:145 +msgid "Make basic setup?" +msgstr "" + +#: pyload/Setup.py:152 +msgid "Do you want to configure ssl?" +msgstr "" + +#: pyload/Setup.py:153 +msgid "Configure ssl?" +msgstr "" + +#: pyload/Setup.py:159 +msgid "Do you want to configure webinterface?" +msgstr "" + +#: pyload/Setup.py:160 +msgid "Configure webinterface?" +msgstr "" + +#: pyload/Setup.py:165 +msgid "Setup finished successfully." +msgstr "" + +#: pyload/Setup.py:166 +msgid "Hit enter to exit and restart pyLoad" +msgstr "" + +#: pyload/Setup.py:173 +msgid "Webinterface running for setup." +msgstr "" + +#: pyload/Setup.py:190 +msgid "## Basic Setup ##" +msgstr "" + +#: pyload/Setup.py:193 +msgid "The following logindata is valid for CLI, GUI and webinterface." +msgstr "" + +#: pyload/Setup.py:199 pyload/Setup.py:288 pyload/Setup.py:304 +msgid "Username" +msgstr "" + +#: pyload/Setup.py:205 +msgid "External clients (GUI, CLI or other) need remote access to work over the network." +msgstr "" + +#: pyload/Setup.py:206 +msgid "However, if you only want to use the webinterface you may disable it to save ram." +msgstr "" + +#: pyload/Setup.py:207 +msgid "Enable remote access" +msgstr "" + +#: pyload/Setup.py:211 +msgid "Language" +msgstr "" + +#: pyload/Setup.py:213 +msgid "Download folder" +msgstr "" + +#: pyload/Setup.py:214 +msgid "Max parallel downloads" +msgstr "" + +#: pyload/Setup.py:218 +msgid "Use Reconnect?" +msgstr "" + +#: pyload/Setup.py:221 +msgid "Reconnect script location" +msgstr "" + +#: pyload/Setup.py:226 +msgid "## Webinterface Setup ##" +msgstr "" + +#: pyload/Setup.py:229 +msgid "Activate webinterface?" +msgstr "" + +#: pyload/Setup.py:231 +msgid "Listen address, if you use 127.0.0.1 or localhost, the webinterface will only accessible locally." +msgstr "" + +#: pyload/Setup.py:232 +msgid "Address" +msgstr "" + +#: pyload/Setup.py:233 +msgid "Port" +msgstr "" + +#: pyload/Setup.py:235 +msgid "pyLoad offers several server backends, now following a short explanation." +msgstr "" + +#: pyload/Setup.py:236 +msgid "Default server, this server offers SSL and is a good alternative to builtin." +msgstr "" + +#: pyload/Setup.py:238 +msgid "Can be used by apache, lighttpd, requires you to configure them, which is not too easy job." +msgstr "" + +#: pyload/Setup.py:239 +msgid "Very fast alternative written in C, requires libev and linux knowledge." +msgstr "" + +#: pyload/Setup.py:240 +msgid "Get it from here: https://github.com/jonashaag/bjoern, compile it" +msgstr "" + +#: pyload/Setup.py:241 +msgid "and copy bjoern.so to pyload/lib" +msgstr "" + +#: pyload/Setup.py:245 +msgid "Attention: In some rare cases the builtin server is not working, if you notice problems with the webinterface" +msgstr "" + +#: pyload/Setup.py:246 +msgid "come back here and change the builtin server to the threaded one here." +msgstr "" + +#: pyload/Setup.py:248 +msgid "Server" +msgstr "" + +#: pyload/Setup.py:253 +msgid "## SSL Setup ##" +msgstr "" + +#: pyload/Setup.py:255 +msgid "Execute these commands from pyLoad config folder to make ssl certificates:" +msgstr "" + +#: pyload/Setup.py:261 +msgid "If you're done and everything went fine, you can activate ssl now." +msgstr "" + +#: pyload/Setup.py:262 +msgid "Activate SSL?" +msgstr "" + +#: pyload/Setup.py:278 +msgid "Select action" +msgstr "" + +#: pyload/Setup.py:279 +msgid "1 - Create/Edit user" +msgstr "" + +#: pyload/Setup.py:280 +msgid "2 - List users" +msgstr "" + +#: pyload/Setup.py:281 +msgid "3 - Remove user" +msgstr "" + +#: pyload/Setup.py:282 +msgid "4 - Quit" +msgstr "" + +#: pyload/Setup.py:294 +msgid "Users" +msgstr "" + +#: pyload/Setup.py:322 +msgid "Setting new configpath, current configuration will not be transferred!" +msgstr "" + +#: pyload/Setup.py:323 +msgid "Config path" +msgstr "" + +#: pyload/Setup.py:331 +msgid "Config path changed, setup will now close, please restart to go on." +msgstr "" + +#: pyload/Setup.py:332 +msgid "Press Enter to exit." +msgstr "" + +#: pyload/Setup.py:336 +#, python-format +msgid "Setting config path failed: %s" +msgstr "" + +#: pyload/Setup.py:347 +msgid "y" +msgstr "" + +#: pyload/Setup.py:349 +msgid "n" +msgstr "" + +#: pyload/Setup.py:373 +msgid "Password: " +msgstr "" + +#: pyload/Setup.py:377 +msgid "Password too short. Use at least 4 symbols." +msgstr "" + +#: pyload/Setup.py:380 +msgid "Password (again): " +msgstr "" + +#: pyload/Setup.py:386 +msgid "Passwords did not match." +msgstr "" + +#: pyload/Setup.py:397 +msgid "yes" +msgstr "" + +#: pyload/Setup.py:397 +msgid "true" +msgstr "" + +#: pyload/Setup.py:397 +msgid "t" +msgstr "" + +#: pyload/Setup.py:400 +msgid "no" +msgstr "" + +#: pyload/Setup.py:400 +msgid "false" +msgstr "" + +#: pyload/Setup.py:400 +msgid "f" +msgstr "" + +#: pyload/Setup.py:403 pyload/Setup.py:413 +msgid "Invalid Input" +msgstr "" + diff --git a/locale/te/LC_MESSAGES/webUI.po b/locale/te/LC_MESSAGES/webUI.po new file mode 100644 index 000000000..7ac76e913 --- /dev/null +++ b/locale/te/LC_MESSAGES/webUI.po @@ -0,0 +1,131 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-08-10 11:58+0200\n" +"PO-Revision-Date: 2013-10-13 12:26-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Telugu\n" +"Language: te_IN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"X-Generator: crowdin.net\n" + +#: pyload/web/app/scripts/helpers/formatSize.js:9 +msgid "not available" +msgstr "" + +#: pyload/web/app/scripts/helpers/formatSize.js:11 +msgid "unlimited" +msgstr "" + +#: pyload/web/app/templates/default/admin.html:3 +#: pyload/web/app/templates/default/admin.html:4 +msgid "Admin" +msgstr "" + +#: pyload/web/app/templates/default/setup.html:3 +msgid "Setup" +msgstr "" + +#: pyload/web/app/templates/default/accounts/actionbar.html:2 +msgid "Add Account" +msgstr "" + +#: pyload/web/app/templates/default/accounts/layout.html:2 +msgid "Accounts" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:9 +msgid "Local" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:18 +msgid "Search" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:26 +msgid "Type" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:44 +#: pyload/web/app/templates/default/dashboard/actionbar.html:49 +msgid "All" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:50 +msgid "Finished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:51 +msgid "Unfinished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:52 +msgid "Failed" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/select.html:1 +msgid "1 package" +msgid_plural "%d packages" +msgstr[0] "" +msgstr[1] "" + +#: pyload/web/app/templates/default/dashboard/select.html:4 +msgid "1 file" +msgid_plural "%d files" +msgstr[0] "" +msgstr[1] "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:2 +msgid "Add an account" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:7 +msgid "Please enter your account data" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:3 +msgid "Choose a plugin" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:9 +msgid "Please choose a plugin, which you want to configure" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:23 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:46 +msgid "Add" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:24 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:47 +#: pyload/web/app/templates/default/dialogs/interactionTask.html:35 +msgid "Close" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:2 +msgid "Please confirm" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:5 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:8 +msgid "Delete" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:9 +msgid "Cancel" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/interactionTask.html:34 +msgid "Submit" +msgstr "" + +#: pyload/web/app/templates/default/header/layout.html:12 +msgid "Running..." +msgstr "" + diff --git a/locale/tr/LC_MESSAGES/cli.po b/locale/tr/LC_MESSAGES/cli.po new file mode 100644 index 000000000..a72bc3aff --- /dev/null +++ b/locale/tr/LC_MESSAGES/cli.po @@ -0,0 +1,291 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:26-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Turkish\n" +"Language: tr_TR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.net\n" + +#: pyload/cli/AddPackage.py:48 +msgid "Add Package:" +msgstr "Paket ekle:" + +#: pyload/cli/AddPackage.py:53 +msgid "Enter a name for the new package" +msgstr "Yeni paketin adını girin" + +#: pyload/cli/AddPackage.py:57 +#, python-format +msgid "Package: %s" +msgstr "Paket: %s" + +#: pyload/cli/AddPackage.py:58 +msgid "Parse the links you want to add." +msgstr "Eklemek isteniz linkleri çözÃŒmle" + +#: pyload/cli/AddPackage.py:59 +#, python-format +msgid "Type %s when done." +msgstr "Tip %s tamamlandı" + +#: pyload/cli/AddPackage.py:60 +msgid "Links added: " +msgstr "Eklenen linkler: " + +#: pyload/cli/AddPackage.py:64 pyload/cli/ManageFiles.py:149 +msgid " back to main menu" +msgstr "MenÃŒye geri dön" + +#: pyload/cli/ManageFiles.py:97 +msgid "Manage Packages:" +msgstr "Paketleri DÃŒzenle:" + +#: pyload/cli/ManageFiles.py:99 +msgid "Manage Links:" +msgstr "Linkleri DÃŒzenle:" + +#: pyload/cli/ManageFiles.py:104 +msgid "What do you want to move?" +msgstr "Neleri taÅımak istersiniz?" + +#: pyload/cli/ManageFiles.py:106 +msgid "What do you want to delete?" +msgstr "Neleri silmek istersiniz?" + +#: pyload/cli/ManageFiles.py:108 +msgid "What do you want to restart?" +msgstr "Neleri yenilemek istersiniz?" + +#: pyload/cli/ManageFiles.py:113 +msgid "Choose what you want to do, or enter package number." +msgstr "Ne yapmak istediÄinizi seçin veya paket numarası girin" + +#: pyload/cli/ManageFiles.py:115 +msgid "delete" +msgstr "sil" + +#: pyload/cli/ManageFiles.py:115 +msgid "move" +msgstr "taÅı" + +#: pyload/cli/ManageFiles.py:115 +msgid "restart" +msgstr "yeniden baÅlat " + +#: pyload/cli/ManageFiles.py:148 +msgid " - previous" +msgstr " - önceki" + +#: pyload/cli/ManageFiles.py:148 +msgid " - next" +msgstr "-Sonraki" + +#: pyload/cli/Cli.py:75 pyload/cli/Cli.py:133 +msgid " Command Line Interface" +msgstr " Komut satır arayÃŒzÃŒ" + +#: pyload/cli/Cli.py:165 +#, python-format +msgid "%s Downloads:" +msgstr "%s İndirmeler:" + +#: pyload/cli/Cli.py:177 +msgid " Speed: " +msgstr " Hız: " + +#: pyload/cli/Cli.py:177 +msgid " Size: " +msgstr " BÃŒyÃŒklÃŒk: " + +#: pyload/cli/Cli.py:178 +msgid " Finished in: " +msgstr " BitiÅ zamanı: " + +#: pyload/cli/Cli.py:179 +msgid " ID: " +msgstr "ID:" + +#: pyload/cli/Cli.py:184 +msgid "waiting: " +msgstr "bekleniyor: " + +#: pyload/cli/Cli.py:191 pyload/cli/Cli.py:193 +msgid "Status:" +msgstr "Durum" + +#: pyload/cli/Cli.py:191 +msgid "paused" +msgstr "Duraklatıldı" + +#: pyload/cli/Cli.py:193 +msgid "running" +msgstr "çalıÅıyor" + +#: pyload/cli/Cli.py:196 +msgid "total Speed" +msgstr "toplam hız" + +#: pyload/cli/Cli.py:196 +msgid "Files in queue" +msgstr "Sıradaki Dosyalar" + +#: pyload/cli/Cli.py:197 +msgid "Total" +msgstr "Toplam" + +#: pyload/cli/Cli.py:203 +msgid "Menu:" +msgstr "MenÃŒ:" + +#: pyload/cli/Cli.py:205 +msgid " Add Links" +msgstr " Linkleri Ekle" + +#: pyload/cli/Cli.py:206 +msgid " Manage Queue" +msgstr "KuyruÄu DÃŒzenle" + +#: pyload/cli/Cli.py:207 +msgid " Manage Collector" +msgstr "KolektörÃŒ DÃŒzenle " + +#: pyload/cli/Cli.py:208 +msgid " (Un)Pause Server" +msgstr "(Un)Sunucuyu Durdur" + +#: pyload/cli/Cli.py:209 +msgid " Kill Server" +msgstr "Sunucuyu DevredıÅı bırak" + +#: pyload/cli/Cli.py:210 +msgid " Quit" +msgstr "ÃıkıÅ" + +#: pyload/cli/Cli.py:289 pyload/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>" + +#: pyload/cli/Cli.py:315 +#, python-format +msgid "Checking %d links:" +msgstr "%d Linkler Kontrol ediliyor" + +#: pyload/cli/Cli.py:324 +msgid "File does not exists." +msgstr "Dosya bulunamadı" + +#: pyload/cli/Cli.py:385 +msgid "pyLoad was terminated" +msgstr "pyLoad durdu" + +#: pyload/cli/Cli.py:443 +msgid "Prints server status" +msgstr "Sunucu durumunu yazdır" + +#: pyload/cli/Cli.py:444 +msgid "Prints downloads in queue" +msgstr "Kuyruktakileri yazdır" + +#: pyload/cli/Cli.py:445 +msgid "Prints downloads in collector" +msgstr "Kolektördekileri yazdır" + +#: pyload/cli/Cli.py:446 +msgid "Adds package to queue" +msgstr "KuyruÄa paket ekle" + +#: pyload/cli/Cli.py:447 +msgid "Adds package to collector" +msgstr "Kolektöre paket ekle" + +#: pyload/cli/Cli.py:448 +msgid "Delete Files from Queue/Collector" +msgstr "Dosyaları Kuyruktan/Kolektör'den sil" + +#: pyload/cli/Cli.py:449 +msgid "Delete Packages from Queue/Collector" +msgstr "Paketleri Kuyruktan/Kolektör'den sil" + +#: pyload/cli/Cli.py:450 +msgid "Move Packages from Queue to Collector or vice versa" +msgstr "Paketleri Kuyruktan , Kolektöre taÅı veya tam tersini yap" + +#: pyload/cli/Cli.py:451 +msgid "Restart files" +msgstr "Dosyaları yenile" + +#: pyload/cli/Cli.py:452 +msgid "Restart packages" +msgstr "Paketleri yenile" + +#: pyload/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" + +#: pyload/cli/Cli.py:454 +msgid "Checks online status of a container file" +msgstr "Konteyner dosyalarının çemrimiçi oldugunu kontrol et" + +#: pyload/cli/Cli.py:455 +msgid "Pause the server" +msgstr "Sunucuyu durdur" + +#: pyload/cli/Cli.py:456 +msgid "continue downloads" +msgstr "indirmelere devam et" + +#: pyload/cli/Cli.py:457 +msgid "Toggle pause/unpause" +msgstr "Seçilenleri durdur/devam ettir" + +#: pyload/cli/Cli.py:458 +msgid "kill server" +msgstr "sunucuyu durdur yap" + +#: pyload/cli/Cli.py:460 +msgid "List of commands:" +msgstr "Komut listesi" + +#: pyload/cli/Cli.py:473 +msgid "Couldn't write user config file" +msgstr "Kullanıcı ayar dosyası yazılamadı" + +#: pyload/cli/Cli.py:548 pyload/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" + +#: pyload/cli/Cli.py:555 +msgid "Address: " +msgstr "Adres: " + +#: pyload/cli/Cli.py:556 +msgid "Port: " +msgstr "Port:" + +#: pyload/cli/Cli.py:557 +msgid "Username: " +msgstr "Kullanıcı adı: " + +#: pyload/cli/Cli.py:561 +msgid "Password: " +msgstr "Åifre: " + +#: pyload/cli/Cli.py:566 pyload/cli/Cli.py:575 +msgid "Login data is wrong." +msgstr "GiriÅ bilgileri yanlıÅ" + +#: pyload/cli/Cli.py:568 pyload/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ı" + +#: pyload/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/core.po b/locale/tr/LC_MESSAGES/core.po new file mode 100644 index 000000000..a426616e6 --- /dev/null +++ b/locale/tr/LC_MESSAGES/core.po @@ -0,0 +1,630 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:26-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Turkish\n" +"Language: tr_TR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.net\n" + +#: pyload/AddonManager.py:62 +#, python-format +msgid "Error when executing %s" +msgstr "%s yÃŒrÃŒtÃŒrken hata" + +#: pyload/AddonManager.py:93 +#, python-format +msgid "Failed activating %(name)s" +msgstr "Aktive etme baÅarısız %(name)s" + +#: pyload/AddonManager.py:96 +#, python-format +msgid "Activated addons: %s" +msgstr "Aktif eklentiler: %s" + +#: pyload/AddonManager.py:97 +#, python-format +msgid "Deactivated addons: %s" +msgstr "Pasif eklentiler: %s" + +#: pyload/AddonManager.py:153 +msgid "Activating Plugins..." +msgstr "Eklentiler etkinleÅtiriliyor ..." + +#: pyload/AddonManager.py:162 +msgid "Deactivating Plugins..." +msgstr "Eklentiler devredıÅı bırakılıyor..." + +#: pyload/web/ServerThread.py:49 +msgid "SSL certificates not found." +msgstr "SSL sertifikaları bulunamadı." + +#: pyload/web/ServerThread.py:53 +msgid "WebUI built is not available" +msgstr "WebUI kullanılamaz" + +#: pyload/web/ServerThread.py:55 +msgid "Running webUI in development mode" +msgstr "webUI geliÅtirici modunda çalıÅıyor" + +#: pyload/web/ServerThread.py:73 +msgid "Failed starting webserver: " +msgstr "Web sunucusu baÅlatma baÅarısız oldu:" + +#: pyload/web/ServerThread.py:107 +msgid "Failed importing webserver: " +msgstr "Web sunucusundan alma baÅarısız oldu: " + +#: pyload/web/ServerThread.py:125 +msgid "This server offers no SSL, please consider using threaded instead" +msgstr "Bu sunucu hiçbir SSL sunmuyor, kullanarak yerine diÅli dÃŒÅÃŒnÃŒn lÃŒtfen" + +#: pyload/web/ServerThread.py:139 +#, python-format +msgid "Starting %(name)s webserver: %(host)s:%(port)d" +msgstr "BaÅlıyor %(name)s websunucusu: %(host)s:%(port)d" + +#: pyload/config/default.py:14 +msgid "Remote" +msgstr "Uzaktan" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Description" +msgstr "Açıklama" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Long description" +msgstr "Ayrıntılı açıklama" + +#: pyload/config/default.py:16 pyload/config/default.py:56 +#: pyload/config/default.py:63 +msgid "Activated" +msgstr "EtkinleÅtirildi" + +#: pyload/config/default.py:17 pyload/config/default.py:69 +#: pyload/config/default.py:80 +msgid "Port" +msgstr "Port" + +#: pyload/config/default.py:18 pyload/config/default.py:77 +msgid "Address" +msgstr "Adres" + +#: pyload/config/default.py:21 +msgid "Log" +msgstr "GÃŒnlÃŒk" + +#: pyload/config/default.py:23 +msgid "Size in kb" +msgstr "Boyut kb" + +#: pyload/config/default.py:24 +msgid "Folder" +msgstr "Klasör" + +#: pyload/config/default.py:25 +msgid "File Log" +msgstr "Dosya gÃŒnlÃŒk" + +#: pyload/config/default.py:26 +msgid "Count" +msgstr "Sayı" + +#: pyload/config/default.py:27 +msgid "Log Rotate" +msgstr "GÃŒnlÃŒk döndÃŒrme" + +#: pyload/config/default.py:30 +msgid "Permissions" +msgstr "İzinler" + +#: pyload/config/default.py:32 +msgid "Groupname" +msgstr "Grupadı" + +#: pyload/config/default.py:33 +msgid "Change Group and User of Downloads" +msgstr "Grup ve kullanıcı yÃŒklemeleri deÄiÅtirme" + +#: pyload/config/default.py:34 +msgid "Change file mode of downloads" +msgstr "yÃŒklemelerin dosya modu deÄiÅtirme" + +#: pyload/config/default.py:35 pyload/config/default.py:75 +msgid "Username" +msgstr "Kullanıcı Adı" + +#: pyload/config/default.py:36 +msgid "Filemode for Downloads" +msgstr "YÃŒkleme Dosya Modu" + +#: pyload/config/default.py:37 +msgid "Change group of running process" +msgstr "ÃalıÅan iÅlemlerin grubunu deÄiÅtirme" + +#: pyload/config/default.py:38 +msgid "Folder Permission mode" +msgstr "Dosya İzin modu" + +#: pyload/config/default.py:39 +msgid "Change user of running process" +msgstr "ÃalıÅan iÅlemlerin kullanıcısını deÄiÅtirme" + +#: pyload/config/default.py:42 +msgid "General" +msgstr "Genel" + +#: pyload/config/default.py:44 +msgid "Language" +msgstr "Dil" + +#: pyload/config/default.py:45 +msgid "Download Folder" +msgstr "YÃŒkleme KlasörÃŒ" + +#: pyload/config/default.py:46 +msgid "Use Checksum" +msgstr "DoÄrulama kullan" + +#: pyload/config/default.py:47 +msgid "Create folder for each package" +msgstr "her paket için dosya yarat" + +#: pyload/config/default.py:48 +msgid "Debug Mode" +msgstr "Hata ayıklama modu" + +#: pyload/config/default.py:49 +msgid "Min Free Space (MB)" +msgstr "En az boÅ alan (MB)" + +#: pyload/config/default.py:50 +msgid "CPU Priority" +msgstr "CPU önceliÄi" + +#: pyload/config/default.py:53 +msgid "SSL" +msgstr "SSL" + +#: pyload/config/default.py:55 +msgid "SSL Certificate" +msgstr "SSL Sertifikası" + +#: pyload/config/default.py:57 +msgid "SSL Key" +msgstr "SSL anahtarı" + +#: pyload/config/default.py:60 +msgid "Webinterface" +msgstr "WebarayÃŒzÃŒ" + +#: pyload/config/default.py:62 +msgid "Template" +msgstr "Åablon" + +#: pyload/config/default.py:64 +msgid "Path Prefix" +msgstr "Yol öneki" + +#: pyload/config/default.py:65 +msgid "Server" +msgstr "Sunucu" + +#: pyload/config/default.py:66 +msgid "Favor specific server" +msgstr "Belirli sunucu" + +#: pyload/config/default.py:67 +msgid "IP" +msgstr "IP" + +#: pyload/config/default.py:68 +msgid "Use HTTPS" +msgstr "HTTPS kullan" + +#: pyload/config/default.py:70 +msgid "Development mode" +msgstr "GeliÅtirme modu" + +#: pyload/config/default.py:73 +msgid "Proxy" +msgstr "Proxy" + +#: pyload/config/default.py:76 +msgid "Use Proxy" +msgstr "Proxy kullan" + +#: pyload/config/default.py:78 +msgid "Password" +msgstr "Åifre" + +#: pyload/config/default.py:79 +msgid "Protocol" +msgstr "Protokol" + +#: pyload/config/default.py:83 +msgid "Reconnect" +msgstr "Yeniden baÄlanma" + +#: pyload/config/default.py:85 pyload/config/default.py:106 +msgid "End" +msgstr "Son" + +#: pyload/config/default.py:86 +msgid "Use Reconnect" +msgstr "BaÄlantı sıfırlama" + +#: pyload/config/default.py:87 +msgid "Method" +msgstr "Yöntem" + +#: pyload/config/default.py:88 pyload/config/default.py:105 +msgid "Start" +msgstr "BaÅlat" + +#: pyload/config/default.py:91 +msgid "Download" +msgstr "YÃŒkleme" + +#: pyload/config/default.py:93 +msgid "Max Parallel Downloads" +msgstr "Max indirme sayısı" + +#: pyload/config/default.py:94 +msgid "Limit Download Speed" +msgstr "YÃŒkleme hızını sınırla" + +#: pyload/config/default.py:95 +msgid "Download interface to bind (ip or Name)" +msgstr "YÃŒkleme arayÃŒzÃŒ (ip veya isim)" + +#: pyload/config/default.py:96 +msgid "Skip already existing files" +msgstr "Zaten varolan dosyaları atla" + +#: pyload/config/default.py:97 +msgid "Max Download Speed in kb/s" +msgstr "Max indirme hızı kb/s" + +#: pyload/config/default.py:98 +msgid "Allow IPv6" +msgstr "IPv6 izin ver" + +#: pyload/config/default.py:99 +msgid "Max connections for one download" +msgstr "Bir yÃŒkleme için max baÄlantı sayısı" + +#: pyload/config/default.py:100 +msgid "Restart failed downloads on startup" +msgstr "BaÅarısız olan yÃŒklemeleri baÅlangıçta yeniden baÅlat" + +#: pyload/config/default.py:103 +msgid "Download Time" +msgstr "YÃŒkleme sÃŒresi" + +#: pyload/network/HTTPDownload.py:249 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "KarÅıdan yÃŒkleme baÅarısız, tekli baÄlantıya dönÃŒn | %s" + +#: pyload/api/DownloadApi.py:44 +#, python-format +msgid "Added package %(name)s as folder %(folder)s" +msgstr "Paket %(name)s eklendi %(folder)s klasör olarak" + +#: pyload/api/DownloadApi.py:95 +#, python-format +msgid "Added %d links to package" +msgstr "Pakete %d linkleri eklendi" + +#: pyload/AccountManager.py:69 +#, python-format +msgid "Unknown account plugin %s" +msgstr "Bilinmeyen hesap eklenti %s" + +#: pyload/interaction/InteractionManager.py:88 +msgid "Query" +msgstr "Sorgu" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Captcha request" +msgstr "Captcha isteÄi" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Please solve the captcha." +msgstr "LÃŒtfen captcha çözÃŒnÃŒz." + +#: pyload/remote/RemoteManager.py:35 +#, python-format +msgid "Remote backend error: %s" +msgstr "Uzak uç hatası: % s" + +#: pyload/remote/RemoteManager.py:80 +#, python-format +msgid "Starting %(name)s: %(addr)s:%(port)s" +msgstr "BaÅlıyor %(name)s: %(addr)s:%(port)s" + +#: pyload/remote/RemoteManager.py:82 +#, python-format +msgid "Failed loading backend %(name)s | %(error)s" +msgstr "Arka uç yÃŒklenirken hata %(name)s | %(error)s" + +#: pyload/FileManager.py:53 +msgid "none" +msgstr "hiçbiri" + +#: pyload/FileManager.py:53 +msgid "offline" +msgstr "ÃevrimdıÅı" + +#: pyload/FileManager.py:53 +msgid "online" +msgstr "Ãevrimiçi" + +#: pyload/FileManager.py:53 +msgid "queued" +msgstr "sıraya alındı" + +#: pyload/FileManager.py:53 +msgid "paused" +msgstr "Duraklatıldı" + +#: pyload/FileManager.py:54 +msgid "finished" +msgstr "bitti" + +#: pyload/FileManager.py:54 +msgid "skipped" +msgstr "atlandı" + +#: pyload/FileManager.py:54 +msgid "failed" +msgstr "baÅarısız oldu" + +#: pyload/FileManager.py:54 +msgid "starting" +msgstr "baÅlatılıyor" + +#: pyload/FileManager.py:55 +msgid "waiting" +msgstr "bekliyor" + +#: pyload/FileManager.py:55 +msgid "downloading" +msgstr "indiriliyor" + +#: pyload/FileManager.py:55 +msgid "temp. offline" +msgstr "geçici çevrimdıÅı" + +#: pyload/FileManager.py:55 +msgid "aborted" +msgstr "iptal edildi" + +#: pyload/FileManager.py:56 +msgid "decrypting" +msgstr "çözÃŒlÃŒyor" + +#: pyload/FileManager.py:56 +msgid "processing" +msgstr "iÅlem devam ediyor" + +#: pyload/FileManager.py:56 +msgid "custom" +msgstr "Ãzel" + +#: pyload/FileManager.py:56 +msgid "unknown" +msgstr "bilinmeyen" + +#: pyload/FileManager.py:426 +#, python-format +msgid "Package finished: %s" +msgstr "Paket tamamlandı. %s" + +#: pyload/Api.py:152 +#, python-format +msgid "User '%s' tries to log in" +msgstr "Kullanıcı oturum açmak için '%s' dener" + +#: pyload/Core.py:195 +msgid "Received Quit signal" +msgstr "ÃıkıŠsinyali alındı" + +#: pyload/Core.py:323 +#, python-format +msgid "pyLoad already running with pid %s" +msgstr "pyLoad zaten %s pid ile çalıÅıyor" + +#: pyload/Core.py:337 +#, python-format +msgid "Failed changing group: %s" +msgstr "Grup deÄiÅtirme baÅarısız: %s" + +#: pyload/Core.py:347 +#, python-format +msgid "Failed changing user: %s" +msgstr "Kullanıcı deÄiÅtirme baÅarısız: %s" + +#: pyload/Core.py:358 +msgid "Starting" +msgstr "BaÅlıyor" + +#: pyload/Core.py:359 +#, python-format +msgid "Using home directory: %s" +msgstr "Ev dizinini kullan: %s" + +#: pyload/Core.py:373 +msgid "All links removed" +msgstr "TÃŒm baÄlantılar kaldırıldı" + +#: pyload/Core.py:403 +#, python-format +msgid "Download time: %s" +msgstr "YÃŒkleme sÃŒresi: %s" + +#: pyload/Core.py:418 +#, python-format +msgid "Free space: %s" +msgstr "BoÅ alan: %s" + +#: pyload/Core.py:438 +msgid "Activating Accounts..." +msgstr "Hesap etkinleÅtiriliyor ..." + +#: pyload/Core.py:443 +msgid "Restarting failed downloads..." +msgstr "BaÅarısız olan yÃŒklemeler yeniden baÅlatılıyor..." + +#: pyload/Core.py:451 +msgid "pyLoad is up and running" +msgstr "pyLoad baÅlatıldı ve çalıÅıyor" + +#: pyload/Core.py:474 +msgid "restarting pyLoad" +msgstr "pyLoad yeniden baÅlatılıyor" + +#: pyload/Core.py:478 +msgid "pyLoad quits" +msgstr "pyload çıkıÅ" + +#: pyload/Core.py:564 +msgid "shutting down..." +msgstr "kapatılıyor ..." + +#: pyload/Core.py:579 +msgid "error while shutting down" +msgstr "kapatma sırasında hata oluÅtu" + +#: pyload/Core.py:661 +msgid "killed pyLoad from terminal" +msgstr "terminalden kapatılan pyLoad" + +#: pyload/database/DatabaseBackend.py:167 +msgid "Database was deleted due to incompatible version." +msgstr "Veritabanı uygunsuz sÃŒrÃŒm yÃŒzÃŒnden silindi." + +#: pyload/threads/DecrypterThread.py:50 +msgid "Decrypting failed" +msgstr "ÃözÃŒmleme baÅarısız oldu" + +#: pyload/threads/DecrypterThread.py:73 +#, python-format +msgid "Decrypted %(count)d links into package %(name)s" +msgstr "ÃözÃŒlmÌŠ%(count)d linkleri %(name)s paketlerine" + +#: pyload/threads/DecrypterThread.py:80 +msgid "No links decrypted" +msgstr "Hiç baÄlantı çözÃŒmlenmedi" + +#: pyload/threads/InfoThread.py:147 +#, python-format +msgid "Info Fetching for %(name)s failed | %(err)s" +msgstr "Bilgisi %(name)s alınırken hata | %(err)s oluÅtu" + +#: pyload/threads/ThreadManager.py:155 +#, python-format +msgid "Reconnect Failed: %s" +msgstr "Tekrar baÄlanma baÅarısız: %s" + +#: pyload/threads/ThreadManager.py:192 +msgid "Reconnect script not found!" +msgstr "Tekrar baÄlanma komutu bulunamadı!" + +#: pyload/threads/ThreadManager.py:198 +msgid "Starting reconnect" +msgstr "Tekrar baÄlanma baÅlatılıyor" + +#: pyload/threads/ThreadManager.py:212 +msgid "Failed executing reconnect script!" +msgstr "Yeniden BaÄlantı komut dosyası yÃŒrÃŒtmesi baÅarısız!" + +#: pyload/threads/ThreadManager.py:224 +#, python-format +msgid "Reconnected, new IP: %s" +msgstr "Yeniden BaÄlandı, yeni IP: %s" + +#: pyload/threads/ThreadManager.py:298 +msgid "Not enough space left on device" +msgstr "Aygıtta yeterli alan yok" + +#: pyload/threads/DownloadThread.py:64 +#, python-format +msgid "Download starts: %s" +msgstr "YÃŒkleme baÅlar: %s" + +#: pyload/threads/DownloadThread.py:70 +#, python-format +msgid "Download finished: %s" +msgstr "YÃŒkleme bitti: %s" + +#: pyload/threads/DownloadThread.py:75 +#, python-format +msgid "Plugin %s is missing a function." +msgstr "Eklenti %s iÅlevi eksik." + +#: pyload/threads/DownloadThread.py:83 pyload/threads/DownloadThread.py:147 +#, python-format +msgid "Download aborted: %s" +msgstr "YÃŒkleme iptal edildi: %s" + +#: pyload/threads/DownloadThread.py:103 +#, python-format +msgid "Download restarted: %(name)s | %(msg)s" +msgstr "YÃŒkleme yeniden baÅlatıldı: %(name)s | %(msg)s" + +#: pyload/threads/DownloadThread.py:113 +#, python-format +msgid "Download is offline: %s" +msgstr "YÃŒkleme çevrimdıÅı: %s" + +#: pyload/threads/DownloadThread.py:116 pyload/threads/DownloadThread.py:187 +#, python-format +msgid "Download is temporary offline: %s" +msgstr "YÃŒkleme geçici olarak çevrımdıÅı: %s" + +#: pyload/threads/DownloadThread.py:119 pyload/threads/DownloadThread.py:192 +#, python-format +msgid "Download failed: %(name)s | %(msg)s" +msgstr "YÃŒkleme baÅarısız: %(name)s | %(msg)s" + +#: pyload/threads/DownloadThread.py:136 +msgid "Couldn't connect to host or connection reset, waiting 1 minute and retry." +msgstr "Sunucuya baÄlanılamadı veya baÄlantı sıfırlandı, 1 dakikalık erteleme bekleniyor." + +#: pyload/threads/DownloadThread.py:171 +#, python-format +msgid "Download skipped: %(name)s due to %(plugin)s" +msgstr "YÃŒkleme atlandı: %(name)s bunun yÃŒzÃŒnden %(plugin)s" + +#: pyload/threads/DownloadThread.py:188 +msgid "Internal Server Error" +msgstr "İç Sunucu Hatası" + +#: pyload/threads/AddonThread.py:55 +msgid "An Error occurred" +msgstr "Bir hata meydana geldi" + +#: pyload/PluginManager.py:316 +#, python-format +msgid "Error importing %(name)s: %(msg)s" +msgstr "Alınırken hata %(name)s: %(msg)s" + +#: pyload/utils/JsEngine.py:188 +msgid "No js engine detected, please install either Spidermonkey, ossp-js, pyv8, nodejs or rhino" +msgstr "Hiçbir js engine tespit edilemedi, lÃŒtfen Spidermonkey, ossp-js, pyv8, nodejs veya rhino birini yÃŒkleyin" + diff --git a/locale/tr/LC_MESSAGES/plugins.po b/locale/tr/LC_MESSAGES/plugins.po new file mode 100644 index 000000000..8aee2c1a9 --- /dev/null +++ b/locale/tr/LC_MESSAGES/plugins.po @@ -0,0 +1,424 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-20 22:13+0200\n" +"PO-Revision-Date: 2013-10-13 12:26-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Turkish\n" +"Language: tr_TR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.net\n" + +#: pyload/plugins/network/CurlDownload.py:241 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "KarÅıdan yÃŒkleme baÅarısız, tekli baÄlantıya dönÃŒn | %s" + +#: pyload/plugins/Base.py:329 +msgid "Pil and tesseract not installed and no Client connected for captcha decrypting" +msgstr "Captcha Åifresini çözmek için pil ve tesseract yÃŒklenmemiÅ ve hiçbir istemci baÄlı deÄil" + +#: pyload/plugins/Base.py:333 +msgid "No captcha result obtained in appropriate time." +msgstr "Uygun zamanda elde edilen captcha sonuç yok." + +#: pyload/plugins/Hoster.py:282 pyload/plugins/Hoster.py:319 +#: pyload/plugins/hoster/ARD.py:76 +#, python-format +msgid "Setting User and Group failed: %s" +msgstr "Kullanıcı ve grup kurma baÅarısız oldu: %s" + +#: pyload/plugins/Crypter.py:136 +msgid "Not existing file or unsupported protocol" +msgstr "Mevcut olmayan dosya veya desteklenmeyen bir iletiÅim kuralı" + +#: pyload/plugins/hoster/RapidshareCom.py:96 +msgid "Rapidshare: Traffic Share (direct download)" +msgstr "Rapidshare: Trafik PaylaÅılan (direk yÃŒkleme)" + +#: pyload/plugins/hoster/RapidshareCom.py:123 +#: pyload/plugins/hoster/RapidshareCom.py:189 +msgid "Already downloading from this ip address, waiting 60 seconds" +msgstr "Zaten bu IP adresinden yÃŒkleme yapılmakta, 60 saniye bekleniyor" + +#: pyload/plugins/hoster/RapidshareCom.py:127 +msgid "Invalid Auth Code, download will be restarted" +msgstr "Geçersiz kimlik doÄrulama kodu, yÃŒkleme yeniden baÅlatılacak" + +#: pyload/plugins/hoster/RapidshareCom.py:193 +msgid "RapidShareCom: No free slots" +msgstr "RapidShareCom: TÃŒm ÃŒcretsiz baÄlantılar doldu" + +#: pyload/plugins/hoster/RapidshareCom.py:196 +msgid "You need a premium account for this file" +msgstr "Bu dosya için premium ÃŒyelik hesabı gerekir" + +#: pyload/plugins/hoster/RapidshareCom.py:198 +msgid "Filename reported invalid" +msgstr "Dosya adı geçersiz bildirdi" + +#: pyload/plugins/hoster/RealdebridCom.py:40 +#: pyload/plugins/hoster/Premium4Me.py:27 +#: pyload/plugins/hoster/MultiDebridCom.py:39 +#: pyload/plugins/hoster/ZeveraCom.py:24 +#: pyload/plugins/hoster/AlldebridCom.py:37 +#: pyload/plugins/hoster/RehostTo.py:25 pyload/plugins/hoster/ReloadCc.py:22 +#: pyload/plugins/hoster/DebridItaliaCom.py:38 +#: pyload/plugins/hoster/PremiumizeMe.py:19 +#, python-format +msgid "Please enter your %s account or deactivate this plugin" +msgstr "LÃŒtfen %s hesabınıza girin veya bu eklentiyi devre dıÅı bırakın" + +#: pyload/plugins/hoster/MegaNz.py:55 +msgid "Decryption failed" +msgstr "ÃözÃŒmleme baÅarısız oldu" + +#: pyload/plugins/hoster/MegaNz.py:99 +msgid "No file key provided in the URL" +msgstr "URL'de saÄlanan hiçbir dosya anahtarı yok" + +#: pyload/plugins/hoster/MegaNz.py:111 +msgid "Error code:" +msgstr "Hata kodu:" + +#: pyload/plugins/hoster/FileserveCom.py:97 +msgid "Parallel download error, now waiting 60s." +msgstr "Paralel yÃŒkleme hatası, 60 saniye bekleniyor." + +#: pyload/plugins/hoster/FileserveCom.py:208 +msgid "Not logged in." +msgstr "giriÅ yapılmadı." + +#: pyload/plugins/hoster/UploadedTo.py:135 +msgid "API key invalid" +msgstr "API anahtarı geçersiz" + +#: pyload/plugins/hoster/UploadedTo.py:160 +#, python-format +msgid "%s: Not enough traffic left" +msgstr "%s: yeterli trafik kalmadı" + +#: pyload/plugins/hoster/UploadedTo.py:163 +msgid "Traffic exceeded" +msgstr "Trafik aÅıldı" + +#: pyload/plugins/hoster/BasePlugin.py:63 +msgid "Authorization required (username:password)" +msgstr "Yetkilendirme gerekli (kullanıcı adı: Åifre)" + +#: pyload/plugins/hoster/NetloadIn.py:143 +#: pyload/plugins/hoster/NetloadIn.py:167 +msgid "File temporarily not available" +msgstr "Dosya geçici olarak kullanılamıyor" + +#: pyload/plugins/hoster/NetloadIn.py:180 +#, python-format +msgid "Netload: waiting between downloads %d s." +msgstr "Netload: YÃŒklemeler %d s arasında bekliyor." + +#: pyload/plugins/hoster/NetloadIn.py:209 +#, python-format +msgid "Netload: waiting for captcha %d s." +msgstr "Netload: captcha için bekleniyor %d s." + +#: pyload/plugins/hoster/NetloadIn.py:248 +msgid "Downloaded File was empty" +msgstr "İndirilen dosya boÅ" + +#: pyload/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 "İndirilen dosyadaki (%s)... HTML kodunda yönlendirme hatası? Download yeniden baÅlatıldı." + +#: pyload/plugins/hoster/XHamsterCom.py:75 +#: pyload/plugins/hoster/XHamsterCom.py:84 +#: pyload/plugins/hoster/XHamsterCom.py:87 +#, python-format +msgid "long_url: %s" +msgstr "long_url: %s" + +#: pyload/plugins/Account.py:117 pyload/plugins/Account.py:123 +#, python-format +msgid "Could not login with account %(user)s | %(msg)s" +msgstr "Hesap ile giriÅ yapılamadı %(user)s | %(msg)s" + +#: pyload/plugins/Account.py:118 +msgid "Wrong Password" +msgstr "Hatalı Åifre" + +#: pyload/plugins/Account.py:184 +#, python-format +msgid "Get Account Info for %s" +msgstr "%s için hesap bilgilerini al" + +#: pyload/plugins/Account.py:193 +#, python-format +msgid "Error: %s" +msgstr "Hata: %s" + +#: pyload/plugins/Account.py:242 +#, python-format +msgid "Your Time %s has a wrong format, use: 1:22-3:44" +msgstr "Zaman biçimin %s yanlıŠformatta, Åunu kullan: 1:22-3:44" + +#: pyload/plugins/Account.py:265 +#, python-format +msgid "Account %s has not enough traffic, checking again in 30min" +msgstr "Hesap %s yeterli trafik yok, 30 dk içinde yeniden deneyin" + +#: pyload/plugins/Account.py:273 +#, python-format +msgid "Account %s is expired, checking again in 1h" +msgstr "Hesap %s sÃŒresi doldu, 1 saat içinde yeniden deneyin" + +#: pyload/plugins/Account.py:290 +#, python-format +msgid "Login with %s" +msgstr "%s ile giriÅ" + +#: pyload/plugins/Addon.py:118 +#, python-format +msgid "Error executing addons: %s" +msgstr "EklentiyÃŒrÃŒtÃŒlÃŒrken hata oluÅtu: %s" + +#: pyload/plugins/accounts/BitshareCom.py:36 +msgid "Activate direct Download in your Bitshare Account" +msgstr "Bitshare hesabınızdaki direk yÃŒklemeyi aktifleÅtirin" + +#: pyload/plugins/crypter/SerienjunkiesOrg.py:128 +msgid "Downloadlimit reached" +msgstr "İndirme sınırına eriÅildi" + +#: pyload/plugins/addons/Premium4Me.py:30 +msgid "Please add your premium.to account first and restart pyLoad" +msgstr "LÃŒtfen önce premium.to hesabınızı ekleyin ve pyLoad'u yeniden baÅlatın" + +#: pyload/plugins/addons/ExternalScripts.py:53 +#, python-format +msgid "Installed scripts for %s: " +msgstr "%s: için yÃŒklÃŒ komut dosyaları" + +#: pyload/plugins/addons/ExternalScripts.py:69 +msgid "Script not executable:" +msgstr "Komut dosya çalıÅtırılamaz:" + +#: pyload/plugins/addons/ExternalScripts.py:79 +#, python-format +msgid "Error in %(script)s: %(error)s" +msgstr "Hata %(script)s: %(error)s" + +#: pyload/plugins/addons/CaptchaTrader.py:72 +#: pyload/plugins/addons/Captcha9kw.py:56 +#: pyload/plugins/addons/ExpertDecoders.py:49 +#, python-format +msgid "%s credits left" +msgstr "%s kredi kaldı" + +#: pyload/plugins/addons/CaptchaTrader.py:120 +msgid "Could not send response." +msgstr "yanıt gönderilemedi." + +#: pyload/plugins/addons/CaptchaTrader.py:138 +msgid "Your CaptchaTrader Account has not enough credits" +msgstr "Sizin CaptchaTrader hesabınızda yeterli kredi bulunmamakta" + +#: pyload/plugins/addons/Captcha9kw.py:89 +#, python-format +msgid "New CaptchaID from upload: %s : %s" +msgstr "Yeni CaptchaID yÃŒkleme tarafından: %s : %s" + +#: pyload/plugins/addons/Captcha9kw.py:123 +msgid "Your Captcha 9kw.eu Account has not enough credits" +msgstr "Captcha 9kw.eu hesabı yeterli kredi yok" + +#: pyload/plugins/addons/RehostTo.py:34 +msgid "Please add your rehost.to account first and restart pyLoad" +msgstr "LÃŒtfen önce rehost.to hesabınızı ekleyin ve pyLoad'u yeniden baÅlatın" + +#: pyload/plugins/addons/HotFolder.py:82 +#, python-format +msgid "Added %s from HotFolder" +msgstr "HotFolder gelen ek %s" + +#: pyload/plugins/addons/ClickAndLoad.py:74 +msgid "Click'N'Load: Port 9666 already in use" +msgstr "Click'N'Load: Port 9666 zaten kullanılıyor" + +#: pyload/plugins/addons/XMPPInterface.py:82 +#: pyload/plugins/addons/IRCInterface.py:75 +#, python-format +msgid "Package finished: %s" +msgstr "Paket tamamlandı. %s" + +#: pyload/plugins/addons/XMPPInterface.py:90 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" +msgstr "YÃŒkleme bitti: %(name)s @ %(plugin)s " + +#: pyload/plugins/addons/ExpertDecoders.py:98 +msgid "Your ExpertDecoders Account has not enough credits" +msgstr "ExpertDecoders hesabınızda yeterli kredi yok" + +#: pyload/plugins/addons/UpdateManager.py:73 +msgid "*** Plugins have been updated, please restart pyLoad ***" +msgstr "*** Eklentiler gÃŒncellendi, pyLoad'ı yeniden baÅlatın ***" + +#: pyload/plugins/addons/UpdateManager.py:75 +msgid "Plugins updated and reloaded" +msgstr "Eklentiler gÃŒncellendi ve yeniden yÃŒklendi" + +#: pyload/plugins/addons/UpdateManager.py:78 +msgid "No plugin updates available" +msgstr "Eklentiler için gÃŒncelleme yok" + +#: pyload/plugins/addons/UpdateManager.py:95 +msgid "No Updates for pyLoad" +msgstr "pyLoad için gÃŒncelleme yok" + +#: pyload/plugins/addons/UpdateManager.py:100 +#, python-format +msgid "*** New pyLoad Version %s available ***" +msgstr "*** Yeni pyLoad SÃŒrÃŒmÃŒ %s mevcuttur ***" + +#: pyload/plugins/addons/UpdateManager.py:101 +msgid "*** Get it here: http://pyload.org/download ***" +msgstr "*** Buradan indirin: http://pyload.org/download ***" + +#: pyload/plugins/addons/UpdateManager.py:104 +msgid "Not able to connect server for updates" +msgstr "GÃŒncelleÅtirmeler için sunucuya baÄlanmak mÃŒmkÃŒn deÄil" + +#: pyload/plugins/addons/UpdateManager.py:148 +#, python-format +msgid "New version of %(type)s|%(name)s : %(version).2f" +msgstr "Yeni versiyonu %(type)s|%(name)s : %(version).2f" + +#: pyload/plugins/addons/UpdateManager.py:157 +#: pyload/plugins/addons/UpdateManager.py:162 +#, python-format +msgid "Error when updating %s" +msgstr "%s gÃŒncelleÅtirme hatası" + +#: pyload/plugins/addons/UpdateManager.py:162 +msgid "Version mismatch" +msgstr "SÃŒrÃŒm uyuÅmazlıÄı" + +#: pyload/plugins/addons/ExtractArchive.py:92 +#, python-format +msgid "No %s installed" +msgstr "YÃŒklÃŒ %s yok" + +#: pyload/plugins/addons/ExtractArchive.py:94 +#: pyload/plugins/addons/ExtractArchive.py:99 +#, python-format +msgid "Could not activate %s" +msgstr "%s etkinleÅtirilemedi" + +#: pyload/plugins/addons/ExtractArchive.py:104 +msgid "Activated" +msgstr "EtkinleÅtirildi" + +#: pyload/plugins/addons/ExtractArchive.py:106 +msgid "No Extract plugins activated" +msgstr "Aktif Extract eklentisi yok" + +#: pyload/plugins/addons/ExtractArchive.py:118 +#, python-format +msgid "Package %s queued for later extracting" +msgstr "%s paketini daha sonra ayıklamak için sıraya alındı" + +#: pyload/plugins/addons/ExtractArchive.py:143 +#, python-format +msgid "Check package %s" +msgstr "%s paketi kontrol et" + +#: pyload/plugins/addons/ExtractArchive.py:183 +#, python-format +msgid "Extract to %s" +msgstr "ArÅiv ayıklanıyor Åuraya %s" + +#: pyload/plugins/addons/ExtractArchive.py:197 +msgid "No files found to extract" +msgstr "ArÅivden ayıklanacak dosya bulunamadı" + +#: pyload/plugins/addons/ExtractArchive.py:203 +msgid "extracting" +msgstr "Ayıklanıyor" + +#: pyload/plugins/addons/ExtractArchive.py:214 +msgid "Password protected" +msgstr "Åifre korumalı" + +#: pyload/plugins/addons/ExtractArchive.py:234 +msgid "Wrong password" +msgstr "Hatalı Åifre" + +#: pyload/plugins/addons/ExtractArchive.py:242 +#, python-format +msgid "Deleting %s files" +msgstr "%s Dosya siliniyor" + +#: pyload/plugins/addons/ExtractArchive.py:247 +msgid "Extracting finished" +msgstr "Ayıklama bitti" + +#: pyload/plugins/addons/ExtractArchive.py:254 +msgid "Archive Error" +msgstr "ArÅiv hatası" + +#: pyload/plugins/addons/ExtractArchive.py:256 +msgid "CRC Mismatch" +msgstr "CRC UyuÅmazlıÄı" + +#: pyload/plugins/addons/ExtractArchive.py:260 +msgid "Unknown Error" +msgstr "Bilinmeyen Hata" + +#: pyload/plugins/addons/ExtractArchive.py:312 +msgid "Setting User and Group failed" +msgstr "Kullanıcı ve Grup Ayarları baÅarısız oldu" + +#: pyload/plugins/addons/LinkdecrypterCom.py:36 +msgid "Crypter list not found" +msgstr "Åifreleme listesi bulunamadı" + +#: pyload/plugins/addons/LinkdecrypterCom.py:50 +msgid "Crypter list is empty" +msgstr "Åifreleme listesi boÅ" + +#: pyload/plugins/addons/IRCInterface.py:82 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " +msgstr "YÃŒkleme bitti: %(name)s @ %(plugin)s " + +#: pyload/plugins/addons/IRCInterface.py:94 +#, python-format +msgid "New Captcha Request: %s" +msgstr "Yeni Captcha İsteÄi: %s" + +#: pyload/plugins/addons/IRCInterface.py:95 +#, python-format +msgid "Answer with 'c %s text on the captcha'" +msgstr "captcha ÃŒstÃŒndeki 'c %s metnini cevapla" + +#: pyload/plugins/addons/PremiumizeMe.py:46 +msgid "Please add a valid premiumize.me account first and restart pyLoad." +msgstr "LÃŒtfen önce bir geçerli premiumize.me hesabı ekleyin ve pyLoad yeniden baÅlatın." + +#: pyload/plugins/addons/CaptchaBrotherhood.py:69 +#, python-format +msgid "%d credits left" +msgstr "%d kredi kaldı" + +#: pyload/plugins/addons/MultiHoster.py:29 +#, python-format +msgid "Activated %s" +msgstr "Aktif %s" + +#: pyload/plugins/addons/MultiHoster.py:47 +msgid "No Hoster loaded" +msgstr "Hiçbir Sunucu yÃŒklenemedi" + diff --git a/locale/tr/LC_MESSAGES/pyLoad.mo b/locale/tr/LC_MESSAGES/pyLoad.mo Binary files differdeleted file mode 100644 index 2c20cfbd4..000000000 --- a/locale/tr/LC_MESSAGES/pyLoad.mo +++ /dev/null diff --git a/locale/tr/LC_MESSAGES/pyLoadCli.mo b/locale/tr/LC_MESSAGES/pyLoadCli.mo Binary files differdeleted file mode 100644 index 30e94695b..000000000 --- a/locale/tr/LC_MESSAGES/pyLoadCli.mo +++ /dev/null diff --git a/locale/tr/LC_MESSAGES/pyLoadGui.mo b/locale/tr/LC_MESSAGES/pyLoadGui.mo Binary files differdeleted file mode 100644 index 1ae24953f..000000000 --- a/locale/tr/LC_MESSAGES/pyLoadGui.mo +++ /dev/null diff --git a/locale/tr/LC_MESSAGES/setup.po b/locale/tr/LC_MESSAGES/setup.po new file mode 100644 index 000000000..8ecd4ac90 --- /dev/null +++ b/locale/tr/LC_MESSAGES/setup.po @@ -0,0 +1,376 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:26-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Turkish\n" +"Language: tr_TR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.net\n" + +#: pyload/Setup.py:72 +msgid "Would you like to configure pyLoad via Webinterface?" +msgstr "PyLoad'u WebarayÃŒzÃŒ ile yapılandırmak ister misiniz?" + +#: pyload/Setup.py:73 +msgid "You need a Browser and a connection to this PC for it." +msgstr "Bunun için bir internet tarayıcı ve bu PC için baÄlantı ihtiyacın var." + +#: pyload/Setup.py:74 +msgid "Url would be: http://hostname:8000/" +msgstr "URL Åu Åekilde olmalı: http://hostname:8000 /" + +#: pyload/Setup.py:75 +msgid "Start initial webinterface for configuration?" +msgstr "Yapılandırma için ilk webarayÃŒzÃŒ baÅlatılsın mı?" + +#: pyload/Setup.py:86 +msgid "Welcome to the pyLoad Configuration Assistent." +msgstr "PyLoad ayar sihirbazına hoÅgeldiniz." + +#: pyload/Setup.py:87 +msgid "It will check your system and make a basic setup in order to run pyLoad." +msgstr "Sisteminizi kontrol edecek ve pyLoad'ın çalıÅması için bir temel kurulum yapacaktır." + +#: pyload/Setup.py:89 +msgid "The value in brackets [] always is the default value," +msgstr "Parantez içindeki deÄerler [], her zaman varsayılan deÄerdir" + +#: pyload/Setup.py:90 +msgid "in case you don't want to change it or you are unsure what to choose, just hit enter." +msgstr "deÄiÅtirmek istemediÄinde yada neyi seçeceÄinden emin deÄilsen, sadece enter'e bas." + +#: pyload/Setup.py:92 +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." + +#: pyload/Setup.py:93 +msgid "If you have any problems with this assistent hit CTRL+C," +msgstr "Asistan ile herhangi bir sorun yaÅarsanız STRG-C tuÅuna basın," + +#: pyload/Setup.py:94 +msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgstr "iptal etmek ve pyLoadCore ile otomatik baÅlatmamak için." + +#: pyload/Setup.py:96 +msgid "When you are ready for system check, hit enter." +msgstr "EÄer sistem kontrolÃŒ için hazırsanız, enter'a basın." + +#: pyload/Setup.py:103 +msgid "Features missing: " +msgstr "Eksik Ãzellikler: " + +#: pyload/Setup.py:107 +msgid "no py-crypto available" +msgstr "hiçbir py-Åifrelemeye ulaÅılamıyor" + +#: pyload/Setup.py:108 +msgid "You need this if you want to decrypt container files." +msgstr "Konteyner dosyaları Åifresini çözmek istiyorsanız, buna ihtiyacın var." + +#: pyload/Setup.py:112 +msgid "no SSL available" +msgstr "SSL bulunmamaktadır" + +#: pyload/Setup.py:113 +msgid "This is needed if you want to establish a secure connection to core or webinterface." +msgstr "Sisteme yada Web arayÃŒzÃŒne gÃŒvenli baÄlantı için bu gerekli." + +#: pyload/Setup.py:114 +msgid "If you only want to access locally to pyLoad ssl is not useful." +msgstr "pyLoad'a yanlızca yerel eriÅmek istiyorsanız, ssl önerilmez." + +#: pyload/Setup.py:118 +msgid "no Captcha Recognition available" +msgstr "EriÅilebilir Captcha tanılama yok" + +#: pyload/Setup.py:119 +msgid "Only needed for some hosters and as freeuser." +msgstr "Sadece bazı misafirler ve bedava kullanıcılar için gerekli." + +#: pyload/Setup.py:123 +msgid "no JavaScript engine found" +msgstr "JavaScript motoru bulunamadı" + +#: pyload/Setup.py:124 +msgid "You will need this for some Click'N'Load links. Install Spidermonkey, ossp-js, pyv8 or rhino" +msgstr "Bazı Click'N'Load baÄlantıları için gerekli. Spidermonkey, ossp-js, pyv8 yada rhino yÃŒkleyin" + +#: pyload/Setup.py:126 +msgid "You can abort the setup now and fix some dependencies if you want." +msgstr "Åuan kurulum iptal edebilir ve gerekiyorsa bazı baÄımlılık gerektiren dÃŒzeltmeleri yapabilirsiniz." + +#: pyload/Setup.py:128 +msgid "Continue with setup?" +msgstr "Kurulum ile devam edilsin mi?" + +#: pyload/Setup.py:134 +#, python-format +msgid "Do you want to change the config path? Current is %s" +msgstr "Yapılandırma yolunu deÄiÅtirmek istiyor musunuz? Mevcut% s" + +#: pyload/Setup.py:136 +msgid "If you use pyLoad on a server or the home partition lives on an internal flash it may be a good idea to change it." +msgstr "EÄer pyLoad'u server ÃŒzerinde yada evdeki yerel bellek bölÃŒmÃŒnde kullanacaksan onu deÄiÅtirmek iyi fikir." + +#: pyload/Setup.py:137 +msgid "Change config path?" +msgstr "Yapılandırma yolunu deÄiÅtirme?" + +#: pyload/Setup.py:143 +msgid "Do you want to configure login data and basic settings?" +msgstr "GiriÅ verileri ve temel ayarları yapılandırmak istiyor musunuz?" + +#: pyload/Setup.py:144 +msgid "This is recommend for first run." +msgstr "Bu ilk çalıÅma için tavsiye edilir." + +#: pyload/Setup.py:145 +msgid "Make basic setup?" +msgstr "Temel kurulum yap" + +#: pyload/Setup.py:152 +msgid "Do you want to configure ssl?" +msgstr "Ssl yapılandırmak istiyor musunuz?" + +#: pyload/Setup.py:153 +msgid "Configure ssl?" +msgstr "Ssl yapılandırması" + +#: pyload/Setup.py:159 +msgid "Do you want to configure webinterface?" +msgstr "Web arayÃŒzÃŒnÃŒ yapılandırmak istiyor musunuz?" + +#: pyload/Setup.py:160 +msgid "Configure webinterface?" +msgstr "Web arayÃŒzÃŒ yapılandırması?" + +#: pyload/Setup.py:165 +msgid "Setup finished successfully." +msgstr "Kur baÅarıyla tamamlandı." + +#: pyload/Setup.py:166 +msgid "Hit enter to exit and restart pyLoad" +msgstr "Ãıkmak için Enter tuÅuna basın ve pyLoad'ı yeniden baÅlatın" + +#: pyload/Setup.py:173 +msgid "Webinterface running for setup." +msgstr "WebarayÃŒzÃŒ kurulun için çalıÅıyor." + +#: pyload/Setup.py:190 +msgid "## Basic Setup ##" +msgstr "## Temel Kurulum ##" + +#: pyload/Setup.py:193 +msgid "The following logindata is valid for CLI, GUI and webinterface." +msgstr "AÅaÄıdaki giriÅ verileri geçerlidir Åunlar için CLI, GUI ve webarayÃŒzÃŒ." + +#: pyload/Setup.py:199 pyload/Setup.py:288 pyload/Setup.py:304 +msgid "Username" +msgstr "Kullanıcı Adı" + +#: pyload/Setup.py:205 +msgid "External clients (GUI, CLI or other) need remote access to work over the network." +msgstr "Harici kullanıcılar (GUI, CLI veya diÄerleri) aÄ ÃŒzerinde çalıÅmak için uzaktan eriÅim ihtiyacı duyar." + +#: pyload/Setup.py:206 +msgid "However, if you only want to use the webinterface you may disable it to save ram." +msgstr "Åayet sadece webarayÃŒzÃŒ kullanmak istiyorsan onu devredıÅı bırakıp bellekten tasarruf edebilirsin." + +#: pyload/Setup.py:207 +msgid "Enable remote access" +msgstr "Uzaktan EriÅim" + +#: pyload/Setup.py:211 +msgid "Language" +msgstr "Dil" + +#: pyload/Setup.py:213 +msgid "Download folder" +msgstr "YÃŒkleme KlasörÃŒ" + +#: pyload/Setup.py:214 +msgid "Max parallel downloads" +msgstr "Max indirme sayısı" + +#: pyload/Setup.py:218 +msgid "Use Reconnect?" +msgstr "BaÄlantı sıfırlama?" + +#: pyload/Setup.py:221 +msgid "Reconnect script location" +msgstr "Komut dosyası konumu yeniden baÄlanın" + +#: pyload/Setup.py:226 +msgid "## Webinterface Setup ##" +msgstr "## Web arayÃŒzÃŒ Kurulumu ##" + +#: pyload/Setup.py:229 +msgid "Activate webinterface?" +msgstr "Web arayÃŒzÃŒ etkin?" + +#: pyload/Setup.py:231 +msgid "Listen address, if you use 127.0.0.1 or localhost, the webinterface will only accessible locally." +msgstr "Adrese bak, eÄer 127.0.0.1 veya localhost kullanıyorsanız, webinterface yerel olarak eriÅilebilir olacaktır." + +#: pyload/Setup.py:232 +msgid "Address" +msgstr "Adres" + +#: pyload/Setup.py:233 +msgid "Port" +msgstr "Port" + +#: pyload/Setup.py:235 +msgid "pyLoad offers several server backends, now following a short explanation." +msgstr "pyLoad Åimdi kısa bir açıklama sonrasında, birçok sunucu arka uçları sunmaktadır." + +#: pyload/Setup.py:236 +msgid "Default server, this server offers SSL and is a good alternative to builtin." +msgstr "Varsayılan sunucu, bu sunucu SSL sunar ve yerleÅik iyi bir alternatiftir." + +#: pyload/Setup.py:238 +msgid "Can be used by apache, lighttpd, requires you to configure them, which is not too easy job." +msgstr "Tarafından kullanılabilmek için apache, lighttpd, sana onları konfigÃŒre etmek gerektirir; ki bu çok da kolay bir iÅ deÄildir." + +#: pyload/Setup.py:239 +msgid "Very fast alternative written in C, requires libev and linux knowledge." +msgstr "C ile yazılmıŠçok hızlı bir alternatif libev ve linux bilgisi gerektirir." + +#: pyload/Setup.py:240 +msgid "Get it from here: https://github.com/jonashaag/bjoern, compile it" +msgstr "Buradan edinin: https://github.com/jonashaag/bjoern, onu derleyin" + +#: pyload/Setup.py:241 +msgid "and copy bjoern.so to pyload/lib" +msgstr "ve bjoern.so pyload/lib için kopyalama" + +#: pyload/Setup.py:245 +msgid "Attention: In some rare cases the builtin server is not working, if you notice problems with the webinterface" +msgstr "Dikkat: Bazı farklı durumlarda yerleÅik sunucu çalıÅmıyorsa, eÄer webarayÃŒzÃŒyle ilgili problem farke edersen" + +#: pyload/Setup.py:246 +msgid "come back here and change the builtin server to the threaded one here." +msgstr "Buraya gel ve burada yerleÅik sunucu diÅli deÄiÅtir." + +#: pyload/Setup.py:248 +msgid "Server" +msgstr "Sunucu" + +#: pyload/Setup.py:253 +msgid "## SSL Setup ##" +msgstr "## SSL Kurulumu ##" + +#: pyload/Setup.py:255 +msgid "Execute these commands from pyLoad config folder to make ssl certificates:" +msgstr "Bu komutlar ssl sertifikaları yapmak için pyLoad config klasörÃŒnden çalıÅtırın:" + +#: pyload/Setup.py:261 +msgid "If you're done and everything went fine, you can activate ssl now." +msgstr "EÄer yaptıysan ve her Åey iyi gittiyse, ssl'yi Åimdi etkinleÅtirebilirsiniz." + +#: pyload/Setup.py:262 +msgid "Activate SSL?" +msgstr "SSL EtkinleÅtir?" + +#: pyload/Setup.py:278 +msgid "Select action" +msgstr "Eylem seçin" + +#: pyload/Setup.py:279 +msgid "1 - Create/Edit user" +msgstr "1 - Kullanıcı OluÅtur / DÃŒzenle" + +#: pyload/Setup.py:280 +msgid "2 - List users" +msgstr "2 - Kullanıcıları listele" + +#: pyload/Setup.py:281 +msgid "3 - Remove user" +msgstr "3 - Kullanıcı kaldır" + +#: pyload/Setup.py:282 +msgid "4 - Quit" +msgstr "4 - ÃıkıÅ" + +#: pyload/Setup.py:294 +msgid "Users" +msgstr "Kullanıcılar" + +#: pyload/Setup.py:322 +msgid "Setting new configpath, current configuration will not be transferred!" +msgstr "Yeni ayarlar yapılandırma yolu, eski ayarlar transfer edilmeyecek!" + +#: pyload/Setup.py:323 +msgid "Config path" +msgstr "Yapılandırma yolu" + +#: pyload/Setup.py:331 +msgid "Config path changed, setup will now close, please restart to go on." +msgstr "Yapılandırma yolu deÄiÅti, kurulum Åimdi kapanacak, devam etmek için yeniden baÅlatın." + +#: pyload/Setup.py:332 +msgid "Press Enter to exit." +msgstr "Ãıkmak için Enter tuÅuna basın." + +#: pyload/Setup.py:336 +#, python-format +msgid "Setting config path failed: %s" +msgstr "Yapılandırma ayar yolu baÅarısız oldu: %s" + +#: pyload/Setup.py:347 +msgid "y" +msgstr "e" + +#: pyload/Setup.py:349 +msgid "n" +msgstr "h" + +#: pyload/Setup.py:373 +msgid "Password: " +msgstr "Åifre: " + +#: pyload/Setup.py:377 +msgid "Password too short. Use at least 4 symbols." +msgstr "Åifre çok kısa. En az 4 sembol kullanın." + +#: pyload/Setup.py:380 +msgid "Password (again): " +msgstr "Åifre (tekrar):" + +#: pyload/Setup.py:386 +msgid "Passwords did not match." +msgstr "Åifreler eÅleÅmedi." + +#: pyload/Setup.py:397 +msgid "yes" +msgstr "evet" + +#: pyload/Setup.py:397 +msgid "true" +msgstr "doÄru" + +#: pyload/Setup.py:397 +msgid "t" +msgstr "d" + +#: pyload/Setup.py:400 +msgid "no" +msgstr "hayır" + +#: pyload/Setup.py:400 +msgid "false" +msgstr "yanlıÅ" + +#: pyload/Setup.py:400 +msgid "f" +msgstr "y" + +#: pyload/Setup.py:403 pyload/Setup.py:413 +msgid "Invalid Input" +msgstr "Geçersiz giriÅ" + diff --git a/locale/tr/LC_MESSAGES/webUI.po b/locale/tr/LC_MESSAGES/webUI.po new file mode 100644 index 000000000..24cfdce4c --- /dev/null +++ b/locale/tr/LC_MESSAGES/webUI.po @@ -0,0 +1,129 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-08-10 11:58+0200\n" +"PO-Revision-Date: 2013-10-13 12:26-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Turkish\n" +"Language: tr_TR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.net\n" + +#: pyload/web/app/scripts/helpers/formatSize.js:9 +msgid "not available" +msgstr "mevcut deÄil" + +#: pyload/web/app/scripts/helpers/formatSize.js:11 +msgid "unlimited" +msgstr "sınırsız" + +#: pyload/web/app/templates/default/admin.html:3 +#: pyload/web/app/templates/default/admin.html:4 +msgid "Admin" +msgstr "Admin" + +#: pyload/web/app/templates/default/setup.html:3 +msgid "Setup" +msgstr "Kurulum" + +#: pyload/web/app/templates/default/accounts/actionbar.html:2 +msgid "Add Account" +msgstr "Hesap Ekle" + +#: pyload/web/app/templates/default/accounts/layout.html:2 +msgid "Accounts" +msgstr "Hesaplar" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:9 +msgid "Local" +msgstr "Yerel" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:18 +msgid "Search" +msgstr "Arama" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:26 +msgid "Type" +msgstr "TÃŒrÃŒ" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:44 +#: pyload/web/app/templates/default/dashboard/actionbar.html:49 +msgid "All" +msgstr "TÃŒm" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:50 +msgid "Finished" +msgstr "Tamamlandı" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:51 +msgid "Unfinished" +msgstr "BitmemiÅ" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:52 +msgid "Failed" +msgstr "BaÅarısız oldu" + +#: pyload/web/app/templates/default/dashboard/select.html:1 +msgid "1 package" +msgid_plural "%d packages" +msgstr[0] "%d paket" + +#: pyload/web/app/templates/default/dashboard/select.html:4 +msgid "1 file" +msgid_plural "%d files" +msgstr[0] "%d dosya" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:2 +msgid "Add an account" +msgstr "Hesap ekle" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:7 +msgid "Please enter your account data" +msgstr "LÃŒtfen hesap verilerinizi girin" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:3 +msgid "Choose a plugin" +msgstr "Bir eklenti seçin" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:9 +msgid "Please choose a plugin, which you want to configure" +msgstr "LÃŒtfen yapılandırmak istediÄiniz bir eklentiyi seçin" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:23 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:46 +msgid "Add" +msgstr "Ekle" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:24 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:47 +#: pyload/web/app/templates/default/dialogs/interactionTask.html:35 +msgid "Close" +msgstr "Kapat" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:2 +msgid "Please confirm" +msgstr "LÃŒtfen onaylayın" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:5 +msgid "Do you want to delete the selected items?" +msgstr "Seçili öÄeleri silmek istiyor musunuz?" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:8 +msgid "Delete" +msgstr "sil" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:9 +msgid "Cancel" +msgstr "İptal" + +#: pyload/web/app/templates/default/dialogs/interactionTask.html:34 +msgid "Submit" +msgstr "Gönder" + +#: pyload/web/app/templates/default/header/layout.html:12 +msgid "Running..." +msgstr "ÃalıÅıyor..." + diff --git a/locale/uk/LC_MESSAGES/cli.po b/locale/uk/LC_MESSAGES/cli.po new file mode 100644 index 000000000..996bcedca --- /dev/null +++ b/locale/uk/LC_MESSAGES/cli.po @@ -0,0 +1,291 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:26-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Ukrainian\n" +"Language: uk_UA\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10< =4 && (n%100<10 or n%100>=20) ? 1 : 2);\n" +"X-Generator: crowdin.net\n" + +#: pyload/cli/AddPackage.py:48 +msgid "Add Package:" +msgstr "" + +#: pyload/cli/AddPackage.py:53 +msgid "Enter a name for the new package" +msgstr "" + +#: pyload/cli/AddPackage.py:57 +#, python-format +msgid "Package: %s" +msgstr "" + +#: pyload/cli/AddPackage.py:58 +msgid "Parse the links you want to add." +msgstr "" + +#: pyload/cli/AddPackage.py:59 +#, python-format +msgid "Type %s when done." +msgstr "" + +#: pyload/cli/AddPackage.py:60 +msgid "Links added: " +msgstr "" + +#: pyload/cli/AddPackage.py:64 pyload/cli/ManageFiles.py:149 +msgid " back to main menu" +msgstr "" + +#: pyload/cli/ManageFiles.py:97 +msgid "Manage Packages:" +msgstr "" + +#: pyload/cli/ManageFiles.py:99 +msgid "Manage Links:" +msgstr "" + +#: pyload/cli/ManageFiles.py:104 +msgid "What do you want to move?" +msgstr "" + +#: pyload/cli/ManageFiles.py:106 +msgid "What do you want to delete?" +msgstr "" + +#: pyload/cli/ManageFiles.py:108 +msgid "What do you want to restart?" +msgstr "" + +#: pyload/cli/ManageFiles.py:113 +msgid "Choose what you want to do, or enter package number." +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "delete" +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "move" +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "restart" +msgstr "" + +#: pyload/cli/ManageFiles.py:148 +msgid " - previous" +msgstr "" + +#: pyload/cli/ManageFiles.py:148 +msgid " - next" +msgstr "" + +#: pyload/cli/Cli.py:75 pyload/cli/Cli.py:133 +msgid " Command Line Interface" +msgstr "" + +#: pyload/cli/Cli.py:165 +#, python-format +msgid "%s Downloads:" +msgstr "" + +#: pyload/cli/Cli.py:177 +msgid " Speed: " +msgstr "" + +#: pyload/cli/Cli.py:177 +msgid " Size: " +msgstr "" + +#: pyload/cli/Cli.py:178 +msgid " Finished in: " +msgstr "" + +#: pyload/cli/Cli.py:179 +msgid " ID: " +msgstr "" + +#: pyload/cli/Cli.py:184 +msgid "waiting: " +msgstr "" + +#: pyload/cli/Cli.py:191 pyload/cli/Cli.py:193 +msgid "Status:" +msgstr "" + +#: pyload/cli/Cli.py:191 +msgid "paused" +msgstr "" + +#: pyload/cli/Cli.py:193 +msgid "running" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "total Speed" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "Files in queue" +msgstr "" + +#: pyload/cli/Cli.py:197 +msgid "Total" +msgstr "" + +#: pyload/cli/Cli.py:203 +msgid "Menu:" +msgstr "" + +#: pyload/cli/Cli.py:205 +msgid " Add Links" +msgstr "" + +#: pyload/cli/Cli.py:206 +msgid " Manage Queue" +msgstr "" + +#: pyload/cli/Cli.py:207 +msgid " Manage Collector" +msgstr "" + +#: pyload/cli/Cli.py:208 +msgid " (Un)Pause Server" +msgstr "" + +#: pyload/cli/Cli.py:209 +msgid " Kill Server" +msgstr "" + +#: pyload/cli/Cli.py:210 +msgid " Quit" +msgstr "" + +#: pyload/cli/Cli.py:289 pyload/cli/Cli.py:296 +msgid "Please use this syntax: add <Package name> <link> <link2> ..." +msgstr "" + +#: pyload/cli/Cli.py:315 +#, python-format +msgid "Checking %d links:" +msgstr "" + +#: pyload/cli/Cli.py:324 +msgid "File does not exists." +msgstr "" + +#: pyload/cli/Cli.py:385 +msgid "pyLoad was terminated" +msgstr "" + +#: pyload/cli/Cli.py:443 +msgid "Prints server status" +msgstr "" + +#: pyload/cli/Cli.py:444 +msgid "Prints downloads in queue" +msgstr "" + +#: pyload/cli/Cli.py:445 +msgid "Prints downloads in collector" +msgstr "" + +#: pyload/cli/Cli.py:446 +msgid "Adds package to queue" +msgstr "" + +#: pyload/cli/Cli.py:447 +msgid "Adds package to collector" +msgstr "" + +#: pyload/cli/Cli.py:448 +msgid "Delete Files from Queue/Collector" +msgstr "" + +#: pyload/cli/Cli.py:449 +msgid "Delete Packages from Queue/Collector" +msgstr "" + +#: pyload/cli/Cli.py:450 +msgid "Move Packages from Queue to Collector or vice versa" +msgstr "" + +#: pyload/cli/Cli.py:451 +msgid "Restart files" +msgstr "" + +#: pyload/cli/Cli.py:452 +msgid "Restart packages" +msgstr "" + +#: pyload/cli/Cli.py:453 +msgid "Check online status, works with local container" +msgstr "" + +#: pyload/cli/Cli.py:454 +msgid "Checks online status of a container file" +msgstr "" + +#: pyload/cli/Cli.py:455 +msgid "Pause the server" +msgstr "" + +#: pyload/cli/Cli.py:456 +msgid "continue downloads" +msgstr "" + +#: pyload/cli/Cli.py:457 +msgid "Toggle pause/unpause" +msgstr "" + +#: pyload/cli/Cli.py:458 +msgid "kill server" +msgstr "" + +#: pyload/cli/Cli.py:460 +msgid "List of commands:" +msgstr "" + +#: pyload/cli/Cli.py:473 +msgid "Couldn't write user config file" +msgstr "" + +#: pyload/cli/Cli.py:548 pyload/cli/Cli.py:580 +msgid "You need py-openssl to connect to this pyLoad core." +msgstr "" + +#: pyload/cli/Cli.py:555 +msgid "Address: " +msgstr "" + +#: pyload/cli/Cli.py:556 +msgid "Port: " +msgstr "" + +#: pyload/cli/Cli.py:557 +msgid "Username: " +msgstr "" + +#: pyload/cli/Cli.py:561 +msgid "Password: " +msgstr "" + +#: pyload/cli/Cli.py:566 pyload/cli/Cli.py:575 +msgid "Login data is wrong." +msgstr "" + +#: pyload/cli/Cli.py:568 pyload/cli/Cli.py:577 +#, python-format +msgid "Could not establish connection to %(addr)s:%(port)s." +msgstr "" + +#: pyload/cli/Cli.py:582 +msgid "Interactive mode ignored since you passed some commands." +msgstr "" + diff --git a/locale/uk/LC_MESSAGES/core.po b/locale/uk/LC_MESSAGES/core.po new file mode 100644 index 000000000..dec87fa11 --- /dev/null +++ b/locale/uk/LC_MESSAGES/core.po @@ -0,0 +1,630 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:26-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Ukrainian\n" +"Language: uk_UA\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10< =4 && (n%100<10 or n%100>=20) ? 1 : 2);\n" +"X-Generator: crowdin.net\n" + +#: pyload/AddonManager.py:62 +#, python-format +msgid "Error when executing %s" +msgstr "" + +#: pyload/AddonManager.py:93 +#, python-format +msgid "Failed activating %(name)s" +msgstr "" + +#: pyload/AddonManager.py:96 +#, python-format +msgid "Activated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:97 +#, python-format +msgid "Deactivated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:153 +msgid "Activating Plugins..." +msgstr "" + +#: pyload/AddonManager.py:162 +msgid "Deactivating Plugins..." +msgstr "" + +#: pyload/web/ServerThread.py:49 +msgid "SSL certificates not found." +msgstr "" + +#: pyload/web/ServerThread.py:53 +msgid "WebUI built is not available" +msgstr "" + +#: pyload/web/ServerThread.py:55 +msgid "Running webUI in development mode" +msgstr "" + +#: pyload/web/ServerThread.py:73 +msgid "Failed starting webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:107 +msgid "Failed importing webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:125 +msgid "This server offers no SSL, please consider using threaded instead" +msgstr "" + +#: pyload/web/ServerThread.py:139 +#, python-format +msgid "Starting %(name)s webserver: %(host)s:%(port)d" +msgstr "" + +#: pyload/config/default.py:14 +msgid "Remote" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Description" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Long description" +msgstr "" + +#: pyload/config/default.py:16 pyload/config/default.py:56 +#: pyload/config/default.py:63 +msgid "Activated" +msgstr "" + +#: pyload/config/default.py:17 pyload/config/default.py:69 +#: pyload/config/default.py:80 +msgid "Port" +msgstr "" + +#: pyload/config/default.py:18 pyload/config/default.py:77 +msgid "Address" +msgstr "" + +#: pyload/config/default.py:21 +msgid "Log" +msgstr "" + +#: pyload/config/default.py:23 +msgid "Size in kb" +msgstr "" + +#: pyload/config/default.py:24 +msgid "Folder" +msgstr "" + +#: pyload/config/default.py:25 +msgid "File Log" +msgstr "" + +#: pyload/config/default.py:26 +msgid "Count" +msgstr "" + +#: pyload/config/default.py:27 +msgid "Log Rotate" +msgstr "" + +#: pyload/config/default.py:30 +msgid "Permissions" +msgstr "" + +#: pyload/config/default.py:32 +msgid "Groupname" +msgstr "" + +#: pyload/config/default.py:33 +msgid "Change Group and User of Downloads" +msgstr "" + +#: pyload/config/default.py:34 +msgid "Change file mode of downloads" +msgstr "" + +#: pyload/config/default.py:35 pyload/config/default.py:75 +msgid "Username" +msgstr "" + +#: pyload/config/default.py:36 +msgid "Filemode for Downloads" +msgstr "" + +#: pyload/config/default.py:37 +msgid "Change group of running process" +msgstr "" + +#: pyload/config/default.py:38 +msgid "Folder Permission mode" +msgstr "" + +#: pyload/config/default.py:39 +msgid "Change user of running process" +msgstr "" + +#: pyload/config/default.py:42 +msgid "General" +msgstr "" + +#: pyload/config/default.py:44 +msgid "Language" +msgstr "" + +#: pyload/config/default.py:45 +msgid "Download Folder" +msgstr "" + +#: pyload/config/default.py:46 +msgid "Use Checksum" +msgstr "" + +#: pyload/config/default.py:47 +msgid "Create folder for each package" +msgstr "" + +#: pyload/config/default.py:48 +msgid "Debug Mode" +msgstr "" + +#: pyload/config/default.py:49 +msgid "Min Free Space (MB)" +msgstr "" + +#: pyload/config/default.py:50 +msgid "CPU Priority" +msgstr "" + +#: pyload/config/default.py:53 +msgid "SSL" +msgstr "" + +#: pyload/config/default.py:55 +msgid "SSL Certificate" +msgstr "" + +#: pyload/config/default.py:57 +msgid "SSL Key" +msgstr "" + +#: pyload/config/default.py:60 +msgid "Webinterface" +msgstr "" + +#: pyload/config/default.py:62 +msgid "Template" +msgstr "" + +#: pyload/config/default.py:64 +msgid "Path Prefix" +msgstr "" + +#: pyload/config/default.py:65 +msgid "Server" +msgstr "" + +#: pyload/config/default.py:66 +msgid "Favor specific server" +msgstr "" + +#: pyload/config/default.py:67 +msgid "IP" +msgstr "" + +#: pyload/config/default.py:68 +msgid "Use HTTPS" +msgstr "" + +#: pyload/config/default.py:70 +msgid "Development mode" +msgstr "" + +#: pyload/config/default.py:73 +msgid "Proxy" +msgstr "" + +#: pyload/config/default.py:76 +msgid "Use Proxy" +msgstr "" + +#: pyload/config/default.py:78 +msgid "Password" +msgstr "" + +#: pyload/config/default.py:79 +msgid "Protocol" +msgstr "" + +#: pyload/config/default.py:83 +msgid "Reconnect" +msgstr "" + +#: pyload/config/default.py:85 pyload/config/default.py:106 +msgid "End" +msgstr "" + +#: pyload/config/default.py:86 +msgid "Use Reconnect" +msgstr "" + +#: pyload/config/default.py:87 +msgid "Method" +msgstr "" + +#: pyload/config/default.py:88 pyload/config/default.py:105 +msgid "Start" +msgstr "" + +#: pyload/config/default.py:91 +msgid "Download" +msgstr "" + +#: pyload/config/default.py:93 +msgid "Max Parallel Downloads" +msgstr "" + +#: pyload/config/default.py:94 +msgid "Limit Download Speed" +msgstr "" + +#: pyload/config/default.py:95 +msgid "Download interface to bind (ip or Name)" +msgstr "" + +#: pyload/config/default.py:96 +msgid "Skip already existing files" +msgstr "" + +#: pyload/config/default.py:97 +msgid "Max Download Speed in kb/s" +msgstr "" + +#: pyload/config/default.py:98 +msgid "Allow IPv6" +msgstr "" + +#: pyload/config/default.py:99 +msgid "Max connections for one download" +msgstr "" + +#: pyload/config/default.py:100 +msgid "Restart failed downloads on startup" +msgstr "" + +#: pyload/config/default.py:103 +msgid "Download Time" +msgstr "" + +#: pyload/network/HTTPDownload.py:249 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/api/DownloadApi.py:44 +#, python-format +msgid "Added package %(name)s as folder %(folder)s" +msgstr "" + +#: pyload/api/DownloadApi.py:95 +#, python-format +msgid "Added %d links to package" +msgstr "" + +#: pyload/AccountManager.py:69 +#, python-format +msgid "Unknown account plugin %s" +msgstr "" + +#: pyload/interaction/InteractionManager.py:88 +msgid "Query" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Captcha request" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Please solve the captcha." +msgstr "" + +#: pyload/remote/RemoteManager.py:35 +#, python-format +msgid "Remote backend error: %s" +msgstr "" + +#: pyload/remote/RemoteManager.py:80 +#, python-format +msgid "Starting %(name)s: %(addr)s:%(port)s" +msgstr "" + +#: pyload/remote/RemoteManager.py:82 +#, python-format +msgid "Failed loading backend %(name)s | %(error)s" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "none" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "offline" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "online" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "queued" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "paused" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "finished" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "skipped" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "failed" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "starting" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "waiting" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "downloading" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "temp. offline" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "aborted" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "decrypting" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "processing" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "custom" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "unknown" +msgstr "" + +#: pyload/FileManager.py:426 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/Api.py:152 +#, python-format +msgid "User '%s' tries to log in" +msgstr "" + +#: pyload/Core.py:195 +msgid "Received Quit signal" +msgstr "" + +#: pyload/Core.py:323 +#, python-format +msgid "pyLoad already running with pid %s" +msgstr "" + +#: pyload/Core.py:337 +#, python-format +msgid "Failed changing group: %s" +msgstr "" + +#: pyload/Core.py:347 +#, python-format +msgid "Failed changing user: %s" +msgstr "" + +#: pyload/Core.py:358 +msgid "Starting" +msgstr "" + +#: pyload/Core.py:359 +#, python-format +msgid "Using home directory: %s" +msgstr "" + +#: pyload/Core.py:373 +msgid "All links removed" +msgstr "" + +#: pyload/Core.py:403 +#, python-format +msgid "Download time: %s" +msgstr "" + +#: pyload/Core.py:418 +#, python-format +msgid "Free space: %s" +msgstr "" + +#: pyload/Core.py:438 +msgid "Activating Accounts..." +msgstr "" + +#: pyload/Core.py:443 +msgid "Restarting failed downloads..." +msgstr "" + +#: pyload/Core.py:451 +msgid "pyLoad is up and running" +msgstr "" + +#: pyload/Core.py:474 +msgid "restarting pyLoad" +msgstr "" + +#: pyload/Core.py:478 +msgid "pyLoad quits" +msgstr "" + +#: pyload/Core.py:564 +msgid "shutting down..." +msgstr "" + +#: pyload/Core.py:579 +msgid "error while shutting down" +msgstr "" + +#: pyload/Core.py:661 +msgid "killed pyLoad from terminal" +msgstr "" + +#: pyload/database/DatabaseBackend.py:167 +msgid "Database was deleted due to incompatible version." +msgstr "" + +#: pyload/threads/DecrypterThread.py:50 +msgid "Decrypting failed" +msgstr "" + +#: pyload/threads/DecrypterThread.py:73 +#, python-format +msgid "Decrypted %(count)d links into package %(name)s" +msgstr "" + +#: pyload/threads/DecrypterThread.py:80 +msgid "No links decrypted" +msgstr "" + +#: pyload/threads/InfoThread.py:147 +#, python-format +msgid "Info Fetching for %(name)s failed | %(err)s" +msgstr "" + +#: pyload/threads/ThreadManager.py:155 +#, python-format +msgid "Reconnect Failed: %s" +msgstr "" + +#: pyload/threads/ThreadManager.py:192 +msgid "Reconnect script not found!" +msgstr "" + +#: pyload/threads/ThreadManager.py:198 +msgid "Starting reconnect" +msgstr "" + +#: pyload/threads/ThreadManager.py:212 +msgid "Failed executing reconnect script!" +msgstr "" + +#: pyload/threads/ThreadManager.py:224 +#, python-format +msgid "Reconnected, new IP: %s" +msgstr "" + +#: pyload/threads/ThreadManager.py:298 +msgid "Not enough space left on device" +msgstr "" + +#: pyload/threads/DownloadThread.py:64 +#, python-format +msgid "Download starts: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:70 +#, python-format +msgid "Download finished: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:75 +#, python-format +msgid "Plugin %s is missing a function." +msgstr "" + +#: pyload/threads/DownloadThread.py:83 pyload/threads/DownloadThread.py:147 +#, python-format +msgid "Download aborted: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:103 +#, python-format +msgid "Download restarted: %(name)s | %(msg)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:113 +#, python-format +msgid "Download is offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:116 pyload/threads/DownloadThread.py:187 +#, python-format +msgid "Download is temporary offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:119 pyload/threads/DownloadThread.py:192 +#, python-format +msgid "Download failed: %(name)s | %(msg)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:136 +msgid "Couldn't connect to host or connection reset, waiting 1 minute and retry." +msgstr "" + +#: pyload/threads/DownloadThread.py:171 +#, python-format +msgid "Download skipped: %(name)s due to %(plugin)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:188 +msgid "Internal Server Error" +msgstr "" + +#: pyload/threads/AddonThread.py:55 +msgid "An Error occurred" +msgstr "" + +#: pyload/PluginManager.py:316 +#, python-format +msgid "Error importing %(name)s: %(msg)s" +msgstr "" + +#: pyload/utils/JsEngine.py:188 +msgid "No js engine detected, please install either Spidermonkey, ossp-js, pyv8, nodejs or rhino" +msgstr "" + diff --git a/locale/uk/LC_MESSAGES/plugins.po b/locale/uk/LC_MESSAGES/plugins.po new file mode 100644 index 000000000..5e9691b1f --- /dev/null +++ b/locale/uk/LC_MESSAGES/plugins.po @@ -0,0 +1,424 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-20 22:13+0200\n" +"PO-Revision-Date: 2013-10-13 12:26-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Ukrainian\n" +"Language: uk_UA\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10< =4 && (n%100<10 or n%100>=20) ? 1 : 2);\n" +"X-Generator: crowdin.net\n" + +#: pyload/plugins/network/CurlDownload.py:241 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/plugins/Base.py:329 +msgid "Pil and tesseract not installed and no Client connected for captcha decrypting" +msgstr "" + +#: pyload/plugins/Base.py:333 +msgid "No captcha result obtained in appropriate time." +msgstr "" + +#: pyload/plugins/Hoster.py:282 pyload/plugins/Hoster.py:319 +#: pyload/plugins/hoster/ARD.py:76 +#, python-format +msgid "Setting User and Group failed: %s" +msgstr "" + +#: pyload/plugins/Crypter.py:136 +msgid "Not existing file or unsupported protocol" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:96 +msgid "Rapidshare: Traffic Share (direct download)" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:123 +#: pyload/plugins/hoster/RapidshareCom.py:189 +msgid "Already downloading from this ip address, waiting 60 seconds" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:127 +msgid "Invalid Auth Code, download will be restarted" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:193 +msgid "RapidShareCom: No free slots" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:196 +msgid "You need a premium account for this file" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:198 +msgid "Filename reported invalid" +msgstr "" + +#: pyload/plugins/hoster/RealdebridCom.py:40 +#: pyload/plugins/hoster/Premium4Me.py:27 +#: pyload/plugins/hoster/MultiDebridCom.py:39 +#: pyload/plugins/hoster/ZeveraCom.py:24 +#: pyload/plugins/hoster/AlldebridCom.py:37 +#: pyload/plugins/hoster/RehostTo.py:25 pyload/plugins/hoster/ReloadCc.py:22 +#: pyload/plugins/hoster/DebridItaliaCom.py:38 +#: pyload/plugins/hoster/PremiumizeMe.py:19 +#, python-format +msgid "Please enter your %s account or deactivate this plugin" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:55 +msgid "Decryption failed" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:99 +msgid "No file key provided in the URL" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:111 +msgid "Error code:" +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:97 +msgid "Parallel download error, now waiting 60s." +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:208 +msgid "Not logged in." +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:135 +msgid "API key invalid" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:160 +#, python-format +msgid "%s: Not enough traffic left" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:163 +msgid "Traffic exceeded" +msgstr "" + +#: pyload/plugins/hoster/BasePlugin.py:63 +msgid "Authorization required (username:password)" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:143 +#: pyload/plugins/hoster/NetloadIn.py:167 +msgid "File temporarily not available" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:180 +#, python-format +msgid "Netload: waiting between downloads %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:209 +#, python-format +msgid "Netload: waiting for captcha %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:248 +msgid "Downloaded File was empty" +msgstr "" + +#: pyload/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 "" + +#: pyload/plugins/hoster/XHamsterCom.py:75 +#: pyload/plugins/hoster/XHamsterCom.py:84 +#: pyload/plugins/hoster/XHamsterCom.py:87 +#, python-format +msgid "long_url: %s" +msgstr "" + +#: pyload/plugins/Account.py:117 pyload/plugins/Account.py:123 +#, python-format +msgid "Could not login with account %(user)s | %(msg)s" +msgstr "" + +#: pyload/plugins/Account.py:118 +msgid "Wrong Password" +msgstr "" + +#: pyload/plugins/Account.py:184 +#, python-format +msgid "Get Account Info for %s" +msgstr "" + +#: pyload/plugins/Account.py:193 +#, python-format +msgid "Error: %s" +msgstr "" + +#: pyload/plugins/Account.py:242 +#, python-format +msgid "Your Time %s has a wrong format, use: 1:22-3:44" +msgstr "" + +#: pyload/plugins/Account.py:265 +#, python-format +msgid "Account %s has not enough traffic, checking again in 30min" +msgstr "" + +#: pyload/plugins/Account.py:273 +#, python-format +msgid "Account %s is expired, checking again in 1h" +msgstr "" + +#: pyload/plugins/Account.py:290 +#, python-format +msgid "Login with %s" +msgstr "" + +#: pyload/plugins/Addon.py:118 +#, python-format +msgid "Error executing addons: %s" +msgstr "" + +#: pyload/plugins/accounts/BitshareCom.py:36 +msgid "Activate direct Download in your Bitshare Account" +msgstr "" + +#: pyload/plugins/crypter/SerienjunkiesOrg.py:128 +msgid "Downloadlimit reached" +msgstr "" + +#: pyload/plugins/addons/Premium4Me.py:30 +msgid "Please add your premium.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:53 +#, python-format +msgid "Installed scripts for %s: " +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:69 +msgid "Script not executable:" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:79 +#, python-format +msgid "Error in %(script)s: %(error)s" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:72 +#: pyload/plugins/addons/Captcha9kw.py:56 +#: pyload/plugins/addons/ExpertDecoders.py:49 +#, python-format +msgid "%s credits left" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:120 +msgid "Could not send response." +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:138 +msgid "Your CaptchaTrader Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:89 +#, python-format +msgid "New CaptchaID from upload: %s : %s" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:123 +msgid "Your Captcha 9kw.eu Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/RehostTo.py:34 +msgid "Please add your rehost.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/HotFolder.py:82 +#, python-format +msgid "Added %s from HotFolder" +msgstr "" + +#: pyload/plugins/addons/ClickAndLoad.py:74 +msgid "Click'N'Load: Port 9666 already in use" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:82 +#: pyload/plugins/addons/IRCInterface.py:75 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:90 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" +msgstr "" + +#: pyload/plugins/addons/ExpertDecoders.py:98 +msgid "Your ExpertDecoders Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:73 +msgid "*** Plugins have been updated, please restart pyLoad ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:75 +msgid "Plugins updated and reloaded" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:78 +msgid "No plugin updates available" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:95 +msgid "No Updates for pyLoad" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:100 +#, python-format +msgid "*** New pyLoad Version %s available ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:101 +msgid "*** Get it here: http://pyload.org/download ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:104 +msgid "Not able to connect server for updates" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:148 +#, python-format +msgid "New version of %(type)s|%(name)s : %(version).2f" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:157 +#: pyload/plugins/addons/UpdateManager.py:162 +#, python-format +msgid "Error when updating %s" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:162 +msgid "Version mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:92 +#, python-format +msgid "No %s installed" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:94 +#: pyload/plugins/addons/ExtractArchive.py:99 +#, python-format +msgid "Could not activate %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:104 +msgid "Activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:106 +msgid "No Extract plugins activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:118 +#, python-format +msgid "Package %s queued for later extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:143 +#, python-format +msgid "Check package %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:183 +#, python-format +msgid "Extract to %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:197 +msgid "No files found to extract" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:203 +msgid "extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:214 +msgid "Password protected" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:234 +msgid "Wrong password" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:242 +#, python-format +msgid "Deleting %s files" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:247 +msgid "Extracting finished" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:254 +msgid "Archive Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:256 +msgid "CRC Mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:260 +msgid "Unknown Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:312 +msgid "Setting User and Group failed" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:36 +msgid "Crypter list not found" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:50 +msgid "Crypter list is empty" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:82 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:94 +#, python-format +msgid "New Captcha Request: %s" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:95 +#, python-format +msgid "Answer with 'c %s text on the captcha'" +msgstr "" + +#: pyload/plugins/addons/PremiumizeMe.py:46 +msgid "Please add a valid premiumize.me account first and restart pyLoad." +msgstr "" + +#: pyload/plugins/addons/CaptchaBrotherhood.py:69 +#, python-format +msgid "%d credits left" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:29 +#, python-format +msgid "Activated %s" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:47 +msgid "No Hoster loaded" +msgstr "" + diff --git a/locale/uk/LC_MESSAGES/setup.po b/locale/uk/LC_MESSAGES/setup.po new file mode 100644 index 000000000..ad5ad3ed0 --- /dev/null +++ b/locale/uk/LC_MESSAGES/setup.po @@ -0,0 +1,376 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:26-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Ukrainian\n" +"Language: uk_UA\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10< =4 && (n%100<10 or n%100>=20) ? 1 : 2);\n" +"X-Generator: crowdin.net\n" + +#: pyload/Setup.py:72 +msgid "Would you like to configure pyLoad via Webinterface?" +msgstr "" + +#: pyload/Setup.py:73 +msgid "You need a Browser and a connection to this PC for it." +msgstr "" + +#: pyload/Setup.py:74 +msgid "Url would be: http://hostname:8000/" +msgstr "" + +#: pyload/Setup.py:75 +msgid "Start initial webinterface for configuration?" +msgstr "" + +#: pyload/Setup.py:86 +msgid "Welcome to the pyLoad Configuration Assistent." +msgstr "" + +#: pyload/Setup.py:87 +msgid "It will check your system and make a basic setup in order to run pyLoad." +msgstr "" + +#: pyload/Setup.py:89 +msgid "The value in brackets [] always is the default value," +msgstr "" + +#: pyload/Setup.py:90 +msgid "in case you don't want to change it or you are unsure what to choose, just hit enter." +msgstr "" + +#: pyload/Setup.py:92 +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgstr "" + +#: pyload/Setup.py:93 +msgid "If you have any problems with this assistent hit CTRL+C," +msgstr "" + +#: pyload/Setup.py:94 +msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgstr "" + +#: pyload/Setup.py:96 +msgid "When you are ready for system check, hit enter." +msgstr "" + +#: pyload/Setup.py:103 +msgid "Features missing: " +msgstr "" + +#: pyload/Setup.py:107 +msgid "no py-crypto available" +msgstr "" + +#: pyload/Setup.py:108 +msgid "You need this if you want to decrypt container files." +msgstr "" + +#: pyload/Setup.py:112 +msgid "no SSL available" +msgstr "" + +#: pyload/Setup.py:113 +msgid "This is needed if you want to establish a secure connection to core or webinterface." +msgstr "" + +#: pyload/Setup.py:114 +msgid "If you only want to access locally to pyLoad ssl is not useful." +msgstr "" + +#: pyload/Setup.py:118 +msgid "no Captcha Recognition available" +msgstr "" + +#: pyload/Setup.py:119 +msgid "Only needed for some hosters and as freeuser." +msgstr "" + +#: pyload/Setup.py:123 +msgid "no JavaScript engine found" +msgstr "" + +#: pyload/Setup.py:124 +msgid "You will need this for some Click'N'Load links. Install Spidermonkey, ossp-js, pyv8 or rhino" +msgstr "" + +#: pyload/Setup.py:126 +msgid "You can abort the setup now and fix some dependencies if you want." +msgstr "" + +#: pyload/Setup.py:128 +msgid "Continue with setup?" +msgstr "" + +#: pyload/Setup.py:134 +#, python-format +msgid "Do you want to change the config path? Current is %s" +msgstr "" + +#: pyload/Setup.py:136 +msgid "If you use pyLoad on a server or the home partition lives on an internal flash it may be a good idea to change it." +msgstr "" + +#: pyload/Setup.py:137 +msgid "Change config path?" +msgstr "" + +#: pyload/Setup.py:143 +msgid "Do you want to configure login data and basic settings?" +msgstr "" + +#: pyload/Setup.py:144 +msgid "This is recommend for first run." +msgstr "" + +#: pyload/Setup.py:145 +msgid "Make basic setup?" +msgstr "" + +#: pyload/Setup.py:152 +msgid "Do you want to configure ssl?" +msgstr "" + +#: pyload/Setup.py:153 +msgid "Configure ssl?" +msgstr "" + +#: pyload/Setup.py:159 +msgid "Do you want to configure webinterface?" +msgstr "" + +#: pyload/Setup.py:160 +msgid "Configure webinterface?" +msgstr "" + +#: pyload/Setup.py:165 +msgid "Setup finished successfully." +msgstr "" + +#: pyload/Setup.py:166 +msgid "Hit enter to exit and restart pyLoad" +msgstr "" + +#: pyload/Setup.py:173 +msgid "Webinterface running for setup." +msgstr "" + +#: pyload/Setup.py:190 +msgid "## Basic Setup ##" +msgstr "" + +#: pyload/Setup.py:193 +msgid "The following logindata is valid for CLI, GUI and webinterface." +msgstr "" + +#: pyload/Setup.py:199 pyload/Setup.py:288 pyload/Setup.py:304 +msgid "Username" +msgstr "" + +#: pyload/Setup.py:205 +msgid "External clients (GUI, CLI or other) need remote access to work over the network." +msgstr "" + +#: pyload/Setup.py:206 +msgid "However, if you only want to use the webinterface you may disable it to save ram." +msgstr "" + +#: pyload/Setup.py:207 +msgid "Enable remote access" +msgstr "" + +#: pyload/Setup.py:211 +msgid "Language" +msgstr "" + +#: pyload/Setup.py:213 +msgid "Download folder" +msgstr "" + +#: pyload/Setup.py:214 +msgid "Max parallel downloads" +msgstr "" + +#: pyload/Setup.py:218 +msgid "Use Reconnect?" +msgstr "" + +#: pyload/Setup.py:221 +msgid "Reconnect script location" +msgstr "" + +#: pyload/Setup.py:226 +msgid "## Webinterface Setup ##" +msgstr "" + +#: pyload/Setup.py:229 +msgid "Activate webinterface?" +msgstr "" + +#: pyload/Setup.py:231 +msgid "Listen address, if you use 127.0.0.1 or localhost, the webinterface will only accessible locally." +msgstr "" + +#: pyload/Setup.py:232 +msgid "Address" +msgstr "" + +#: pyload/Setup.py:233 +msgid "Port" +msgstr "" + +#: pyload/Setup.py:235 +msgid "pyLoad offers several server backends, now following a short explanation." +msgstr "" + +#: pyload/Setup.py:236 +msgid "Default server, this server offers SSL and is a good alternative to builtin." +msgstr "" + +#: pyload/Setup.py:238 +msgid "Can be used by apache, lighttpd, requires you to configure them, which is not too easy job." +msgstr "" + +#: pyload/Setup.py:239 +msgid "Very fast alternative written in C, requires libev and linux knowledge." +msgstr "" + +#: pyload/Setup.py:240 +msgid "Get it from here: https://github.com/jonashaag/bjoern, compile it" +msgstr "" + +#: pyload/Setup.py:241 +msgid "and copy bjoern.so to pyload/lib" +msgstr "" + +#: pyload/Setup.py:245 +msgid "Attention: In some rare cases the builtin server is not working, if you notice problems with the webinterface" +msgstr "" + +#: pyload/Setup.py:246 +msgid "come back here and change the builtin server to the threaded one here." +msgstr "" + +#: pyload/Setup.py:248 +msgid "Server" +msgstr "" + +#: pyload/Setup.py:253 +msgid "## SSL Setup ##" +msgstr "" + +#: pyload/Setup.py:255 +msgid "Execute these commands from pyLoad config folder to make ssl certificates:" +msgstr "" + +#: pyload/Setup.py:261 +msgid "If you're done and everything went fine, you can activate ssl now." +msgstr "" + +#: pyload/Setup.py:262 +msgid "Activate SSL?" +msgstr "" + +#: pyload/Setup.py:278 +msgid "Select action" +msgstr "" + +#: pyload/Setup.py:279 +msgid "1 - Create/Edit user" +msgstr "" + +#: pyload/Setup.py:280 +msgid "2 - List users" +msgstr "" + +#: pyload/Setup.py:281 +msgid "3 - Remove user" +msgstr "" + +#: pyload/Setup.py:282 +msgid "4 - Quit" +msgstr "" + +#: pyload/Setup.py:294 +msgid "Users" +msgstr "" + +#: pyload/Setup.py:322 +msgid "Setting new configpath, current configuration will not be transferred!" +msgstr "" + +#: pyload/Setup.py:323 +msgid "Config path" +msgstr "" + +#: pyload/Setup.py:331 +msgid "Config path changed, setup will now close, please restart to go on." +msgstr "" + +#: pyload/Setup.py:332 +msgid "Press Enter to exit." +msgstr "" + +#: pyload/Setup.py:336 +#, python-format +msgid "Setting config path failed: %s" +msgstr "" + +#: pyload/Setup.py:347 +msgid "y" +msgstr "" + +#: pyload/Setup.py:349 +msgid "n" +msgstr "" + +#: pyload/Setup.py:373 +msgid "Password: " +msgstr "" + +#: pyload/Setup.py:377 +msgid "Password too short. Use at least 4 symbols." +msgstr "" + +#: pyload/Setup.py:380 +msgid "Password (again): " +msgstr "" + +#: pyload/Setup.py:386 +msgid "Passwords did not match." +msgstr "" + +#: pyload/Setup.py:397 +msgid "yes" +msgstr "" + +#: pyload/Setup.py:397 +msgid "true" +msgstr "" + +#: pyload/Setup.py:397 +msgid "t" +msgstr "" + +#: pyload/Setup.py:400 +msgid "no" +msgstr "" + +#: pyload/Setup.py:400 +msgid "false" +msgstr "" + +#: pyload/Setup.py:400 +msgid "f" +msgstr "" + +#: pyload/Setup.py:403 pyload/Setup.py:413 +msgid "Invalid Input" +msgstr "" + diff --git a/locale/uk/LC_MESSAGES/webUI.po b/locale/uk/LC_MESSAGES/webUI.po new file mode 100644 index 000000000..94cdfe8de --- /dev/null +++ b/locale/uk/LC_MESSAGES/webUI.po @@ -0,0 +1,133 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-08-10 11:58+0200\n" +"PO-Revision-Date: 2013-10-13 12:26-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Ukrainian\n" +"Language: uk_UA\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10< =4 && (n%100<10 or n%100>=20) ? 1 : 2);\n" +"X-Generator: crowdin.net\n" + +#: pyload/web/app/scripts/helpers/formatSize.js:9 +msgid "not available" +msgstr "" + +#: pyload/web/app/scripts/helpers/formatSize.js:11 +msgid "unlimited" +msgstr "" + +#: pyload/web/app/templates/default/admin.html:3 +#: pyload/web/app/templates/default/admin.html:4 +msgid "Admin" +msgstr "" + +#: pyload/web/app/templates/default/setup.html:3 +msgid "Setup" +msgstr "" + +#: pyload/web/app/templates/default/accounts/actionbar.html:2 +msgid "Add Account" +msgstr "" + +#: pyload/web/app/templates/default/accounts/layout.html:2 +msgid "Accounts" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:9 +msgid "Local" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:18 +msgid "Search" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:26 +msgid "Type" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:44 +#: pyload/web/app/templates/default/dashboard/actionbar.html:49 +msgid "All" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:50 +msgid "Finished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:51 +msgid "Unfinished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:52 +msgid "Failed" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/select.html:1 +msgid "1 package" +msgid_plural "%d packages" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: pyload/web/app/templates/default/dashboard/select.html:4 +msgid "1 file" +msgid_plural "%d files" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:2 +msgid "Add an account" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:7 +msgid "Please enter your account data" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:3 +msgid "Choose a plugin" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:9 +msgid "Please choose a plugin, which you want to configure" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:23 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:46 +msgid "Add" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:24 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:47 +#: pyload/web/app/templates/default/dialogs/interactionTask.html:35 +msgid "Close" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:2 +msgid "Please confirm" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:5 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:8 +msgid "Delete" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:9 +msgid "Cancel" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/interactionTask.html:34 +msgid "Submit" +msgstr "" + +#: pyload/web/app/templates/default/header/layout.html:12 +msgid "Running..." +msgstr "" + diff --git a/locale/vi/LC_MESSAGES/cli.po b/locale/vi/LC_MESSAGES/cli.po new file mode 100644 index 000000000..3ceeabc64 --- /dev/null +++ b/locale/vi/LC_MESSAGES/cli.po @@ -0,0 +1,291 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-07-17 09:57-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Vietnamese\n" +"Language: vi_VN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.net\n" + +#: pyload/cli/AddPackage.py:48 +msgid "Add Package:" +msgstr "" + +#: pyload/cli/AddPackage.py:53 +msgid "Enter a name for the new package" +msgstr "" + +#: pyload/cli/AddPackage.py:57 +#, python-format +msgid "Package: %s" +msgstr "Gói: %s" + +#: pyload/cli/AddPackage.py:58 +msgid "Parse the links you want to add." +msgstr "Phân tÃch liên kết bạn muá»n thêm." + +#: pyload/cli/AddPackage.py:59 +#, python-format +msgid "Type %s when done." +msgstr "Nháºp %s khi xong." + +#: pyload/cli/AddPackage.py:60 +msgid "Links added: " +msgstr "Liên kết Äã thêm:" + +#: pyload/cli/AddPackage.py:64 pyload/cli/ManageFiles.py:149 +msgid " back to main menu" +msgstr "quay lại menu chÃnh" + +#: pyload/cli/ManageFiles.py:97 +msgid "Manage Packages:" +msgstr "" + +#: pyload/cli/ManageFiles.py:99 +msgid "Manage Links:" +msgstr "Quản lÜ liên kết" + +#: pyload/cli/ManageFiles.py:104 +msgid "What do you want to move?" +msgstr "" + +#: pyload/cli/ManageFiles.py:106 +msgid "What do you want to delete?" +msgstr "" + +#: pyload/cli/ManageFiles.py:108 +msgid "What do you want to restart?" +msgstr "" + +#: pyload/cli/ManageFiles.py:113 +msgid "Choose what you want to do, or enter package number." +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "delete" +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "move" +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "restart" +msgstr "" + +#: pyload/cli/ManageFiles.py:148 +msgid " - previous" +msgstr "- quay lại" + +#: pyload/cli/ManageFiles.py:148 +msgid " - next" +msgstr "- kế tiếp" + +#: pyload/cli/Cli.py:75 pyload/cli/Cli.py:133 +msgid " Command Line Interface" +msgstr "Giao diá»n Dòng lá»nh" + +#: pyload/cli/Cli.py:165 +#, python-format +msgid "%s Downloads:" +msgstr "%s Tải xuá»ng:" + +#: pyload/cli/Cli.py:177 +msgid " Speed: " +msgstr "Tá»c Äá»:" + +#: pyload/cli/Cli.py:177 +msgid " Size: " +msgstr "KÃch thưá»c:" + +#: pyload/cli/Cli.py:178 +msgid " Finished in: " +msgstr "Kết thúc trong:" + +#: pyload/cli/Cli.py:179 +msgid " ID: " +msgstr "ID:" + +#: pyload/cli/Cli.py:184 +msgid "waiting: " +msgstr "chá»:" + +#: pyload/cli/Cli.py:191 pyload/cli/Cli.py:193 +msgid "Status:" +msgstr "" + +#: pyload/cli/Cli.py:191 +msgid "paused" +msgstr "" + +#: pyload/cli/Cli.py:193 +msgid "running" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "total Speed" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "Files in queue" +msgstr "" + +#: pyload/cli/Cli.py:197 +msgid "Total" +msgstr "" + +#: pyload/cli/Cli.py:203 +msgid "Menu:" +msgstr "Danh Mục:" + +#: pyload/cli/Cli.py:205 +msgid " Add Links" +msgstr "Thêm liên kết" + +#: pyload/cli/Cli.py:206 +msgid " Manage Queue" +msgstr "" + +#: pyload/cli/Cli.py:207 +msgid " Manage Collector" +msgstr "" + +#: pyload/cli/Cli.py:208 +msgid " (Un)Pause Server" +msgstr "(Un)Tạm dừng máy chá»§" + +#: pyload/cli/Cli.py:209 +msgid " Kill Server" +msgstr "Dừng máy chá»§" + +#: pyload/cli/Cli.py:210 +msgid " Quit" +msgstr "Thoát" + +#: pyload/cli/Cli.py:289 pyload/cli/Cli.py:296 +msgid "Please use this syntax: add <Package name> <link> <link2> ..." +msgstr "" + +#: pyload/cli/Cli.py:315 +#, python-format +msgid "Checking %d links:" +msgstr "Äang kiá»m tra %d liên kết:" + +#: pyload/cli/Cli.py:324 +msgid "File does not exists." +msgstr "Táºp tin khÃŽng tá»n tại." + +#: pyload/cli/Cli.py:385 +msgid "pyLoad was terminated" +msgstr "" + +#: pyload/cli/Cli.py:443 +msgid "Prints server status" +msgstr "in trạng thái máy chá»§" + +#: pyload/cli/Cli.py:444 +msgid "Prints downloads in queue" +msgstr "in hà ng Äợi tải xuá»ng" + +#: pyload/cli/Cli.py:445 +msgid "Prints downloads in collector" +msgstr "" + +#: pyload/cli/Cli.py:446 +msgid "Adds package to queue" +msgstr "" + +#: pyload/cli/Cli.py:447 +msgid "Adds package to collector" +msgstr "" + +#: pyload/cli/Cli.py:448 +msgid "Delete Files from Queue/Collector" +msgstr "" + +#: pyload/cli/Cli.py:449 +msgid "Delete Packages from Queue/Collector" +msgstr "" + +#: pyload/cli/Cli.py:450 +msgid "Move Packages from Queue to Collector or vice versa" +msgstr "" + +#: pyload/cli/Cli.py:451 +msgid "Restart files" +msgstr "Khá»i Äá»ng lại các táºp tin." + +#: pyload/cli/Cli.py:452 +msgid "Restart packages" +msgstr "" + +#: pyload/cli/Cli.py:453 +msgid "Check online status, works with local container" +msgstr "" + +#: pyload/cli/Cli.py:454 +msgid "Checks online status of a container file" +msgstr "" + +#: pyload/cli/Cli.py:455 +msgid "Pause the server" +msgstr "tạm dừng máy chá»§" + +#: pyload/cli/Cli.py:456 +msgid "continue downloads" +msgstr "tiếp tục tải xuá»ng" + +#: pyload/cli/Cli.py:457 +msgid "Toggle pause/unpause" +msgstr "chuyá»n giữa tạm dừng/tiếp tục" + +#: pyload/cli/Cli.py:458 +msgid "kill server" +msgstr "dừng máy chá»§" + +#: pyload/cli/Cli.py:460 +msgid "List of commands:" +msgstr "" + +#: pyload/cli/Cli.py:473 +msgid "Couldn't write user config file" +msgstr "" + +#: pyload/cli/Cli.py:548 pyload/cli/Cli.py:580 +msgid "You need py-openssl to connect to this pyLoad core." +msgstr "" + +#: pyload/cli/Cli.py:555 +msgid "Address: " +msgstr "Äá»a chá»:" + +#: pyload/cli/Cli.py:556 +msgid "Port: " +msgstr "Cá»ng:" + +#: pyload/cli/Cli.py:557 +msgid "Username: " +msgstr "Tên ngưá»i dùng:" + +#: pyload/cli/Cli.py:561 +msgid "Password: " +msgstr "Máºt khẩu:" + +#: pyload/cli/Cli.py:566 pyload/cli/Cli.py:575 +msgid "Login data is wrong." +msgstr "" + +#: pyload/cli/Cli.py:568 pyload/cli/Cli.py:577 +#, python-format +msgid "Could not establish connection to %(addr)s:%(port)s." +msgstr "" + +#: pyload/cli/Cli.py:582 +msgid "Interactive mode ignored since you passed some commands." +msgstr "" + diff --git a/locale/vi/LC_MESSAGES/core.po b/locale/vi/LC_MESSAGES/core.po new file mode 100644 index 000000000..8d23b8357 --- /dev/null +++ b/locale/vi/LC_MESSAGES/core.po @@ -0,0 +1,630 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-07-17 09:57-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Vietnamese\n" +"Language: vi_VN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.net\n" + +#: pyload/AddonManager.py:62 +#, python-format +msgid "Error when executing %s" +msgstr "" + +#: pyload/AddonManager.py:93 +#, python-format +msgid "Failed activating %(name)s" +msgstr "" + +#: pyload/AddonManager.py:96 +#, python-format +msgid "Activated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:97 +#, python-format +msgid "Deactivated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:153 +msgid "Activating Plugins..." +msgstr "" + +#: pyload/AddonManager.py:162 +msgid "Deactivating Plugins..." +msgstr "" + +#: pyload/web/ServerThread.py:49 +msgid "SSL certificates not found." +msgstr "" + +#: pyload/web/ServerThread.py:53 +msgid "WebUI built is not available" +msgstr "" + +#: pyload/web/ServerThread.py:55 +msgid "Running webUI in development mode" +msgstr "" + +#: pyload/web/ServerThread.py:73 +msgid "Failed starting webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:107 +msgid "Failed importing webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:125 +msgid "This server offers no SSL, please consider using threaded instead" +msgstr "" + +#: pyload/web/ServerThread.py:139 +#, python-format +msgid "Starting %(name)s webserver: %(host)s:%(port)d" +msgstr "" + +#: pyload/config/default.py:14 +msgid "Remote" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Description" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Long description" +msgstr "" + +#: pyload/config/default.py:16 pyload/config/default.py:56 +#: pyload/config/default.py:63 +msgid "Activated" +msgstr "" + +#: pyload/config/default.py:17 pyload/config/default.py:69 +#: pyload/config/default.py:80 +msgid "Port" +msgstr "Cá»ng" + +#: pyload/config/default.py:18 pyload/config/default.py:77 +msgid "Address" +msgstr "Äá»a chá»" + +#: pyload/config/default.py:21 +msgid "Log" +msgstr "" + +#: pyload/config/default.py:23 +msgid "Size in kb" +msgstr "" + +#: pyload/config/default.py:24 +msgid "Folder" +msgstr "Thư mục" + +#: pyload/config/default.py:25 +msgid "File Log" +msgstr "" + +#: pyload/config/default.py:26 +msgid "Count" +msgstr "" + +#: pyload/config/default.py:27 +msgid "Log Rotate" +msgstr "" + +#: pyload/config/default.py:30 +msgid "Permissions" +msgstr "" + +#: pyload/config/default.py:32 +msgid "Groupname" +msgstr "" + +#: pyload/config/default.py:33 +msgid "Change Group and User of Downloads" +msgstr "" + +#: pyload/config/default.py:34 +msgid "Change file mode of downloads" +msgstr "" + +#: pyload/config/default.py:35 pyload/config/default.py:75 +msgid "Username" +msgstr "Tên ngưá»i dùng" + +#: pyload/config/default.py:36 +msgid "Filemode for Downloads" +msgstr "" + +#: pyload/config/default.py:37 +msgid "Change group of running process" +msgstr "" + +#: pyload/config/default.py:38 +msgid "Folder Permission mode" +msgstr "" + +#: pyload/config/default.py:39 +msgid "Change user of running process" +msgstr "" + +#: pyload/config/default.py:42 +msgid "General" +msgstr "Chung" + +#: pyload/config/default.py:44 +msgid "Language" +msgstr "NgÃŽn ngữ" + +#: pyload/config/default.py:45 +msgid "Download Folder" +msgstr "" + +#: pyload/config/default.py:46 +msgid "Use Checksum" +msgstr "" + +#: pyload/config/default.py:47 +msgid "Create folder for each package" +msgstr "" + +#: pyload/config/default.py:48 +msgid "Debug Mode" +msgstr "" + +#: pyload/config/default.py:49 +msgid "Min Free Space (MB)" +msgstr "" + +#: pyload/config/default.py:50 +msgid "CPU Priority" +msgstr "" + +#: pyload/config/default.py:53 +msgid "SSL" +msgstr "" + +#: pyload/config/default.py:55 +msgid "SSL Certificate" +msgstr "" + +#: pyload/config/default.py:57 +msgid "SSL Key" +msgstr "" + +#: pyload/config/default.py:60 +msgid "Webinterface" +msgstr "" + +#: pyload/config/default.py:62 +msgid "Template" +msgstr "" + +#: pyload/config/default.py:64 +msgid "Path Prefix" +msgstr "" + +#: pyload/config/default.py:65 +msgid "Server" +msgstr "Máy chá»§" + +#: pyload/config/default.py:66 +msgid "Favor specific server" +msgstr "" + +#: pyload/config/default.py:67 +msgid "IP" +msgstr "" + +#: pyload/config/default.py:68 +msgid "Use HTTPS" +msgstr "" + +#: pyload/config/default.py:70 +msgid "Development mode" +msgstr "" + +#: pyload/config/default.py:73 +msgid "Proxy" +msgstr "" + +#: pyload/config/default.py:76 +msgid "Use Proxy" +msgstr "" + +#: pyload/config/default.py:78 +msgid "Password" +msgstr "Máºt khẩu" + +#: pyload/config/default.py:79 +msgid "Protocol" +msgstr "" + +#: pyload/config/default.py:83 +msgid "Reconnect" +msgstr "" + +#: pyload/config/default.py:85 pyload/config/default.py:106 +msgid "End" +msgstr "" + +#: pyload/config/default.py:86 +msgid "Use Reconnect" +msgstr "" + +#: pyload/config/default.py:87 +msgid "Method" +msgstr "" + +#: pyload/config/default.py:88 pyload/config/default.py:105 +msgid "Start" +msgstr "" + +#: pyload/config/default.py:91 +msgid "Download" +msgstr "" + +#: pyload/config/default.py:93 +msgid "Max Parallel Downloads" +msgstr "" + +#: pyload/config/default.py:94 +msgid "Limit Download Speed" +msgstr "" + +#: pyload/config/default.py:95 +msgid "Download interface to bind (ip or Name)" +msgstr "" + +#: pyload/config/default.py:96 +msgid "Skip already existing files" +msgstr "" + +#: pyload/config/default.py:97 +msgid "Max Download Speed in kb/s" +msgstr "" + +#: pyload/config/default.py:98 +msgid "Allow IPv6" +msgstr "" + +#: pyload/config/default.py:99 +msgid "Max connections for one download" +msgstr "" + +#: pyload/config/default.py:100 +msgid "Restart failed downloads on startup" +msgstr "" + +#: pyload/config/default.py:103 +msgid "Download Time" +msgstr "" + +#: pyload/network/HTTPDownload.py:249 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/api/DownloadApi.py:44 +#, python-format +msgid "Added package %(name)s as folder %(folder)s" +msgstr "" + +#: pyload/api/DownloadApi.py:95 +#, python-format +msgid "Added %d links to package" +msgstr "" + +#: pyload/AccountManager.py:69 +#, python-format +msgid "Unknown account plugin %s" +msgstr "" + +#: pyload/interaction/InteractionManager.py:88 +msgid "Query" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Captcha request" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Please solve the captcha." +msgstr "" + +#: pyload/remote/RemoteManager.py:35 +#, python-format +msgid "Remote backend error: %s" +msgstr "" + +#: pyload/remote/RemoteManager.py:80 +#, python-format +msgid "Starting %(name)s: %(addr)s:%(port)s" +msgstr "" + +#: pyload/remote/RemoteManager.py:82 +#, python-format +msgid "Failed loading backend %(name)s | %(error)s" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "none" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "offline" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "online" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "queued" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "paused" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "finished" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "skipped" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "failed" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "starting" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "waiting" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "downloading" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "temp. offline" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "aborted" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "decrypting" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "processing" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "custom" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "unknown" +msgstr "" + +#: pyload/FileManager.py:426 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/Api.py:152 +#, python-format +msgid "User '%s' tries to log in" +msgstr "" + +#: pyload/Core.py:195 +msgid "Received Quit signal" +msgstr "" + +#: pyload/Core.py:323 +#, python-format +msgid "pyLoad already running with pid %s" +msgstr "" + +#: pyload/Core.py:337 +#, python-format +msgid "Failed changing group: %s" +msgstr "" + +#: pyload/Core.py:347 +#, python-format +msgid "Failed changing user: %s" +msgstr "" + +#: pyload/Core.py:358 +msgid "Starting" +msgstr "" + +#: pyload/Core.py:359 +#, python-format +msgid "Using home directory: %s" +msgstr "" + +#: pyload/Core.py:373 +msgid "All links removed" +msgstr "" + +#: pyload/Core.py:403 +#, python-format +msgid "Download time: %s" +msgstr "" + +#: pyload/Core.py:418 +#, python-format +msgid "Free space: %s" +msgstr "" + +#: pyload/Core.py:438 +msgid "Activating Accounts..." +msgstr "" + +#: pyload/Core.py:443 +msgid "Restarting failed downloads..." +msgstr "" + +#: pyload/Core.py:451 +msgid "pyLoad is up and running" +msgstr "" + +#: pyload/Core.py:474 +msgid "restarting pyLoad" +msgstr "" + +#: pyload/Core.py:478 +msgid "pyLoad quits" +msgstr "" + +#: pyload/Core.py:564 +msgid "shutting down..." +msgstr "" + +#: pyload/Core.py:579 +msgid "error while shutting down" +msgstr "" + +#: pyload/Core.py:661 +msgid "killed pyLoad from terminal" +msgstr "" + +#: pyload/database/DatabaseBackend.py:167 +msgid "Database was deleted due to incompatible version." +msgstr "" + +#: pyload/threads/DecrypterThread.py:50 +msgid "Decrypting failed" +msgstr "" + +#: pyload/threads/DecrypterThread.py:73 +#, python-format +msgid "Decrypted %(count)d links into package %(name)s" +msgstr "" + +#: pyload/threads/DecrypterThread.py:80 +msgid "No links decrypted" +msgstr "" + +#: pyload/threads/InfoThread.py:147 +#, python-format +msgid "Info Fetching for %(name)s failed | %(err)s" +msgstr "" + +#: pyload/threads/ThreadManager.py:155 +#, python-format +msgid "Reconnect Failed: %s" +msgstr "" + +#: pyload/threads/ThreadManager.py:192 +msgid "Reconnect script not found!" +msgstr "" + +#: pyload/threads/ThreadManager.py:198 +msgid "Starting reconnect" +msgstr "" + +#: pyload/threads/ThreadManager.py:212 +msgid "Failed executing reconnect script!" +msgstr "" + +#: pyload/threads/ThreadManager.py:224 +#, python-format +msgid "Reconnected, new IP: %s" +msgstr "" + +#: pyload/threads/ThreadManager.py:298 +msgid "Not enough space left on device" +msgstr "" + +#: pyload/threads/DownloadThread.py:64 +#, python-format +msgid "Download starts: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:70 +#, python-format +msgid "Download finished: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:75 +#, python-format +msgid "Plugin %s is missing a function." +msgstr "" + +#: pyload/threads/DownloadThread.py:83 pyload/threads/DownloadThread.py:147 +#, python-format +msgid "Download aborted: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:103 +#, python-format +msgid "Download restarted: %(name)s | %(msg)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:113 +#, python-format +msgid "Download is offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:116 pyload/threads/DownloadThread.py:187 +#, python-format +msgid "Download is temporary offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:119 pyload/threads/DownloadThread.py:192 +#, python-format +msgid "Download failed: %(name)s | %(msg)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:136 +msgid "Couldn't connect to host or connection reset, waiting 1 minute and retry." +msgstr "" + +#: pyload/threads/DownloadThread.py:171 +#, python-format +msgid "Download skipped: %(name)s due to %(plugin)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:188 +msgid "Internal Server Error" +msgstr "" + +#: pyload/threads/AddonThread.py:55 +msgid "An Error occurred" +msgstr "" + +#: pyload/PluginManager.py:316 +#, python-format +msgid "Error importing %(name)s: %(msg)s" +msgstr "" + +#: pyload/utils/JsEngine.py:188 +msgid "No js engine detected, please install either Spidermonkey, ossp-js, pyv8, nodejs or rhino" +msgstr "" + diff --git a/locale/vi/LC_MESSAGES/plugins.po b/locale/vi/LC_MESSAGES/plugins.po new file mode 100644 index 000000000..2e31b2f0f --- /dev/null +++ b/locale/vi/LC_MESSAGES/plugins.po @@ -0,0 +1,424 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-20 22:13+0200\n" +"PO-Revision-Date: 2013-07-20 18:02-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Vietnamese\n" +"Language: vi_VN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.net\n" + +#: pyload/plugins/network/CurlDownload.py:241 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/plugins/Base.py:329 +msgid "Pil and tesseract not installed and no Client connected for captcha decrypting" +msgstr "" + +#: pyload/plugins/Base.py:333 +msgid "No captcha result obtained in appropriate time." +msgstr "" + +#: pyload/plugins/Hoster.py:282 pyload/plugins/Hoster.py:319 +#: pyload/plugins/hoster/ARD.py:76 +#, python-format +msgid "Setting User and Group failed: %s" +msgstr "" + +#: pyload/plugins/Crypter.py:136 +msgid "Not existing file or unsupported protocol" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:96 +msgid "Rapidshare: Traffic Share (direct download)" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:123 +#: pyload/plugins/hoster/RapidshareCom.py:189 +msgid "Already downloading from this ip address, waiting 60 seconds" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:127 +msgid "Invalid Auth Code, download will be restarted" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:193 +msgid "RapidShareCom: No free slots" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:196 +msgid "You need a premium account for this file" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:198 +msgid "Filename reported invalid" +msgstr "" + +#: pyload/plugins/hoster/RealdebridCom.py:40 +#: pyload/plugins/hoster/Premium4Me.py:27 +#: pyload/plugins/hoster/MultiDebridCom.py:39 +#: pyload/plugins/hoster/ZeveraCom.py:24 +#: pyload/plugins/hoster/AlldebridCom.py:37 +#: pyload/plugins/hoster/RehostTo.py:25 pyload/plugins/hoster/ReloadCc.py:22 +#: pyload/plugins/hoster/DebridItaliaCom.py:38 +#: pyload/plugins/hoster/PremiumizeMe.py:19 +#, python-format +msgid "Please enter your %s account or deactivate this plugin" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:55 +msgid "Decryption failed" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:99 +msgid "No file key provided in the URL" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:111 +msgid "Error code:" +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:97 +msgid "Parallel download error, now waiting 60s." +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:208 +msgid "Not logged in." +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:135 +msgid "API key invalid" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:160 +#, python-format +msgid "%s: Not enough traffic left" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:163 +msgid "Traffic exceeded" +msgstr "" + +#: pyload/plugins/hoster/BasePlugin.py:63 +msgid "Authorization required (username:password)" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:143 +#: pyload/plugins/hoster/NetloadIn.py:167 +msgid "File temporarily not available" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:180 +#, python-format +msgid "Netload: waiting between downloads %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:209 +#, python-format +msgid "Netload: waiting for captcha %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:248 +msgid "Downloaded File was empty" +msgstr "" + +#: pyload/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 "" + +#: pyload/plugins/hoster/XHamsterCom.py:75 +#: pyload/plugins/hoster/XHamsterCom.py:84 +#: pyload/plugins/hoster/XHamsterCom.py:87 +#, python-format +msgid "long_url: %s" +msgstr "" + +#: pyload/plugins/Account.py:117 pyload/plugins/Account.py:123 +#, python-format +msgid "Could not login with account %(user)s | %(msg)s" +msgstr "" + +#: pyload/plugins/Account.py:118 +msgid "Wrong Password" +msgstr "" + +#: pyload/plugins/Account.py:184 +#, python-format +msgid "Get Account Info for %s" +msgstr "" + +#: pyload/plugins/Account.py:193 +#, python-format +msgid "Error: %s" +msgstr "" + +#: pyload/plugins/Account.py:242 +#, python-format +msgid "Your Time %s has a wrong format, use: 1:22-3:44" +msgstr "" + +#: pyload/plugins/Account.py:265 +#, python-format +msgid "Account %s has not enough traffic, checking again in 30min" +msgstr "" + +#: pyload/plugins/Account.py:273 +#, python-format +msgid "Account %s is expired, checking again in 1h" +msgstr "" + +#: pyload/plugins/Account.py:290 +#, python-format +msgid "Login with %s" +msgstr "" + +#: pyload/plugins/Addon.py:118 +#, python-format +msgid "Error executing addons: %s" +msgstr "" + +#: pyload/plugins/accounts/BitshareCom.py:36 +msgid "Activate direct Download in your Bitshare Account" +msgstr "" + +#: pyload/plugins/crypter/SerienjunkiesOrg.py:128 +msgid "Downloadlimit reached" +msgstr "" + +#: pyload/plugins/addons/Premium4Me.py:30 +msgid "Please add your premium.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:53 +#, python-format +msgid "Installed scripts for %s: " +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:69 +msgid "Script not executable:" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:79 +#, python-format +msgid "Error in %(script)s: %(error)s" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:72 +#: pyload/plugins/addons/Captcha9kw.py:56 +#: pyload/plugins/addons/ExpertDecoders.py:49 +#, python-format +msgid "%s credits left" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:120 +msgid "Could not send response." +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:138 +msgid "Your CaptchaTrader Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:89 +#, python-format +msgid "New CaptchaID from upload: %s : %s" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:123 +msgid "Your Captcha 9kw.eu Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/RehostTo.py:34 +msgid "Please add your rehost.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/HotFolder.py:82 +#, python-format +msgid "Added %s from HotFolder" +msgstr "" + +#: pyload/plugins/addons/ClickAndLoad.py:74 +msgid "Click'N'Load: Port 9666 already in use" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:82 +#: pyload/plugins/addons/IRCInterface.py:75 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:90 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" +msgstr "" + +#: pyload/plugins/addons/ExpertDecoders.py:98 +msgid "Your ExpertDecoders Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:73 +msgid "*** Plugins have been updated, please restart pyLoad ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:75 +msgid "Plugins updated and reloaded" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:78 +msgid "No plugin updates available" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:95 +msgid "No Updates for pyLoad" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:100 +#, python-format +msgid "*** New pyLoad Version %s available ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:101 +msgid "*** Get it here: http://pyload.org/download ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:104 +msgid "Not able to connect server for updates" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:148 +#, python-format +msgid "New version of %(type)s|%(name)s : %(version).2f" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:157 +#: pyload/plugins/addons/UpdateManager.py:162 +#, python-format +msgid "Error when updating %s" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:162 +msgid "Version mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:92 +#, python-format +msgid "No %s installed" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:94 +#: pyload/plugins/addons/ExtractArchive.py:99 +#, python-format +msgid "Could not activate %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:104 +msgid "Activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:106 +msgid "No Extract plugins activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:118 +#, python-format +msgid "Package %s queued for later extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:143 +#, python-format +msgid "Check package %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:183 +#, python-format +msgid "Extract to %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:197 +msgid "No files found to extract" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:203 +msgid "extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:214 +msgid "Password protected" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:234 +msgid "Wrong password" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:242 +#, python-format +msgid "Deleting %s files" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:247 +msgid "Extracting finished" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:254 +msgid "Archive Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:256 +msgid "CRC Mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:260 +msgid "Unknown Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:312 +msgid "Setting User and Group failed" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:36 +msgid "Crypter list not found" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:50 +msgid "Crypter list is empty" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:82 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:94 +#, python-format +msgid "New Captcha Request: %s" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:95 +#, python-format +msgid "Answer with 'c %s text on the captcha'" +msgstr "" + +#: pyload/plugins/addons/PremiumizeMe.py:46 +msgid "Please add a valid premiumize.me account first and restart pyLoad." +msgstr "" + +#: pyload/plugins/addons/CaptchaBrotherhood.py:69 +#, python-format +msgid "%d credits left" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:29 +#, python-format +msgid "Activated %s" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:47 +msgid "No Hoster loaded" +msgstr "" + diff --git a/locale/vi/LC_MESSAGES/setup.po b/locale/vi/LC_MESSAGES/setup.po new file mode 100644 index 000000000..2b65dbc5f --- /dev/null +++ b/locale/vi/LC_MESSAGES/setup.po @@ -0,0 +1,376 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-07-17 09:57-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Vietnamese\n" +"Language: vi_VN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.net\n" + +#: pyload/Setup.py:72 +msgid "Would you like to configure pyLoad via Webinterface?" +msgstr "" + +#: pyload/Setup.py:73 +msgid "You need a Browser and a connection to this PC for it." +msgstr "" + +#: pyload/Setup.py:74 +msgid "Url would be: http://hostname:8000/" +msgstr "" + +#: pyload/Setup.py:75 +msgid "Start initial webinterface for configuration?" +msgstr "" + +#: pyload/Setup.py:86 +msgid "Welcome to the pyLoad Configuration Assistent." +msgstr "" + +#: pyload/Setup.py:87 +msgid "It will check your system and make a basic setup in order to run pyLoad." +msgstr "" + +#: pyload/Setup.py:89 +msgid "The value in brackets [] always is the default value," +msgstr "" + +#: pyload/Setup.py:90 +msgid "in case you don't want to change it or you are unsure what to choose, just hit enter." +msgstr "" + +#: pyload/Setup.py:92 +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgstr "" + +#: pyload/Setup.py:93 +msgid "If you have any problems with this assistent hit CTRL+C," +msgstr "" + +#: pyload/Setup.py:94 +msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgstr "" + +#: pyload/Setup.py:96 +msgid "When you are ready for system check, hit enter." +msgstr "" + +#: pyload/Setup.py:103 +msgid "Features missing: " +msgstr "" + +#: pyload/Setup.py:107 +msgid "no py-crypto available" +msgstr "" + +#: pyload/Setup.py:108 +msgid "You need this if you want to decrypt container files." +msgstr "" + +#: pyload/Setup.py:112 +msgid "no SSL available" +msgstr "" + +#: pyload/Setup.py:113 +msgid "This is needed if you want to establish a secure connection to core or webinterface." +msgstr "" + +#: pyload/Setup.py:114 +msgid "If you only want to access locally to pyLoad ssl is not useful." +msgstr "" + +#: pyload/Setup.py:118 +msgid "no Captcha Recognition available" +msgstr "" + +#: pyload/Setup.py:119 +msgid "Only needed for some hosters and as freeuser." +msgstr "" + +#: pyload/Setup.py:123 +msgid "no JavaScript engine found" +msgstr "" + +#: pyload/Setup.py:124 +msgid "You will need this for some Click'N'Load links. Install Spidermonkey, ossp-js, pyv8 or rhino" +msgstr "" + +#: pyload/Setup.py:126 +msgid "You can abort the setup now and fix some dependencies if you want." +msgstr "" + +#: pyload/Setup.py:128 +msgid "Continue with setup?" +msgstr "" + +#: pyload/Setup.py:134 +#, python-format +msgid "Do you want to change the config path? Current is %s" +msgstr "" + +#: pyload/Setup.py:136 +msgid "If you use pyLoad on a server or the home partition lives on an internal flash it may be a good idea to change it." +msgstr "" + +#: pyload/Setup.py:137 +msgid "Change config path?" +msgstr "" + +#: pyload/Setup.py:143 +msgid "Do you want to configure login data and basic settings?" +msgstr "" + +#: pyload/Setup.py:144 +msgid "This is recommend for first run." +msgstr "" + +#: pyload/Setup.py:145 +msgid "Make basic setup?" +msgstr "" + +#: pyload/Setup.py:152 +msgid "Do you want to configure ssl?" +msgstr "" + +#: pyload/Setup.py:153 +msgid "Configure ssl?" +msgstr "" + +#: pyload/Setup.py:159 +msgid "Do you want to configure webinterface?" +msgstr "" + +#: pyload/Setup.py:160 +msgid "Configure webinterface?" +msgstr "" + +#: pyload/Setup.py:165 +msgid "Setup finished successfully." +msgstr "" + +#: pyload/Setup.py:166 +msgid "Hit enter to exit and restart pyLoad" +msgstr "" + +#: pyload/Setup.py:173 +msgid "Webinterface running for setup." +msgstr "" + +#: pyload/Setup.py:190 +msgid "## Basic Setup ##" +msgstr "" + +#: pyload/Setup.py:193 +msgid "The following logindata is valid for CLI, GUI and webinterface." +msgstr "" + +#: pyload/Setup.py:199 pyload/Setup.py:288 pyload/Setup.py:304 +msgid "Username" +msgstr "Tên ngưá»i dùng" + +#: pyload/Setup.py:205 +msgid "External clients (GUI, CLI or other) need remote access to work over the network." +msgstr "" + +#: pyload/Setup.py:206 +msgid "However, if you only want to use the webinterface you may disable it to save ram." +msgstr "" + +#: pyload/Setup.py:207 +msgid "Enable remote access" +msgstr "" + +#: pyload/Setup.py:211 +msgid "Language" +msgstr "NgÃŽn ngữ" + +#: pyload/Setup.py:213 +msgid "Download folder" +msgstr "" + +#: pyload/Setup.py:214 +msgid "Max parallel downloads" +msgstr "" + +#: pyload/Setup.py:218 +msgid "Use Reconnect?" +msgstr "" + +#: pyload/Setup.py:221 +msgid "Reconnect script location" +msgstr "" + +#: pyload/Setup.py:226 +msgid "## Webinterface Setup ##" +msgstr "" + +#: pyload/Setup.py:229 +msgid "Activate webinterface?" +msgstr "" + +#: pyload/Setup.py:231 +msgid "Listen address, if you use 127.0.0.1 or localhost, the webinterface will only accessible locally." +msgstr "" + +#: pyload/Setup.py:232 +msgid "Address" +msgstr "Äá»a chá»" + +#: pyload/Setup.py:233 +msgid "Port" +msgstr "Cá»ng" + +#: pyload/Setup.py:235 +msgid "pyLoad offers several server backends, now following a short explanation." +msgstr "" + +#: pyload/Setup.py:236 +msgid "Default server, this server offers SSL and is a good alternative to builtin." +msgstr "" + +#: pyload/Setup.py:238 +msgid "Can be used by apache, lighttpd, requires you to configure them, which is not too easy job." +msgstr "" + +#: pyload/Setup.py:239 +msgid "Very fast alternative written in C, requires libev and linux knowledge." +msgstr "" + +#: pyload/Setup.py:240 +msgid "Get it from here: https://github.com/jonashaag/bjoern, compile it" +msgstr "" + +#: pyload/Setup.py:241 +msgid "and copy bjoern.so to pyload/lib" +msgstr "" + +#: pyload/Setup.py:245 +msgid "Attention: In some rare cases the builtin server is not working, if you notice problems with the webinterface" +msgstr "" + +#: pyload/Setup.py:246 +msgid "come back here and change the builtin server to the threaded one here." +msgstr "" + +#: pyload/Setup.py:248 +msgid "Server" +msgstr "Máy chá»§" + +#: pyload/Setup.py:253 +msgid "## SSL Setup ##" +msgstr "" + +#: pyload/Setup.py:255 +msgid "Execute these commands from pyLoad config folder to make ssl certificates:" +msgstr "" + +#: pyload/Setup.py:261 +msgid "If you're done and everything went fine, you can activate ssl now." +msgstr "" + +#: pyload/Setup.py:262 +msgid "Activate SSL?" +msgstr "" + +#: pyload/Setup.py:278 +msgid "Select action" +msgstr "" + +#: pyload/Setup.py:279 +msgid "1 - Create/Edit user" +msgstr "" + +#: pyload/Setup.py:280 +msgid "2 - List users" +msgstr "" + +#: pyload/Setup.py:281 +msgid "3 - Remove user" +msgstr "" + +#: pyload/Setup.py:282 +msgid "4 - Quit" +msgstr "" + +#: pyload/Setup.py:294 +msgid "Users" +msgstr "" + +#: pyload/Setup.py:322 +msgid "Setting new configpath, current configuration will not be transferred!" +msgstr "" + +#: pyload/Setup.py:323 +msgid "Config path" +msgstr "" + +#: pyload/Setup.py:331 +msgid "Config path changed, setup will now close, please restart to go on." +msgstr "" + +#: pyload/Setup.py:332 +msgid "Press Enter to exit." +msgstr "" + +#: pyload/Setup.py:336 +#, python-format +msgid "Setting config path failed: %s" +msgstr "" + +#: pyload/Setup.py:347 +msgid "y" +msgstr "" + +#: pyload/Setup.py:349 +msgid "n" +msgstr "" + +#: pyload/Setup.py:373 +msgid "Password: " +msgstr "Máºt khẩu:" + +#: pyload/Setup.py:377 +msgid "Password too short. Use at least 4 symbols." +msgstr "" + +#: pyload/Setup.py:380 +msgid "Password (again): " +msgstr "" + +#: pyload/Setup.py:386 +msgid "Passwords did not match." +msgstr "" + +#: pyload/Setup.py:397 +msgid "yes" +msgstr "" + +#: pyload/Setup.py:397 +msgid "true" +msgstr "" + +#: pyload/Setup.py:397 +msgid "t" +msgstr "" + +#: pyload/Setup.py:400 +msgid "no" +msgstr "" + +#: pyload/Setup.py:400 +msgid "false" +msgstr "" + +#: pyload/Setup.py:400 +msgid "f" +msgstr "" + +#: pyload/Setup.py:403 pyload/Setup.py:413 +msgid "Invalid Input" +msgstr "" + diff --git a/locale/vi/LC_MESSAGES/webUI.po b/locale/vi/LC_MESSAGES/webUI.po new file mode 100644 index 000000000..5469db74d --- /dev/null +++ b/locale/vi/LC_MESSAGES/webUI.po @@ -0,0 +1,129 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-08-10 11:58+0200\n" +"PO-Revision-Date: 2013-08-31 15:21-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Vietnamese\n" +"Language: vi_VN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.net\n" + +#: pyload/web/app/scripts/helpers/formatSize.js:9 +msgid "not available" +msgstr "" + +#: pyload/web/app/scripts/helpers/formatSize.js:11 +msgid "unlimited" +msgstr "khÃŽng giá»i hạn" + +#: pyload/web/app/templates/default/admin.html:3 +#: pyload/web/app/templates/default/admin.html:4 +msgid "Admin" +msgstr "" + +#: pyload/web/app/templates/default/setup.html:3 +msgid "Setup" +msgstr "" + +#: pyload/web/app/templates/default/accounts/actionbar.html:2 +msgid "Add Account" +msgstr "" + +#: pyload/web/app/templates/default/accounts/layout.html:2 +msgid "Accounts" +msgstr "Tà i khoản" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:9 +msgid "Local" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:18 +msgid "Search" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:26 +msgid "Type" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:44 +#: pyload/web/app/templates/default/dashboard/actionbar.html:49 +msgid "All" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:50 +msgid "Finished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:51 +msgid "Unfinished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:52 +msgid "Failed" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/select.html:1 +msgid "1 package" +msgid_plural "%d packages" +msgstr[0] "" + +#: pyload/web/app/templates/default/dashboard/select.html:4 +msgid "1 file" +msgid_plural "%d files" +msgstr[0] "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:2 +msgid "Add an account" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:7 +msgid "Please enter your account data" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:3 +msgid "Choose a plugin" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:9 +msgid "Please choose a plugin, which you want to configure" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:23 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:46 +msgid "Add" +msgstr "Thêm" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:24 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:47 +#: pyload/web/app/templates/default/dialogs/interactionTask.html:35 +msgid "Close" +msgstr "Äóng" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:2 +msgid "Please confirm" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:5 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:8 +msgid "Delete" +msgstr "Xóa" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:9 +msgid "Cancel" +msgstr "Há»§y bá»" + +#: pyload/web/app/templates/default/dialogs/interactionTask.html:34 +msgid "Submit" +msgstr "Gá»i" + +#: pyload/web/app/templates/default/header/layout.html:12 +msgid "Running..." +msgstr "" + diff --git a/locale/webUI.pot b/locale/webUI.pot new file mode 100644 index 000000000..1bfa8bf4b --- /dev/null +++ b/locale/webUI.pot @@ -0,0 +1,295 @@ +# 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.9.9-dev\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-10-13 18:16+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/web/app/templates/default/admin.html:3 +#: pyload/web/app/templates/default/admin.html:4 +msgid "Admin" +msgstr "" + +#: pyload/web/app/scripts/helpers/formatSize.js:9 +#: pyload/web/app/templates/default/setup/system.html:45 +msgid "not available" +msgstr "" + +#: pyload/web/app/scripts/helpers/formatSize.js:11 +#: pyload/web/app/scripts/helpers/formatTime.js:10 +msgid "unlimited" +msgstr "" + +#: pyload/web/app/templates/default/linkgrabber/package.html:25 +#: pyload/web/app/scripts/helpers/linkStatus.js:7 +msgid "online" +msgstr "" +#: pyload/web/app/templates/default/linkgrabber/package.html:30 + +#: pyload/web/app/scripts/helpers/linkStatus.js:9 +msgid "offline" +msgstr "" +#: pyload/web/app/templates/default/linkgrabber/package.html:35 + +#: pyload/web/app/scripts/helpers/linkStatus.js:11 +#: pyload/web/app/scripts/helpers/formatTime.js:8 +msgid "unknown" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/select.html:1 +msgid "1 package" +msgid_plural "%d packages" +msgstr[0] "" +msgstr[1] "" + +#: pyload/web/app/templates/default/dashboard/select.html:4 +msgid "1 file" +msgid_plural "%d files" +msgstr[0] "" +msgstr[1] "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:9 +msgid "Local" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:18 +msgid "Search" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:26 +msgid "Type" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:44 +#: pyload/web/app/templates/default/dashboard/actionbar.html:49 +msgid "All" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:50 +msgid "Finished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:51 +msgid "Unfinished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:52 +msgid "Failed" +msgstr "" + +#: pyload/web/app/templates/default/setup/finished.html:3 +msgid "Nearly Done" +msgstr "" + +#: pyload/web/app/templates/default/setup/finished.html:7 +msgid "Please check your settings." +msgstr "" + +#: pyload/web/app/templates/default/setup/finished.html:15 +msgid "Confirm" +msgstr "" + +#: pyload/web/app/templates/default/setup/finished.html:20 +msgid "Pleae add a user first." +msgstr "" + +#: pyload/web/app/templates/default/setup/welcome.html:0 +msgid "Welcome!" +msgstr "" + +#: pyload/web/app/templates/default/setup/welcome.html:2 +msgid "pyLoad is running and ready for configuration." +msgstr "" + +#: pyload/web/app/templates/default/setup/welcome.html:5 +msgid "Select your language:" +msgstr "" + +#: pyload/web/app/templates/default/setup/welcome.html:12 +msgid "Start configuration" +msgstr "" + +#: pyload/web/app/templates/default/setup/layout.html:2 +msgid "Setup" +msgstr "" + +#: pyload/web/app/templates/default/setup/system.html:0 +msgid "System" +msgstr "" + +#: pyload/web/app/templates/default/setup/system.html:9 +msgid "Dependencies" +msgstr "" + +#: pyload/web/app/templates/default/setup/system.html:31 +msgid "Optional" +msgstr "" + +#: pyload/web/app/templates/default/setup/system.html:38 +msgid "available" +msgstr "" + +#: pyload/web/app/templates/default/setup/system.html:54 +msgid "Next" +msgstr "" + +#: pyload/web/app/templates/default/setup/error.html:1 +msgid "Setup timed out" +msgstr "" + +#: pyload/web/app/templates/default/setup/error.html:2 +msgid "Setup was closed due to inactivity. Please restart it to continue configuration." +msgstr "" + +#: pyload/web/app/templates/default/setup/error.html:5 +msgid "Setup finished" +msgstr "" + +#: pyload/web/app/templates/default/setup/error.html:6 +msgid "Setup was successful. You can restart pyLoad now." +msgstr "" + +#: pyload/web/app/templates/default/setup/error.html:9 +msgid "Setup failed" +msgstr "" + +#: pyload/web/app/templates/default/setup/error.html:11 +msgid "Try to restart it or open a bug report." +msgstr "" + +#: pyload/web/app/templates/default/header/layout.html:12 +msgid "Running..." +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:3 +msgid "Choose a plugin" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:9 +msgid "Please choose a plugin, which you want to configure" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:23 +#: pyload/web/app/templates/default/linkgrabber/modal.html:39 +msgid "Add" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:24 +#: pyload/web/app/templates/default/linkgrabber/modal.html:40 +#: pyload/web/app/templates/default/dialogs/interactionTask.html:35 +msgid "Close" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:2 +msgid "Add an account" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:7 +msgid "Please enter your account data" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:2 +msgid "Please confirm" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:5 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:8 +msgid "Delete" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:9 +msgid "Cancel" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/interactionTask.html:34 +msgid "Submit" +msgstr "" + +#: pyload/web/app/templates/default/accounts/account.html:5 +msgid "premium" +msgstr "" + +#: pyload/web/app/templates/default/accounts/account.html:7 +msgid "valid" +msgstr "" + +#: pyload/web/app/templates/default/accounts/account.html:12 +msgid "invalid" +msgstr "" + +#: pyload/web/app/templates/default/accounts/account.html:23 +msgid "Traffic left:" +msgstr "" + +#: pyload/web/app/templates/default/accounts/account.html:27 +msgid "Valid until:" +msgstr "" + +#: pyload/web/app/templates/default/accounts/editAccount.html:2 +msgid "Edit account" +msgstr "" + +#: pyload/web/app/templates/default/accounts/editAccount.html:27 +msgid "Configuration" +msgstr "" + +#: pyload/web/app/templates/default/accounts/layout.html:2 +msgid "Accounts" +msgstr "" + +#: pyload/web/app/templates/default/accounts/actionbar.html:2 +msgid "Add Account" +msgstr "" + +#: pyload/web/app/templates/default/linkgrabber/modal.html:3 +msgid "Add links" +msgstr "" + +#: pyload/web/app/templates/default/linkgrabber/modal.html:4 +msgid "paste & add links to pyLoad" +msgstr "" + +#: pyload/web/app/templates/default/linkgrabber/modal.html:13 +msgid " Paste your links here..." +msgstr "" + +#: pyload/web/app/templates/default/linkgrabber/modal.html:17 +msgid "Container" +msgstr "" + +#: pyload/web/app/templates/default/linkgrabber/modal.html:18 +msgid "Upload" +msgstr "" + +#: pyload/web/app/templates/default/linkgrabber/modal.html:24 +msgid "URL" +msgstr "" + +#: pyload/web/app/templates/default/linkgrabber/modal.html:25 +msgid "Link to Website" +msgstr "" + +#: pyload/web/app/templates/default/linkgrabber/modal.html:31 +msgid "Packages" +msgstr "" + +#: pyload/web/app/templates/default/linkgrabber/package.html:19 +msgid "%d link" +msgid_plural "%d links" +msgstr[0] "" +msgstr[1] "" diff --git a/locale/zh/LC_MESSAGES/cli.po b/locale/zh/LC_MESSAGES/cli.po new file mode 100644 index 000000000..5ea6badfc --- /dev/null +++ b/locale/zh/LC_MESSAGES/cli.po @@ -0,0 +1,291 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Chinese Traditional\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.net\n" + +#: pyload/cli/AddPackage.py:48 +msgid "Add Package:" +msgstr "" + +#: pyload/cli/AddPackage.py:53 +msgid "Enter a name for the new package" +msgstr "" + +#: pyload/cli/AddPackage.py:57 +#, python-format +msgid "Package: %s" +msgstr "" + +#: pyload/cli/AddPackage.py:58 +msgid "Parse the links you want to add." +msgstr "" + +#: pyload/cli/AddPackage.py:59 +#, python-format +msgid "Type %s when done." +msgstr "" + +#: pyload/cli/AddPackage.py:60 +msgid "Links added: " +msgstr "" + +#: pyload/cli/AddPackage.py:64 pyload/cli/ManageFiles.py:149 +msgid " back to main menu" +msgstr "" + +#: pyload/cli/ManageFiles.py:97 +msgid "Manage Packages:" +msgstr "" + +#: pyload/cli/ManageFiles.py:99 +msgid "Manage Links:" +msgstr "" + +#: pyload/cli/ManageFiles.py:104 +msgid "What do you want to move?" +msgstr "" + +#: pyload/cli/ManageFiles.py:106 +msgid "What do you want to delete?" +msgstr "" + +#: pyload/cli/ManageFiles.py:108 +msgid "What do you want to restart?" +msgstr "" + +#: pyload/cli/ManageFiles.py:113 +msgid "Choose what you want to do, or enter package number." +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "delete" +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "move" +msgstr "" + +#: pyload/cli/ManageFiles.py:115 +msgid "restart" +msgstr "" + +#: pyload/cli/ManageFiles.py:148 +msgid " - previous" +msgstr "" + +#: pyload/cli/ManageFiles.py:148 +msgid " - next" +msgstr "" + +#: pyload/cli/Cli.py:75 pyload/cli/Cli.py:133 +msgid " Command Line Interface" +msgstr "" + +#: pyload/cli/Cli.py:165 +#, python-format +msgid "%s Downloads:" +msgstr "" + +#: pyload/cli/Cli.py:177 +msgid " Speed: " +msgstr "" + +#: pyload/cli/Cli.py:177 +msgid " Size: " +msgstr "" + +#: pyload/cli/Cli.py:178 +msgid " Finished in: " +msgstr "" + +#: pyload/cli/Cli.py:179 +msgid " ID: " +msgstr "" + +#: pyload/cli/Cli.py:184 +msgid "waiting: " +msgstr "" + +#: pyload/cli/Cli.py:191 pyload/cli/Cli.py:193 +msgid "Status:" +msgstr "" + +#: pyload/cli/Cli.py:191 +msgid "paused" +msgstr "" + +#: pyload/cli/Cli.py:193 +msgid "running" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "total Speed" +msgstr "" + +#: pyload/cli/Cli.py:196 +msgid "Files in queue" +msgstr "" + +#: pyload/cli/Cli.py:197 +msgid "Total" +msgstr "" + +#: pyload/cli/Cli.py:203 +msgid "Menu:" +msgstr "" + +#: pyload/cli/Cli.py:205 +msgid " Add Links" +msgstr "" + +#: pyload/cli/Cli.py:206 +msgid " Manage Queue" +msgstr "" + +#: pyload/cli/Cli.py:207 +msgid " Manage Collector" +msgstr "" + +#: pyload/cli/Cli.py:208 +msgid " (Un)Pause Server" +msgstr "" + +#: pyload/cli/Cli.py:209 +msgid " Kill Server" +msgstr "" + +#: pyload/cli/Cli.py:210 +msgid " Quit" +msgstr "" + +#: pyload/cli/Cli.py:289 pyload/cli/Cli.py:296 +msgid "Please use this syntax: add <Package name> <link> <link2> ..." +msgstr "" + +#: pyload/cli/Cli.py:315 +#, python-format +msgid "Checking %d links:" +msgstr "" + +#: pyload/cli/Cli.py:324 +msgid "File does not exists." +msgstr "" + +#: pyload/cli/Cli.py:385 +msgid "pyLoad was terminated" +msgstr "" + +#: pyload/cli/Cli.py:443 +msgid "Prints server status" +msgstr "" + +#: pyload/cli/Cli.py:444 +msgid "Prints downloads in queue" +msgstr "" + +#: pyload/cli/Cli.py:445 +msgid "Prints downloads in collector" +msgstr "" + +#: pyload/cli/Cli.py:446 +msgid "Adds package to queue" +msgstr "" + +#: pyload/cli/Cli.py:447 +msgid "Adds package to collector" +msgstr "" + +#: pyload/cli/Cli.py:448 +msgid "Delete Files from Queue/Collector" +msgstr "" + +#: pyload/cli/Cli.py:449 +msgid "Delete Packages from Queue/Collector" +msgstr "" + +#: pyload/cli/Cli.py:450 +msgid "Move Packages from Queue to Collector or vice versa" +msgstr "" + +#: pyload/cli/Cli.py:451 +msgid "Restart files" +msgstr "" + +#: pyload/cli/Cli.py:452 +msgid "Restart packages" +msgstr "" + +#: pyload/cli/Cli.py:453 +msgid "Check online status, works with local container" +msgstr "" + +#: pyload/cli/Cli.py:454 +msgid "Checks online status of a container file" +msgstr "" + +#: pyload/cli/Cli.py:455 +msgid "Pause the server" +msgstr "" + +#: pyload/cli/Cli.py:456 +msgid "continue downloads" +msgstr "" + +#: pyload/cli/Cli.py:457 +msgid "Toggle pause/unpause" +msgstr "" + +#: pyload/cli/Cli.py:458 +msgid "kill server" +msgstr "" + +#: pyload/cli/Cli.py:460 +msgid "List of commands:" +msgstr "" + +#: pyload/cli/Cli.py:473 +msgid "Couldn't write user config file" +msgstr "" + +#: pyload/cli/Cli.py:548 pyload/cli/Cli.py:580 +msgid "You need py-openssl to connect to this pyLoad core." +msgstr "" + +#: pyload/cli/Cli.py:555 +msgid "Address: " +msgstr "" + +#: pyload/cli/Cli.py:556 +msgid "Port: " +msgstr "" + +#: pyload/cli/Cli.py:557 +msgid "Username: " +msgstr "" + +#: pyload/cli/Cli.py:561 +msgid "Password: " +msgstr "" + +#: pyload/cli/Cli.py:566 pyload/cli/Cli.py:575 +msgid "Login data is wrong." +msgstr "" + +#: pyload/cli/Cli.py:568 pyload/cli/Cli.py:577 +#, python-format +msgid "Could not establish connection to %(addr)s:%(port)s." +msgstr "" + +#: pyload/cli/Cli.py:582 +msgid "Interactive mode ignored since you passed some commands." +msgstr "" + diff --git a/locale/zh/LC_MESSAGES/core.po b/locale/zh/LC_MESSAGES/core.po new file mode 100644 index 000000000..e3dfcfcf8 --- /dev/null +++ b/locale/zh/LC_MESSAGES/core.po @@ -0,0 +1,630 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Chinese Traditional\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.net\n" + +#: pyload/AddonManager.py:62 +#, python-format +msgid "Error when executing %s" +msgstr "" + +#: pyload/AddonManager.py:93 +#, python-format +msgid "Failed activating %(name)s" +msgstr "" + +#: pyload/AddonManager.py:96 +#, python-format +msgid "Activated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:97 +#, python-format +msgid "Deactivated addons: %s" +msgstr "" + +#: pyload/AddonManager.py:153 +msgid "Activating Plugins..." +msgstr "" + +#: pyload/AddonManager.py:162 +msgid "Deactivating Plugins..." +msgstr "" + +#: pyload/web/ServerThread.py:49 +msgid "SSL certificates not found." +msgstr "" + +#: pyload/web/ServerThread.py:53 +msgid "WebUI built is not available" +msgstr "" + +#: pyload/web/ServerThread.py:55 +msgid "Running webUI in development mode" +msgstr "" + +#: pyload/web/ServerThread.py:73 +msgid "Failed starting webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:107 +msgid "Failed importing webserver: " +msgstr "" + +#: pyload/web/ServerThread.py:125 +msgid "This server offers no SSL, please consider using threaded instead" +msgstr "" + +#: pyload/web/ServerThread.py:139 +#, python-format +msgid "Starting %(name)s webserver: %(host)s:%(port)d" +msgstr "" + +#: pyload/config/default.py:14 +msgid "Remote" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Description" +msgstr "" + +#: pyload/config/default.py:14 pyload/config/default.py:21 +#: pyload/config/default.py:30 pyload/config/default.py:42 +#: pyload/config/default.py:53 pyload/config/default.py:60 +#: pyload/config/default.py:73 pyload/config/default.py:83 +#: pyload/config/default.py:91 pyload/config/default.py:103 +msgid "Long description" +msgstr "" + +#: pyload/config/default.py:16 pyload/config/default.py:56 +#: pyload/config/default.py:63 +msgid "Activated" +msgstr "" + +#: pyload/config/default.py:17 pyload/config/default.py:69 +#: pyload/config/default.py:80 +msgid "Port" +msgstr "" + +#: pyload/config/default.py:18 pyload/config/default.py:77 +msgid "Address" +msgstr "" + +#: pyload/config/default.py:21 +msgid "Log" +msgstr "" + +#: pyload/config/default.py:23 +msgid "Size in kb" +msgstr "" + +#: pyload/config/default.py:24 +msgid "Folder" +msgstr "" + +#: pyload/config/default.py:25 +msgid "File Log" +msgstr "" + +#: pyload/config/default.py:26 +msgid "Count" +msgstr "" + +#: pyload/config/default.py:27 +msgid "Log Rotate" +msgstr "" + +#: pyload/config/default.py:30 +msgid "Permissions" +msgstr "" + +#: pyload/config/default.py:32 +msgid "Groupname" +msgstr "" + +#: pyload/config/default.py:33 +msgid "Change Group and User of Downloads" +msgstr "" + +#: pyload/config/default.py:34 +msgid "Change file mode of downloads" +msgstr "" + +#: pyload/config/default.py:35 pyload/config/default.py:75 +msgid "Username" +msgstr "" + +#: pyload/config/default.py:36 +msgid "Filemode for Downloads" +msgstr "" + +#: pyload/config/default.py:37 +msgid "Change group of running process" +msgstr "" + +#: pyload/config/default.py:38 +msgid "Folder Permission mode" +msgstr "" + +#: pyload/config/default.py:39 +msgid "Change user of running process" +msgstr "" + +#: pyload/config/default.py:42 +msgid "General" +msgstr "" + +#: pyload/config/default.py:44 +msgid "Language" +msgstr "" + +#: pyload/config/default.py:45 +msgid "Download Folder" +msgstr "" + +#: pyload/config/default.py:46 +msgid "Use Checksum" +msgstr "" + +#: pyload/config/default.py:47 +msgid "Create folder for each package" +msgstr "" + +#: pyload/config/default.py:48 +msgid "Debug Mode" +msgstr "" + +#: pyload/config/default.py:49 +msgid "Min Free Space (MB)" +msgstr "" + +#: pyload/config/default.py:50 +msgid "CPU Priority" +msgstr "" + +#: pyload/config/default.py:53 +msgid "SSL" +msgstr "" + +#: pyload/config/default.py:55 +msgid "SSL Certificate" +msgstr "" + +#: pyload/config/default.py:57 +msgid "SSL Key" +msgstr "" + +#: pyload/config/default.py:60 +msgid "Webinterface" +msgstr "" + +#: pyload/config/default.py:62 +msgid "Template" +msgstr "" + +#: pyload/config/default.py:64 +msgid "Path Prefix" +msgstr "" + +#: pyload/config/default.py:65 +msgid "Server" +msgstr "" + +#: pyload/config/default.py:66 +msgid "Favor specific server" +msgstr "" + +#: pyload/config/default.py:67 +msgid "IP" +msgstr "" + +#: pyload/config/default.py:68 +msgid "Use HTTPS" +msgstr "" + +#: pyload/config/default.py:70 +msgid "Development mode" +msgstr "" + +#: pyload/config/default.py:73 +msgid "Proxy" +msgstr "" + +#: pyload/config/default.py:76 +msgid "Use Proxy" +msgstr "" + +#: pyload/config/default.py:78 +msgid "Password" +msgstr "" + +#: pyload/config/default.py:79 +msgid "Protocol" +msgstr "" + +#: pyload/config/default.py:83 +msgid "Reconnect" +msgstr "" + +#: pyload/config/default.py:85 pyload/config/default.py:106 +msgid "End" +msgstr "" + +#: pyload/config/default.py:86 +msgid "Use Reconnect" +msgstr "" + +#: pyload/config/default.py:87 +msgid "Method" +msgstr "" + +#: pyload/config/default.py:88 pyload/config/default.py:105 +msgid "Start" +msgstr "" + +#: pyload/config/default.py:91 +msgid "Download" +msgstr "" + +#: pyload/config/default.py:93 +msgid "Max Parallel Downloads" +msgstr "" + +#: pyload/config/default.py:94 +msgid "Limit Download Speed" +msgstr "" + +#: pyload/config/default.py:95 +msgid "Download interface to bind (ip or Name)" +msgstr "" + +#: pyload/config/default.py:96 +msgid "Skip already existing files" +msgstr "" + +#: pyload/config/default.py:97 +msgid "Max Download Speed in kb/s" +msgstr "" + +#: pyload/config/default.py:98 +msgid "Allow IPv6" +msgstr "" + +#: pyload/config/default.py:99 +msgid "Max connections for one download" +msgstr "" + +#: pyload/config/default.py:100 +msgid "Restart failed downloads on startup" +msgstr "" + +#: pyload/config/default.py:103 +msgid "Download Time" +msgstr "" + +#: pyload/network/HTTPDownload.py:249 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/api/DownloadApi.py:44 +#, python-format +msgid "Added package %(name)s as folder %(folder)s" +msgstr "" + +#: pyload/api/DownloadApi.py:95 +#, python-format +msgid "Added %d links to package" +msgstr "" + +#: pyload/AccountManager.py:69 +#, python-format +msgid "Unknown account plugin %s" +msgstr "" + +#: pyload/interaction/InteractionManager.py:88 +msgid "Query" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Captcha request" +msgstr "" + +#: pyload/interaction/InteractionManager.py:111 +msgid "Please solve the captcha." +msgstr "" + +#: pyload/remote/RemoteManager.py:35 +#, python-format +msgid "Remote backend error: %s" +msgstr "" + +#: pyload/remote/RemoteManager.py:80 +#, python-format +msgid "Starting %(name)s: %(addr)s:%(port)s" +msgstr "" + +#: pyload/remote/RemoteManager.py:82 +#, python-format +msgid "Failed loading backend %(name)s | %(error)s" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "none" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "offline" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "online" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "queued" +msgstr "" + +#: pyload/FileManager.py:53 +msgid "paused" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "finished" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "skipped" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "failed" +msgstr "" + +#: pyload/FileManager.py:54 +msgid "starting" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "waiting" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "downloading" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "temp. offline" +msgstr "" + +#: pyload/FileManager.py:55 +msgid "aborted" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "decrypting" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "processing" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "custom" +msgstr "" + +#: pyload/FileManager.py:56 +msgid "unknown" +msgstr "" + +#: pyload/FileManager.py:426 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/Api.py:152 +#, python-format +msgid "User '%s' tries to log in" +msgstr "" + +#: pyload/Core.py:195 +msgid "Received Quit signal" +msgstr "" + +#: pyload/Core.py:323 +#, python-format +msgid "pyLoad already running with pid %s" +msgstr "" + +#: pyload/Core.py:337 +#, python-format +msgid "Failed changing group: %s" +msgstr "" + +#: pyload/Core.py:347 +#, python-format +msgid "Failed changing user: %s" +msgstr "" + +#: pyload/Core.py:358 +msgid "Starting" +msgstr "" + +#: pyload/Core.py:359 +#, python-format +msgid "Using home directory: %s" +msgstr "" + +#: pyload/Core.py:373 +msgid "All links removed" +msgstr "" + +#: pyload/Core.py:403 +#, python-format +msgid "Download time: %s" +msgstr "" + +#: pyload/Core.py:418 +#, python-format +msgid "Free space: %s" +msgstr "" + +#: pyload/Core.py:438 +msgid "Activating Accounts..." +msgstr "" + +#: pyload/Core.py:443 +msgid "Restarting failed downloads..." +msgstr "" + +#: pyload/Core.py:451 +msgid "pyLoad is up and running" +msgstr "" + +#: pyload/Core.py:474 +msgid "restarting pyLoad" +msgstr "" + +#: pyload/Core.py:478 +msgid "pyLoad quits" +msgstr "" + +#: pyload/Core.py:564 +msgid "shutting down..." +msgstr "" + +#: pyload/Core.py:579 +msgid "error while shutting down" +msgstr "" + +#: pyload/Core.py:661 +msgid "killed pyLoad from terminal" +msgstr "" + +#: pyload/database/DatabaseBackend.py:167 +msgid "Database was deleted due to incompatible version." +msgstr "" + +#: pyload/threads/DecrypterThread.py:50 +msgid "Decrypting failed" +msgstr "" + +#: pyload/threads/DecrypterThread.py:73 +#, python-format +msgid "Decrypted %(count)d links into package %(name)s" +msgstr "" + +#: pyload/threads/DecrypterThread.py:80 +msgid "No links decrypted" +msgstr "" + +#: pyload/threads/InfoThread.py:147 +#, python-format +msgid "Info Fetching for %(name)s failed | %(err)s" +msgstr "" + +#: pyload/threads/ThreadManager.py:155 +#, python-format +msgid "Reconnect Failed: %s" +msgstr "" + +#: pyload/threads/ThreadManager.py:192 +msgid "Reconnect script not found!" +msgstr "" + +#: pyload/threads/ThreadManager.py:198 +msgid "Starting reconnect" +msgstr "" + +#: pyload/threads/ThreadManager.py:212 +msgid "Failed executing reconnect script!" +msgstr "" + +#: pyload/threads/ThreadManager.py:224 +#, python-format +msgid "Reconnected, new IP: %s" +msgstr "" + +#: pyload/threads/ThreadManager.py:298 +msgid "Not enough space left on device" +msgstr "" + +#: pyload/threads/DownloadThread.py:64 +#, python-format +msgid "Download starts: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:70 +#, python-format +msgid "Download finished: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:75 +#, python-format +msgid "Plugin %s is missing a function." +msgstr "" + +#: pyload/threads/DownloadThread.py:83 pyload/threads/DownloadThread.py:147 +#, python-format +msgid "Download aborted: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:103 +#, python-format +msgid "Download restarted: %(name)s | %(msg)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:113 +#, python-format +msgid "Download is offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:116 pyload/threads/DownloadThread.py:187 +#, python-format +msgid "Download is temporary offline: %s" +msgstr "" + +#: pyload/threads/DownloadThread.py:119 pyload/threads/DownloadThread.py:192 +#, python-format +msgid "Download failed: %(name)s | %(msg)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:136 +msgid "Couldn't connect to host or connection reset, waiting 1 minute and retry." +msgstr "" + +#: pyload/threads/DownloadThread.py:171 +#, python-format +msgid "Download skipped: %(name)s due to %(plugin)s" +msgstr "" + +#: pyload/threads/DownloadThread.py:188 +msgid "Internal Server Error" +msgstr "" + +#: pyload/threads/AddonThread.py:55 +msgid "An Error occurred" +msgstr "" + +#: pyload/PluginManager.py:316 +#, python-format +msgid "Error importing %(name)s: %(msg)s" +msgstr "" + +#: pyload/utils/JsEngine.py:188 +msgid "No js engine detected, please install either Spidermonkey, ossp-js, pyv8, nodejs or rhino" +msgstr "" + diff --git a/locale/zh/LC_MESSAGES/plugins.po b/locale/zh/LC_MESSAGES/plugins.po new file mode 100644 index 000000000..bf281c6f4 --- /dev/null +++ b/locale/zh/LC_MESSAGES/plugins.po @@ -0,0 +1,424 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-20 22:13+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Chinese Traditional\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.net\n" + +#: pyload/plugins/network/CurlDownload.py:241 +#, python-format +msgid "Download chunks failed, fallback to single connection | %s" +msgstr "" + +#: pyload/plugins/Base.py:329 +msgid "Pil and tesseract not installed and no Client connected for captcha decrypting" +msgstr "" + +#: pyload/plugins/Base.py:333 +msgid "No captcha result obtained in appropriate time." +msgstr "" + +#: pyload/plugins/Hoster.py:282 pyload/plugins/Hoster.py:319 +#: pyload/plugins/hoster/ARD.py:76 +#, python-format +msgid "Setting User and Group failed: %s" +msgstr "" + +#: pyload/plugins/Crypter.py:136 +msgid "Not existing file or unsupported protocol" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:96 +msgid "Rapidshare: Traffic Share (direct download)" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:123 +#: pyload/plugins/hoster/RapidshareCom.py:189 +msgid "Already downloading from this ip address, waiting 60 seconds" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:127 +msgid "Invalid Auth Code, download will be restarted" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:193 +msgid "RapidShareCom: No free slots" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:196 +msgid "You need a premium account for this file" +msgstr "" + +#: pyload/plugins/hoster/RapidshareCom.py:198 +msgid "Filename reported invalid" +msgstr "" + +#: pyload/plugins/hoster/RealdebridCom.py:40 +#: pyload/plugins/hoster/Premium4Me.py:27 +#: pyload/plugins/hoster/MultiDebridCom.py:39 +#: pyload/plugins/hoster/ZeveraCom.py:24 +#: pyload/plugins/hoster/AlldebridCom.py:37 +#: pyload/plugins/hoster/RehostTo.py:25 pyload/plugins/hoster/ReloadCc.py:22 +#: pyload/plugins/hoster/DebridItaliaCom.py:38 +#: pyload/plugins/hoster/PremiumizeMe.py:19 +#, python-format +msgid "Please enter your %s account or deactivate this plugin" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:55 +msgid "Decryption failed" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:99 +msgid "No file key provided in the URL" +msgstr "" + +#: pyload/plugins/hoster/MegaNz.py:111 +msgid "Error code:" +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:97 +msgid "Parallel download error, now waiting 60s." +msgstr "" + +#: pyload/plugins/hoster/FileserveCom.py:208 +msgid "Not logged in." +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:135 +msgid "API key invalid" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:160 +#, python-format +msgid "%s: Not enough traffic left" +msgstr "" + +#: pyload/plugins/hoster/UploadedTo.py:163 +msgid "Traffic exceeded" +msgstr "" + +#: pyload/plugins/hoster/BasePlugin.py:63 +msgid "Authorization required (username:password)" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:143 +#: pyload/plugins/hoster/NetloadIn.py:167 +msgid "File temporarily not available" +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:180 +#, python-format +msgid "Netload: waiting between downloads %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:209 +#, python-format +msgid "Netload: waiting for captcha %d s." +msgstr "" + +#: pyload/plugins/hoster/NetloadIn.py:248 +msgid "Downloaded File was empty" +msgstr "" + +#: pyload/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 "" + +#: pyload/plugins/hoster/XHamsterCom.py:75 +#: pyload/plugins/hoster/XHamsterCom.py:84 +#: pyload/plugins/hoster/XHamsterCom.py:87 +#, python-format +msgid "long_url: %s" +msgstr "" + +#: pyload/plugins/Account.py:117 pyload/plugins/Account.py:123 +#, python-format +msgid "Could not login with account %(user)s | %(msg)s" +msgstr "" + +#: pyload/plugins/Account.py:118 +msgid "Wrong Password" +msgstr "" + +#: pyload/plugins/Account.py:184 +#, python-format +msgid "Get Account Info for %s" +msgstr "" + +#: pyload/plugins/Account.py:193 +#, python-format +msgid "Error: %s" +msgstr "" + +#: pyload/plugins/Account.py:242 +#, python-format +msgid "Your Time %s has a wrong format, use: 1:22-3:44" +msgstr "" + +#: pyload/plugins/Account.py:265 +#, python-format +msgid "Account %s has not enough traffic, checking again in 30min" +msgstr "" + +#: pyload/plugins/Account.py:273 +#, python-format +msgid "Account %s is expired, checking again in 1h" +msgstr "" + +#: pyload/plugins/Account.py:290 +#, python-format +msgid "Login with %s" +msgstr "" + +#: pyload/plugins/Addon.py:118 +#, python-format +msgid "Error executing addons: %s" +msgstr "" + +#: pyload/plugins/accounts/BitshareCom.py:36 +msgid "Activate direct Download in your Bitshare Account" +msgstr "" + +#: pyload/plugins/crypter/SerienjunkiesOrg.py:128 +msgid "Downloadlimit reached" +msgstr "" + +#: pyload/plugins/addons/Premium4Me.py:30 +msgid "Please add your premium.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:53 +#, python-format +msgid "Installed scripts for %s: " +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:69 +msgid "Script not executable:" +msgstr "" + +#: pyload/plugins/addons/ExternalScripts.py:79 +#, python-format +msgid "Error in %(script)s: %(error)s" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:72 +#: pyload/plugins/addons/Captcha9kw.py:56 +#: pyload/plugins/addons/ExpertDecoders.py:49 +#, python-format +msgid "%s credits left" +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:120 +msgid "Could not send response." +msgstr "" + +#: pyload/plugins/addons/CaptchaTrader.py:138 +msgid "Your CaptchaTrader Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:89 +#, python-format +msgid "New CaptchaID from upload: %s : %s" +msgstr "" + +#: pyload/plugins/addons/Captcha9kw.py:123 +msgid "Your Captcha 9kw.eu Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/RehostTo.py:34 +msgid "Please add your rehost.to account first and restart pyLoad" +msgstr "" + +#: pyload/plugins/addons/HotFolder.py:82 +#, python-format +msgid "Added %s from HotFolder" +msgstr "" + +#: pyload/plugins/addons/ClickAndLoad.py:74 +msgid "Click'N'Load: Port 9666 already in use" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:82 +#: pyload/plugins/addons/IRCInterface.py:75 +#, python-format +msgid "Package finished: %s" +msgstr "" + +#: pyload/plugins/addons/XMPPInterface.py:90 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" +msgstr "" + +#: pyload/plugins/addons/ExpertDecoders.py:98 +msgid "Your ExpertDecoders Account has not enough credits" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:73 +msgid "*** Plugins have been updated, please restart pyLoad ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:75 +msgid "Plugins updated and reloaded" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:78 +msgid "No plugin updates available" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:95 +msgid "No Updates for pyLoad" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:100 +#, python-format +msgid "*** New pyLoad Version %s available ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:101 +msgid "*** Get it here: http://pyload.org/download ***" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:104 +msgid "Not able to connect server for updates" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:148 +#, python-format +msgid "New version of %(type)s|%(name)s : %(version).2f" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:157 +#: pyload/plugins/addons/UpdateManager.py:162 +#, python-format +msgid "Error when updating %s" +msgstr "" + +#: pyload/plugins/addons/UpdateManager.py:162 +msgid "Version mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:92 +#, python-format +msgid "No %s installed" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:94 +#: pyload/plugins/addons/ExtractArchive.py:99 +#, python-format +msgid "Could not activate %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:104 +msgid "Activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:106 +msgid "No Extract plugins activated" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:118 +#, python-format +msgid "Package %s queued for later extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:143 +#, python-format +msgid "Check package %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:183 +#, python-format +msgid "Extract to %s" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:197 +msgid "No files found to extract" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:203 +msgid "extracting" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:214 +msgid "Password protected" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:234 +msgid "Wrong password" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:242 +#, python-format +msgid "Deleting %s files" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:247 +msgid "Extracting finished" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:254 +msgid "Archive Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:256 +msgid "CRC Mismatch" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:260 +msgid "Unknown Error" +msgstr "" + +#: pyload/plugins/addons/ExtractArchive.py:312 +msgid "Setting User and Group failed" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:36 +msgid "Crypter list not found" +msgstr "" + +#: pyload/plugins/addons/LinkdecrypterCom.py:50 +msgid "Crypter list is empty" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:82 +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:94 +#, python-format +msgid "New Captcha Request: %s" +msgstr "" + +#: pyload/plugins/addons/IRCInterface.py:95 +#, python-format +msgid "Answer with 'c %s text on the captcha'" +msgstr "" + +#: pyload/plugins/addons/PremiumizeMe.py:46 +msgid "Please add a valid premiumize.me account first and restart pyLoad." +msgstr "" + +#: pyload/plugins/addons/CaptchaBrotherhood.py:69 +#, python-format +msgid "%d credits left" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:29 +#, python-format +msgid "Activated %s" +msgstr "" + +#: pyload/plugins/addons/MultiHoster.py:47 +msgid "No Hoster loaded" +msgstr "" + diff --git a/locale/zh/LC_MESSAGES/setup.po b/locale/zh/LC_MESSAGES/setup.po new file mode 100644 index 000000000..6176937cd --- /dev/null +++ b/locale/zh/LC_MESSAGES/setup.po @@ -0,0 +1,376 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-07-17 15:39+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Chinese Traditional\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.net\n" + +#: pyload/Setup.py:72 +msgid "Would you like to configure pyLoad via Webinterface?" +msgstr "" + +#: pyload/Setup.py:73 +msgid "You need a Browser and a connection to this PC for it." +msgstr "" + +#: pyload/Setup.py:74 +msgid "Url would be: http://hostname:8000/" +msgstr "" + +#: pyload/Setup.py:75 +msgid "Start initial webinterface for configuration?" +msgstr "" + +#: pyload/Setup.py:86 +msgid "Welcome to the pyLoad Configuration Assistent." +msgstr "" + +#: pyload/Setup.py:87 +msgid "It will check your system and make a basic setup in order to run pyLoad." +msgstr "" + +#: pyload/Setup.py:89 +msgid "The value in brackets [] always is the default value," +msgstr "" + +#: pyload/Setup.py:90 +msgid "in case you don't want to change it or you are unsure what to choose, just hit enter." +msgstr "" + +#: pyload/Setup.py:92 +msgid "Don't forget: You can always rerun this assistent with --setup or -s parameter, when you start pyLoadCore." +msgstr "" + +#: pyload/Setup.py:93 +msgid "If you have any problems with this assistent hit CTRL+C," +msgstr "" + +#: pyload/Setup.py:94 +msgid "to abort and don't let him start with pyLoadCore automatically anymore." +msgstr "" + +#: pyload/Setup.py:96 +msgid "When you are ready for system check, hit enter." +msgstr "" + +#: pyload/Setup.py:103 +msgid "Features missing: " +msgstr "" + +#: pyload/Setup.py:107 +msgid "no py-crypto available" +msgstr "" + +#: pyload/Setup.py:108 +msgid "You need this if you want to decrypt container files." +msgstr "" + +#: pyload/Setup.py:112 +msgid "no SSL available" +msgstr "" + +#: pyload/Setup.py:113 +msgid "This is needed if you want to establish a secure connection to core or webinterface." +msgstr "" + +#: pyload/Setup.py:114 +msgid "If you only want to access locally to pyLoad ssl is not useful." +msgstr "" + +#: pyload/Setup.py:118 +msgid "no Captcha Recognition available" +msgstr "" + +#: pyload/Setup.py:119 +msgid "Only needed for some hosters and as freeuser." +msgstr "" + +#: pyload/Setup.py:123 +msgid "no JavaScript engine found" +msgstr "" + +#: pyload/Setup.py:124 +msgid "You will need this for some Click'N'Load links. Install Spidermonkey, ossp-js, pyv8 or rhino" +msgstr "" + +#: pyload/Setup.py:126 +msgid "You can abort the setup now and fix some dependencies if you want." +msgstr "" + +#: pyload/Setup.py:128 +msgid "Continue with setup?" +msgstr "" + +#: pyload/Setup.py:134 +#, python-format +msgid "Do you want to change the config path? Current is %s" +msgstr "" + +#: pyload/Setup.py:136 +msgid "If you use pyLoad on a server or the home partition lives on an internal flash it may be a good idea to change it." +msgstr "" + +#: pyload/Setup.py:137 +msgid "Change config path?" +msgstr "" + +#: pyload/Setup.py:143 +msgid "Do you want to configure login data and basic settings?" +msgstr "" + +#: pyload/Setup.py:144 +msgid "This is recommend for first run." +msgstr "" + +#: pyload/Setup.py:145 +msgid "Make basic setup?" +msgstr "" + +#: pyload/Setup.py:152 +msgid "Do you want to configure ssl?" +msgstr "" + +#: pyload/Setup.py:153 +msgid "Configure ssl?" +msgstr "" + +#: pyload/Setup.py:159 +msgid "Do you want to configure webinterface?" +msgstr "" + +#: pyload/Setup.py:160 +msgid "Configure webinterface?" +msgstr "" + +#: pyload/Setup.py:165 +msgid "Setup finished successfully." +msgstr "" + +#: pyload/Setup.py:166 +msgid "Hit enter to exit and restart pyLoad" +msgstr "" + +#: pyload/Setup.py:173 +msgid "Webinterface running for setup." +msgstr "" + +#: pyload/Setup.py:190 +msgid "## Basic Setup ##" +msgstr "" + +#: pyload/Setup.py:193 +msgid "The following logindata is valid for CLI, GUI and webinterface." +msgstr "" + +#: pyload/Setup.py:199 pyload/Setup.py:288 pyload/Setup.py:304 +msgid "Username" +msgstr "" + +#: pyload/Setup.py:205 +msgid "External clients (GUI, CLI or other) need remote access to work over the network." +msgstr "" + +#: pyload/Setup.py:206 +msgid "However, if you only want to use the webinterface you may disable it to save ram." +msgstr "" + +#: pyload/Setup.py:207 +msgid "Enable remote access" +msgstr "" + +#: pyload/Setup.py:211 +msgid "Language" +msgstr "" + +#: pyload/Setup.py:213 +msgid "Download folder" +msgstr "" + +#: pyload/Setup.py:214 +msgid "Max parallel downloads" +msgstr "" + +#: pyload/Setup.py:218 +msgid "Use Reconnect?" +msgstr "" + +#: pyload/Setup.py:221 +msgid "Reconnect script location" +msgstr "" + +#: pyload/Setup.py:226 +msgid "## Webinterface Setup ##" +msgstr "" + +#: pyload/Setup.py:229 +msgid "Activate webinterface?" +msgstr "" + +#: pyload/Setup.py:231 +msgid "Listen address, if you use 127.0.0.1 or localhost, the webinterface will only accessible locally." +msgstr "" + +#: pyload/Setup.py:232 +msgid "Address" +msgstr "" + +#: pyload/Setup.py:233 +msgid "Port" +msgstr "" + +#: pyload/Setup.py:235 +msgid "pyLoad offers several server backends, now following a short explanation." +msgstr "" + +#: pyload/Setup.py:236 +msgid "Default server, this server offers SSL and is a good alternative to builtin." +msgstr "" + +#: pyload/Setup.py:238 +msgid "Can be used by apache, lighttpd, requires you to configure them, which is not too easy job." +msgstr "" + +#: pyload/Setup.py:239 +msgid "Very fast alternative written in C, requires libev and linux knowledge." +msgstr "" + +#: pyload/Setup.py:240 +msgid "Get it from here: https://github.com/jonashaag/bjoern, compile it" +msgstr "" + +#: pyload/Setup.py:241 +msgid "and copy bjoern.so to pyload/lib" +msgstr "" + +#: pyload/Setup.py:245 +msgid "Attention: In some rare cases the builtin server is not working, if you notice problems with the webinterface" +msgstr "" + +#: pyload/Setup.py:246 +msgid "come back here and change the builtin server to the threaded one here." +msgstr "" + +#: pyload/Setup.py:248 +msgid "Server" +msgstr "" + +#: pyload/Setup.py:253 +msgid "## SSL Setup ##" +msgstr "" + +#: pyload/Setup.py:255 +msgid "Execute these commands from pyLoad config folder to make ssl certificates:" +msgstr "" + +#: pyload/Setup.py:261 +msgid "If you're done and everything went fine, you can activate ssl now." +msgstr "" + +#: pyload/Setup.py:262 +msgid "Activate SSL?" +msgstr "" + +#: pyload/Setup.py:278 +msgid "Select action" +msgstr "" + +#: pyload/Setup.py:279 +msgid "1 - Create/Edit user" +msgstr "" + +#: pyload/Setup.py:280 +msgid "2 - List users" +msgstr "" + +#: pyload/Setup.py:281 +msgid "3 - Remove user" +msgstr "" + +#: pyload/Setup.py:282 +msgid "4 - Quit" +msgstr "" + +#: pyload/Setup.py:294 +msgid "Users" +msgstr "" + +#: pyload/Setup.py:322 +msgid "Setting new configpath, current configuration will not be transferred!" +msgstr "" + +#: pyload/Setup.py:323 +msgid "Config path" +msgstr "" + +#: pyload/Setup.py:331 +msgid "Config path changed, setup will now close, please restart to go on." +msgstr "" + +#: pyload/Setup.py:332 +msgid "Press Enter to exit." +msgstr "" + +#: pyload/Setup.py:336 +#, python-format +msgid "Setting config path failed: %s" +msgstr "" + +#: pyload/Setup.py:347 +msgid "y" +msgstr "" + +#: pyload/Setup.py:349 +msgid "n" +msgstr "" + +#: pyload/Setup.py:373 +msgid "Password: " +msgstr "" + +#: pyload/Setup.py:377 +msgid "Password too short. Use at least 4 symbols." +msgstr "" + +#: pyload/Setup.py:380 +msgid "Password (again): " +msgstr "" + +#: pyload/Setup.py:386 +msgid "Passwords did not match." +msgstr "" + +#: pyload/Setup.py:397 +msgid "yes" +msgstr "" + +#: pyload/Setup.py:397 +msgid "true" +msgstr "" + +#: pyload/Setup.py:397 +msgid "t" +msgstr "" + +#: pyload/Setup.py:400 +msgid "no" +msgstr "" + +#: pyload/Setup.py:400 +msgid "false" +msgstr "" + +#: pyload/Setup.py:400 +msgid "f" +msgstr "" + +#: pyload/Setup.py:403 pyload/Setup.py:413 +msgid "Invalid Input" +msgstr "" + diff --git a/locale/zh/LC_MESSAGES/webUI.po b/locale/zh/LC_MESSAGES/webUI.po new file mode 100644 index 000000000..4a695943b --- /dev/null +++ b/locale/zh/LC_MESSAGES/webUI.po @@ -0,0 +1,129 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2013-08-10 11:58+0200\n" +"PO-Revision-Date: 2013-10-13 12:25-0400\n" +"Last-Translator: pyloadTeam <team@pyload.org>\n" +"Language-Team: Chinese Traditional\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: crowdin.net\n" + +#: pyload/web/app/scripts/helpers/formatSize.js:9 +msgid "not available" +msgstr "" + +#: pyload/web/app/scripts/helpers/formatSize.js:11 +msgid "unlimited" +msgstr "" + +#: pyload/web/app/templates/default/admin.html:3 +#: pyload/web/app/templates/default/admin.html:4 +msgid "Admin" +msgstr "" + +#: pyload/web/app/templates/default/setup.html:3 +msgid "Setup" +msgstr "" + +#: pyload/web/app/templates/default/accounts/actionbar.html:2 +msgid "Add Account" +msgstr "" + +#: pyload/web/app/templates/default/accounts/layout.html:2 +msgid "Accounts" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:9 +msgid "Local" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:18 +msgid "Search" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:26 +msgid "Type" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:44 +#: pyload/web/app/templates/default/dashboard/actionbar.html:49 +msgid "All" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:50 +msgid "Finished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:51 +msgid "Unfinished" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/actionbar.html:52 +msgid "Failed" +msgstr "" + +#: pyload/web/app/templates/default/dashboard/select.html:1 +msgid "1 package" +msgid_plural "%d packages" +msgstr[0] "" + +#: pyload/web/app/templates/default/dashboard/select.html:4 +msgid "1 file" +msgid_plural "%d files" +msgstr[0] "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:2 +msgid "Add an account" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addAccount.html:7 +msgid "Please enter your account data" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:3 +msgid "Choose a plugin" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:9 +msgid "Please choose a plugin, which you want to configure" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:23 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:46 +msgid "Add" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/addPluginConfig.html:24 +#: pyload/web/app/templates/default/dialogs/linkgrabber.html:47 +#: pyload/web/app/templates/default/dialogs/interactionTask.html:35 +msgid "Close" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:2 +msgid "Please confirm" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:5 +msgid "Do you want to delete the selected items?" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:8 +msgid "Delete" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/confirmDelete.html:9 +msgid "Cancel" +msgstr "" + +#: pyload/web/app/templates/default/dialogs/interactionTask.html:34 +msgid "Submit" +msgstr "" + +#: pyload/web/app/templates/default/header/layout.html:12 +msgid "Running..." +msgstr "" + |