diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-07-18 01:02:57 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-07-19 02:25:56 +0200 |
commit | 35474a8f1f8acb141bb415556f3bda94399d2aee (patch) | |
tree | 79b13a6e2fdbedf99004b16d0723c677e781b9c1 /locale/nl/LC_MESSAGES/pyLoad.po | |
parent | Remove self-tests from all files (diff) | |
download | pyload-35474a8f1f8acb141bb415556f3bda94399d2aee.tar.xz |
Rename pyLoadCore as pyload and pyLoadCli as pyload-cli
Diffstat (limited to 'locale/nl/LC_MESSAGES/pyLoad.po')
-rw-r--r-- | locale/nl/LC_MESSAGES/pyLoad.po | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/locale/nl/LC_MESSAGES/pyLoad.po b/locale/nl/LC_MESSAGES/pyLoad.po index fc25c582e..86b7b4a35 100644 --- a/locale/nl/LC_MESSAGES/pyLoad.po +++ b/locale/nl/LC_MESSAGES/pyLoad.po @@ -12,120 +12,120 @@ msgstr "Project-Id-Version: pyload\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: crowdin.net\n" -#: pyLoadCore.py:182 +#: pyload.py:182 msgid "Received Quit signal" msgstr "Quit signaal ontvangen" -#: pyLoadCore.py:303 +#: pyload.py:303 #, python-format msgid "pyLoad already running with pid %s" msgstr "pyLoad is al actief met pid %s" -#: pyLoadCore.py:317 +#: pyload.py:317 #, python-format msgid "Failed changing group: %s" msgstr "Veranderen van groep mislukt: %s" -#: pyLoadCore.py:327 +#: pyload.py:327 #, python-format msgid "Failed changing user: %s" msgstr "Veranderen van gebruiker mislukt: %s" -#: pyLoadCore.py:329 +#: pyload.py:329 msgid "folder for logs" msgstr "map voor logs" -#: pyLoadCore.py:340 +#: pyload.py:340 msgid "Starting" msgstr "Startend" -#: pyLoadCore.py:341 +#: pyload.py:341 #, python-format msgid "Using home directory: %s" msgstr "Gebruik hoofdmap: %s" -#: pyLoadCore.py:350 +#: pyload.py:350 msgid "pycrypto to decode container files" msgstr "Container bestanden decoderen met pycrypto" -#: pyLoadCore.py:353 +#: pyload.py:353 msgid "folder for temporary files" msgstr "map voor tijdelijke bestanden" -#: pyLoadCore.py:358 +#: pyload.py:358 msgid "folder for downloads" msgstr "map voor downloads" -#: pyLoadCore.py:361 +#: pyload.py:361 msgid "OpenSSL for secure connection" msgstr "OpenSSL voor beveiligde verbinding" -#: pyLoadCore.py:365 +#: pyload.py:365 msgid "Moving old user config to DB" msgstr "Oude configuratie naar DB verplaatsen" -#: pyLoadCore.py:368 -msgid "Please check your logindata with ./pyLoadCore.py -u" -msgstr "Controleer je logingegevens met ./pyLoadCore.py -u" +#: pyload.py:368 +msgid "Please check your logindata with ./pyload.py -u" +msgstr "Controleer je logingegevens met ./pyload.py -u" -#: pyLoadCore.py:371 +#: pyload.py:371 msgid "All links removed" msgstr "Alle links verwijderd" -#: pyLoadCore.py:402 +#: pyload.py:402 #, python-format msgid "Downloadtime: %s" msgstr "Downloadtijd: %s" -#: pyLoadCore.py:412 +#: pyload.py:412 #, python-format msgid "Free space: %s" msgstr "Beschikbare ruimte: %s" -#: pyLoadCore.py:432 +#: pyload.py:432 msgid "Activating Accounts..." msgstr "Accounts worden geactiveerd..." -#: pyLoadCore.py:438 +#: pyload.py:438 msgid "Activating Plugins..." msgstr "Plugins aan het activeren..." -#: pyLoadCore.py:441 +#: pyload.py:441 msgid "pyLoad is up and running" msgstr "pyLoad is lopende" -#: pyLoadCore.py:460 +#: pyload.py:460 msgid "restarting pyLoad" msgstr "pyLoad wordt herstart" -#: pyLoadCore.py:464 +#: pyload.py:464 msgid "pyLoad quits" msgstr "pyLoad wordt afgesloten" -#: pyLoadCore.py:521 +#: pyload.py:521 #, python-format msgid "Install %s" msgstr "Installeren %s" -#: pyLoadCore.py:557 +#: pyload.py:557 #, python-format msgid "could not find %(desc)s: %(name)s" msgstr "Niet te vinden %(desc)s: %(name)s" -#: pyLoadCore.py:559 +#: pyload.py:559 #, python-format msgid "could not create %(desc)s: %(name)s" msgstr "Niet aan te maken %(desc)s : %(name)s" -#: pyLoadCore.py:580 +#: pyload.py:580 msgid "shutting down..." msgstr "afsluiten..." -#: pyLoadCore.py:597 +#: pyload.py:597 msgid "error while shutting down" msgstr "fout tijdens afsluiten" -#: pyLoadCore.py:661 +#: pyload.py:661 msgid "killed pyLoad from Terminal" msgstr "pyLoad is afgesloten via Terminal" @@ -333,8 +333,8 @@ msgid "not available" msgstr "niet beschikbaar" #: module/web/pyload_app.py:508 -msgid "Run pyLoadCore.py -s to access the setup." -msgstr "Start pyLoadCore.py -s om setup te starten." +msgid "Run pyload.py -s to access the setup." +msgstr "Start pyload.py -s om setup te starten." #: module/network/HTTPDownload.py:245 #, python-format |