From 9a6ffd6d1122eed379099c065b688176400ede5f Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sat, 19 Sep 2015 22:02:53 -0400 Subject: [PATCH] OCA Transbot updated translations from Transifex --- contract_discount/i18n/en.po | 41 ++++++++++++++++++++++++++++++++ contract_discount/i18n/es.po | 26 ++++++++++---------- contract_discount/i18n/pt_BR.po | 42 +++++++++++++++++++++++++++++++++ 3 files changed, 97 insertions(+), 12 deletions(-) create mode 100644 contract_discount/i18n/en.po create mode 100644 contract_discount/i18n/pt_BR.po diff --git a/contract_discount/i18n/en.po b/contract_discount/i18n/en.po new file mode 100644 index 00000000..a740d7d1 --- /dev/null +++ b/contract_discount/i18n/en.po @@ -0,0 +1,41 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * contract_discount +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: contract (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-09-18 10:33+0000\n" +"PO-Revision-Date: 2015-09-18 10:33+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: English (http://www.transifex.com/oca/OCA-contract-8-0/language/en/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: en\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: contract_discount +#: model:ir.model,name:contract_discount.model_account_analytic_account +msgid "Analytic Account" +msgstr "Analytic Account" + +#. module: contract_discount +#: field:account.analytic.invoice.line,discount:0 +msgid "Discount (%)" +msgstr "Discount (%)" + +#. module: contract_discount +#: code:addons/contract_discount/models/contract.py:41 +#, python-format +msgid "Discount should be less or equal to 100" +msgstr "Discount should be less or equal to 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 "Discount that is applied in generated invoices. It should be less or equal to 100" diff --git a/contract_discount/i18n/es.po b/contract_discount/i18n/es.po index 78b904d6..66906fb9 100644 --- a/contract_discount/i18n/es.po +++ b/contract_discount/i18n/es.po @@ -1,21 +1,21 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * contract_discount -# +# * contract_discount +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: Odoo Server 8.0\n" +"Project-Id-Version: contract (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" +"POT-Creation-Date: 2015-09-18 10:33+0000\n" +"PO-Revision-Date: 2015-09-18 10:34+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (http://www.transifex.com/oca/OCA-contract-8-0/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: \n" +"Content-Transfer-Encoding: \n" "Language: es\n" -"X-Generator: Poedit 1.7.5\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: contract_discount #: model:ir.model,name:contract_discount.model_account_analytic_account @@ -28,12 +28,14 @@ msgid "Discount (%)" msgstr "Descuento (%)" #. module: contract_discount -#: code:addons/contract_discount/models/contract.py:40 +#: code:addons/contract_discount/models/contract.py:41 #, 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" +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" diff --git a/contract_discount/i18n/pt_BR.po b/contract_discount/i18n/pt_BR.po new file mode 100644 index 00000000..21a0e5dc --- /dev/null +++ b/contract_discount/i18n/pt_BR.po @@ -0,0 +1,42 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * contract_discount +# +# Translators: +# Armando Vulcano Junior , 2015 +msgid "" +msgstr "" +"Project-Id-Version: contract (8.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-09-18 10:33+0000\n" +"PO-Revision-Date: 2015-09-18 20:02+0000\n" +"Last-Translator: Armando Vulcano Junior \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-contract-8-0/language/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: contract_discount +#: model:ir.model,name:contract_discount.model_account_analytic_account +msgid "Analytic Account" +msgstr "Conta Analítica" + +#. module: contract_discount +#: field:account.analytic.invoice.line,discount:0 +msgid "Discount (%)" +msgstr "Desconto (%)" + +#. module: contract_discount +#: code:addons/contract_discount/models/contract.py:41 +#, python-format +msgid "Discount should be less or equal to 100" +msgstr "Desconto deve ser inferior ou igual a 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 "Desconto que é aplicado em faturas geradas. Ele deve ser inferior ou igual a 100"