summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2014-07-11 13:39:28 +0200
committerDavanum Srinivas (dims) <davanum@gmail.com>2014-07-15 12:05:54 +0000
commit78ff21e5bec39f25f386b35163d42c7dd447bb48 (patch)
tree4b7dcae331d91554fd37c7f494f0d2cb274b5493
parent5621114c62c9feaa53daec91c5d682b5c0cda40c (diff)
downloadoslo-utils-78ff21e5bec39f25f386b35163d42c7dd447bb48.tar.gz
Setup for translation
To start translation, we need to initially import the translation file - and place it at the proper place so that the usual CI scripts can handle it. The proper place is for all python projects $PROJECT/locale/$PROJECT.pot - see setup.cfg. Further imports will be done by the OpenStack Proposal bot. bp graduate-oslo.utils Change-Id: I270753ebd205e86a4a04225f74d6d40f4253e21c
-rw-r--r--oslo.utils/locale/oslo.utils.pot64
1 files changed, 64 insertions, 0 deletions
diff --git a/oslo.utils/locale/oslo.utils.pot b/oslo.utils/locale/oslo.utils.pot
new file mode 100644
index 0000000..7c6425f
--- /dev/null
+++ b/oslo.utils/locale/oslo.utils.pot
@@ -0,0 +1,64 @@
+# Translations template for oslo.utils.
+# Copyright (C) 2014 ORGANIZATION
+# This file is distributed under the same license as the oslo.utils project.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: oslo.utils 5621114\n"
+"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
+"POT-Creation-Date: 2014-07-11 13:25+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/utils/strutils.py:92 oslo/utils/openstack/common/strutils.py:92
+#, python-format
+msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s"
+msgstr ""
+
+#: oslo/utils/strutils.py:197 oslo/utils/openstack/common/strutils.py:197
+#, python-format
+msgid "Invalid unit system: \"%s\""
+msgstr ""
+
+#: oslo/utils/strutils.py:206 oslo/utils/openstack/common/strutils.py:206
+#, python-format
+msgid "Invalid string format: %s"
+msgstr ""
+
+#: oslo/utils/openstack/common/gettextutils.py:320
+msgid "Message objects do not support addition."
+msgstr ""
+
+#: oslo/utils/openstack/common/gettextutils.py:330
+msgid ""
+"Message objects do not support str() because they may contain non-ascii "
+"characters. Please use unicode() or translate() instead."
+msgstr ""
+
+#: oslo/utils/openstack/common/log.py:327
+#, python-format
+msgid "Deprecated: %s"
+msgstr ""
+
+#: oslo/utils/openstack/common/log.py:436
+#, python-format
+msgid "Error loading logging config %(log_config)s: %(err_msg)s"
+msgstr ""
+
+#: oslo/utils/openstack/common/log.py:487
+#, python-format
+msgid "syslog facility must be one of: %s"
+msgstr ""
+
+#: oslo/utils/openstack/common/log.py:725
+#, python-format
+msgid "Fatal call to deprecated config: %(msg)s"
+msgstr ""
+