mirror of
https://github.com/bringout/oca-edi.git
synced 2026-04-22 06:52:00 +02:00
48 lines
1.5 KiB
Text
48 lines
1.5 KiB
Text
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * base_ubl_payment
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 13.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"PO-Revision-Date: 2020-12-13 02:36+0000\n"
|
|
"Last-Translator: Bosd <c5e2fd43-d292-4c90-9d1f-74ff3436329a@anonaddy.me>\n"
|
|
"Language-Team: none\n"
|
|
"Language: nl\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"
|
|
"X-Generator: Weblate 3.10\n"
|
|
|
|
#. module: base_ubl_payment
|
|
#: model:ir.model,name:base_ubl_payment.model_base_ubl
|
|
msgid "Common methods to generate and parse UBL XML files"
|
|
msgstr ""
|
|
"Gemeenschappelijke code voor het genereren en verwerken van UBL XML bestanden"
|
|
|
|
#. module: base_ubl_payment
|
|
#: model:ir.model.fields,field_description:base_ubl_payment.field_base_ubl__display_name
|
|
msgid "Display Name"
|
|
msgstr ""
|
|
|
|
#. module: base_ubl_payment
|
|
#: model:ir.model.fields,field_description:base_ubl_payment.field_base_ubl__id
|
|
msgid "ID"
|
|
msgstr ""
|
|
|
|
#. module: base_ubl_payment
|
|
#: model:ir.model.fields,field_description:base_ubl_payment.field_base_ubl____last_update
|
|
msgid "Last Modified on"
|
|
msgstr ""
|
|
|
|
#. module: base_ubl_payment
|
|
#: code:addons/base_ubl_payment/models/ubl.py:0
|
|
#, python-format
|
|
msgid ""
|
|
"Missing 'UNECE Payment Mean' on payment type '{method}' "
|
|
"used by the payment mode '{mode}'."
|
|
msgstr ""
|
|
"Ontbrekende 'UNECE betaalmethode' voor betalingstype '{method}' gebruikt door "
|
|
"betaalmethode '{mode}'."
|