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.

296 lines
9.4 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * base_exception
  4. #
  5. # Translators:
  6. # OCA Transbot <transbot@odoo-community.org>, 2017
  7. # Bole <bole@dajmi5.com>, 2017
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: Odoo Server 10.0\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2017-05-01 10:38+0000\n"
  13. "PO-Revision-Date: 2017-05-01 10:38+0000\n"
  14. "Last-Translator: Bole <bole@dajmi5.com>, 2017\n"
  15. "Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
  16. "Language: 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: base_exception
  23. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  24. msgid "<code>self</code>: Record on which the rule is evaluated."
  25. msgstr ""
  26. #. module: base_exception
  27. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  28. msgid "<code>time</code>: useful Python libraries"
  29. msgstr ""
  30. #. module: base_exception
  31. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__active
  32. msgid "Active"
  33. msgstr "Aktivan"
  34. #. module: base_exception
  35. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__model
  36. msgid "Apply on"
  37. msgstr ""
  38. #. module: base_exception
  39. #: selection:exception.rule,exception_type:0
  40. msgid "By domain"
  41. msgstr ""
  42. #. module: base_exception
  43. #: selection:exception.rule,exception_type:0
  44. msgid "By python code"
  45. msgstr ""
  46. #. module: base_exception
  47. #: model:ir.model.fields,help:base_exception.field_exception_rule__exception_type
  48. msgid ""
  49. "By python code: allow to define any arbitrary check\n"
  50. "By domain: limited to a selection by an odoo domain:\n"
  51. " performance can be better when exceptions are "
  52. "evaluated with several records"
  53. msgstr ""
  54. #. module: base_exception
  55. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_uid
  56. msgid "Created by"
  57. msgstr "Kreirao"
  58. #. module: base_exception
  59. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_date
  60. msgid "Created on"
  61. msgstr "Kreirano"
  62. #. module: base_exception
  63. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__description
  64. msgid "Description"
  65. msgstr "Opis"
  66. #. module: base_exception
  67. #: model:ir.model.fields,field_description:base_exception.field_base_exception__display_name
  68. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__display_name
  69. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__display_name
  70. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__display_name
  71. msgid "Display Name"
  72. msgstr "Naziv "
  73. #. module: base_exception
  74. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__domain
  75. msgid "Domain"
  76. msgstr ""
  77. #. module: base_exception
  78. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  79. msgid ""
  80. "Enter Python code here. Help about Python expression is available in the "
  81. "help tab of this document."
  82. msgstr ""
  83. #. module: base_exception
  84. #: code:addons/base_exception/models/base_exception.py:156
  85. #, python-format
  86. msgid ""
  87. "Error when evaluating the exception.rule rule:\n"
  88. " %s \n"
  89. "(%s)"
  90. msgstr ""
  91. #. module: base_exception
  92. #: model:ir.model,name:base_exception.model_base_exception
  93. #, fuzzy
  94. #| msgid "base.exception"
  95. msgid "Exception"
  96. msgstr "base.exception"
  97. #. module: base_exception
  98. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__name
  99. msgid "Exception Name"
  100. msgstr ""
  101. #. module: base_exception
  102. #: model:ir.model,name:base_exception.model_exception_rule
  103. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  104. msgid "Exception Rule"
  105. msgstr ""
  106. #. module: base_exception
  107. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  108. #, fuzzy
  109. #| msgid "exception.rule.confirm"
  110. msgid "Exception Rule Confirm Wizard"
  111. msgstr "exception.rule.confirm"
  112. #. module: base_exception
  113. #: model:ir.model,name:base_exception.model_base_exception_method
  114. #, fuzzy
  115. #| msgid "exception.rule.confirm"
  116. msgid "Exception Rule Methods"
  117. msgstr "exception.rule.confirm"
  118. #. module: base_exception
  119. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  120. msgid "Exception Rule Setup"
  121. msgstr ""
  122. #. module: base_exception
  123. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  124. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  125. msgid "Exception Rules"
  126. msgstr ""
  127. #. module: base_exception
  128. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type
  129. msgid "Exception Type"
  130. msgstr ""
  131. #. module: base_exception
  132. #: model:res.groups,name:base_exception.group_exception_rule_manager
  133. msgid "Exception manager"
  134. msgstr ""
  135. #. module: base_exception
  136. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids
  137. msgid "Exceptions"
  138. msgstr ""
  139. #. module: base_exception
  140. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  141. msgid "Exceptions Rules"
  142. msgstr ""
  143. #. module: base_exception
  144. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exceptions_summary
  145. #, fuzzy
  146. #| msgid "base.exception"
  147. msgid "Exceptions Summary"
  148. msgstr "base.exception"
  149. #. module: base_exception
  150. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids
  151. msgid "Exceptions to resolve"
  152. msgstr ""
  153. #. module: base_exception
  154. #: model:ir.model.fields,help:base_exception.field_exception_rule__sequence
  155. msgid "Gives the sequence order when applying the test"
  156. msgstr ""
  157. #. module: base_exception
  158. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  159. msgid "Help"
  160. msgstr ""
  161. #. module: base_exception
  162. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  163. msgid "Help with Python expressions"
  164. msgstr ""
  165. #. module: base_exception
  166. #: model:ir.model.fields,field_description:base_exception.field_base_exception__id
  167. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__id
  168. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__id
  169. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__id
  170. msgid "ID"
  171. msgstr "ID"
  172. #. module: base_exception
  173. #: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception
  174. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore
  175. msgid "Ignore Exceptions"
  176. msgstr ""
  177. #. module: base_exception
  178. #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update
  179. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update
  180. #: model:ir.model.fields,field_description:base_exception.field_exception_rule____last_update
  181. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm____last_update
  182. msgid "Last Modified on"
  183. msgstr "Zadnje modificirano"
  184. #. module: base_exception
  185. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
  186. msgid "Last Updated by"
  187. msgstr "Zadnji ažurirao"
  188. #. module: base_exception
  189. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date
  190. msgid "Last Updated on"
  191. msgstr "Zadnje ažuriranje"
  192. #. module: base_exception
  193. #: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
  194. msgid "Main Exception"
  195. msgstr ""
  196. #. module: base_exception
  197. #: code:addons/base_exception/wizard/base_exception_confirm.py:29
  198. #, python-format
  199. msgid "Only 1 ID accepted, got %r."
  200. msgstr ""
  201. #. module: base_exception
  202. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  203. msgid "Outstanding exceptions to manage"
  204. msgstr ""
  205. #. module: base_exception
  206. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  207. msgid "Outstanding exceptions to manager"
  208. msgstr ""
  209. #. module: base_exception
  210. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
  211. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  212. msgid "Python Code"
  213. msgstr ""
  214. #. module: base_exception
  215. #: model:ir.model.fields,help:base_exception.field_exception_rule__code
  216. msgid ""
  217. "Python code executed to check if the exception apply or not. Use failed = "
  218. "True to block the exception"
  219. msgstr ""
  220. #. module: base_exception
  221. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
  222. #, fuzzy
  223. msgid "Related Model"
  224. msgstr "Kreirano"
  225. #. module: base_exception
  226. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  227. msgid "Sequence"
  228. msgstr "Sekvenca"
  229. #. module: base_exception
  230. #: code:addons/base_exception/models/base_exception.py:50
  231. #, python-format
  232. msgid ""
  233. "There is a problem of configuration, python code or domain is missing to "
  234. "match the exception type."
  235. msgstr ""
  236. #. module: base_exception
  237. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  238. msgid "To block the exception use: <code>failed = True</code>"
  239. msgstr ""
  240. #. module: base_exception
  241. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  242. msgid ""
  243. "Various fields may use Python code or Python expressions. The following "
  244. "variables can be used:"
  245. msgstr ""
  246. #. module: base_exception
  247. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  248. msgid "_Close"
  249. msgstr ""