mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
ADD contract_discount module
This commit is contained in:
38
contract_discount/i18n/contract_discount.pot
Normal file
38
contract_discount/i18n/contract_discount.pot
Normal file
@@ -0,0 +1,38 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * contract_discount
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-16 15:14+0000\n"
|
||||
"PO-Revision-Date: 2015-09-16 15:14+0000\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: contract_discount
|
||||
#: model:ir.model,name:contract_discount.model_account_analytic_account
|
||||
msgid "Analytic Account"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract_discount
|
||||
#: field:account.analytic.invoice.line,discount:0
|
||||
msgid "Discount (%)"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract_discount
|
||||
#: code:addons/contract_discount/models/contract.py:40
|
||||
#, python-format
|
||||
msgid "Discount should be less or equal to 100"
|
||||
msgstr ""
|
||||
|
||||
#. module: contract_discount
|
||||
#: help:account.analytic.invoice.line,discount:0
|
||||
msgid "Discount that is applied in generated invoices. It should be less or equal to 100"
|
||||
msgstr ""
|
||||
|
||||
39
contract_discount/i18n/es.po
Normal file
39
contract_discount/i18n/es.po
Normal file
@@ -0,0 +1,39 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * contract_discount
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-09-16 15:14+0000\n"
|
||||
"PO-Revision-Date: 2015-09-16 17:15+0100\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: \n"
|
||||
"Language: es\n"
|
||||
"X-Generator: Poedit 1.7.5\n"
|
||||
|
||||
#. module: contract_discount
|
||||
#: model:ir.model,name:contract_discount.model_account_analytic_account
|
||||
msgid "Analytic Account"
|
||||
msgstr "Cuenta analítica"
|
||||
|
||||
#. module: contract_discount
|
||||
#: field:account.analytic.invoice.line,discount:0
|
||||
msgid "Discount (%)"
|
||||
msgstr "Descuento (%)"
|
||||
|
||||
#. module: contract_discount
|
||||
#: code:addons/contract_discount/models/contract.py:40
|
||||
#, python-format
|
||||
msgid "Discount should be less or equal to 100"
|
||||
msgstr "El descuento debe ser menor o igual que 100"
|
||||
|
||||
#. module: contract_discount
|
||||
#: help:account.analytic.invoice.line,discount:0
|
||||
msgid "Discount that is applied in generated invoices. It should be less or equal to 100"
|
||||
msgstr "El descuento se aplica en las facturas generadas. Debe ser menor o igual que 100"
|
||||
Reference in New Issue
Block a user