diff options
author | Andreas Jaeger <aj@suse.de> | 2014-08-15 19:33:03 +0200 |
---|---|---|
committer | Andreas Jaeger <jaegerandi@gmail.com> | 2014-08-19 05:45:15 +0000 |
commit | 719987f55783a55311bf25089b1923852eaad3a7 (patch) | |
tree | b76aaa9636ce7df0d767b95e0d6f153fd37f3335 /oslo.concurrency | |
parent | 37b90eda3e19102154ea4c3c0a4b0b84b1d9e6c7 (diff) | |
download | oslo-concurrency-719987f55783a55311bf25089b1923852eaad3a7.tar.gz |
Initial translation setup
Add oslo.concurrency/locale/oslo.concurrency.pot, the file needs to
exist so that the infra scripts for sending translations work.
This file will then be updated via the proposol bot.
Change-Id: I7373cbd961b25a3a22e50c4f2ee9d32505cb3663
Diffstat (limited to 'oslo.concurrency')
-rw-r--r-- | oslo.concurrency/locale/oslo.concurrency.pot | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/oslo.concurrency/locale/oslo.concurrency.pot b/oslo.concurrency/locale/oslo.concurrency.pot new file mode 100644 index 0000000..d0149d2 --- /dev/null +++ b/oslo.concurrency/locale/oslo.concurrency.pot @@ -0,0 +1,102 @@ +# Translations template for oslo.concurrency. +# Copyright (C) 2014 ORGANIZATION +# This file is distributed under the same license as the oslo.concurrency +# project. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: oslo.concurrency 1761de8\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2014-08-15 19:31+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" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 1.3\n" + +#: oslo/concurrency/lockutils.py:101 +#: oslo/concurrency/openstack/common/lockutils.py:101 +#, python-format +msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" +msgstr "" + +#: oslo/concurrency/processutils.py:59 +msgid "Unexpected error while running command." +msgstr "" + +#: oslo/concurrency/processutils.py:62 +#, python-format +msgid "" +"%(description)s\n" +"Command: %(cmd)s\n" +"Exit code: %(exit_code)s\n" +"Stdout: %(stdout)r\n" +"Stderr: %(stderr)r" +msgstr "" + +#: oslo/concurrency/processutils.py:143 +#, python-format +msgid "Got unknown keyword args: %r" +msgstr "" + +#: oslo/concurrency/processutils.py:148 +msgid "Command requested root, but did not specify a root helper." +msgstr "" + +#: oslo/concurrency/processutils.py:245 +msgid "Environment not supported over SSH" +msgstr "" + +#: oslo/concurrency/processutils.py:249 +msgid "process_input not supported over SSH" +msgstr "" + +#: oslo/concurrency/openstack/common/gettextutils.py:301 +msgid "Message objects do not support addition." +msgstr "" + +#: oslo/concurrency/openstack/common/gettextutils.py:311 +msgid "" +"Message objects do not support str() because they may contain non-ascii " +"characters. Please use unicode() or translate() instead." +msgstr "" + +#: oslo/concurrency/openstack/common/log.py:287 +#, python-format +msgid "Deprecated: %s" +msgstr "" + +#: oslo/concurrency/openstack/common/log.py:396 +#, python-format +msgid "Error loading logging config %(log_config)s: %(err_msg)s" +msgstr "" + +#: oslo/concurrency/openstack/common/log.py:457 +#, python-format +msgid "syslog facility must be one of: %s" +msgstr "" + +#: oslo/concurrency/openstack/common/log.py:700 +#, python-format +msgid "Fatal call to deprecated config: %(msg)s" +msgstr "" + +#: oslo/concurrency/openstack/common/strutils.py:114 +#, python-format +msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" +msgstr "" + +#: oslo/concurrency/openstack/common/strutils.py:219 +#, python-format +msgid "Invalid unit system: \"%s\"" +msgstr "" + +#: oslo/concurrency/openstack/common/strutils.py:228 +#, python-format +msgid "Invalid string format: %s" +msgstr "" + |