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.

39 lines
1.2 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * contract_discount
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 8.0\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "POT-Creation-Date: 2015-09-16 15:14+0000\n"
  10. "PO-Revision-Date: 2015-09-16 17:15+0100\n"
  11. "Last-Translator: <>\n"
  12. "Language-Team: \n"
  13. "MIME-Version: 1.0\n"
  14. "Content-Type: text/plain; charset=UTF-8\n"
  15. "Content-Transfer-Encoding: 8bit\n"
  16. "Plural-Forms: \n"
  17. "Language: es\n"
  18. "X-Generator: Poedit 1.7.5\n"
  19. #. module: contract_discount
  20. #: model:ir.model,name:contract_discount.model_account_analytic_account
  21. msgid "Analytic Account"
  22. msgstr "Cuenta analítica"
  23. #. module: contract_discount
  24. #: field:account.analytic.invoice.line,discount:0
  25. msgid "Discount (%)"
  26. msgstr "Descuento (%)"
  27. #. module: contract_discount
  28. #: code:addons/contract_discount/models/contract.py:40
  29. #, python-format
  30. msgid "Discount should be less or equal to 100"
  31. msgstr "El descuento debe ser menor o igual que 100"
  32. #. module: contract_discount
  33. #: help:account.analytic.invoice.line,discount:0
  34. msgid "Discount that is applied in generated invoices. It should be less or equal to 100"
  35. msgstr "El descuento se aplica en las facturas generadas. Debe ser menor o igual que 100"