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.

313 lines
9.6 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * report_py3o
  4. #
  5. # Translators:
  6. # Bole <bole@dajmi5.com>, 2017
  7. # OCA Transbot <transbot@odoo-community.org>, 2017
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: Odoo Server 10.0\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2018-01-16 08:52+0000\n"
  13. "PO-Revision-Date: 2018-01-16 08:52+0000\n"
  14. "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
  15. "Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/"
  16. "hr_HR/)\n"
  17. "Language: hr_HR\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=UTF-8\n"
  20. "Content-Transfer-Encoding: \n"
  21. "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
  22. "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
  23. #. module: report_py3o
  24. #: code:addons/report_py3o/models/ir_actions_report.py:46
  25. #, python-format
  26. msgid "(Native)"
  27. msgstr "(Izvorno)"
  28. #. module: report_py3o
  29. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid
  30. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid
  31. msgid "Created by"
  32. msgstr "Kreirao"
  33. #. module: report_py3o
  34. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date
  35. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date
  36. msgid "Created on"
  37. msgstr "Kreirano"
  38. #. module: report_py3o
  39. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name
  40. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name
  41. msgid "Display Name"
  42. msgstr "Naziv"
  43. #. module: report_py3o
  44. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback
  45. msgid "Fallback"
  46. msgstr ""
  47. #. module: report_py3o
  48. #: code:addons/report_py3o/models/ir_actions_report.py:35
  49. #, python-format
  50. msgid "Field 'Output Format' is required for Py3O report"
  51. msgstr ""
  52. #. module: report_py3o
  53. #: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view
  54. msgid "File Type"
  55. msgstr "Tip datoteke"
  56. #. module: report_py3o
  57. #: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view
  58. msgid "Group By"
  59. msgstr "Grupiraj po"
  60. #. module: report_py3o
  61. #: selection:ir.actions.report,report_type:0
  62. msgid "HTML"
  63. msgstr ""
  64. #. module: report_py3o
  65. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id
  66. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id
  67. msgid "ID"
  68. msgstr "ID"
  69. #. module: report_py3o
  70. #: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback
  71. msgid ""
  72. "If the user does not provide a template this will be used it should be a "
  73. "relative path to root of YOUR module or an absolute path on your server."
  74. msgstr ""
  75. #. module: report_py3o
  76. #: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one
  77. msgid ""
  78. "If you execute a report on several records, by default Odoo will generate a "
  79. "ZIP file that contains as many files as selected records. If you enable this "
  80. "option, Odoo will generate instead a single report for the selected records."
  81. msgstr ""
  82. #. module: report_py3o
  83. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id
  84. #, fuzzy
  85. msgid "Ir Actions Report"
  86. msgstr "ir.actions.report.xml"
  87. #. module: report_py3o
  88. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format
  89. msgid "Is Py3O Native Format"
  90. msgstr ""
  91. #. module: report_py3o
  92. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available
  93. msgid "Is Py3O Report Not Available"
  94. msgstr ""
  95. #. module: report_py3o
  96. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update
  97. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update
  98. msgid "Last Modified on"
  99. msgstr "Zadnje modificirano"
  100. #. module: report_py3o
  101. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid
  102. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid
  103. msgid "Last Updated by"
  104. msgstr "Zadnji ažurirao"
  105. #. module: report_py3o
  106. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date
  107. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date
  108. msgid "Last Updated on"
  109. msgstr "Zadnje ažurirano"
  110. #. module: report_py3o
  111. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data
  112. #: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view
  113. msgid "LibreOffice Template"
  114. msgstr "LibreOffice Predložak"
  115. #. module: report_py3o
  116. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype
  117. msgid "LibreOffice Template File Type"
  118. msgstr ""
  119. #. module: report_py3o
  120. #: code:addons/report_py3o/models/py3o_report.py:277
  121. #, python-format
  122. msgid "Libreoffice runtime not available. Please contact your administrator."
  123. msgstr ""
  124. #. module: report_py3o
  125. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module
  126. msgid "Module"
  127. msgstr "Modul"
  128. #. module: report_py3o
  129. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available
  130. msgid "Msg Py3O Report Not Available"
  131. msgstr ""
  132. #. module: report_py3o
  133. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one
  134. msgid "Multiple Records in a Single Report"
  135. msgstr ""
  136. #. module: report_py3o
  137. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name
  138. msgid "Name"
  139. msgstr "Naziv"
  140. #. module: report_py3o
  141. #: code:addons/report_py3o/models/py3o_report.py:177
  142. #, python-format
  143. msgid "No template found. Aborting."
  144. msgstr ""
  145. #. module: report_py3o
  146. #: selection:py3o.template,filetype:0
  147. msgid "ODF Presentation"
  148. msgstr ""
  149. #. module: report_py3o
  150. #: selection:py3o.template,filetype:0
  151. msgid "ODF Presentation (Flat)"
  152. msgstr ""
  153. #. module: report_py3o
  154. #: selection:py3o.template,filetype:0
  155. msgid "ODF Spreadsheet"
  156. msgstr "ODF Proračunska tablica"
  157. #. module: report_py3o
  158. #: selection:py3o.template,filetype:0
  159. msgid "ODF Spreadsheet (Flat)"
  160. msgstr ""
  161. #. module: report_py3o
  162. #: selection:py3o.template,filetype:0
  163. msgid "ODF Text Document"
  164. msgstr ""
  165. #. module: report_py3o
  166. #: selection:py3o.template,filetype:0
  167. msgid "ODF Text Document (Flat)"
  168. msgstr ""
  169. #. module: report_py3o
  170. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype
  171. msgid "Output Format"
  172. msgstr "Izlazni format"
  173. #. module: report_py3o
  174. #: selection:ir.actions.report,report_type:0
  175. msgid "PDF"
  176. msgstr ""
  177. #. module: report_py3o
  178. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path
  179. msgid "Path to the libreoffice runtime"
  180. msgstr ""
  181. #. module: report_py3o
  182. #: selection:ir.actions.report,report_type:0
  183. #: model:ir.ui.menu,name:report_py3o.py3o_config_menu
  184. msgid "Py3o"
  185. msgstr ""
  186. #. module: report_py3o
  187. #: model:ir.actions.report,name:report_py3o.res_users_report_py3o
  188. msgid "Py3o Demo Report"
  189. msgstr ""
  190. #. module: report_py3o
  191. #: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view
  192. msgid "Py3o Reports"
  193. msgstr ""
  194. #. module: report_py3o
  195. #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action
  196. #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu
  197. #: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view
  198. #: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view
  199. #: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view
  200. msgid "Py3o Templates"
  201. msgstr ""
  202. #. module: report_py3o
  203. #: model:ir.model,name:report_py3o.model_py3o_template
  204. #, fuzzy
  205. msgid "Py3o template"
  206. msgstr "py3o.template"
  207. #. module: report_py3o
  208. #: model:ir.model,name:report_py3o.model_ir_actions_report
  209. #, fuzzy
  210. msgid "Report Action"
  211. msgstr "Izvještaj"
  212. #. module: report_py3o
  213. #: model:ir.model,name:report_py3o.model_py3o_report
  214. msgid "Report Py30"
  215. msgstr ""
  216. #. module: report_py3o
  217. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type
  218. #, fuzzy
  219. msgid "Report Type"
  220. msgstr "Izvještaj"
  221. #. module: report_py3o
  222. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id
  223. msgid "Template"
  224. msgstr "Predložak"
  225. #. module: report_py3o
  226. #: selection:ir.actions.report,report_type:0
  227. msgid "Text"
  228. msgstr ""
  229. #. module: report_py3o
  230. #: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module
  231. msgid "The implementer module that provides this report"
  232. msgstr ""
  233. #. module: report_py3o
  234. #: code:addons/report_py3o/models/ir_actions_report.py:142
  235. #, python-format
  236. msgid ""
  237. "The libreoffice runtime is required to genereate the py3o report '%s' but is "
  238. "not found into the bin path. You must install the libreoffice runtime on the "
  239. "server. If the runtime is already installed and is not found by Odoo, you "
  240. "can provide the full path to the runtime by setting the key 'py3o."
  241. "conversion_command' into the configuration parameters."
  242. msgstr ""
  243. #. module: report_py3o
  244. #: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type
  245. msgid ""
  246. "The type of the report that will be rendered, each one having its own "
  247. "rendering method. HTML means the report will be opened directly in your "
  248. "browser PDF means the report will be rendered using Wkhtmltopdf and "
  249. "downloaded by the user."
  250. msgstr ""
  251. #. module: report_py3o
  252. #: selection:ir.actions.report,report_type:0
  253. msgid "XLSX"
  254. msgstr ""
  255. #. module: report_py3o
  256. #: selection:ir.actions.report,report_type:0
  257. msgid "XML"
  258. msgstr ""
  259. #. module: report_py3o
  260. #: selection:ir.actions.report,report_type:0
  261. msgid "csv"
  262. msgstr ""