release 1.12.9

This commit is contained in:
Thomas NOËL 2015-01-09 18:44:10 +01:00
parent 935626b63f
commit 9385ba2faa
3 changed files with 5402 additions and 3721 deletions

9079
po/es.po

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: wcs 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-01-09 17:21+0100\n"
"POT-Creation-Date: 2015-01-09 18:43+0100\n"
"PO-Revision-Date: 2012-08-29 20:11+0200\n"
"Last-Translator: Thomas Noël <tnoel@entrouvert.com>\n"
"Language-Team: french\n"
@ -396,11 +396,11 @@ msgstr ""
"Veuillez visiter [token_url] pour l'activer.\n"
"\n"
#: ../wcs/wf/register_comment.py:55
#: ../wcs/wf/register_comment.py:56
msgid "Record in Journal"
msgstr "Enregistrer dans le journal"
#: ../wcs/wf/register_comment.py:62 ../wcs/workflows.py:1027
#: ../wcs/wf/register_comment.py:63 ../wcs/workflows.py:1027
#: ../wcs/workflows.py:1062 ../wcs/fields.py:439
#: ../wcs/qommon/substitution.py:65
msgid "Comment"
@ -4906,71 +4906,71 @@ msgstr "Code de suivi"
msgid "Allow Access by Tracking Code"
msgstr "Permettre l'accès par code de suivi"
#: ../wcs/qommon/saml2.py:187 ../wcs/qommon/saml2.py:212
#: ../wcs/qommon/saml2.py:226 ../wcs/qommon/saml2.py:399
#: ../wcs/qommon/saml2.py:189 ../wcs/qommon/saml2.py:214
#: ../wcs/qommon/saml2.py:228 ../wcs/qommon/saml2.py:401
msgid "SAML 2.0 support not yet configured."
msgstr "Le support SAML 2.0 n'est pas encore configuré"
#: ../wcs/qommon/saml2.py:235
#: ../wcs/qommon/saml2.py:237
msgid "Bad HTTP method on assertionConsumerArtifact endpoint"
msgstr "Mauvaise méthode HTTP sur la terminaison assertionConsumerArtifact"
#: ../wcs/qommon/saml2.py:236 ../wcs/qommon/saml2.py:240
#: ../wcs/qommon/saml2.py:238 ../wcs/qommon/saml2.py:242
msgid "Invalid authentication response"
msgstr "Réponse d'authentification invalide"
#: ../wcs/qommon/saml2.py:249 ../wcs/qommon/saml2.py:572
#: ../wcs/qommon/saml2.py:728
#: ../wcs/qommon/saml2.py:251 ../wcs/qommon/saml2.py:574
#: ../wcs/qommon/saml2.py:730
msgid "Failure to communicate with identity provider"
msgstr "Impossibilité de communiquer avec le fournisseur d'identités."
#: ../wcs/qommon/saml2.py:259
#: ../wcs/qommon/saml2.py:261
msgid "Signature verification failed"
msgstr "Erreur à la vérification de la signature"
#: ../wcs/qommon/saml2.py:274
#: ../wcs/qommon/saml2.py:276
#, python-format
msgid "Authentication failure %s"
msgstr "Erreur d'authentification %s"
#: ../wcs/qommon/saml2.py:276
#: ../wcs/qommon/saml2.py:278
msgid "Request from unknown provider ID"
msgstr "Requête d'un provider ID inconnu"
#: ../wcs/qommon/saml2.py:278
#: ../wcs/qommon/saml2.py:280
msgid "Authentication failure; unknown principal"
msgstr "Erreur d'authentification: utilisateur inconnu"
#: ../wcs/qommon/saml2.py:280
#: ../wcs/qommon/saml2.py:282
msgid "Authentication failure; federation not found"
msgstr "Erreur d'authentification: fédération non trouvée"
#: ../wcs/qommon/saml2.py:282
#: ../wcs/qommon/saml2.py:284
msgid "Authentication failure; failed to get response"
msgstr "Erreur d'authentification: pas de réponse reçue"
#: ../wcs/qommon/saml2.py:284
#: ../wcs/qommon/saml2.py:286
msgid "Unknown error"
msgstr "Erreur inconnue"
#: ../wcs/qommon/saml2.py:387
#: ../wcs/qommon/saml2.py:389
msgid "No SAML Response"
msgstr "Pas de réponse SAML"
#: ../wcs/qommon/saml2.py:393
#: ../wcs/qommon/saml2.py:395
msgid "No SAML Response in query string"
msgstr "Pas de réponse SAML dans la query string"
#: ../wcs/qommon/saml2.py:562
#: ../wcs/qommon/saml2.py:564
msgid "Could not send logout request to the identity provider"
msgstr ""
"Impossible d'envoyer une requête de déconnexion au fournisseur d'identités"
#: ../wcs/qommon/saml2.py:738
#: ../wcs/qommon/saml2.py:740
msgid "Invalid NameId Management request"
msgstr "Requête de gestion de NameId invalide"
#: ../wcs/qommon/saml2.py:826
#: ../wcs/qommon/saml2.py:828
msgid "Defederation failed"
msgstr "Erreur à la défédération"

View File

@ -18,7 +18,7 @@ import sys
import os
sys.path.insert(0, os.path.dirname(__file__))
__version__ = '1.12.8'
__version__ = '1.12.9'
import qommon