OCA reporting engine fork for dev and update.
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.

42 lines
1.3 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * report_qweb_parameter
  4. #
  5. # Translators:
  6. # Bole <bole@dajmi5.com>, 2018
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 10.0\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2018-02-16 01:44+0000\n"
  12. "PO-Revision-Date: 2018-02-16 01:44+0000\n"
  13. "Last-Translator: Bole <bole@dajmi5.com>, 2018\n"
  14. "Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
  15. "Language: hr\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \n"
  19. "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
  20. "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
  21. #. module: report_qweb_parameter
  22. #: model:ir.actions.report.xml,name:report_qweb_parameter.test_report_length_report_id
  23. msgid "Length Report"
  24. msgstr "Duljina izvještaja"
  25. #. module: report_qweb_parameter
  26. #: code:addons/report_qweb_parameter/models/ir_qweb.py:16
  27. #, python-format
  28. msgid "Length cannot be less than %s"
  29. msgstr "Duljina nemože biti manje od %s"
  30. #. module: report_qweb_parameter
  31. #: code:addons/report_qweb_parameter/models/ir_qweb.py:19
  32. #, python-format
  33. msgid "Length cannot be more than %s"
  34. msgstr "Duljina nemože biti više od %s"
  35. #. module: report_qweb_parameter
  36. #: model:ir.model,name:report_qweb_parameter.model_ir_qweb
  37. msgid "ir.qweb"
  38. msgstr "ir.qweb"