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.

553 lines
13 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * bi_sql_editor
  4. #
  5. # Translators:
  6. # OCA Transbot <transbot@odoo-community.org>, 2017
  7. # Ana-Maria Olujić <ana-maria.olujic@slobodni-programi.hr>, 2017
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: Odoo Server 8.0\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2017-06-03 01:19+0000\n"
  13. "PO-Revision-Date: 2017-06-03 01:19+0000\n"
  14. "Last-Translator: Ana-Maria Olujić <ana-maria.olujic@slobodni-programi.hr>, "
  15. "2017\n"
  16. "Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
  17. "Language: 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: bi_sql_editor
  24. #: code:addons/bi_sql_editor/models/bi_sql_view.py:151
  25. #, python-format
  26. msgid "%s (Copy)"
  27. msgstr ""
  28. #. module: bi_sql_editor
  29. #: code:addons/bi_sql_editor/models/bi_sql_view.py:249
  30. #, python-format
  31. msgid "%s Access %s"
  32. msgstr ""
  33. #. module: bi_sql_editor
  34. #: code:addons/bi_sql_editor/models/bi_sql_view.py:275
  35. #, python-format
  36. msgid "Access %s"
  37. msgstr ""
  38. #. module: bi_sql_editor
  39. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  40. #: field:bi.sql.view,group_ids:0
  41. msgid "Allowed Groups"
  42. msgstr ""
  43. #. module: bi_sql_editor
  44. #: field:bi.sql.view,user_ids:0
  45. msgid "Allowed Users"
  46. msgstr ""
  47. #. module: bi_sql_editor
  48. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  49. msgid ""
  50. "Are you sure you want to set to draft this SQL View. It will "
  51. "delete the materialized view, and all the "
  52. "previous mapping realized with the columns"
  53. msgstr ""
  54. #. module: bi_sql_editor
  55. #: help:bi.sql.view.field,is_group_by:0
  56. msgid ""
  57. "Check this box if you want to create a 'group by' option in the search view"
  58. msgstr ""
  59. #. module: bi_sql_editor
  60. #: help:bi.sql.view.field,is_index:0
  61. msgid ""
  62. "Check this box if you want to create an index on that field. This is "
  63. "recommended for searchable and groupable fields, to reduce duration"
  64. msgstr ""
  65. #. module: bi_sql_editor
  66. #: selection:bi.sql.view.field,graph_type:0
  67. msgid "Column"
  68. msgstr ""
  69. #. module: bi_sql_editor
  70. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  71. msgid "Create SQL View, Indexes and Models"
  72. msgstr ""
  73. #. module: bi_sql_editor
  74. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  75. msgid "Create UI"
  76. msgstr ""
  77. #. module: bi_sql_editor
  78. #: field:bi.sql.view,create_uid:0 field:bi.sql.view.field,create_uid:0
  79. msgid "Created by"
  80. msgstr "Stvorio/la"
  81. #. module: bi_sql_editor
  82. #: field:bi.sql.view,create_date:0 field:bi.sql.view.field,create_date:0
  83. msgid "Created on"
  84. msgstr "Stvoreno dana"
  85. #. module: bi_sql_editor
  86. #: help:bi.sql.view,cron_id:0
  87. msgid "Cron Task that will refresh the materialized view"
  88. msgstr ""
  89. #. module: bi_sql_editor
  90. #: field:bi.sql.view,size:0
  91. msgid "Database Size"
  92. msgstr ""
  93. #. module: bi_sql_editor
  94. #: help:bi.sql.view,domain_force:0
  95. msgid ""
  96. "Define here access restriction to data.\n"
  97. " Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be "
  98. "created. A typical Multi Company rule is for exemple \n"
  99. " ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',"
  100. "False)]."
  101. msgstr ""
  102. #. module: bi_sql_editor
  103. #: field:bi.sql.view,display_name:0 field:bi.sql.view.field,display_name:0
  104. msgid "Display Name"
  105. msgstr "Prikaži naziv"
  106. #. module: bi_sql_editor
  107. #: selection:bi.sql.view,state:0
  108. msgid "Draft"
  109. msgstr "Skica"
  110. #. module: bi_sql_editor
  111. #: field:bi.sql.view,domain_force:0
  112. msgid "Extra Rule Definition"
  113. msgstr ""
  114. #. module: bi_sql_editor
  115. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  116. msgid "Extras Information"
  117. msgstr ""
  118. #. module: bi_sql_editor
  119. #: field:bi.sql.view.field,field_description:0
  120. msgid "Field Description"
  121. msgstr ""
  122. #. module: bi_sql_editor
  123. #: field:bi.sql.view.field,ttype:0
  124. msgid "Field Type"
  125. msgstr ""
  126. #. module: bi_sql_editor
  127. #: help:bi.sql.view.field,many2one_model_id:0
  128. msgid ""
  129. "For 'Many2one' Odoo field.\n"
  130. " Co Model of the field."
  131. msgstr ""
  132. #. module: bi_sql_editor
  133. #: help:bi.sql.view.field,selection:0
  134. msgid ""
  135. "For 'Selection' Odoo field.\n"
  136. " List of options, specified as a Python expression defining a list of (key, "
  137. "label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]"
  138. msgstr ""
  139. #. module: bi_sql_editor
  140. #: help:bi.sql.view,model_name:0
  141. msgid "Full Qualified Name of the transient model that will be created."
  142. msgstr ""
  143. #. module: bi_sql_editor
  144. #: help:bi.sql.view,view_name:0
  145. msgid "Full name of the SQL view"
  146. msgstr ""
  147. #. module: bi_sql_editor
  148. #: field:bi.sql.view.field,graph_type:0
  149. msgid "Graph Type"
  150. msgstr ""
  151. #. module: bi_sql_editor
  152. #: selection:bi.sql.view,state:0
  153. msgid "Graph, action and Menu Created"
  154. msgstr ""
  155. #. module: bi_sql_editor
  156. #: field:bi.sql.view,has_group_changed:0
  157. msgid "Has group changed"
  158. msgstr ""
  159. #. module: bi_sql_editor
  160. #: field:bi.sql.view,id:0 field:bi.sql.view.field,id:0
  161. msgid "ID"
  162. msgstr "ID"
  163. #. module: bi_sql_editor
  164. #: field:bi.sql.view.field,index_name:0
  165. msgid "Index Name"
  166. msgstr ""
  167. #. module: bi_sql_editor
  168. #: field:bi.sql.view.field,is_group_by:0
  169. msgid "Is Group by"
  170. msgstr ""
  171. #. module: bi_sql_editor
  172. #: field:bi.sql.view.field,is_index:0
  173. msgid "Is Index"
  174. msgstr ""
  175. #. module: bi_sql_editor
  176. #: field:bi.sql.view,is_materialized:0
  177. msgid "Is Materialized View"
  178. msgstr ""
  179. #. module: bi_sql_editor
  180. #: field:bi.sql.view,__last_update:0 field:bi.sql.view.field,__last_update:0
  181. msgid "Last Modified on"
  182. msgstr "Zadnja izmjena"
  183. #. module: bi_sql_editor
  184. #: field:bi.sql.view,write_uid:0 field:bi.sql.view.field,write_uid:0
  185. msgid "Last Updated by"
  186. msgstr "Zadnju izmjenu izvršio/la"
  187. #. module: bi_sql_editor
  188. #: field:bi.sql.view,write_date:0 field:bi.sql.view.field,write_date:0
  189. msgid "Last Updated on"
  190. msgstr "Zadnja izmjena"
  191. #. module: bi_sql_editor
  192. #: field:bi.sql.view,materialized_text:0
  193. msgid "Materialized text"
  194. msgstr ""
  195. #. module: bi_sql_editor
  196. #: selection:bi.sql.view.field,graph_type:0
  197. msgid "Measure"
  198. msgstr ""
  199. #. module: bi_sql_editor
  200. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  201. #: field:bi.sql.view.field,many2one_model_id:0
  202. msgid "Model"
  203. msgstr "Model"
  204. #. module: bi_sql_editor
  205. #: field:bi.sql.view,model_name:0
  206. msgid "Model Name"
  207. msgstr ""
  208. #. module: bi_sql_editor
  209. #: field:bi.sql.view,name:0 field:bi.sql.view.field,name:0
  210. msgid "Name"
  211. msgstr "Naziv"
  212. #. module: bi_sql_editor
  213. #: code:addons/bi_sql_editor/models/bi_sql_view.py:476
  214. #, python-format
  215. msgid ""
  216. "No Column was found.\n"
  217. "Columns name should be prefixed by 'x_'."
  218. msgstr ""
  219. #. module: bi_sql_editor
  220. #: field:bi.sql.view,action_id:0
  221. msgid "Odoo Action"
  222. msgstr ""
  223. #. module: bi_sql_editor
  224. #: field:bi.sql.view,cron_id:0
  225. msgid "Odoo Cron"
  226. msgstr ""
  227. #. module: bi_sql_editor
  228. #: field:bi.sql.view,graph_view_id:0
  229. msgid "Odoo Graph View"
  230. msgstr ""
  231. #. module: bi_sql_editor
  232. #: field:bi.sql.view,menu_id:0
  233. msgid "Odoo Menu"
  234. msgstr ""
  235. #. module: bi_sql_editor
  236. #: field:bi.sql.view,model_id:0
  237. msgid "Odoo Model"
  238. msgstr ""
  239. #. module: bi_sql_editor
  240. #: field:bi.sql.view,rule_id:0
  241. msgid "Odoo Rule"
  242. msgstr ""
  243. #. module: bi_sql_editor
  244. #: field:bi.sql.view,search_view_id:0
  245. msgid "Odoo Search View"
  246. msgstr ""
  247. #. module: bi_sql_editor
  248. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  249. msgid "Open View"
  250. msgstr ""
  251. #. module: bi_sql_editor
  252. #: field:bi.sql.view,query:0
  253. msgid "Query"
  254. msgstr ""
  255. #. module: bi_sql_editor
  256. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  257. msgid "Refresh Materialized View"
  258. msgstr ""
  259. #. module: bi_sql_editor
  260. #: code:addons/bi_sql_editor/models/bi_sql_view.py:264
  261. #, python-format
  262. msgid "Refresh Materialized View %s"
  263. msgstr ""
  264. #. module: bi_sql_editor
  265. #: selection:bi.sql.view.field,graph_type:0
  266. msgid "Row"
  267. msgstr ""
  268. #. module: bi_sql_editor
  269. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  270. msgid "Rule Definition"
  271. msgstr ""
  272. #. module: bi_sql_editor
  273. #: code:addons/bi_sql_editor/models/bi_sql_view.py:359
  274. #, python-format
  275. msgid ""
  276. "SQL Error while creating %s VIEW %s :\n"
  277. " %s"
  278. msgstr ""
  279. #. module: bi_sql_editor
  280. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  281. #: field:bi.sql.view,bi_sql_view_field_ids:0
  282. msgid "SQL Fields"
  283. msgstr ""
  284. #. module: bi_sql_editor
  285. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  286. msgid "SQL Query"
  287. msgstr ""
  288. #. module: bi_sql_editor
  289. #: model:ir.ui.menu,name:bi_sql_editor.menu_bi_sql_editor
  290. msgid "SQL Reports"
  291. msgstr ""
  292. #. module: bi_sql_editor
  293. #: help:bi.sql.view,query:0
  294. msgid ""
  295. "SQL Request that will be inserted as the view. Take care to :\n"
  296. " * set a name for all your selected fields, specially if you use SQL "
  297. "function (like EXTRACT, ...);\n"
  298. " * Do not use 'SELECT *' or 'SELECT table.*';\n"
  299. " * prefix the name of the selectable columns by 'x_';"
  300. msgstr ""
  301. #. module: bi_sql_editor
  302. #: field:bi.sql.view.field,sql_type:0
  303. msgid "SQL Type"
  304. msgstr ""
  305. #. module: bi_sql_editor
  306. #: help:bi.sql.view.field,sql_type:0
  307. msgid "SQL Type in the database"
  308. msgstr ""
  309. #. module: bi_sql_editor
  310. #: selection:bi.sql.view,state:0
  311. msgid "SQL Valid"
  312. msgstr ""
  313. #. module: bi_sql_editor
  314. #: field:bi.sql.view.field,bi_sql_view_id:0
  315. msgid "SQL View"
  316. msgstr ""
  317. #. module: bi_sql_editor
  318. #: selection:bi.sql.view,state:0
  319. msgid "SQL View and Model Created"
  320. msgstr ""
  321. #. module: bi_sql_editor
  322. #: model:ir.actions.act_window,name:bi_sql_editor.action_bi_sql_view
  323. #: model:ir.ui.menu,name:bi_sql_editor.menu_bi_sql_view
  324. msgid "SQL Views"
  325. msgstr ""
  326. #. module: bi_sql_editor
  327. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  328. msgid "Security"
  329. msgstr "Sigurnost"
  330. #. module: bi_sql_editor
  331. #: field:bi.sql.view.field,selection:0
  332. msgid "Selection Options"
  333. msgstr ""
  334. #. module: bi_sql_editor
  335. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  336. msgid "Set to Draft"
  337. msgstr "Postavi na nacrt"
  338. #. module: bi_sql_editor
  339. #: help:bi.sql.view,size:0
  340. msgid "Size of the materialized view and its indexes"
  341. msgstr ""
  342. #. module: bi_sql_editor
  343. #: field:bi.sql.view,state:0
  344. msgid "State"
  345. msgstr "Status"
  346. #. module: bi_sql_editor
  347. #: help:bi.sql.view,state:0
  348. msgid ""
  349. "State of the Request:\n"
  350. " * 'Draft': Not tested\n"
  351. " * 'SQL Valid': SQL Request has been checked and is valid"
  352. msgstr ""
  353. #. module: bi_sql_editor
  354. #: help:bi.sql.view,technical_name:0
  355. msgid ""
  356. "Suffix of the SQL view. (SQL full name will be computed and prefixed by "
  357. "'x_bi_sql_view_'. Should have correctsyntax. For more information, see "
  358. "https://www.postgresql.org/docs/current/static/sql-syntax-lexical.html#SQL-"
  359. "SYNTAX-IDENTIFIERS"
  360. msgstr ""
  361. #. module: bi_sql_editor
  362. #: field:bi.sql.view,technical_name:0
  363. msgid "Technical Name"
  364. msgstr ""
  365. #. module: bi_sql_editor
  366. #: help:bi.sql.view.field,field_description:0
  367. msgid "This will be used as the name of the Odoo field, displayed for users"
  368. msgstr ""
  369. #. module: bi_sql_editor
  370. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  371. msgid "This will create Odoo View, Action and Menu"
  372. msgstr ""
  373. #. module: bi_sql_editor
  374. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  375. msgid ""
  376. "This will try to create an SQL View, based on the SQL request and the "
  377. "according Transient Model and fields, based on settings"
  378. msgstr ""
  379. #. module: bi_sql_editor
  380. #: help:bi.sql.view.field,ttype:0
  381. msgid ""
  382. "Type of the Odoo field that will be created. Let empty if you don't want to "
  383. "create a new field. If empty, this field will not be displayed neither "
  384. "available for search or group by function"
  385. msgstr ""
  386. #. module: bi_sql_editor
  387. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  388. msgid ""
  389. "Update Model Access. Required if you changed groups list after having "
  390. "created the model"
  391. msgstr ""
  392. #. module: bi_sql_editor
  393. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  394. msgid "Update Model Acess"
  395. msgstr ""
  396. #. module: bi_sql_editor
  397. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  398. msgid "User Interface"
  399. msgstr ""
  400. #. module: bi_sql_editor
  401. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  402. msgid "Validate SQL Expression"
  403. msgstr ""
  404. #. module: bi_sql_editor
  405. #: field:bi.sql.view,view_name:0
  406. msgid "View Name"
  407. msgstr ""
  408. #. module: bi_sql_editor
  409. #: code:addons/bi_sql_editor/models/bi_sql_view.py:161
  410. #, python-format
  411. msgid "You can only process this action on SQL Valid items"
  412. msgstr ""
  413. #. module: bi_sql_editor
  414. #: code:addons/bi_sql_editor/models/bi_sql_view.py:143
  415. #, python-format
  416. msgid "You can only unlink draft views"
  417. msgstr ""
  418. #. module: bi_sql_editor
  419. #: selection:bi.sql.view.field,ttype:0
  420. msgid "boolean"
  421. msgstr ""
  422. #. module: bi_sql_editor
  423. #: selection:bi.sql.view.field,ttype:0
  424. msgid "char"
  425. msgstr ""
  426. #. module: bi_sql_editor
  427. #: selection:bi.sql.view.field,ttype:0
  428. msgid "date"
  429. msgstr ""
  430. #. module: bi_sql_editor
  431. #: selection:bi.sql.view.field,ttype:0
  432. msgid "datetime"
  433. msgstr ""
  434. #. module: bi_sql_editor
  435. #: selection:bi.sql.view.field,ttype:0
  436. msgid "float"
  437. msgstr ""
  438. #. module: bi_sql_editor
  439. #: selection:bi.sql.view.field,ttype:0
  440. msgid "integer"
  441. msgstr ""
  442. #. module: bi_sql_editor
  443. #: selection:bi.sql.view.field,ttype:0
  444. msgid "many2one"
  445. msgstr ""
  446. #. module: bi_sql_editor
  447. #: selection:bi.sql.view.field,ttype:0
  448. msgid "selection"
  449. msgstr "odabir"
  450. #. module: bi_sql_editor
  451. #: field:bi.sql.view.field,sequence:0
  452. msgid "sequence"
  453. msgstr ""
  454. #. module: bi_sql_editor
  455. #: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
  456. msgid "this will refresh the materialized view"
  457. msgstr ""