228 lines
5.1 KiB
Plaintext
228 lines
5.1 KiB
Plaintext
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
# This file is distributed under the same license as the PACKAGE package.
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: cas_server\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2015-05-28 15:24+0200\n"
|
|
"PO-Revision-Date: 2015-05-23 19:03+0100\n"
|
|
"Last-Translator: Valentin Samir <valentin.samir@crans.org>\n"
|
|
"Language-Team: django <LL@li.org>\n"
|
|
"Language: en\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"X-Generator: Poedit 1.6.10\n"
|
|
|
|
#: forms.py:22
|
|
msgid "login"
|
|
msgstr "username"
|
|
|
|
#: forms.py:24
|
|
msgid "password"
|
|
msgstr "password"
|
|
|
|
#: forms.py:26
|
|
msgid "warn"
|
|
msgstr " Warn me before logging me into other sites."
|
|
|
|
#: forms.py:46
|
|
msgid "Bad user"
|
|
msgstr "The credentials you provided cannot be determined to be authentic."
|
|
|
|
#: models.py:58
|
|
#, fuzzy, python-format
|
|
#| msgid "Error during service logout %s"
|
|
msgid "Error during service logout %s"
|
|
msgstr "Error during service logout %s"
|
|
|
|
#: models.py:117
|
|
msgid "position"
|
|
msgstr ""
|
|
|
|
#: models.py:124 models.py:213
|
|
msgid "name"
|
|
msgstr ""
|
|
|
|
#: models.py:125
|
|
#, fuzzy
|
|
#| msgid "Connect to the service"
|
|
msgid "A name for the service"
|
|
msgstr "Connect to the service"
|
|
|
|
#: models.py:130 models.py:240 models.py:257
|
|
msgid "pattern"
|
|
msgstr ""
|
|
|
|
#: models.py:136
|
|
msgid "user field"
|
|
msgstr ""
|
|
|
|
#: models.py:137
|
|
msgid "Name of the attribut to transmit as username, empty = login"
|
|
msgstr ""
|
|
|
|
#: models.py:141
|
|
msgid "restrict username"
|
|
msgstr ""
|
|
|
|
#: models.py:142
|
|
msgid "Limit username allowed to connect to the list provided bellow"
|
|
msgstr ""
|
|
|
|
#: models.py:146
|
|
msgid "proxy"
|
|
msgstr ""
|
|
|
|
#: models.py:147
|
|
msgid "Proxy tickets can be delivered to the service"
|
|
msgstr ""
|
|
|
|
#: models.py:151
|
|
msgid "proxy callback"
|
|
msgstr ""
|
|
|
|
#: models.py:152
|
|
msgid "can be used as a proxy callback to deliver PGT"
|
|
msgstr ""
|
|
|
|
#: models.py:156
|
|
msgid "single log out"
|
|
msgstr ""
|
|
|
|
#: models.py:157
|
|
#, fuzzy
|
|
#| msgid "Connect to the service"
|
|
msgid "Enable SLO for the service"
|
|
msgstr "Connect to the service"
|
|
|
|
#: models.py:199
|
|
msgid "username"
|
|
msgstr ""
|
|
|
|
#: models.py:200
|
|
#, fuzzy
|
|
#| msgid "Connect to the service"
|
|
msgid "username allowed to connect to the service"
|
|
msgstr "Connect to the service"
|
|
|
|
#: models.py:214
|
|
#, fuzzy
|
|
#| msgid "The attribut %(field)s is needed to use that service"
|
|
msgid "name of an attribut to send to the service"
|
|
msgstr "The attribut %(field)s is needed to use that service"
|
|
|
|
#: models.py:219 models.py:263
|
|
msgid "replace"
|
|
msgstr ""
|
|
|
|
#: models.py:220
|
|
msgid ""
|
|
"name under which the attribut will be showto the service. empty = default "
|
|
"name of the attribut"
|
|
msgstr ""
|
|
|
|
#: models.py:235 models.py:252
|
|
msgid "attribut"
|
|
msgstr ""
|
|
|
|
#: models.py:236
|
|
msgid "Name of the attribut which must verify pattern"
|
|
msgstr ""
|
|
|
|
#: models.py:241
|
|
msgid "a regular expression"
|
|
msgstr ""
|
|
|
|
#: models.py:253
|
|
msgid "Name of the attribut for which the value must be replace"
|
|
msgstr ""
|
|
|
|
#: models.py:258
|
|
msgid "An regular expression maching whats need to be replaced"
|
|
msgstr ""
|
|
|
|
#: models.py:264
|
|
msgid "replace expression, groups are capture by \\1, \\2 …"
|
|
msgstr ""
|
|
|
|
#: models.py:313
|
|
#, python-format
|
|
msgid ""
|
|
"Error during service logout %(service)s:\n"
|
|
"%(error)s"
|
|
msgstr ""
|
|
"Error during service logout %(service)s:\n"
|
|
"%(error)s"
|
|
|
|
#: templates/cas_server/logged.html:14
|
|
msgid "Logged"
|
|
msgstr ""
|
|
"<h3>Log In Successful</h3>You have successfully logged into the Central "
|
|
"Authentication Service.<br/>For security reasons, please Log Out and Exit "
|
|
"your web browser when you are done accessing services that require "
|
|
"authentication!"
|
|
|
|
#: templates/cas_server/logged.html:15
|
|
msgid "Logout"
|
|
msgstr "Logout"
|
|
|
|
#: templates/cas_server/login.html:15
|
|
msgid "Please loggin"
|
|
msgstr "Please loggin"
|
|
|
|
#: templates/cas_server/login.html:18
|
|
msgid "Login"
|
|
msgstr "Login"
|
|
|
|
#: templates/cas_server/warn.html:14
|
|
msgid "Connect to the service"
|
|
msgstr "Connect to the service"
|
|
|
|
#: views.py:116
|
|
#, python-format
|
|
msgid "Authentication has been required by service %(name)s (%(url)s)"
|
|
msgstr "Authentication has been required by service %(name)s (%(url)s)"
|
|
|
|
#: views.py:135
|
|
#, python-format
|
|
msgid "Service %(url)s non allowed."
|
|
msgstr "Service %(url)s non allowed."
|
|
|
|
#: views.py:141
|
|
msgid "Username non allowed"
|
|
msgstr "Username non allowed"
|
|
|
|
#: views.py:147
|
|
msgid "User charateristics non allowed"
|
|
msgstr "User charateristics non allowed"
|
|
|
|
#: views.py:153
|
|
#, python-format
|
|
msgid "The attribut %(field)s is needed to use that service"
|
|
msgstr "The attribut %(field)s is needed to use that service"
|
|
|
|
#: views.py:174
|
|
#, python-format
|
|
msgid "Authentication renewal required by service %(name)s (%(url)s)."
|
|
msgstr "Authentication renewal required by service %(name)s (%(url)s)."
|
|
|
|
#: views.py:181
|
|
#, python-format
|
|
msgid "Authentication required by service %(name)s (%(url)s)."
|
|
msgstr "Authentication required by service %(name)s (%(url)s)."
|
|
|
|
#: views.py:188
|
|
#, python-format
|
|
msgid "Service %s non allowed"
|
|
msgstr "Service %s non allowed"
|
|
|
|
#: views.py:206
|
|
msgid "Successfully logout"
|
|
msgstr ""
|
|
"<h3>Logout successful</h3>You have successfully logged out of the Central "
|
|
"Authentication Service.</br>For security reasons, exit your web browser."
|