summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-04-03 06:03:16 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-04-03 06:03:16 +0000
commit6048c673c74be313aeb3d32b49d49098ca6e1957 (patch)
tree1eea492646dc393b28ee4848144052a2a24308f1
parent0e2a6ce7837307865d8f07f41a16cf4b9d4c056a (diff)
downloaddjango_openstack_auth-6048c673c74be313aeb3d32b49d49098ca6e1957.tar.gz
Imported Translations from Transifex
For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: Ibbef2cb3436eebf335d89b478073c628b7b22206
-rw-r--r--openstack_auth/locale/de/LC_MESSAGES/django.po10
-rw-r--r--openstack_auth/locale/fr/LC_MESSAGES/django.po9
-rw-r--r--openstack_auth/locale/ja/LC_MESSAGES/django.po9
-rw-r--r--openstack_auth/locale/zh_CN/LC_MESSAGES/django.po11
4 files changed, 23 insertions, 16 deletions
diff --git a/openstack_auth/locale/de/LC_MESSAGES/django.po b/openstack_auth/locale/de/LC_MESSAGES/django.po
index 1542acd..d20f28f 100644
--- a/openstack_auth/locale/de/LC_MESSAGES/django.po
+++ b/openstack_auth/locale/de/LC_MESSAGES/django.po
@@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Horizon\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2015-04-02 06:02+0000\n"
-"PO-Revision-Date: 2015-04-01 19:18+0000\n"
-"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
+"POT-Creation-Date: 2015-04-03 06:03+0000\n"
+"PO-Revision-Date: 2015-04-02 07:31+0000\n"
+"Last-Translator: Robert Simai\n"
"Language-Team: German "
"(http://www.transifex.com/projects/p/horizon/language/de/)\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
@@ -32,6 +32,8 @@ msgid ""
"No authentication backend could be determined to handle the provided "
"credentials."
msgstr ""
+"Es konnte kein Authentifizierungsbackend für die angegebene Legitimierung"
+" gefunden werden."
#: openstack_auth/backend.py:114
msgid "Invalid credentials."
@@ -69,7 +71,7 @@ msgstr "Domäne"
#: openstack_auth/forms.py:81
msgid "Authenticate using"
-msgstr ""
+msgstr "Authentifizieren mit"
#: openstack_auth/openstack/common/log.py:287
#, python-format
diff --git a/openstack_auth/locale/fr/LC_MESSAGES/django.po b/openstack_auth/locale/fr/LC_MESSAGES/django.po
index 60311ac..5abe923 100644
--- a/openstack_auth/locale/fr/LC_MESSAGES/django.po
+++ b/openstack_auth/locale/fr/LC_MESSAGES/django.po
@@ -5,14 +5,15 @@
#
# Translators:
# Maxime COQUEREL <max.coquerel@gmail.com>, 2015
+# Patte D <pattedeph@gmail.com>, 2015
# Xavier Gauvrit <xavier.gauvrit@cloudwatt.com>, 2014
msgid ""
msgstr ""
"Project-Id-Version: Horizon\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2015-04-02 06:02+0000\n"
-"PO-Revision-Date: 2015-04-01 19:18+0000\n"
-"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
+"POT-Creation-Date: 2015-04-03 06:03+0000\n"
+"PO-Revision-Date: 2015-04-02 08:44+0000\n"
+"Last-Translator: Patte D <pattedeph@gmail.com>\n"
"Language-Team: French "
"(http://www.transifex.com/projects/p/horizon/language/fr/)\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
@@ -30,6 +31,8 @@ msgid ""
"No authentication backend could be determined to handle the provided "
"credentials."
msgstr ""
+"Aucun backend d'authentification n'a pu être déterminé pour gérer les "
+"identifiants fournis."
#: openstack_auth/backend.py:114
msgid "Invalid credentials."
diff --git a/openstack_auth/locale/ja/LC_MESSAGES/django.po b/openstack_auth/locale/ja/LC_MESSAGES/django.po
index 929573a..85cc159 100644
--- a/openstack_auth/locale/ja/LC_MESSAGES/django.po
+++ b/openstack_auth/locale/ja/LC_MESSAGES/django.po
@@ -5,13 +5,14 @@
#
# Translators:
# Akihiro Motoki <amotoki@gmail.com>, 2015
+# ykatabam <ykatabam@redhat.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: Horizon\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2015-04-02 06:02+0000\n"
-"PO-Revision-Date: 2015-04-01 19:18+0000\n"
-"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
+"POT-Creation-Date: 2015-04-03 06:03+0000\n"
+"PO-Revision-Date: 2015-04-02 23:32+0000\n"
+"Last-Translator: ykatabam <ykatabam@redhat.com>\n"
"Language-Team: Japanese "
"(http://www.transifex.com/projects/p/horizon/language/ja/)\n"
"Plural-Forms: nplurals=1; plural=0\n"
@@ -28,7 +29,7 @@ msgstr "Identity Service により発行された認証トークンの期限が
msgid ""
"No authentication backend could be determined to handle the provided "
"credentials."
-msgstr ""
+msgstr "指定された認証情報を処理するための認証バックエンドを決定することができませんでした。"
#: openstack_auth/backend.py:114
msgid "Invalid credentials."
diff --git a/openstack_auth/locale/zh_CN/LC_MESSAGES/django.po b/openstack_auth/locale/zh_CN/LC_MESSAGES/django.po
index 4269086..08c3293 100644
--- a/openstack_auth/locale/zh_CN/LC_MESSAGES/django.po
+++ b/openstack_auth/locale/zh_CN/LC_MESSAGES/django.po
@@ -4,15 +4,16 @@
# django_openstack_auth project.
#
# Translators:
+# johnwoo_lee <lijiangsheng1@gmail.com>, 2015
# LIU Yulong <dragon889@163.com>, 2015
# Ying Chun Guo <daisy.ycguo@gmail.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: Horizon\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2015-04-02 06:02+0000\n"
-"PO-Revision-Date: 2015-04-01 19:18+0000\n"
-"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
+"POT-Creation-Date: 2015-04-03 06:03+0000\n"
+"PO-Revision-Date: 2015-04-02 09:53+0000\n"
+"Last-Translator: johnwoo_lee <lijiangsheng1@gmail.com>\n"
"Language-Team: Chinese (China) "
"(http://www.transifex.com/projects/p/horizon/language/zh_CN/)\n"
"Plural-Forms: nplurals=1; plural=0\n"
@@ -29,7 +30,7 @@ msgstr "身份认证令牌已过期。"
msgid ""
"No authentication backend could be determined to handle the provided "
"credentials."
-msgstr ""
+msgstr "后端没有认证可以决定掌控已经提供的凭证。"
#: openstack_auth/backend.py:114
msgid "Invalid credentials."
@@ -65,7 +66,7 @@ msgstr "域"
#: openstack_auth/forms.py:81
msgid "Authenticate using"
-msgstr ""
+msgstr "使用认证"
#: openstack_auth/openstack/common/log.py:287
#, python-format