1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
# Translations template for django_openstack_auth.
# Copyright (C) 2015 ORGANIZATION
# This file is distributed under the same license as the
# django_openstack_auth project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: django_openstack_auth 2.0.1.dev16\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-11-28 06:03+0000\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 2.1.1\n"
#: openstack_auth/backend.py:57
msgid "The authentication token issued by the Identity service has expired."
msgstr ""
#: openstack_auth/backend.py:101
msgid ""
"No authentication backend could be determined to handle the provided "
"credentials."
msgstr ""
#: openstack_auth/backend.py:115
msgid "Unable to establish connection to keystone endpoint."
msgstr ""
#: openstack_auth/backend.py:121
msgid "Invalid credentials."
msgstr ""
#: openstack_auth/backend.py:124
msgid "An error occurred authenticating. Please try again later."
msgstr ""
#: openstack_auth/backend.py:170
msgid "You are not authorized for any projects."
msgstr ""
#: openstack_auth/backend.py:172
msgid "You are not authorized for any projects or domains."
msgstr ""
#: openstack_auth/backend.py:214
msgid "Unable to authenticate to any available projects."
msgstr ""
#: openstack_auth/forms.py:51
msgid "Region"
msgstr ""
#: openstack_auth/forms.py:53
msgid "User Name"
msgstr ""
#: openstack_auth/forms.py:55
msgid "Password"
msgstr ""
#: openstack_auth/forms.py:65
msgid "Domain"
msgstr ""
#: openstack_auth/forms.py:83
msgid "Authenticate using"
msgstr ""
#: openstack_auth/views.py:229
#, python-format
msgid "Project switch failed for user \"%(username)s\"."
msgstr ""
#: openstack_auth/views.py:252
#, python-format
msgid "Switch to project \"%(project_name)s\" successful."
msgstr ""
#: openstack_auth/plugin/base.py:96
msgid "Unable to retrieve authorized projects."
msgstr ""
|