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.

133 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. # OCA Transbot <transbot@odoo-community.org>, 2017
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 10.0\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2017-05-31 03:52+0000\n"
  12. "PO-Revision-Date: 2017-05-31 03:52+0000\n"
  13. "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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_xlsx
  22. #: code:addons/report_xlsx/models/ir_report.py:18
  23. #, python-format
  24. msgid "%s model was not found"
  25. msgstr ""
  26. #. module: report_xlsx
  27. #. openerp-web
  28. #: code:addons/report_xlsx/static/src/js/report/action_manager_report.js:49
  29. #, python-format
  30. msgid ""
  31. "A popup window with your report was blocked. You may need to change your "
  32. "browser settings to allow popup windows for this page."
  33. msgstr ""
  34. #. module: report_xlsx
  35. #: model:ir.model,name:report_xlsx.model_report_report_xlsx_abstract
  36. msgid "Abstract XLSX Report"
  37. msgstr ""
  38. #. module: report_xlsx
  39. #: model:ir.model.fields,field_description:report_xlsx.field_report_report_xlsx_abstract__display_name
  40. #: model:ir.model.fields,field_description:report_xlsx.field_report_report_xlsx_partner_xlsx__display_name
  41. msgid "Display Name"
  42. msgstr ""
  43. #. module: report_xlsx
  44. #: selection:ir.actions.report,report_type:0
  45. msgid "HTML"
  46. msgstr ""
  47. #. module: report_xlsx
  48. #: model:ir.model.fields,field_description:report_xlsx.field_report_report_xlsx_abstract__id
  49. #: model:ir.model.fields,field_description:report_xlsx.field_report_report_xlsx_partner_xlsx__id
  50. msgid "ID"
  51. msgstr ""
  52. #. module: report_xlsx
  53. #: model:ir.model.fields,field_description:report_xlsx.field_report_report_xlsx_abstract____last_update
  54. #: model:ir.model.fields,field_description:report_xlsx.field_report_report_xlsx_partner_xlsx____last_update
  55. msgid "Last Modified on"
  56. msgstr ""
  57. #. module: report_xlsx
  58. #: selection:ir.actions.report,report_type:0
  59. msgid "PDF"
  60. msgstr ""
  61. #. module: report_xlsx
  62. #: model:ir.actions.report,name:report_xlsx.partner_xlsx
  63. msgid "Print to XLSX"
  64. msgstr ""
  65. #. module: report_xlsx
  66. #: model:ir.model,name:report_xlsx.model_ir_actions_report
  67. msgid "Report Action"
  68. msgstr ""
  69. #. module: report_xlsx
  70. #: model:ir.model.fields,field_description:report_xlsx.field_ir_actions_report__report_type
  71. msgid "Report Type"
  72. msgstr ""
  73. #. module: report_xlsx
  74. #: selection:ir.actions.report,report_type:0
  75. msgid "Text"
  76. msgstr ""
  77. #. module: report_xlsx
  78. #: model:ir.model.fields,help:report_xlsx.field_ir_actions_report__report_type
  79. msgid ""
  80. "The type of the report that will be rendered, each one having its own "
  81. "rendering method. HTML means the report will be opened directly in your "
  82. "browser PDF means the report will be rendered using Wkhtmltopdf and "
  83. "downloaded by the user."
  84. msgstr ""
  85. #. module: report_xlsx
  86. #. openerp-web
  87. #: code:addons/report_xlsx/static/src/js/report/action_manager_report.js:52
  88. #, python-format
  89. msgid "Warning"
  90. msgstr ""
  91. #. module: report_xlsx
  92. #: selection:ir.actions.report,report_type:0
  93. msgid "XLSX"
  94. msgstr ""
  95. #. module: report_xlsx
  96. #: selection:ir.actions.report,report_type:0
  97. msgid "XML"
  98. msgstr ""
  99. #. module: report_xlsx
  100. #: selection:ir.actions.report,report_type:0
  101. msgid "csv"
  102. msgstr ""
  103. #. module: report_xlsx
  104. #: selection:ir.actions.report,report_type:0
  105. msgid "py3o"
  106. msgstr ""
  107. #. module: report_xlsx
  108. #: model:ir.model,name:report_xlsx.model_report_report_xlsx_partner_xlsx
  109. msgid "report.report_xlsx.partner_xlsx"
  110. msgstr ""
  111. #, fuzzy
  112. #~ msgid "ir.actions.report"
  113. #~ msgstr "ir.actions.report.xml"