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.

104 lines
3.2 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * report_xlsx
  4. #
  5. # Translators:
  6. # Bole <bole@dajmi5.com>, 2016
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 10.0\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2016-11-01 20:11+0000\n"
  12. "PO-Revision-Date: 2016-11-01 20:11+0000\n"
  13. "Last-Translator: Bole <bole@dajmi5.com>, 2016\n"
  14. "Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/"
  15. "hr_HR/)\n"
  16. "Language: hr_HR\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=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
  21. "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
  22. #. module: report_xlsx
  23. #: code:addons/report_xlsx/models/ir_report.py:0
  24. #, python-format
  25. msgid "%s model was not found"
  26. msgstr ""
  27. #. module: report_xlsx
  28. #. openerp-web
  29. #: code:addons/report_xlsx/static/src/js/report/action_manager_report.js:0
  30. #, python-format
  31. msgid ""
  32. "A popup window with your report was blocked. You may need to change your "
  33. "browser settings to allow popup windows for this page."
  34. msgstr ""
  35. #. module: report_xlsx
  36. #: model:ir.model,name:report_xlsx.model_report_report_xlsx_abstract
  37. msgid "Abstract XLSX Report"
  38. msgstr ""
  39. #. module: report_xlsx
  40. #: model:ir.model.fields,field_description:report_xlsx.field_report_report_xlsx_abstract__display_name
  41. #: model:ir.model.fields,field_description:report_xlsx.field_report_report_xlsx_partner_xlsx__display_name
  42. msgid "Display Name"
  43. msgstr ""
  44. #. module: report_xlsx
  45. #: model:ir.model.fields,field_description:report_xlsx.field_report_report_xlsx_abstract__id
  46. #: model:ir.model.fields,field_description:report_xlsx.field_report_report_xlsx_partner_xlsx__id
  47. msgid "ID"
  48. msgstr ""
  49. #. module: report_xlsx
  50. #: model:ir.model.fields,field_description:report_xlsx.field_report_report_xlsx_abstract____last_update
  51. #: model:ir.model.fields,field_description:report_xlsx.field_report_report_xlsx_partner_xlsx____last_update
  52. msgid "Last Modified on"
  53. msgstr ""
  54. #. module: report_xlsx
  55. #: model:ir.model,name:report_xlsx.model_report_report_xlsx_partner_xlsx
  56. msgid "Partner XLSX Report"
  57. msgstr ""
  58. #. module: report_xlsx
  59. #: model:ir.actions.report,name:report_xlsx.partner_xlsx
  60. msgid "Print to XLSX"
  61. msgstr ""
  62. #. module: report_xlsx
  63. #: model:ir.model,name:report_xlsx.model_ir_actions_report
  64. msgid "Report Action"
  65. msgstr ""
  66. #. module: report_xlsx
  67. #: model:ir.model.fields,field_description:report_xlsx.field_ir_actions_report__report_type
  68. msgid "Report Type"
  69. msgstr ""
  70. #. module: report_xlsx
  71. #: model:ir.model.fields,help:report_xlsx.field_ir_actions_report__report_type
  72. msgid ""
  73. "The type of the report that will be rendered, each one having its own "
  74. "rendering method. HTML means the report will be opened directly in your "
  75. "browser PDF means the report will be rendered using Wkhtmltopdf and "
  76. "downloaded by the user."
  77. msgstr ""
  78. #. module: report_xlsx
  79. #. openerp-web
  80. #: code:addons/report_xlsx/static/src/js/report/action_manager_report.js:0
  81. #, python-format
  82. msgid "Warning"
  83. msgstr ""
  84. #. module: report_xlsx
  85. #: model:ir.model.fields.selection,name:report_xlsx.selection__ir_actions_report__report_type__xlsx
  86. msgid "XLSX"
  87. msgstr ""
  88. #, fuzzy
  89. #~ msgid "ir.actions.report"
  90. #~ msgstr "ir.actions.report.xml"