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.

45 lines
1.4 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * contract_discount
  4. #
  5. # Translators:
  6. # Matjaž Mozetič <m.mozetic@matmoz.si>, 2015
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: contract (8.0)\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2015-09-23 16:26+0000\n"
  12. "PO-Revision-Date: 2015-09-26 07:11+0000\n"
  13. "Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>\n"
  14. "Language-Team: Slovenian (http://www.transifex.com/oca/OCA-contract-8-0/"
  15. "language/sl/)\n"
  16. "Language: sl\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: \n"
  20. "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
  21. "%100==4 ? 2 : 3);\n"
  22. #. module: contract_discount
  23. #: model:ir.model,name:contract_discount.model_account_analytic_account
  24. msgid "Analytic Account"
  25. msgstr "Analitični konto"
  26. #. module: contract_discount
  27. #: field:account.analytic.invoice.line,discount:0
  28. msgid "Discount (%)"
  29. msgstr "Popust (%)"
  30. #. module: contract_discount
  31. #: code:addons/contract_discount/models/contract.py:41
  32. #, python-format
  33. msgid "Discount should be less or equal to 100"
  34. msgstr "Popust mora biti enak ali manjši od 100"
  35. #. module: contract_discount
  36. #: help:account.analytic.invoice.line,discount:0
  37. msgid ""
  38. "Discount that is applied in generated invoices. It should be less or equal "
  39. "to 100"
  40. msgstr ""
  41. "Popust, ki se aplicira na ustvarjene račune. Biti mora enak ali manjši od 100"