diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2017-10-15 10:31:40 +0000 |
---|---|---|
committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2017-10-15 10:31:40 +0000 |
commit | 3d5a5aadfd145fe880b45c437ef4b120d19925e2 (patch) | |
tree | a9339c4ca0e00362625697ee2860862a14960d89 /openstack_auth | |
parent | 465fd56dc7d24b3e9335015d2f1961082b4e1c18 (diff) | |
download | django_openstack_auth-3d5a5aadfd145fe880b45c437ef4b120d19925e2.tar.gz |
Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html
Change-Id: Idf5ecc6044c4470cf4496fe7ca1eda2ee1e99679
Diffstat (limited to 'openstack_auth')
-rw-r--r-- | openstack_auth/locale/en_GB/LC_MESSAGES/django.po | 30 |
1 files changed, 26 insertions, 4 deletions
diff --git a/openstack_auth/locale/en_GB/LC_MESSAGES/django.po b/openstack_auth/locale/en_GB/LC_MESSAGES/django.po index 56c7801..7482afc 100644 --- a/openstack_auth/locale/en_GB/LC_MESSAGES/django.po +++ b/openstack_auth/locale/en_GB/LC_MESSAGES/django.po @@ -7,20 +7,21 @@ # Rob Cresswell <robert.cresswell@outlook.com>, 2015 # Andi Chandler <andi@gowling.com>, 2016. #zanata # Andreas Jaeger <jaegerandi@gmail.com>, 2016. #zanata +# Andi Chandler <andi@gowling.com>, 2017. #zanata msgid "" msgstr "" -"Project-Id-Version: django_openstack_auth 3.1.1.dev1\n" +"Project-Id-Version: django_openstack_auth 3.5.1.dev13\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2017-01-25 19:41+0000\n" +"POT-Creation-Date: 2017-09-21 00:53+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2016-06-09 10:53+0000\n" +"PO-Revision-Date: 2017-10-05 03:49+0000\n" "Last-Translator: Andi Chandler <andi@gowling.com>\n" "Language: en-GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Babel 2.0\n" -"X-Generator: Zanata 3.7.3\n" +"X-Generator: Zanata 3.9.6\n" "Language-Team: English (United Kingdom)\n" msgid "An error occurred authenticating. Please try again later." @@ -29,12 +30,18 @@ msgstr "An error occurred authenticating. Please try again later." msgid "Authenticate using" msgstr "Authenticate using" +msgid "Could not find service provider ID on Keystone." +msgstr "Could not find service provider ID on Keystone." + msgid "Domain" msgstr "Domain" msgid "Invalid credentials." msgstr "Invalid credentials." +msgid "K2K Federation not setup for this session" +msgstr "K2K Federation not setup for this session" + msgid "" "No authentication backend could be determined to handle the provided " "credentials." @@ -46,6 +53,10 @@ msgid "Password" msgstr "Password" #, python-format +msgid "Please consider changing your password, it will expire in %s minutes" +msgstr "Please consider changing your password, it will expire in %s minutes" + +#, python-format msgid "Project switch failed for user \"%(username)s\"." msgstr "Project switch failed for user \"%(username)s\"." @@ -53,6 +64,14 @@ msgid "Region" msgstr "Region" #, python-format +msgid "Service provider authentication failed. %s" +msgstr "Service provider authentication failed. %s" + +#, python-format +msgid "Switch to Keystone Provider \"%(keystone_provider)s\"successful." +msgstr "Switch to Keystone Provider \"%(keystone_provider)s\"successful." + +#, python-format msgid "Switch to project \"%(project_name)s\" successful." msgstr "Switch to project \"%(project_name)s\" successful." @@ -62,6 +81,9 @@ msgstr "The authentication token issued by the Identity service has expired." msgid "Unable to establish connection to keystone endpoint." msgstr "Unable to establish connection to keystone endpoint." +msgid "Unable to retrieve authorized domains." +msgstr "Unable to retrieve authorised domains." + msgid "Unable to retrieve authorized projects." msgstr "Unable to retrieve authorised projects." |