
Follow new infra setup for translations, see spec http://specs.openstack.org/openstack-infra/infra-specs/specs/translation_setup.html for full details. This basically renames oslo.utils/locale/oslo.utils.pot to oslo_utils/locale/oslo_utils.pot. For this we need to update setup.cfg. Update also domain name in _i18n.py. Change-Id: Ie4837571b06dd08da9676bf6a3f6eca932559fb1
36 lines
1.2 KiB
Plaintext
36 lines
1.2 KiB
Plaintext
# Translations template for oslo.utils.
|
|
# Copyright (C) 2015 ORGANIZATION
|
|
# This file is distributed under the same license as the oslo.utils project.
|
|
#
|
|
# Translators:
|
|
# Andreas Jaeger <jaegerandi@gmail.com>, 2014
|
|
# Ettore Atalan <atalanttore@googlemail.com>, 2014
|
|
# OpenStack Infra <zanata@openstack.org>, 2015. #zanata
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: oslo.utils 3.4.1.dev1\n"
|
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
|
"POT-Creation-Date: 2016-01-16 07:58+0000\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"PO-Revision-Date: 2015-07-16 02:25+0000\n"
|
|
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
|
|
"Language: de\n"
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
"Generated-By: Babel 2.0\n"
|
|
"X-Generator: Zanata 3.7.3\n"
|
|
"Language-Team: German\n"
|
|
|
|
#, python-format
|
|
msgid "Invalid string format: %s"
|
|
msgstr "Ungültiges Stringformat: %s"
|
|
|
|
#, python-format
|
|
msgid "Invalid unit system: \"%s\""
|
|
msgstr "Ungültiges Einheitensystem: \"%s\""
|
|
|
|
#, python-format
|
|
msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s"
|
|
msgstr "Nicht erkannter Wert '%(val)s', zulässige Werte are: %(acceptable)s"
|