# Translation of Odoo Server.
# This file contains the translation of the following modules:
# 	* payment_ogone
# 
# Translators:
# Martin Trigaux, 2021
# Cécile Collart <cco@odoo.com>, 2022
# Jolien De Paepe, 2022
# 
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~14.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 07:49+0000\n"
"PO-Revision-Date: 2021-09-14 12:24+0000\n"
"Last-Translator: Jolien De Paepe, 2022\n"
"Language-Team: French (https://app.transifex.com/odoo/teams/41243/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: fr\n"
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"

#. module: payment_ogone
#: model:ir.model.fields,field_description:payment_ogone.field_payment_acquirer__ogone_userid
msgid "API User ID"
msgstr "Identifiant Utilisateur de l'API"

#. module: payment_ogone
#: model:ir.model.fields,field_description:payment_ogone.field_payment_acquirer__ogone_password
msgid "API User Password"
msgstr "Mot de passe Utilisateur de l'API"

#. module: payment_ogone
#: code:addons/payment_ogone/models/payment_acquirer.py:0
#, python-format
msgid "Could not establish the connection to the API."
msgstr "Impossible d'établir la connexion à l'API."

#. module: payment_ogone
#: code:addons/payment_ogone/models/payment_transaction.py:0
#, python-format
msgid "No transaction found matching reference %s."
msgstr "Aucune transaction trouvée correspondant à la référence %s."

#. module: payment_ogone
#: model:account.payment.method,name:payment_ogone.payment_method_ogone
#: model:ir.model.fields.selection,name:payment_ogone.selection__payment_acquirer__provider__ogone
msgid "Ogone"
msgstr "Ogone"

#. module: payment_ogone
#: model:ir.model.fields,field_description:payment_ogone.field_payment_acquirer__ogone_pspid
msgid "PSPID"
msgstr "PSPID"

#. module: payment_ogone
#: model:ir.model,name:payment_ogone.model_payment_acquirer
msgid "Payment Acquirer"
msgstr "Intermédiaire de Paiement"

#. module: payment_ogone
#: model:ir.model,name:payment_ogone.model_account_payment_method
msgid "Payment Methods"
msgstr "Méthodes de paiements"

#. module: payment_ogone
#: model:ir.model,name:payment_ogone.model_payment_token
msgid "Payment Token"
msgstr "Jeton de paiement"

#. module: payment_ogone
#: model:ir.model,name:payment_ogone.model_payment_transaction
msgid "Payment Transaction"
msgstr "Transaction"

#. module: payment_ogone
#: model:ir.model.fields,field_description:payment_ogone.field_payment_acquirer__provider
msgid "Provider"
msgstr "Fournisseur"

#. module: payment_ogone
#: code:addons/payment_ogone/models/payment_transaction.py:0
#, python-format
msgid "Received data with invalid payment status: %s"
msgstr "Réception de données avec statut de paiement invalide : %s"

#. module: payment_ogone
#: code:addons/payment_ogone/controllers/main.py:0
#, python-format
msgid ""
"Received data with invalid signature. expected: %(exp)s ; received: %(rec)s ; data:\n"
"%(data)s"
msgstr ""
"Données reçues avec une signature non valide. attendu: %(exp)s; reçu: %(rec)s; Les données: \n"
"%(data)s"

#. module: payment_ogone
#: code:addons/payment_ogone/models/payment_transaction.py:0
#, python-format
msgid "Received feedback data with unknown type: %s"
msgstr "Réception de données de retour d'expérience avec un type inconnu : %s"

#. module: payment_ogone
#: model:ir.model.fields,field_description:payment_ogone.field_payment_acquirer__ogone_shakey_in
msgid "SHA Key IN"
msgstr "Clé SHA entrante"

#. module: payment_ogone
#: model:ir.model.fields,field_description:payment_ogone.field_payment_acquirer__ogone_shakey_out
msgid "SHA Key OUT"
msgstr "Clé SHA sortante"

#. module: payment_ogone
#: code:addons/payment_ogone/models/payment_token.py:0
#, python-format
msgid "Saved payment methods cannot be restored once they have been archived."
msgstr ""
"Les méthodes de paiement enregistrées ne peuvent pas être restaurées une "
"fois archivées."

#. module: payment_ogone
#: code:addons/payment_ogone/models/payment_transaction.py:0
#, python-format
msgid "Storing your payment details is necessary for future use."
msgstr ""
"La sauvegarde de vos détails de paiement est indispensable pour une "
"utilisation future."

#. module: payment_ogone
#: model:ir.model.fields,help:payment_ogone.field_payment_acquirer__ogone_userid
msgid "The ID solely used to identify the API user with Ogone"
msgstr ""
"L'identifiant uniquement utilisé pour identifier l'utilisateur API avec "
"Ogone"

#. module: payment_ogone
#: model:ir.model.fields,help:payment_ogone.field_payment_acquirer__ogone_pspid
msgid "The ID solely used to identify the account with Ogone"
msgstr "L'identifiant uniquement utilisé pour identifier le compte avec Ogone"

#. module: payment_ogone
#: model:ir.model.fields,help:payment_ogone.field_payment_acquirer__provider
msgid "The Payment Service Provider to use with this acquirer"
msgstr ""
"Le fournisseur de services de paiement à utiliser avec cet intermédiaire"

#. module: payment_ogone
#: code:addons/payment_ogone/models/payment_acquirer.py:0
#, python-format
msgid "The communication with the API failed."
msgstr "La communication avec l'API a échoué."

#. module: payment_ogone
#: code:addons/payment_ogone/models/payment_transaction.py:0
#, python-format
msgid "The payment has been declined: %s"
msgstr "Le paiement a été refusé : %s"

#. module: payment_ogone
#: code:addons/payment_ogone/models/payment_transaction.py:0
#, python-format
msgid "The transaction is not linked to a token."
msgstr "La transaction n'est pas liée à un jeton."
