build: configurar herramientas de verificación OCA
- Instalar pre-commit con 25 hooks configurados - Configurar black 26.1.0 para formateo de código Python - Configurar isort 7.0.0 para ordenación de imports - Configurar flake8 7.3.0 con flake8-bugbear - Configurar pylint 3.1.1 con pylint-odoo 9.1.2 - Añadir autoflake y pyupgrade para mejoras automáticas - Configurar prettier para formateo de XML/JSON/YAML - Crear .editorconfig para consistencia de editor - Crear Makefile con comandos útiles - Crear check_addon.sh para verificación rápida de addons - Actualizar configuración de VS Code con extensiones recomendadas - Añadir documentación completa de uso - Aplicar formateo automático a archivos existentes - Deshabilitar setuptools-odoo (no soporta Odoo 18.0 aún) - Deshabilitar fix-encoding-pragma (obsoleto, usar pyupgrade)
This commit is contained in:
parent
5b9c6e3211
commit
fe137dc265
224 changed files with 18376 additions and 0 deletions
|
|
@ -0,0 +1,101 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
msgid "Discount (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_triple_discount_mixin__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.constraint,message:account_invoice_triple_discount.constraint_account_move_line_discount1_limit
|
||||
#: model:ir.model.constraint,message:account_invoice_triple_discount.constraint_triple_discount_mixin_discount1_limit
|
||||
msgid "Discount 1 must be lower than 100%."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_triple_discount_mixin__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.constraint,message:account_invoice_triple_discount.constraint_account_move_line_discount2_limit
|
||||
#: model:ir.model.constraint,message:account_invoice_triple_discount.constraint_triple_discount_mixin_discount2_limit
|
||||
msgid "Discount 2 must be lower than 100%."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_triple_discount_mixin__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.constraint,message:account_invoice_triple_discount.constraint_account_move_line_discount3_limit
|
||||
#: model:ir.model.constraint,message:account_invoice_triple_discount.constraint_triple_discount_mixin_discount3_limit
|
||||
msgid "Discount 3 must be lower than 100%."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_triple_discount_mixin__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_triple_discount_mixin
|
||||
msgid "Triple discount mixin"
|
||||
msgstr ""
|
||||
82
account_invoice_triple_discount/i18n/ar.po
Normal file
82
account_invoice_triple_discount/i18n/ar.po
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n"
|
||||
"Language: ar\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
||||
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "فاتورة"
|
||||
|
||||
#~ msgid "Invoice Line"
|
||||
#~ msgstr "خط الفاتورة"
|
||||
78
account_invoice_triple_discount/i18n/bg.po
Normal file
78
account_invoice_triple_discount/i18n/bg.po
Normal file
|
|
@ -0,0 +1,78 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n"
|
||||
"Language: bg\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: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Фактура"
|
||||
82
account_invoice_triple_discount/i18n/bs.po
Normal file
82
account_invoice_triple_discount/i18n/bs.po
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n"
|
||||
"Language: bs\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Faktura"
|
||||
|
||||
#~ msgid "Invoice Line"
|
||||
#~ msgstr "Stavka fakture"
|
||||
82
account_invoice_triple_discount/i18n/ca.po
Normal file
82
account_invoice_triple_discount/i18n/ca.po
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2022-08-09 10:06+0000\n"
|
||||
"Last-Translator: jabelchi <jabelchi@gmail.com>\n"
|
||||
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
|
||||
"Language: ca\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 4.3.2\n"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr "Desc.2%"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr "Desc.3%"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr "Descompte 2 (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr "Descompte 3 (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Factura"
|
||||
|
||||
#~ msgid "Invoice Line"
|
||||
#~ msgstr "Línia factura"
|
||||
81
account_invoice_triple_discount/i18n/cs.po
Normal file
81
account_invoice_triple_discount/i18n/cs.po
Normal file
|
|
@ -0,0 +1,81 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n"
|
||||
"Language: cs\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Faktura"
|
||||
|
||||
#~ msgid "Invoice Line"
|
||||
#~ msgstr "Řádek faktury"
|
||||
82
account_invoice_triple_discount/i18n/de.po
Normal file
82
account_invoice_triple_discount/i18n/de.po
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2018-10-11 11:45+0000\n"
|
||||
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>\n"
|
||||
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
|
||||
"Language: de\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.1.1\n"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr "2. Rabatt (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr "3. Rabatt (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr "2. Rabatt (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr "3. Rabatt (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Rechnung"
|
||||
|
||||
#~ msgid "Invoice Line"
|
||||
#~ msgstr "Rechnungsposition"
|
||||
79
account_invoice_triple_discount/i18n/el_GR.po
Normal file
79
account_invoice_triple_discount/i18n/el_GR.po
Normal file
|
|
@ -0,0 +1,79 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/"
|
||||
"el_GR/)\n"
|
||||
"Language: el_GR\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: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Τιμολόγιο"
|
||||
82
account_invoice_triple_discount/i18n/en_GB.po
Normal file
82
account_invoice_triple_discount/i18n/en_GB.po
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/"
|
||||
"teams/23907/en_GB/)\n"
|
||||
"Language: en_GB\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: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Invoice"
|
||||
|
||||
#~ msgid "Invoice Line"
|
||||
#~ msgstr "Invoice Line"
|
||||
85
account_invoice_triple_discount/i18n/es.po
Normal file
85
account_invoice_triple_discount/i18n/es.po
Normal file
|
|
@ -0,0 +1,85 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2026-02-03 07:04+0000\n"
|
||||
"Last-Translator: Enric Tobella <etobella@creublanca.es>\n"
|
||||
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
|
||||
"Language: es\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 5.15.2\n"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr "<span>Desc.1 %</span>"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr "<span>Desc. 2 (%)</span>"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr "<span>Desc.3 %</span>"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr "Desc.2%"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr "Desc.3%"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr "Descuento 2 (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr "Descuento 3 (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Artículo diario"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Journal Entry"
|
||||
#~ msgstr "Entrada Diaria"
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Factura"
|
||||
|
||||
#~ msgid "Invoice Line"
|
||||
#~ msgstr "Línea de factura"
|
||||
82
account_invoice_triple_discount/i18n/es_CR.po
Normal file
82
account_invoice_triple_discount/i18n/es_CR.po
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/"
|
||||
"teams/23907/es_CR/)\n"
|
||||
"Language: es_CR\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: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Factura"
|
||||
|
||||
#~ msgid "Invoice Line"
|
||||
#~ msgstr "Línea de factura"
|
||||
82
account_invoice_triple_discount/i18n/es_EC.po
Normal file
82
account_invoice_triple_discount/i18n/es_EC.po
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/"
|
||||
"es_EC/)\n"
|
||||
"Language: es_EC\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: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Factura"
|
||||
|
||||
#~ msgid "Invoice Line"
|
||||
#~ msgstr "Detalle de Factura"
|
||||
79
account_invoice_triple_discount/i18n/es_ES.po
Normal file
79
account_invoice_triple_discount/i18n/es_ES.po
Normal file
|
|
@ -0,0 +1,79 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# Fernando Lara <gennesis45@gmail.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: Fernando Lara <gennesis45@gmail.com>, 2017\n"
|
||||
"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/"
|
||||
"es_ES/)\n"
|
||||
"Language: es_ES\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: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Factura"
|
||||
82
account_invoice_triple_discount/i18n/es_MX.po
Normal file
82
account_invoice_triple_discount/i18n/es_MX.po
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/"
|
||||
"es_MX/)\n"
|
||||
"Language: es_MX\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: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Factura"
|
||||
|
||||
#~ msgid "Invoice Line"
|
||||
#~ msgstr "Línea de factura"
|
||||
81
account_invoice_triple_discount/i18n/et.po
Normal file
81
account_invoice_triple_discount/i18n/et.po
Normal file
|
|
@ -0,0 +1,81 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n"
|
||||
"Language: et\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: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Arve"
|
||||
|
||||
#~ msgid "Invoice Line"
|
||||
#~ msgstr "Arve rida"
|
||||
78
account_invoice_triple_discount/i18n/fi.po
Normal file
78
account_invoice_triple_discount/i18n/fi.po
Normal file
|
|
@ -0,0 +1,78 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n"
|
||||
"Language: fi\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: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Lasku"
|
||||
82
account_invoice_triple_discount/i18n/fr.po
Normal file
82
account_invoice_triple_discount/i18n/fr.po
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# Quentin THEURET <odoo@kerpeo.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: Quentin THEURET <odoo@kerpeo.com>, 2017\n"
|
||||
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
|
||||
"Language: fr\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: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr "Remise 2 (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr "Remise 3 (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr "Remise 2 (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr "Remise 3 (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Facture"
|
||||
|
||||
#~ msgid "Invoice Line"
|
||||
#~ msgstr "Ligne de facture"
|
||||
79
account_invoice_triple_discount/i18n/fr_CA.po
Normal file
79
account_invoice_triple_discount/i18n/fr_CA.po
Normal file
|
|
@ -0,0 +1,79 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/"
|
||||
"fr_CA/)\n"
|
||||
"Language: fr_CA\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: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Facture"
|
||||
82
account_invoice_triple_discount/i18n/fr_CH.po
Normal file
82
account_invoice_triple_discount/i18n/fr_CH.po
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: French (Switzerland) (https://www.transifex.com/oca/"
|
||||
"teams/23907/fr_CH/)\n"
|
||||
"Language: fr_CH\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: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Facture"
|
||||
|
||||
#~ msgid "Invoice Line"
|
||||
#~ msgstr "Ligne de facture"
|
||||
78
account_invoice_triple_discount/i18n/gl.po
Normal file
78
account_invoice_triple_discount/i18n/gl.po
Normal file
|
|
@ -0,0 +1,78 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n"
|
||||
"Language: gl\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: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Factura"
|
||||
87
account_invoice_triple_discount/i18n/hr.po
Normal file
87
account_invoice_triple_discount/i18n/hr.po
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# Bole <bole@dajmi5.com>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-02-03 01:14+0000\n"
|
||||
"PO-Revision-Date: 2023-04-03 13:23+0000\n"
|
||||
"Last-Translator: Bole <bole@dajmi5.com>\n"
|
||||
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
|
||||
"Language: hr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 4.14.1\n"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr "<span>Pop.2 %</span>"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr "<span>Pop.3 %</span>"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr "Popust 2 (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr "Popust 3 (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr "Popust 2 (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr "Popust 3 (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Stavka dnevnika"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Journal Entry"
|
||||
#~ msgstr "Temeljnica"
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Račun"
|
||||
|
||||
#~ msgid "Invoice Line"
|
||||
#~ msgstr "Stavka računa"
|
||||
84
account_invoice_triple_discount/i18n/hr_HR.po
Normal file
84
account_invoice_triple_discount/i18n/hr_HR.po
Normal file
|
|
@ -0,0 +1,84 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# Bole <bole@dajmi5.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-11 23:30+0000\n"
|
||||
"PO-Revision-Date: 2017-08-11 23:30+0000\n"
|
||||
"Last-Translator: Bole <bole@dajmi5.com>, 2017\n"
|
||||
"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/"
|
||||
"hr_HR/)\n"
|
||||
"Language: hr_HR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr "Popust 2 (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr "Popust 3 (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr "Popust 2 (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr "Popust 3 (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Račun"
|
||||
|
||||
#~ msgid "Invoice Line"
|
||||
#~ msgstr "Stavka računa"
|
||||
81
account_invoice_triple_discount/i18n/hu.po
Normal file
81
account_invoice_triple_discount/i18n/hu.po
Normal file
|
|
@ -0,0 +1,81 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n"
|
||||
"Language: hu\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: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Számla"
|
||||
|
||||
#~ msgid "Invoice Line"
|
||||
#~ msgstr "Számlasor"
|
||||
78
account_invoice_triple_discount/i18n/id.po
Normal file
78
account_invoice_triple_discount/i18n/id.po
Normal file
|
|
@ -0,0 +1,78 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/id/)\n"
|
||||
"Language: id\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Faktur"
|
||||
85
account_invoice_triple_discount/i18n/it.po
Normal file
85
account_invoice_triple_discount/i18n/it.po
Normal file
|
|
@ -0,0 +1,85 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2025-02-25 15:06+0000\n"
|
||||
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
|
||||
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
|
||||
"Language: it\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 5.6.2\n"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr "<span>Sconto 1 %</span>"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr "<span>Sconto 2 (%)</span>"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr "<span>Sconto 3 (%)</span>"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr "Sconto 1%"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr "Sconto 2 (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr "Sconto 3 (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr "Sconto 1%"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr "Sconto 2 (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr "Sconto 3 (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Movimento contabile"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr "Sconto totale"
|
||||
|
||||
#~ msgid "Journal Entry"
|
||||
#~ msgstr "Registrazione contabile"
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Fattura"
|
||||
|
||||
#~ msgid "Invoice Line"
|
||||
#~ msgstr "Righe Fattura"
|
||||
81
account_invoice_triple_discount/i18n/ja.po
Normal file
81
account_invoice_triple_discount/i18n/ja.po
Normal file
|
|
@ -0,0 +1,81 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n"
|
||||
"Language: ja\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "請求書"
|
||||
|
||||
#~ msgid "Invoice Line"
|
||||
#~ msgstr "請求行"
|
||||
82
account_invoice_triple_discount/i18n/lt.po
Normal file
82
account_invoice_triple_discount/i18n/lt.po
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n"
|
||||
"Language: lt\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||
"(n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Sąskaita faktūra"
|
||||
|
||||
#~ msgid "Invoice Line"
|
||||
#~ msgstr "Sąskaitos faktūros eilutė"
|
||||
81
account_invoice_triple_discount/i18n/mk.po
Normal file
81
account_invoice_triple_discount/i18n/mk.po
Normal file
|
|
@ -0,0 +1,81 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n"
|
||||
"Language: mk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Фактура"
|
||||
|
||||
#~ msgid "Invoice Line"
|
||||
#~ msgstr "Ставка од фактура"
|
||||
81
account_invoice_triple_discount/i18n/mn.po
Normal file
81
account_invoice_triple_discount/i18n/mn.po
Normal file
|
|
@ -0,0 +1,81 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n"
|
||||
"Language: mn\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: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Нэхэмжлэл"
|
||||
|
||||
#~ msgid "Invoice Line"
|
||||
#~ msgstr "Нэхэмжлэлийн мөр"
|
||||
82
account_invoice_triple_discount/i18n/nb.po
Normal file
82
account_invoice_triple_discount/i18n/nb.po
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/"
|
||||
"nb/)\n"
|
||||
"Language: nb\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: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Faktura"
|
||||
|
||||
#~ msgid "Invoice Line"
|
||||
#~ msgstr "Fakturalinje"
|
||||
79
account_invoice_triple_discount/i18n/nb_NO.po
Normal file
79
account_invoice_triple_discount/i18n/nb_NO.po
Normal file
|
|
@ -0,0 +1,79 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/"
|
||||
"teams/23907/nb_NO/)\n"
|
||||
"Language: nb_NO\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: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Innmelding"
|
||||
81
account_invoice_triple_discount/i18n/nl.po
Normal file
81
account_invoice_triple_discount/i18n/nl.po
Normal file
|
|
@ -0,0 +1,81 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\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"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Factuur"
|
||||
|
||||
#~ msgid "Invoice Line"
|
||||
#~ msgstr "Factuurregel"
|
||||
82
account_invoice_triple_discount/i18n/nl_BE.po
Normal file
82
account_invoice_triple_discount/i18n/nl_BE.po
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/"
|
||||
"nl_BE/)\n"
|
||||
"Language: nl_BE\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: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Factuur"
|
||||
|
||||
#~ msgid "Invoice Line"
|
||||
#~ msgstr "Factuurlijn"
|
||||
82
account_invoice_triple_discount/i18n/nl_NL.po
Normal file
82
account_invoice_triple_discount/i18n/nl_NL.po
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# Peter Hageman <hageman.p@gmail.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: Peter Hageman <hageman.p@gmail.com>, 2017\n"
|
||||
"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/"
|
||||
"teams/23907/nl_NL/)\n"
|
||||
"Language: nl_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"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Factuur"
|
||||
|
||||
#~ msgid "Invoice Line"
|
||||
#~ msgstr "Factuurregel"
|
||||
80
account_invoice_triple_discount/i18n/pl.po
Normal file
80
account_invoice_triple_discount/i18n/pl.po
Normal file
|
|
@ -0,0 +1,80 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n"
|
||||
"Language: pl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && "
|
||||
"(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && "
|
||||
"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Faktura"
|
||||
81
account_invoice_triple_discount/i18n/pt.po
Normal file
81
account_invoice_triple_discount/i18n/pt.po
Normal file
|
|
@ -0,0 +1,81 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n"
|
||||
"Language: pt\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: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Fatura"
|
||||
|
||||
#~ msgid "Invoice Line"
|
||||
#~ msgstr "Linha de fatura"
|
||||
86
account_invoice_triple_discount/i18n/pt_BR.po
Normal file
86
account_invoice_triple_discount/i18n/pt_BR.po
Normal file
|
|
@ -0,0 +1,86 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2023-07-01 22:12+0000\n"
|
||||
"Last-Translator: Adriano Prado <adrianojprado@gmail.com>\n"
|
||||
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/"
|
||||
"teams/23907/pt_BR/)\n"
|
||||
"Language: pt_BR\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 4.17\n"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr "<span>Disco.2 %</span>"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr "<span>Disco.3 %</span>"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr "Desconto 2 (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr "Desconto 3 (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr "Desconto 2 (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr "Desconto 3 (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Item Diário"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Journal Entry"
|
||||
#~ msgstr "Entrada Diário"
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Fatura"
|
||||
|
||||
#~ msgid "Invoice Line"
|
||||
#~ msgstr "Linha da Fatura"
|
||||
82
account_invoice_triple_discount/i18n/pt_PT.po
Normal file
82
account_invoice_triple_discount/i18n/pt_PT.po
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/"
|
||||
"teams/23907/pt_PT/)\n"
|
||||
"Language: pt_PT\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: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Fatura"
|
||||
|
||||
#~ msgid "Invoice Line"
|
||||
#~ msgstr "Linha da Fatura"
|
||||
82
account_invoice_triple_discount/i18n/ro.po
Normal file
82
account_invoice_triple_discount/i18n/ro.po
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n"
|
||||
"Language: ro\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
|
||||
"2:1));\n"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Factura"
|
||||
|
||||
#~ msgid "Invoice Line"
|
||||
#~ msgstr "Linie factura"
|
||||
84
account_invoice_triple_discount/i18n/ru.po
Normal file
84
account_invoice_triple_discount/i18n/ru.po
Normal file
|
|
@ -0,0 +1,84 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# nek, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-03-17 01:09+0000\n"
|
||||
"PO-Revision-Date: 2018-03-17 01:09+0000\n"
|
||||
"Last-Translator: nek, 2018\n"
|
||||
"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n"
|
||||
"Language: ru\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||
"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || "
|
||||
"(n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr "Скидка 2 (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr "Скидка 3 (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr "Скидка 2 (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr "Скидка 3 (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Счет"
|
||||
|
||||
#~ msgid "Invoice Line"
|
||||
#~ msgstr "Позиция счета"
|
||||
79
account_invoice_triple_discount/i18n/sk_SK.po
Normal file
79
account_invoice_triple_discount/i18n/sk_SK.po
Normal file
|
|
@ -0,0 +1,79 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Slovak (Slovakia) (https://www.transifex.com/oca/teams/23907/"
|
||||
"sk_SK/)\n"
|
||||
"Language: sk_SK\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Faktúra"
|
||||
82
account_invoice_triple_discount/i18n/sl.po
Normal file
82
account_invoice_triple_discount/i18n/sl.po
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n"
|
||||
"Language: sl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || "
|
||||
"n%100==4 ? 2 : 3);\n"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Račun"
|
||||
|
||||
#~ msgid "Invoice Line"
|
||||
#~ msgstr "Postavka računa"
|
||||
85
account_invoice_triple_discount/i18n/sv.po
Normal file
85
account_invoice_triple_discount/i18n/sv.po
Normal file
|
|
@ -0,0 +1,85 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2024-06-18 16:38+0000\n"
|
||||
"Last-Translator: jakobkrabbe <jakob@syscare.se>\n"
|
||||
"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n"
|
||||
"Language: sv\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 4.17\n"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr "<span>Disc.2 %</span>"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr "<span>Disc.3 %</span>"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr "Skiva.2%"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr "Skiva.3%"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr "Rabatt 2 (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr "Rabatt 3 (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Verifikat"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Journal Entry"
|
||||
#~ msgstr "Verifikat"
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Faktura"
|
||||
|
||||
#~ msgid "Invoice Line"
|
||||
#~ msgstr "Fakturarad"
|
||||
78
account_invoice_triple_discount/i18n/th.po
Normal file
78
account_invoice_triple_discount/i18n/th.po
Normal file
|
|
@ -0,0 +1,78 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n"
|
||||
"Language: th\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "ใบแจ้งหนี้"
|
||||
82
account_invoice_triple_discount/i18n/tr.po
Normal file
82
account_invoice_triple_discount/i18n/tr.po
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2025-09-04 11:42+0000\n"
|
||||
"Last-Translator: Tamer Sezgin <tamer.sezgin@gmail.com>\n"
|
||||
"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n"
|
||||
"Language: tr\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 5.10.4\n"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr "<span>İnd.1 %</span>"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr "<span>İnd.2 %</span>"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr "<span>İnd.3 %</span>"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr "İnd.1%"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr "İnd.2%"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr "İnd.3%"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr "İndirim 1 (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr "İndirim 2 (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr "İndirim 3 (%)"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr "Yevmiye Kalemi"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr "Toplam indirim"
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Fatura"
|
||||
|
||||
#~ msgid "Invoice Line"
|
||||
#~ msgstr "Fatura kalemi"
|
||||
82
account_invoice_triple_discount/i18n/tr_TR.po
Normal file
82
account_invoice_triple_discount/i18n/tr_TR.po
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/"
|
||||
"tr_TR/)\n"
|
||||
"Language: tr_TR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "Fatura"
|
||||
|
||||
#~ msgid "Invoice Line"
|
||||
#~ msgstr "Fatura hizası"
|
||||
83
account_invoice_triple_discount/i18n/zh_CN.po
Normal file
83
account_invoice_triple_discount/i18n/zh_CN.po
Normal file
|
|
@ -0,0 +1,83 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# 三 张 <731414193@qq.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: 三 张 <731414193@qq.com>, 2017\n"
|
||||
"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/"
|
||||
"zh_CN/)\n"
|
||||
"Language: zh_CN\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "发票"
|
||||
|
||||
#~ msgid "Invoice Line"
|
||||
#~ msgstr "发票明细"
|
||||
82
account_invoice_triple_discount/i18n/zh_TW.po
Normal file
82
account_invoice_triple_discount/i18n/zh_TW.po
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_invoice_triple_discount
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-08-09 02:45+0000\n"
|
||||
"PO-Revision-Date: 2017-08-09 02:45+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/"
|
||||
"zh_TW/)\n"
|
||||
"Language: zh_TW\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.1 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.2 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.report_invoice_document
|
||||
msgid "<span>Disc.3 %</span>"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.1%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.2%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Disc.3%"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount1
|
||||
msgid "Discount 1 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount2
|
||||
msgid "Discount 2 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount3
|
||||
msgid "Discount 3 (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model,name:account_invoice_triple_discount.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_invoice_triple_discount
|
||||
#: model:ir.model.fields,field_description:account_invoice_triple_discount.field_account_move_line__discount
|
||||
#: model_terms:ir.ui.view,arch_db:account_invoice_triple_discount.invoice_triple_discount_form_view
|
||||
msgid "Total discount"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Invoice"
|
||||
#~ msgstr "發票"
|
||||
|
||||
#~ msgid "Invoice Line"
|
||||
#~ msgstr "發票明細"
|
||||
Loading…
Add table
Add a link
Reference in a new issue