Skip to content

Commit

Permalink
account_payment_return: Improvements to suite (OCA#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdauden authored and pedrobaeza committed Apr 6, 2017
1 parent 3a1ce7d commit f6f81c6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
<field name="code">MD01</field>
<field name="name">No valid Mandate</field>
</record>
<record id="unpaid_reason_MD06" model="payment.return.reason">
<field name="code">MD06</field>
<field name="name">Disputed authorised transaction</field>
</record>
<record id="unpaid_reason_MD07" model="payment.return.reason">
<field name="code">MD07</field>
<field name="name">Debtor deceased</field>
Expand Down
24 changes: 16 additions & 8 deletions account_payment_return_import_sepa_pain/i18n/es.po
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_payment_return_import_sepa_pain
#
#
# Translators:
# Sergio Teruel Albert, 2015
msgid ""
msgstr ""
"Project-Id-Version: account-payment (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-04-14 03:08+0000\n"
"PO-Revision-Date: 2016-04-11 21:03+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Spanish (http://www.transifex.com/oca/OCA-account-payment-8-0/language/es/)\n"
"POT-Creation-Date: 2016-10-25 13:04+0200\n"
"PO-Revision-Date: 2016-10-25 13:09+0200\n"
"Last-Translator: Carlos Incaser <carlos@incaser.es>\n"
"Language-Team: Spanish (http://www.transifex.com/oca/OCA-account-payment-8-0/"
"language/es/)\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 1.8.7.1\n"

#. module: account_payment_return_import_sepa_pain
#: model:payment.return.reason,name:account_payment_return_import_sepa_pain.unpaid_reason_AC06
Expand Down Expand Up @@ -53,6 +55,11 @@ msgstr "Tipo de domiciliación incorrecta"
msgid "Direct debit forbidden on this account for regulatory reasons"
msgstr "Domiciliación prohibida en esta cuenta por motivos regulatorios"

#. module: account_payment_return_import_sepa_pain
#: model:payment.return.reason,name:account_payment_return_import_sepa_pain.unpaid_reason_MD06
msgid "Disputed authorised transaction"
msgstr "No conforme con el cargo autorizado"

#. module: account_payment_return_import_sepa_pain
#: model:payment.return.reason,name:account_payment_return_import_sepa_pain.unpaid_reason_AM05
msgid "Duplicate collection"
Expand Down Expand Up @@ -96,7 +103,8 @@ msgstr "Mandato no válido"
#. module: account_payment_return_import_sepa_pain
#: model:payment.return.reason,name:account_payment_return_import_sepa_pain.unpaid_reason_AG02
msgid "Operation/transaction code incorrect, invalid file format"
msgstr "Código de operación/transacción incorrecto, formato de archivo inválido"
msgstr ""
"Código de operación/transacción incorrecto, formato de archivo inválido"

#. module: account_payment_return_import_sepa_pain
#: model:ir.model,name:account_payment_return_import_sepa_pain.model_payment_return_line
Expand Down

0 comments on commit f6f81c6

Please sign in to comment.