From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- addons/payment_authorize/i18n/es_PA.po | 85 ++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 addons/payment_authorize/i18n/es_PA.po (limited to 'addons/payment_authorize/i18n/es_PA.po') diff --git a/addons/payment_authorize/i18n/es_PA.po b/addons/payment_authorize/i18n/es_PA.po new file mode 100644 index 00000000..3101220f --- /dev/null +++ b/addons/payment_authorize/i18n/es_PA.po @@ -0,0 +1,85 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_authorize +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Odoo 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-18 14:07+0000\n" +"PO-Revision-Date: 2015-09-19 08:16+0000\n" +"Last-Translator: Martin Trigaux\n" +"Language-Team: Spanish (Panama) (http://www.transifex.com/odoo/odoo-9/" +"language/es_PA/)\n" +"Language: es_PA\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: payment_authorize +#: model_terms:payment.acquirer,cancel_msg:payment_authorize.payment_acquirer_authorize +msgid "Cancel, Your payment has been cancelled." +msgstr "" + +#. module: payment_authorize +#: model_terms:payment.acquirer,done_msg:payment_authorize.payment_acquirer_authorize +msgid "" +"Done, Your online payment has been successfully processed. " +"Thank you for your order." +msgstr "" + +#. module: payment_authorize +#: model_terms:payment.acquirer,error_msg:payment_authorize.payment_acquirer_authorize +msgid "" +"Error, Please be aware that an error occurred during the " +"transaction. The order has been confirmed but won't be paid. Don't hesitate " +"to contact us if you have any questions on the status of your order." +msgstr "" + +#. module: payment_authorize +#: model_terms:payment.acquirer,pending_msg:payment_authorize.payment_acquirer_authorize +msgid "" +"Pending, Your online payment has been successfully processed. " +"But your order is not validated yet." +msgstr "" + +#. module: payment_authorize +#: model:ir.model.fields,field_description:payment_authorize.field_payment_acquirer_authorize_login +msgid "API Login Id" +msgstr "" + +#. module: payment_authorize +#: model:ir.model.fields,field_description:payment_authorize.field_payment_acquirer_authorize_transaction_key +msgid "API Transaction Key" +msgstr "" + +#. module: payment_authorize +#: model:payment.acquirer,name:payment_authorize.payment_acquirer_authorize +msgid "Authorize.Net" +msgstr "" + +#. module: payment_authorize +#: model_terms:ir.ui.view,arch_db:payment_authorize.acquirer_form_authorize +msgid "" +"How to configure your Authorize.Net account (look for Getting Started " +"Guide) ?" +msgstr "" + +#. module: payment_authorize +#: model:ir.model,name:payment_authorize.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Método de pago" + +#. module: payment_authorize +#: model:ir.model,name:payment_authorize.model_payment_transaction +msgid "Payment Transaction" +msgstr "Transacción de pago" + +#. module: payment_authorize +#: model_terms:payment.acquirer,pre_msg:payment_authorize.payment_acquirer_authorize +msgid "" +"You will be redirected to the Authorize website after clicking on the " +"payment button." +msgstr "" -- cgit v1.2.3