You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
# Translation of Odoo Server. # This file contains the translation of the following modules: # * contract_discount # # Translators: # Armando Vulcano Junior <vulcano@uol.com.br>, 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 <vulcano@uol.com.br>\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"
|