From ef4dad1947e093f38a78a8099da153eb0dcd62b5 Mon Sep 17 00:00:00 2001 From: Josue Kouka Date: Fri, 9 Oct 2015 11:22:29 +0200 Subject: [PATCH] #7879: update french translation --- .../idp/saml/locale/fr/LC_MESSAGES/django.po | 54 +++++++++++++--------- 1 file changed, 31 insertions(+), 23 deletions(-) diff --git a/src/authentic2/idp/saml/locale/fr/LC_MESSAGES/django.po b/src/authentic2/idp/saml/locale/fr/LC_MESSAGES/django.po index 300e473..5605064 100644 --- a/src/authentic2/idp/saml/locale/fr/LC_MESSAGES/django.po +++ b/src/authentic2/idp/saml/locale/fr/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Authentic\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-09-22 09:46+0200\n" +"POT-Creation-Date: 2015-10-09 11:16+0200\n" "PO-Revision-Date: 2014-11-21 11:43+0100\n" "Last-Translator: Mikaël Ates \n" "Language-Team: None\n" @@ -17,19 +17,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n>1;\n" -#: authentic2/idp/saml/__init__.py:28 +#: src/authentic2/idp/saml/__init__.py:28 msgid "SAML2" msgstr "" -#: authentic2/idp/saml/backend.py:133 +#: src/authentic2/idp/saml/backend.py:133 msgid "Delete" msgstr "Supprimer" -#: authentic2/idp/saml/backend.py:148 +#: src/authentic2/idp/saml/backend.py:148 msgid "Create" msgstr "Créer" -#: authentic2/idp/saml/saml2_endpoints.py:437 +#: src/authentic2/idp/saml/saml2_endpoints.py:437 #, python-format msgid "" "SAMLv2 Single Sign On: invalid message for WebSSO profile with HTTP-Redirect " @@ -38,7 +38,7 @@ msgstr "" "SAMLv2 Single Sign On: message invalide pour le profil utilisant le binding " "HTTP-Redirect: %r" -#: authentic2/idp/saml/saml2_endpoints.py:442 +#: src/authentic2/idp/saml/saml2_endpoints.py:442 msgid "" "SAMLv2 Single Sign On: the request cannot be answered because no valid " "protocol binding could be found" @@ -46,49 +46,57 @@ msgstr "" "SAMLv2 Single Sign On: la requête ne peut être traitée car elle est " "invalide: un binding de protocole n'a pu être trouvé" -#: authentic2/idp/saml/saml2_endpoints.py:477 +#: src/authentic2/idp/saml/saml2_endpoints.py:477 msgid "sso: No SP policy defined" msgstr "sso: Pas de politique pour les fournisseurs de service définie" -#: authentic2/idp/saml/saml2_endpoints.py:588 +#: src/authentic2/idp/saml/saml2_endpoints.py:588 msgid "continue_sso: error loading login" msgstr "continnue_sso: erreur au rechargement de l'objet login" -#: authentic2/idp/saml/saml2_endpoints.py:592 +#: src/authentic2/idp/saml/saml2_endpoints.py:592 #, python-format msgid "continue_sso: unknown provider %s" msgstr "continue_sso: fournisseur %s inconnu" -#: authentic2/idp/saml/saml2_endpoints.py:711 +#: src/authentic2/idp/saml/saml2_endpoints.py:597 +msgid "User canceled login process" +msgstr "L'utilisateur a annulé le processus de connexion" + +#: src/authentic2/idp/saml/saml2_endpoints.py:603 +msgid "User refused to consent" +msgstr "L'utilisateur a refusé la fédération de son compte" + +#: src/authentic2/idp/saml/saml2_endpoints.py:711 #, python-format msgid "Provider %s is unknown" msgstr "Le fournisseur %s est inconnu" -#: authentic2/idp/saml/saml2_endpoints.py:715 +#: src/authentic2/idp/saml/saml2_endpoints.py:715 msgid "No service provider policy defined" msgstr "Pas de politique de fournisseur de service définie" -#: authentic2/idp/saml/saml2_endpoints.py:861 -#: authentic2/idp/saml/saml2_endpoints.py:1033 -#: authentic2/idp/saml/saml2_endpoints.py:1045 -#: authentic2/idp/saml/saml2_endpoints.py:1269 -#: authentic2/idp/saml/saml2_endpoints.py:1303 -#: authentic2/idp/saml/saml2_endpoints.py:1351 -#: authentic2/idp/saml/saml2_endpoints.py:1362 +#: src/authentic2/idp/saml/saml2_endpoints.py:861 +#: src/authentic2/idp/saml/saml2_endpoints.py:1033 +#: src/authentic2/idp/saml/saml2_endpoints.py:1045 +#: src/authentic2/idp/saml/saml2_endpoints.py:1269 +#: src/authentic2/idp/saml/saml2_endpoints.py:1303 +#: src/authentic2/idp/saml/saml2_endpoints.py:1351 +#: src/authentic2/idp/saml/saml2_endpoints.py:1362 #, python-format msgid "You are being redirected to \"%s\"" msgstr "Vous allez être redirigé sur \"%s\"" -#: authentic2/idp/saml/saml2_endpoints.py:1354 +#: src/authentic2/idp/saml/saml2_endpoints.py:1354 msgid "Invalid logout request" msgstr "Requête de déconnexion invalide" -#: authentic2/idp/saml/templates/idp/saml/logout_fragment.html:2 +#: src/authentic2/idp/saml/templates/idp/saml/logout_fragment.html:2 #, python-format msgid "Sending logout to %(name)s...." msgstr "Déconnexion avec %(name)s...." -#: authentic2/idp/saml/templates/idp/saml/unknown_provider.html:5 +#: src/authentic2/idp/saml/templates/idp/saml/unknown_provider.html:5 #, python-format msgid "" "We were unable to load provider\n" @@ -102,11 +110,11 @@ msgstr "" "\"\">réessayer.\n" " " -#: authentic2/idp/saml/tests.py:234 +#: src/authentic2/idp/saml/tests.py:234 msgid "Cancel" msgstr "Annuler" -#: authentic2/idp/saml/views.py:26 +#: src/authentic2/idp/saml/views.py:26 #, python-brace-format msgid "Federation to {0} deleted" msgstr "La liaison avec {0} a été supprimée." -- 2.6.1