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
This commit is contained in:
Andreas Jaeger 2014-07-11 13:39:28 +02:00 committed by Davanum Srinivas (dims)
parent 5621114c62
commit 78ff21e5be

View File

@ -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 ""