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.

134 lines
3.7 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:18
  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:49
  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. #: selection:ir.actions.report,report_type:0
  46. msgid "HTML"
  47. msgstr ""
  48. #. module: report_xlsx
  49. #: model:ir.model.fields,field_description:report_xlsx.field_report_report_xlsx_abstract__id
  50. #: model:ir.model.fields,field_description:report_xlsx.field_report_report_xlsx_partner_xlsx__id
  51. msgid "ID"
  52. msgstr ""
  53. #. module: report_xlsx
  54. #: model:ir.model.fields,field_description:report_xlsx.field_report_report_xlsx_abstract____last_update
  55. #: model:ir.model.fields,field_description:report_xlsx.field_report_report_xlsx_partner_xlsx____last_update
  56. msgid "Last Modified on"
  57. msgstr ""
  58. #. module: report_xlsx
  59. #: selection:ir.actions.report,report_type:0
  60. msgid "PDF"
  61. msgstr ""
  62. #. module: report_xlsx
  63. #: model:ir.actions.report,name:report_xlsx.partner_xlsx
  64. msgid "Print to XLSX"
  65. msgstr ""
  66. #. module: report_xlsx
  67. #: model:ir.model,name:report_xlsx.model_ir_actions_report
  68. msgid "Report Action"
  69. msgstr ""
  70. #. module: report_xlsx
  71. #: model:ir.model.fields,field_description:report_xlsx.field_ir_actions_report__report_type
  72. msgid "Report Type"
  73. msgstr ""
  74. #. module: report_xlsx
  75. #: selection:ir.actions.report,report_type:0
  76. msgid "Text"
  77. msgstr ""
  78. #. module: report_xlsx
  79. #: model:ir.model.fields,help:report_xlsx.field_ir_actions_report__report_type
  80. msgid ""
  81. "The type of the report that will be rendered, each one having its own "
  82. "rendering method. HTML means the report will be opened directly in your "
  83. "browser PDF means the report will be rendered using Wkhtmltopdf and "
  84. "downloaded by the user."
  85. msgstr ""
  86. #. module: report_xlsx
  87. #. openerp-web
  88. #: code:addons/report_xlsx/static/src/js/report/action_manager_report.js:52
  89. #, python-format
  90. msgid "Warning"
  91. msgstr ""
  92. #. module: report_xlsx
  93. #: selection:ir.actions.report,report_type:0
  94. msgid "XLSX"
  95. msgstr ""
  96. #. module: report_xlsx
  97. #: selection:ir.actions.report,report_type:0
  98. msgid "XML"
  99. msgstr ""
  100. #. module: report_xlsx
  101. #: selection:ir.actions.report,report_type:0
  102. msgid "csv"
  103. msgstr ""
  104. #. module: report_xlsx
  105. #: selection:ir.actions.report,report_type:0
  106. msgid "py3o"
  107. msgstr ""
  108. #. module: report_xlsx
  109. #: model:ir.model,name:report_xlsx.model_report_report_xlsx_partner_xlsx
  110. msgid "report.report_xlsx.partner_xlsx"
  111. msgstr ""
  112. #, fuzzy
  113. #~ msgid "ir.actions.report"
  114. #~ msgstr "ir.actions.report.xml"