django-cas-server/cas_server/locale/en/LC_MESSAGES/django.po

319 lines
8.3 KiB
Plaintext
Raw Normal View History

2015-05-22 15:55:00 +00:00
# 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"
2016-06-20 22:17:04 +00:00
"POT-Creation-Date: 2016-06-21 00:14+0200\n"
"PO-Revision-Date: 2016-06-21 00:16+0200\n"
2015-05-22 15:55:00 +00:00
"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"
2016-06-20 22:17:04 +00:00
"X-Generator: Poedit 1.8.8\n"
2015-05-22 15:55:00 +00:00
2016-06-20 22:17:04 +00:00
#: apps.py:7 templates/cas_server/base.html:3 templates/cas_server/base.html:21
msgid "Central Authentication Service"
msgstr "Central Authentication Service"
2016-06-20 22:17:04 +00:00
#: forms.py:32
msgid "Identity provider"
msgstr "Identity provider"
2015-05-22 15:55:00 +00:00
2016-06-20 22:17:04 +00:00
#: forms.py:35 forms.py:44 forms.py:92
2015-12-11 12:28:46 +00:00
msgid "service"
msgstr ""
2016-06-20 22:17:04 +00:00
#: forms.py:37
msgid "Remember the identity provider"
msgstr "Remember the identity provider"
2015-05-22 15:55:00 +00:00
2016-06-20 22:17:04 +00:00
#: forms.py:38 forms.py:48
2015-05-22 15:55:00 +00:00
msgid "warn"
msgstr " Warn me before logging me into other sites."
2016-06-20 22:17:04 +00:00
#: forms.py:43
msgid "login"
msgstr "username"
#: forms.py:45
msgid "password"
msgstr "password"
#: forms.py:59
2015-05-23 17:03:37 +00:00
msgid "Bad user"
msgstr "The credentials you provided cannot be determined to be authentic."
2016-06-20 22:17:04 +00:00
#: management/commands/cas_clean_federate.py:13
msgid "Clean old federated users"
msgstr "Clean old federated users"
2015-12-11 12:28:46 +00:00
#: management/commands/cas_clean_sessions.py:9
msgid "Clean deleted sessions"
msgstr "Clean deleted sessions"
#: management/commands/cas_clean_tickets.py:9
msgid "Clean old trickets"
msgstr "Clean old trickets"
2016-06-20 22:17:04 +00:00
#: models.py:55
msgid "User"
msgstr ""
2016-06-20 22:17:04 +00:00
#: models.py:56
msgid "Users"
msgstr ""
2016-06-20 22:17:04 +00:00
#: models.py:114
2015-12-11 12:28:46 +00:00
#, python-format
msgid "Error during service logout %s"
2015-05-22 15:55:00 +00:00
msgstr "Error during service logout %s"
2016-06-20 22:17:04 +00:00
#: models.py:182
msgid "Service pattern"
msgstr "Service pattern"
2016-06-20 22:17:04 +00:00
#: models.py:183
msgid "Services patterns"
msgstr ""
2016-06-20 22:17:04 +00:00
#: models.py:187
2015-05-27 20:56:20 +00:00
msgid "position"
2015-12-11 12:28:46 +00:00
msgstr "position"
2015-05-27 20:56:20 +00:00
2016-06-20 22:17:04 +00:00
#: models.py:194 models.py:316
2015-05-27 20:56:20 +00:00
msgid "name"
2015-12-11 12:28:46 +00:00
msgstr "name"
2015-05-27 20:56:20 +00:00
2016-06-20 22:17:04 +00:00
#: models.py:195
2015-05-27 20:56:20 +00:00
msgid "A name for the service"
2015-12-11 12:28:46 +00:00
msgstr "A name for the service"
2015-05-27 20:56:20 +00:00
2016-06-20 22:17:04 +00:00
#: models.py:200 models.py:344 models.py:362
2015-05-27 20:56:20 +00:00
msgid "pattern"
2015-12-11 12:28:46 +00:00
msgstr "pattern"
2015-05-27 20:56:20 +00:00
2016-06-20 22:17:04 +00:00
#: models.py:202
msgid ""
"A regular expression matching services. Will usually looks like '^https://"
"some\\.server\\.com/path/.*$'.As it is a regular expression, special "
"character must be escaped with a '\\'."
msgstr ""
"A regular expression matching services. Will usually looks like '^https://"
"some\\.server\\.com/path/.*$'.As it is a regular expression, special "
"character must be escaped with a '\\'."
2016-06-20 22:17:04 +00:00
#: models.py:211
2015-05-27 20:56:20 +00:00
msgid "user field"
msgstr ""
2016-06-20 22:17:04 +00:00
#: models.py:212
2015-05-27 20:56:20 +00:00
msgid "Name of the attribut to transmit as username, empty = login"
2015-12-11 12:28:46 +00:00
msgstr "Name of the attribut to transmit as username, empty = login"
2015-05-27 20:56:20 +00:00
2016-06-20 22:17:04 +00:00
#: models.py:216
2015-05-27 20:56:20 +00:00
msgid "restrict username"
msgstr ""
2016-06-20 22:17:04 +00:00
#: models.py:217
2015-05-27 20:56:20 +00:00
msgid "Limit username allowed to connect to the list provided bellow"
2015-12-11 12:28:46 +00:00
msgstr "Limit username allowed to connect to the list provided bellow"
2015-05-27 20:56:20 +00:00
2016-06-20 22:17:04 +00:00
#: models.py:221
2015-05-27 20:56:20 +00:00
msgid "proxy"
2015-12-11 12:28:46 +00:00
msgstr "proxy"
2015-05-27 20:56:20 +00:00
2016-06-20 22:17:04 +00:00
#: models.py:222
msgid "Proxy tickets can be delivered to the service"
2015-12-11 12:28:46 +00:00
msgstr "Proxy tickets can be delivered to the service"
2016-06-20 22:17:04 +00:00
#: models.py:226
msgid "proxy callback"
2015-12-11 12:28:46 +00:00
msgstr "proxy callback"
2016-06-20 22:17:04 +00:00
#: models.py:227
msgid "can be used as a proxy callback to deliver PGT"
2015-12-11 12:28:46 +00:00
msgstr "can be used as a proxy callback to deliver PGT"
2015-05-27 20:56:20 +00:00
2016-06-20 22:17:04 +00:00
#: models.py:231
2015-05-28 00:13:09 +00:00
msgid "single log out"
2015-05-27 20:56:20 +00:00
msgstr ""
2016-06-20 22:17:04 +00:00
#: models.py:232
2015-05-28 00:13:09 +00:00
msgid "Enable SLO for the service"
2015-12-11 12:28:46 +00:00
msgstr "Enable SLO for the service"
2016-06-20 22:17:04 +00:00
#: models.py:239
2015-12-11 12:28:46 +00:00
msgid "single log out callback"
msgstr ""
2015-05-27 20:56:20 +00:00
2016-06-20 22:17:04 +00:00
#: models.py:240
2015-12-11 12:28:46 +00:00
msgid ""
"URL where the SLO request will be POST. empty = service url\n"
"This is usefull for non HTTP proxied services."
msgstr ""
2016-06-20 22:17:04 +00:00
#: models.py:301
2015-05-27 20:56:20 +00:00
msgid "username"
msgstr ""
2016-06-20 22:17:04 +00:00
#: models.py:302
2015-05-27 20:56:20 +00:00
msgid "username allowed to connect to the service"
2015-12-11 12:28:46 +00:00
msgstr "username allowed to connect to the service"
2015-05-27 20:56:20 +00:00
2016-06-20 22:17:04 +00:00
#: models.py:317
2015-12-11 12:28:46 +00:00
msgid "name of an attribut to send to the service, use * for all attributes"
2015-12-12 11:01:36 +00:00
msgstr "name of an attribut to send to the service, use * for all attributes"
2015-05-27 20:56:20 +00:00
2016-06-20 22:17:04 +00:00
#: models.py:322 models.py:368
2015-05-27 20:56:20 +00:00
msgid "replace"
2015-12-11 12:28:46 +00:00
msgstr "replace"
2015-05-27 20:56:20 +00:00
2016-06-20 22:17:04 +00:00
#: models.py:323
2015-05-27 20:56:20 +00:00
msgid ""
"name under which the attribut will be showto the service. empty = default "
"name of the attribut"
msgstr ""
2015-12-11 12:28:46 +00:00
"name under which the attribut will be showto the service. empty = default "
"name of the attribut"
2015-05-27 20:56:20 +00:00
2016-06-20 22:17:04 +00:00
#: models.py:339 models.py:357
2015-05-27 20:56:20 +00:00
msgid "attribut"
2015-12-11 12:28:46 +00:00
msgstr "attribut"
2015-05-27 20:56:20 +00:00
2016-06-20 22:17:04 +00:00
#: models.py:340
2015-05-27 20:56:20 +00:00
msgid "Name of the attribut which must verify pattern"
2015-12-11 12:28:46 +00:00
msgstr "Name of the attribut which must verify pattern"
2015-05-27 20:56:20 +00:00
2016-06-20 22:17:04 +00:00
#: models.py:345
2015-05-27 20:56:20 +00:00
msgid "a regular expression"
2015-12-11 12:28:46 +00:00
msgstr "a regular expression"
2015-05-27 20:56:20 +00:00
2016-06-20 22:17:04 +00:00
#: models.py:358
2015-05-27 20:56:20 +00:00
msgid "Name of the attribut for which the value must be replace"
2015-12-11 12:28:46 +00:00
msgstr "Name of the attribut for which the value must be replace"
2015-05-27 20:56:20 +00:00
2016-06-20 22:17:04 +00:00
#: models.py:363
2015-05-27 20:56:20 +00:00
msgid "An regular expression maching whats need to be replaced"
2015-12-11 12:28:46 +00:00
msgstr "An regular expression maching whats need to be replaced"
2015-05-27 20:56:20 +00:00
2016-06-20 22:17:04 +00:00
#: models.py:369
2015-05-27 20:56:20 +00:00
msgid "replace expression, groups are capture by \\1, \\2 …"
2015-12-11 12:28:46 +00:00
msgstr "replace expression, groups are capture by \\1, \\2 …"
2015-05-27 20:56:20 +00:00
2016-06-20 22:17:04 +00:00
#: models.py:476
2015-05-22 15:55:00 +00:00
#, python-format
msgid ""
"Error during service logout %(service)s:\n"
"%(error)s"
msgstr ""
"Error during service logout %(service)s:\n"
"%(error)s"
2015-12-11 12:28:46 +00:00
#: templates/cas_server/logged.html:6
2015-05-22 15:55:00 +00:00
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!"
2015-12-12 11:01:36 +00:00
#: templates/cas_server/logged.html:10
msgid "Log me out from all my sessions"
msgstr "Log me out from all my sessions"
2015-12-12 11:01:36 +00:00
#: templates/cas_server/logged.html:13
2015-05-22 15:55:00 +00:00
msgid "Logout"
msgstr "Logout"
2016-06-20 22:17:04 +00:00
#: templates/cas_server/login.html:8
2016-05-03 21:51:32 +00:00
msgid "Please log in"
msgstr "Please log in"
2015-05-22 15:55:00 +00:00
2016-06-20 22:17:04 +00:00
#: templates/cas_server/login.html:13
2015-05-22 15:55:00 +00:00
msgid "Login"
msgstr "Login"
2016-06-20 22:17:04 +00:00
#: templates/cas_server/warn.html:10
2015-05-22 15:55:00 +00:00
msgid "Connect to the service"
msgstr "Connect to the service"
2016-06-20 22:17:04 +00:00
#: views.py:140
msgid ""
"<h3>Logout successful</h3>You have successfully logged out from the Central "
"Authentication Service. For security reasons, exit your web browser."
msgstr ""
"<h3>Logout successful</h3>You have successfully logged out from the Central "
"Authentication Service. For security reasons, exit your web browser."
2016-06-20 22:17:04 +00:00
#: views.py:146
#, python-format
msgid ""
"<h3>Logout successful</h3>You have successfully logged out from %s sessions "
"of the Central Authentication Service. For security reasons, exit your web "
"browser."
msgstr ""
"<h3>Logout successful</h3>You have successfully logged out from %s sessions "
"of the Central Authentication Service. For security reasons, exit your web "
"browser."
2016-06-20 22:17:04 +00:00
#: views.py:153
msgid ""
"<h3>Logout successful</h3>You were already logged out from the Central "
"Authentication Service. For security reasons, exit your web browser."
msgstr ""
"<h3>Logout successful</h3>You were already logged out from the Central "
"Authentication Service. For security reasons, exit your web browser."
2016-06-20 22:17:04 +00:00
#: views.py:294
2015-12-11 12:28:46 +00:00
msgid "Invalid login ticket"
msgstr "Invalid login ticket, please retry to login"
2016-06-20 22:17:04 +00:00
#: views.py:410
2015-05-22 15:55:00 +00:00
#, python-format
msgid "Authentication has been required by service %(name)s (%(url)s)"
msgstr "Authentication has been required by service %(name)s (%(url)s)"
2016-06-20 22:17:04 +00:00
#: views.py:448
2015-05-22 15:55:00 +00:00
#, python-format
msgid "Service %(url)s non allowed."
msgstr "Service %(url)s non allowed."
2016-06-20 22:17:04 +00:00
#: views.py:455
2015-05-22 15:55:00 +00:00
msgid "Username non allowed"
msgstr "Username non allowed"
2016-06-20 22:17:04 +00:00
#: views.py:462
2015-05-22 15:55:00 +00:00
msgid "User charateristics non allowed"
msgstr "User charateristics non allowed"
2016-06-20 22:17:04 +00:00
#: views.py:469
2015-05-22 15:55:00 +00:00
#, python-format
msgid "The attribut %(field)s is needed to use that service"
msgstr "The attribut %(field)s is needed to use that service"
2016-06-20 22:17:04 +00:00
#: views.py:539
2015-05-22 15:55:00 +00:00
#, python-format
msgid "Authentication renewal required by service %(name)s (%(url)s)."
msgstr "Authentication renewal required by service %(name)s (%(url)s)."
2016-06-20 22:17:04 +00:00
#: views.py:546
2015-05-22 15:55:00 +00:00
#, python-format
msgid "Authentication required by service %(name)s (%(url)s)."
msgstr "Authentication required by service %(name)s (%(url)s)."
2016-06-20 22:17:04 +00:00
#: views.py:553
2015-05-22 15:55:00 +00:00
#, python-format
msgid "Service %s non allowed"
msgstr "Service %s non allowed"
#~ 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."