diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
| commit | 3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch) | |
| tree | a44932296ef4a9b71d5f010906253d8c53727726 /addons/payment_buckaroo/i18n/es_PA.po | |
| parent | 0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff) | |
initial commit 2
Diffstat (limited to 'addons/payment_buckaroo/i18n/es_PA.po')
| -rw-r--r-- | addons/payment_buckaroo/i18n/es_PA.po | 115 |
1 files changed, 115 insertions, 0 deletions
diff --git a/addons/payment_buckaroo/i18n/es_PA.po b/addons/payment_buckaroo/i18n/es_PA.po new file mode 100644 index 00000000..fe5e3cab --- /dev/null +++ b/addons/payment_buckaroo/i18n/es_PA.po @@ -0,0 +1,115 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * payment_buckaroo +# +# 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:17+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_buckaroo +#: code:addons/payment_buckaroo/models/buckaroo.py:150 +#, python-format +msgid "; multiple order found" +msgstr "" + +#. module: payment_buckaroo +#: code:addons/payment_buckaroo/models/buckaroo.py:148 +#, python-format +msgid "; no order found" +msgstr "" + +#. module: payment_buckaroo +#: model_terms:payment.acquirer,cancel_msg:payment_buckaroo.payment_acquirer_buckaroo +msgid "<span><i>Cancel,</i> Your payment has been cancelled.</span>" +msgstr "" + +#. module: payment_buckaroo +#: model_terms:payment.acquirer,done_msg:payment_buckaroo.payment_acquirer_buckaroo +msgid "" +"<span><i>Done,</i> Your online payment has been successfully processed. " +"Thank you for your order.</span>" +msgstr "" + +#. module: payment_buckaroo +#: model_terms:payment.acquirer,error_msg:payment_buckaroo.payment_acquirer_buckaroo +msgid "" +"<span><i>Error,</i> 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.</span>" +msgstr "" + +#. module: payment_buckaroo +#: model_terms:payment.acquirer,pending_msg:payment_buckaroo.payment_acquirer_buckaroo +msgid "" +"<span><i>Pending,</i> Your online payment has been successfully processed. " +"But your order is not validated yet.</span>" +msgstr "" + +#. module: payment_buckaroo +#: model:payment.acquirer,name:payment_buckaroo.payment_acquirer_buckaroo +msgid "Buckaroo" +msgstr "" + +#. module: payment_buckaroo +#: code:addons/payment_buckaroo/models/buckaroo.py:158 +#, python-format +msgid "Buckaroo: invalid shasign, received %s, computed %s, for data %s" +msgstr "" + +#. module: payment_buckaroo +#: code:addons/payment_buckaroo/models/buckaroo.py:146 +#, python-format +msgid "Buckaroo: received data for reference %s" +msgstr "" + +#. module: payment_buckaroo +#: code:addons/payment_buckaroo/models/buckaroo.py:140 +#, python-format +msgid "" +"Buckaroo: received data with missing reference (%s) or pay_id (%s) or " +"shasign (%s)" +msgstr "" + +#. module: payment_buckaroo +#: model_terms:ir.ui.view,arch_db:payment_buckaroo.acquirer_form_buckaroo +msgid "How to configure your Buckaroo account?" +msgstr "" + +#. module: payment_buckaroo +#: model:ir.model,name:payment_buckaroo.model_payment_acquirer +msgid "Payment Acquirer" +msgstr "Método de pago" + +#. module: payment_buckaroo +#: model:ir.model,name:payment_buckaroo.model_payment_transaction +msgid "Payment Transaction" +msgstr "Transacción de pago" + +#. module: payment_buckaroo +#: model:ir.model.fields,field_description:payment_buckaroo.field_payment_acquirer_brq_secretkey +msgid "SecretKey" +msgstr "" + +#. module: payment_buckaroo +#: model:ir.model.fields,field_description:payment_buckaroo.field_payment_acquirer_brq_websitekey +msgid "WebsiteKey" +msgstr "" + +#. module: payment_buckaroo +#: model_terms:payment.acquirer,pre_msg:payment_buckaroo.payment_acquirer_buckaroo +msgid "" +"You will be redirected to the Buckaroo website after clicking on the payment " +"button." +msgstr "" |
