79 lines
2.4 KiB
Plaintext
79 lines
2.4 KiB
Plaintext
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * payment_transfer
|
|
#
|
|
# Translators:
|
|
# Marc Tormo i Bochaca <mtbochaca@gmail.com>, 2016
|
|
# RGB Consulting <odoo@rgbconsulting.com>, 2016
|
|
# Martin Trigaux, 2016
|
|
# Quim - eccit <quim@eccit.com>, 2017
|
|
# Lluís Dalmau <lluis.dalmau@guifi.net>, 2018
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 10.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2017-06-23 13:27+0000\n"
|
|
"PO-Revision-Date: 2017-06-23 13:27+0000\n"
|
|
"Last-Translator: Lluís Dalmau <lluis.dalmau@guifi.net>, 2018\n"
|
|
"Language-Team: Catalan (https://www.transifex.com/odoo/teams/41243/ca/)\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: \n"
|
|
"Language: ca\n"
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
|
|
#. module: payment_transfer
|
|
#: code:addons/payment_transfer/models/payment.py:63
|
|
#, python-format
|
|
msgid "; multiple order found"
|
|
msgstr "; diverses comandes trobades"
|
|
|
|
#. module: payment_transfer
|
|
#: code:addons/payment_transfer/models/payment.py:61
|
|
#, python-format
|
|
msgid "; no order found"
|
|
msgstr "; ordre no trobada"
|
|
|
|
#. module: payment_transfer
|
|
#: code:addons/payment_transfer/models/payment.py:28
|
|
#, python-format
|
|
msgid ""
|
|
"<div>\n"
|
|
"<h3>Please use the following transfer details</h3>\n"
|
|
"<h4>%(bank_title)s</h4>\n"
|
|
"%(bank_accounts)s\n"
|
|
"<h4>Communication</h4>\n"
|
|
"<p>Please use the order name as communication reference.</p>\n"
|
|
"</div>"
|
|
msgstr ""
|
|
"<div> <h3>Utilitzeu les següents dades</h3> <h4>%(bank_title)s</h4> %(bank_accounts)s <h4>Comunicació</h4> <p>Utilitzeu el nom de l'ordre com a referència comunicada.</p>\n"
|
|
"</div>"
|
|
|
|
#. module: payment_transfer
|
|
#: code:addons/payment_transfer/models/payment.py:26
|
|
#, python-format
|
|
msgid "Bank Account"
|
|
msgstr "Compte bancari"
|
|
|
|
#. module: payment_transfer
|
|
#: code:addons/payment_transfer/models/payment.py:26
|
|
#, python-format
|
|
msgid "Bank Accounts"
|
|
msgstr "Comptes bancaris"
|
|
|
|
#. module: payment_transfer
|
|
#: model:ir.model,name:payment_transfer.model_payment_acquirer
|
|
msgid "Payment Acquirer"
|
|
msgstr "Pagament de compradors"
|
|
|
|
#. module: payment_transfer
|
|
#: model:ir.model,name:payment_transfer.model_payment_transaction
|
|
msgid "Payment Transaction"
|
|
msgstr "Transacció de pagament"
|
|
|
|
#. module: payment_transfer
|
|
#: code:addons/payment_transfer/models/payment.py:59
|
|
#, python-format
|
|
msgid "received data for reference %s"
|
|
msgstr "rebudes dades per referència %s"
|