Imported Translations from Transifex

Change-Id: I866b0ac84cfb587b72bfdac1575eed18bc122536
This commit is contained in:
OpenStack Proposal Bot 2014-09-11 06:10:31 +00:00
parent 1a500712cd
commit 60a44a1aa2
2 changed files with 42 additions and 26 deletions

View File

@ -9,8 +9,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: oslo.concurrency\n" "Project-Id-Version: oslo.concurrency\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:08+0000\n" "POT-Creation-Date: 2014-09-11 06:10+0000\n"
"PO-Revision-Date: 2014-09-08 11:01+0000\n" "PO-Revision-Date: 2014-09-09 18:03+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: English (United Kingdom) " "Language-Team: English (United Kingdom) "
"(http://www.transifex.com/projects/p/osloconcurrency/language/en_GB/)\n" "(http://www.transifex.com/projects/p/osloconcurrency/language/en_GB/)\n"
@ -26,11 +26,11 @@ msgstr ""
msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s"
msgstr "Unable to acquire lock on `%(filename)s` due to %(exception)s" msgstr "Unable to acquire lock on `%(filename)s` due to %(exception)s"
#: oslo/concurrency/processutils.py:59 #: oslo/concurrency/processutils.py:58
msgid "Unexpected error while running command." msgid "Unexpected error while running command."
msgstr "Unexpected error while running command." msgstr "Unexpected error while running command."
#: oslo/concurrency/processutils.py:62 #: oslo/concurrency/processutils.py:61
#, python-format #, python-format
msgid "" msgid ""
"%(description)s\n" "%(description)s\n"
@ -45,26 +45,26 @@ msgstr ""
"Stdout: %(stdout)r\n" "Stdout: %(stdout)r\n"
"Stderr: %(stderr)r" "Stderr: %(stderr)r"
#: oslo/concurrency/processutils.py:161 #: oslo/concurrency/processutils.py:160
#, python-format #, python-format
msgid "Got unknown keyword args: %r" msgid "Got unknown keyword args: %r"
msgstr "Got unknown keyword args: %r" msgstr "Got unknown keyword args: %r"
#: oslo/concurrency/processutils.py:164 #: oslo/concurrency/processutils.py:163
#, python-format #, python-format
msgid "Got invalid arg log_errors: %r" msgid "Got invalid arg log_errors: %r"
msgstr "" msgstr ""
#: oslo/concurrency/processutils.py:170 #: oslo/concurrency/processutils.py:169
msgid "Command requested root, but did not specify a root helper." msgid "Command requested root, but did not specify a root helper."
msgstr "Command requested root, but did not specify a root helper." msgstr "Command requested root, but did not specify a root helper."
#: oslo/concurrency/processutils.py:180 #: oslo/concurrency/processutils.py:179
#, python-format #, python-format
msgid "Running cmd (subprocess): %s" msgid "Running cmd (subprocess): %s"
msgstr "Running cmd (subprocess): %s" msgstr "Running cmd (subprocess): %s"
#: oslo/concurrency/processutils.py:229 #: oslo/concurrency/processutils.py:219
#, python-format #, python-format
msgid "" msgid ""
"%(desc)r\n" "%(desc)r\n"
@ -74,21 +74,29 @@ msgid ""
"stderr: %(stderr)r" "stderr: %(stderr)r"
msgstr "" msgstr ""
#: oslo/concurrency/processutils.py:239 #: oslo/concurrency/processutils.py:228
#, python-format
msgid ""
"Got an OSError\n"
"command: %(cmd)r\n"
"errno: %(errno)r"
msgstr ""
#: oslo/concurrency/processutils.py:234
#, python-format #, python-format
msgid "%r failed. Not Retrying." msgid "%r failed. Not Retrying."
msgstr "" msgstr ""
#: oslo/concurrency/processutils.py:242 #: oslo/concurrency/processutils.py:238
#, python-format #, python-format
msgid "%r failed. Retrying." msgid "%r failed. Retrying."
msgstr "%r failed. Retrying." msgstr "%r failed. Retrying."
#: oslo/concurrency/processutils.py:284 #: oslo/concurrency/processutils.py:281
msgid "Environment not supported over SSH" msgid "Environment not supported over SSH"
msgstr "Environment not supported over SSH" msgstr "Environment not supported over SSH"
#: oslo/concurrency/processutils.py:288 #: oslo/concurrency/processutils.py:285
msgid "process_input not supported over SSH" msgid "process_input not supported over SSH"
msgstr "process_input not supported over SSH" msgstr "process_input not supported over SSH"

