113 lines
2.9 KiB
Plaintext
113 lines
2.9 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-22 17:49+0200\n"
|
||
|
"PO-Revision-Date: 2015-05-22 17:52+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:10
|
||
|
msgid "login"
|
||
|
msgstr "username"
|
||
|
|
||
|
#: forms.py:12
|
||
|
msgid "password"
|
||
|
msgstr "password"
|
||
|
|
||
|
#: forms.py:14
|
||
|
msgid "warn"
|
||
|
msgstr " Warn me before logging me into other sites."
|
||
|
|
||
|
#: models.py:57
|
||
|
#, python-format
|
||
|
msgid "Error during service logout %s"
|
||
|
msgstr "Error during service logout %s"
|
||
|
|
||
|
#: models.py:189
|
||
|
#, 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:74
|
||
|
#, 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:79
|
||
|
#, python-format
|
||
|
msgid "Service %(url)s non allowed."
|
||
|
msgstr "Service %(url)s non allowed."
|
||
|
|
||
|
#: views.py:81
|
||
|
msgid "Username non allowed"
|
||
|
msgstr "Username non allowed"
|
||
|
|
||
|
#: views.py:83
|
||
|
msgid "User charateristics non allowed"
|
||
|
msgstr "User charateristics non allowed"
|
||
|
|
||
|
#: views.py:85
|
||
|
#, 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:101
|
||
|
#, python-format
|
||
|
msgid "Authentication renewal required by service %(name)s (%(url)s)."
|
||
|
msgstr "Authentication renewal required by service %(name)s (%(url)s)."
|
||
|
|
||
|
#: views.py:103
|
||
|
#, python-format
|
||
|
msgid "Authentication required by service %(name)s (%(url)s)."
|
||
|
msgstr "Authentication required by service %(name)s (%(url)s)."
|
||
|
|
||
|
#: views.py:105
|
||
|
#, python-format
|
||
|
msgid "Service %s non allowed"
|
||
|
msgstr "Service %s non allowed"
|
||
|
|
||
|
#: views.py:121
|
||
|
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."
|