update translation
This commit is contained in:
parent
54aa9c759e
commit
49ce34758a
|
@ -29,7 +29,7 @@ class UserCredential(forms.Form):
|
||||||
user.save()
|
user.save()
|
||||||
self.user = user
|
self.user = user
|
||||||
else:
|
else:
|
||||||
raise forms.ValidationError("Bad user")
|
raise forms.ValidationError(_(u"Bad user"))
|
||||||
|
|
||||||
|
|
||||||
class TicketForm(forms.ModelForm):
|
class TicketForm(forms.ModelForm):
|
||||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: cas_server\n"
|
"Project-Id-Version: cas_server\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2015-05-22 17:49+0200\n"
|
"POT-Creation-Date: 2015-05-23 19:01+0200\n"
|
||||||
"PO-Revision-Date: 2015-05-22 17:52+0100\n"
|
"PO-Revision-Date: 2015-05-23 19:03+0100\n"
|
||||||
"Last-Translator: Valentin Samir <valentin.samir@crans.org>\n"
|
"Last-Translator: Valentin Samir <valentin.samir@crans.org>\n"
|
||||||
"Language-Team: django <LL@li.org>\n"
|
"Language-Team: django <LL@li.org>\n"
|
||||||
"Language: en\n"
|
"Language: en\n"
|
||||||
|
@ -29,6 +29,10 @@ msgstr "password"
|
||||||
msgid "warn"
|
msgid "warn"
|
||||||
msgstr " Warn me before logging me into other sites."
|
msgstr " Warn me before logging me into other sites."
|
||||||
|
|
||||||
|
#: forms.py:32
|
||||||
|
msgid "Bad user"
|
||||||
|
msgstr "The credentials you provided cannot be determined to be authentic."
|
||||||
|
|
||||||
#: models.py:57
|
#: models.py:57
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error during service logout %s"
|
msgid "Error during service logout %s"
|
||||||
|
@ -67,45 +71,45 @@ msgstr "Login"
|
||||||
msgid "Connect to the service"
|
msgid "Connect to the service"
|
||||||
msgstr "Connect to the service"
|
msgstr "Connect to the service"
|
||||||
|
|
||||||
#: views.py:74
|
#: views.py:76
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Authentication has been required by service %(name)s (%(url)s)"
|
msgid "Authentication has been required by service %(name)s (%(url)s)"
|
||||||
msgstr "Authentication has been required by service %(name)s (%(url)s)"
|
msgstr "Authentication has been required by service %(name)s (%(url)s)"
|
||||||
|
|
||||||
#: views.py:79
|
#: views.py:81
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Service %(url)s non allowed."
|
msgid "Service %(url)s non allowed."
|
||||||
msgstr "Service %(url)s non allowed."
|
msgstr "Service %(url)s non allowed."
|
||||||
|
|
||||||
#: views.py:81
|
#: views.py:83
|
||||||
msgid "Username non allowed"
|
msgid "Username non allowed"
|
||||||
msgstr "Username non allowed"
|
msgstr "Username non allowed"
|
||||||
|
|
||||||
#: views.py:83
|
#: views.py:85
|
||||||
msgid "User charateristics non allowed"
|
msgid "User charateristics non allowed"
|
||||||
msgstr "User charateristics non allowed"
|
msgstr "User charateristics non allowed"
|
||||||
|
|
||||||
#: views.py:85
|
#: views.py:87
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "The attribut %(field)s is needed to use that service"
|
msgid "The attribut %(field)s is needed to use that service"
|
||||||
msgstr "The attribut %(field)s is needed to use that service"
|
msgstr "The attribut %(field)s is needed to use that service"
|
||||||
|
|
||||||
#: views.py:101
|
#: views.py:103
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Authentication renewal required by service %(name)s (%(url)s)."
|
msgid "Authentication renewal required by service %(name)s (%(url)s)."
|
||||||
msgstr "Authentication renewal required by service %(name)s (%(url)s)."
|
msgstr "Authentication renewal required by service %(name)s (%(url)s)."
|
||||||
|
|
||||||
#: views.py:103
|
#: views.py:105
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Authentication required by service %(name)s (%(url)s)."
|
msgid "Authentication required by service %(name)s (%(url)s)."
|
||||||
msgstr "Authentication required by service %(name)s (%(url)s)."
|
msgstr "Authentication required by service %(name)s (%(url)s)."
|
||||||
|
|
||||||
#: views.py:105
|
#: views.py:107
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Service %s non allowed"
|
msgid "Service %s non allowed"
|
||||||
msgstr "Service %s non allowed"
|
msgstr "Service %s non allowed"
|
||||||
|
|
||||||
#: views.py:121
|
#: views.py:123
|
||||||
msgid "Successfully logout"
|
msgid "Successfully logout"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"<h3>Logout successful</h3>You have successfully logged out of the Central "
|
"<h3>Logout successful</h3>You have successfully logged out of the Central "
|
||||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: cas_server\n"
|
"Project-Id-Version: cas_server\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2015-05-22 17:42+0200\n"
|
"POT-Creation-Date: 2015-05-23 19:01+0200\n"
|
||||||
"PO-Revision-Date: 2015-05-22 17:53+0100\n"
|
"PO-Revision-Date: 2015-05-23 19:02+0100\n"
|
||||||
"Last-Translator: Valentin Samir <valentin.samir@crans.org>\n"
|
"Last-Translator: Valentin Samir <valentin.samir@crans.org>\n"
|
||||||
"Language-Team: django <LL@li.org>\n"
|
"Language-Team: django <LL@li.org>\n"
|
||||||
"Language: fr\n"
|
"Language: fr\n"
|
||||||
|
@ -30,6 +30,10 @@ msgstr "mot de passe"
|
||||||
msgid "warn"
|
msgid "warn"
|
||||||
msgstr "Prévenez-moi avant d'accéder à d'autres services."
|
msgstr "Prévenez-moi avant d'accéder à d'autres services."
|
||||||
|
|
||||||
|
#: forms.py:32
|
||||||
|
msgid "Bad user"
|
||||||
|
msgstr "Les informations transmises n'ont pas permis de vous authentifier."
|
||||||
|
|
||||||
#: models.py:57
|
#: models.py:57
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Error during service logout %s"
|
msgid "Error during service logout %s"
|
||||||
|
@ -68,47 +72,47 @@ msgstr "Connexion"
|
||||||
msgid "Connect to the service"
|
msgid "Connect to the service"
|
||||||
msgstr "Se connecter au service"
|
msgstr "Se connecter au service"
|
||||||
|
|
||||||
#: views.py:74
|
#: views.py:76
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Authentication has been required by service %(name)s (%(url)s)"
|
msgid "Authentication has been required by service %(name)s (%(url)s)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Une demande d'authentification a été émise pour le service %(name)s "
|
"Une demande d'authentification a été émise pour le service %(name)s "
|
||||||
"(%(url)s)."
|
"(%(url)s)."
|
||||||
|
|
||||||
#: views.py:79
|
#: views.py:81
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Service %(url)s non allowed."
|
msgid "Service %(url)s non allowed."
|
||||||
msgstr "le service %(url)s n'est pas autorisé."
|
msgstr "le service %(url)s n'est pas autorisé."
|
||||||
|
|
||||||
#: views.py:81
|
#: views.py:83
|
||||||
msgid "Username non allowed"
|
msgid "Username non allowed"
|
||||||
msgstr "Nom d'utilisateur non authorisé"
|
msgstr "Nom d'utilisateur non authorisé"
|
||||||
|
|
||||||
#: views.py:83
|
#: views.py:85
|
||||||
msgid "User charateristics non allowed"
|
msgid "User charateristics non allowed"
|
||||||
msgstr "Caractéristique utilisateur non autorisée"
|
msgstr "Caractéristique utilisateur non autorisée"
|
||||||
|
|
||||||
#: views.py:85
|
#: views.py:87
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "The attribut %(field)s is needed to use that service"
|
msgid "The attribut %(field)s is needed to use that service"
|
||||||
msgstr "L'attribut %(field)s est nécessaire pour se connecter à ce service"
|
msgstr "L'attribut %(field)s est nécessaire pour se connecter à ce service"
|
||||||
|
|
||||||
#: views.py:101
|
#: views.py:103
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Authentication renewal required by service %(name)s (%(url)s)."
|
msgid "Authentication renewal required by service %(name)s (%(url)s)."
|
||||||
msgstr "Demande de réauthentification pour le service %(name)s (%(url)s)."
|
msgstr "Demande de réauthentification pour le service %(name)s (%(url)s)."
|
||||||
|
|
||||||
#: views.py:103
|
#: views.py:105
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Authentication required by service %(name)s (%(url)s)."
|
msgid "Authentication required by service %(name)s (%(url)s)."
|
||||||
msgstr "Authentification requise par le service %(name)s (%(url)s)."
|
msgstr "Authentification requise par le service %(name)s (%(url)s)."
|
||||||
|
|
||||||
#: views.py:105
|
#: views.py:107
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Service %s non allowed"
|
msgid "Service %s non allowed"
|
||||||
msgstr "Le service %s n'est pas autorisé"
|
msgstr "Le service %s n'est pas autorisé"
|
||||||
|
|
||||||
#: views.py:121
|
#: views.py:123
|
||||||
msgid "Successfully logout"
|
msgid "Successfully logout"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"<h3>Déconnexion réussie</h3>\n"
|
"<h3>Déconnexion réussie</h3>\n"
|
||||||
|
|
Loading…
Reference in New Issue