From 4989163a998c97f5dca66d46e919876bd76a4d2d Mon Sep 17 00:00:00 2001 From: Stefano Date: Wed, 9 Apr 2014 12:29:52 +0200 Subject: First import from Crowdin --- locale/hi/LC_MESSAGES/pyLoadCli.po | 295 +++++++++++++++++++++++++++++++++++++ 1 file changed, 295 insertions(+) create mode 100644 locale/hi/LC_MESSAGES/pyLoadCli.po (limited to 'locale/hi/LC_MESSAGES/pyLoadCli.po') diff --git a/locale/hi/LC_MESSAGES/pyLoadCli.po b/locale/hi/LC_MESSAGES/pyLoadCli.po new file mode 100644 index 000000000..3dab69661 --- /dev/null +++ b/locale/hi/LC_MESSAGES/pyLoadCli.po @@ -0,0 +1,295 @@ +msgid "" +msgstr "Project-Id-Version: pyload\n" +"Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" +"POT-Creation-Date: 2014-04-08 15:01+0200\n" +"PO-Revision-Date: 2014-04-09 05:39-0400\n" +"Last-Translator: pyloadTeam \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" + +#: pyLoadCli.py:75 pyLoadCli.py:133 +msgid " Command Line Interface" +msgstr "" + +#: pyLoadCli.py:165 +#, python-format +msgid "%s Downloads:" +msgstr "%s डाउनलोड:" + +#: pyLoadCli.py:177 +msgid " Speed: " +msgstr " गति: " + +#: pyLoadCli.py:177 +msgid " Size: " +msgstr " आकार: " + +#: pyLoadCli.py:178 +msgid " Finished in: " +msgstr "" + +#: pyLoadCli.py:179 +msgid " ID: " +msgstr " आईडी: " + +#: pyLoadCli.py:184 +msgid "waiting: " +msgstr "प्रतीक्षा में :" + +#: pyLoadCli.py:191 pyLoadCli.py:193 +msgid "Status:" +msgstr "स्थिति:" + +#: pyLoadCli.py:191 +msgid "paused" +msgstr "" + +#: pyLoadCli.py:193 +msgid "running" +msgstr "" + +#: pyLoadCli.py:196 +msgid "total Speed" +msgstr "कुल गति" + +#: pyLoadCli.py:196 +msgid "Files in queue" +msgstr "" + +#: pyLoadCli.py:197 +msgid "Total" +msgstr "कुल" + +#: pyLoadCli.py:203 +msgid "Menu:" +msgstr "मेन्यू " + +#: pyLoadCli.py:205 +msgid " Add Links" +msgstr "लिंक्स जोड़ें" + +#: pyLoadCli.py:206 +msgid " Manage Queue" +msgstr "" + +#: pyLoadCli.py:207 +msgid " Manage Collector" +msgstr "" + +#: pyLoadCli.py:208 +msgid " (Un)Pause Server" +msgstr "" + +#: pyLoadCli.py:209 +msgid " Kill Server" +msgstr "" + +#: pyLoadCli.py:210 +msgid " Quit" +msgstr "" + +#: pyLoadCli.py:289 pyLoadCli.py:296 +msgid "Please use this syntax: add ..." +msgstr "" + +#: pyLoadCli.py:315 +#, python-format +msgid "Checking %d links:" +msgstr "" + +#: pyLoadCli.py:324 +msgid "File does not exists." +msgstr "" + +#: pyLoadCli.py:385 +msgid "pyLoad was terminated" +msgstr "" + +#: pyLoadCli.py:443 +msgid "Prints server status" +msgstr "" + +#: pyLoadCli.py:444 +msgid "Prints downloads in queue" +msgstr "" + +#: pyLoadCli.py:445 +msgid "Prints downloads in collector" +msgstr "" + +#: pyLoadCli.py:446 +msgid "Adds package to queue" +msgstr "" + +#: pyLoadCli.py:447 +msgid "Adds package to collector" +msgstr "" + +#: pyLoadCli.py:448 +msgid "Delete Files from Queue/Collector" +msgstr "" + +#: pyLoadCli.py:449 +msgid "Delete Packages from Queue/Collector" +msgstr "" + +#: pyLoadCli.py:450 +msgid "Move Packages from Queue to Collector or vice versa" +msgstr "" + +#: pyLoadCli.py:451 +msgid "Restart files" +msgstr "" + +#: pyLoadCli.py:452 +msgid "Restart packages" +msgstr "" + +#: pyLoadCli.py:453 +msgid "Check online status, works with local container" +msgstr "" + +#: pyLoadCli.py:454 +msgid "Checks online status of a container file" +msgstr "" + +#: pyLoadCli.py:455 +msgid "Pause the server" +msgstr "" + +#: pyLoadCli.py:456 +msgid "continue downloads" +msgstr "डाउनलोड जारी रखें " + +#: pyLoadCli.py:457 +msgid "Toggle pause/unpause" +msgstr "" + +#: pyLoadCli.py:458 +msgid "kill server" +msgstr "सर्वर बंद करें " + +#: pyLoadCli.py:460 +msgid "List of commands:" +msgstr "कमांड सूची " + +#: pyLoadCli.py:473 +msgid "Couldn't write user config file" +msgstr "" + +#: pyLoadCli.py:548 +msgid "You need py-openssl to connect to this pyLoad Core." +msgstr "" + +#: pyLoadCli.py:555 +msgid "Address: " +msgstr "" + +#: pyLoadCli.py:556 +msgid "Port: " +msgstr "पोर्ट: " + +#: pyLoadCli.py:557 +msgid "Username: " +msgstr "उपयोगकर्ता नाम: " + +#: pyLoadCli.py:561 +msgid "Password: " +msgstr "पासवर्ड: " + +#: pyLoadCli.py:566 pyLoadCli.py:575 +msgid "Login data is wrong." +msgstr "" + +#: pyLoadCli.py:568 pyLoadCli.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 +msgid "Interactive mode ignored since you passed some commands." +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 "पैकेज: %s" + +#: 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 "पूरा होने पर %s टाइप करें " + +#: module/cli/AddPackage.py:60 +msgid "Links added: " +msgstr "जोड़े गए लिंक" + +#: module/cli/AddPackage.py:64 module/cli/ManageFiles.py:149 +msgid " back to main menu" +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 "-अगला " + -- cgit v1.2.3