View File

@ -7,9 +7,9 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: oslo.concurrency 4e7a576\n" "Project-Id-Version: oslo.concurrency 1a50071\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-09 06:08+0000\n" "POT-Creation-Date: 2014-09-11 06:10+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -24,11 +24,11 @@ msgstr ""
msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s"
msgstr "" msgstr ""
#: oslo/concurrency/processutils.py:59 #: oslo/concurrency/processutils.py:58
msgid "Unexpected error while running command." msgid "Unexpected error while running command."
msgstr "" msgstr ""
#: oslo/concurrency/processutils.py:62 #: oslo/concurrency/processutils.py:61
#, python-format #, python-format
msgid "" msgid ""
"%(description)s\n" "%(description)s\n"
@ -38,26 +38,26 @@ msgid ""
"Stderr: %(stderr)r" "Stderr: %(stderr)r"
msgstr "" msgstr ""
#: oslo/concurrency/processutils.py:161 #: oslo/concurrency/processutils.py:160
#, python-format #, python-format
msgid "Got unknown keyword args: %r" msgid "Got unknown keyword args: %r"
msgstr "" msgstr ""
#: oslo/concurrency/processutils.py:164 #: oslo/concurrency/processutils.py:163
#, python-format #, python-format
msgid "Got invalid arg log_errors: %r" msgid "Got invalid arg log_errors: %r"
msgstr "" msgstr ""
#: oslo/concurrency/processutils.py:170 #: oslo/concurrency/processutils.py:169
msgid "Command requested root, but did not specify a root helper." msgid "Command requested root, but did not specify a root helper."
msgstr "" msgstr ""
#: oslo/concurrency/processutils.py:180 #: oslo/concurrency/processutils.py:179
#, python-format #, python-format
msgid "Running cmd (subprocess): %s" msgid "Running cmd (subprocess): %s"
msgstr "" msgstr ""
#: oslo/concurrency/processutils.py:229 #: oslo/concurrency/processutils.py:219
#, python-format #, python-format
msgid "" msgid ""
"%(desc)r\n" "%(desc)r\n"
@ -67,21 +67,29 @@ msgid ""
"stderr: %(stderr)r" "stderr: %(stderr)r"
msgstr "" msgstr ""
#: oslo/concurrency/processutils.py:239 #: oslo/concurrency/processutils.py:228
#, python-format
msgid ""
"Got an OSError\n"
"command: %(cmd)r\n"
"errno: %(errno)r"
msgstr ""
#: oslo/concurrency/processutils.py:234
#, python-format #, python-format
msgid "%r failed. Not Retrying." msgid "%r failed. Not Retrying."
msgstr "" msgstr ""
#: oslo/concurrency/processutils.py:242 #: oslo/concurrency/processutils.py:238
#, python-format #, python-format
msgid "%r failed. Retrying." msgid "%r failed. Retrying."
msgstr "" msgstr ""
#: oslo/concurrency/processutils.py:284 #: oslo/concurrency/processutils.py:281
msgid "Environment not supported over SSH" msgid "Environment not supported over SSH"
msgstr "" msgstr ""
#: oslo/concurrency/processutils.py:288 #: oslo/concurrency/processutils.py:285
msgid "process_input not supported over SSH" msgid "process_input not supported over SSH"
msgstr "" msgstr ""