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.

305 lines
9.8 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_exception_rule__display_name
  69. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__display_name
  70. msgid "Display Name"
  71. msgstr "Naziv "
  72. #. module: base_exception
  73. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__domain
  74. msgid "Domain"
  75. msgstr ""
  76. #. module: base_exception
  77. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  78. msgid ""
  79. "Enter Python code here. Help about Python expression is available in the "
  80. "help tab of this document."
  81. msgstr ""
  82. #. module: base_exception
  83. #: code:addons/base_exception/models/base_exception.py:260
  84. #, python-format
  85. msgid ""
  86. "Error when evaluating the exception.rule: %s\n"
  87. "(%s)"
  88. msgstr ""
  89. #. module: base_exception
  90. #: model:ir.model,name:base_exception.model_base_exception
  91. #, fuzzy
  92. #| msgid "base.exception"
  93. msgid "Exception"
  94. msgstr "base.exception"
  95. #. module: base_exception
  96. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__name
  97. msgid "Exception Name"
  98. msgstr ""
  99. #. module: base_exception
  100. #: model:ir.model,name:base_exception.model_exception_rule
  101. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  102. msgid "Exception Rule"
  103. msgstr ""
  104. #. module: base_exception
  105. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  106. #, fuzzy
  107. #| msgid "exception.rule.confirm"
  108. msgid "Exception Rule Confirm Wizard"
  109. msgstr "exception.rule.confirm"
  110. #. module: base_exception
  111. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  112. msgid "Exception Rule Setup"
  113. msgstr ""
  114. #. module: base_exception
  115. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  116. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  117. msgid "Exception Rules"
  118. msgstr ""
  119. #. module: base_exception
  120. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type
  121. msgid "Exception Type"
  122. msgstr ""
  123. #. module: base_exception
  124. #: model:res.groups,name:base_exception.group_exception_rule_manager
  125. msgid "Exception manager"
  126. msgstr ""
  127. #. module: base_exception
  128. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids
  129. msgid "Exceptions"
  130. msgstr ""
  131. #. module: base_exception
  132. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  133. msgid "Exceptions Rules"
  134. msgstr ""
  135. #. module: base_exception
  136. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids
  137. msgid "Exceptions to resolve"
  138. msgstr ""
  139. #. module: base_exception
  140. #: model:ir.model.fields,help:base_exception.field_exception_rule__sequence
  141. msgid "Gives the sequence order when applying the test"
  142. msgstr ""
  143. #. module: base_exception
  144. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  145. msgid "Help"
  146. msgstr ""
  147. #. module: base_exception
  148. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  149. msgid "Help with Python expressions"
  150. msgstr ""
  151. #. module: base_exception
  152. #: model:ir.model.fields,field_description:base_exception.field_base_exception__id
  153. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__id
  154. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__id
  155. msgid "ID"
  156. msgstr "ID"
  157. #. module: base_exception
  158. #: model:ir.model.fields,help:base_exception.field_exception_rule__next_state
  159. msgid ""
  160. "If we detect exception we set the state of object (ex purchase) to the "
  161. "next_state (ex 'to approve'). If there are more than one exception detected "
  162. "and all have a value for next_state, we usethe exception having the smallest "
  163. "sequence value"
  164. msgstr ""
  165. #. module: base_exception
  166. #: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception
  167. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore
  168. msgid "Ignore Exceptions"
  169. msgstr ""
  170. #. module: base_exception
  171. #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update
  172. #: model:ir.model.fields,field_description:base_exception.field_exception_rule____last_update
  173. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm____last_update
  174. msgid "Last Modified on"
  175. msgstr "Zadnje modificirano"
  176. #. module: base_exception
  177. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
  178. msgid "Last Updated by"
  179. msgstr "Zadnji ažurirao"
  180. #. module: base_exception
  181. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date
  182. msgid "Last Updated on"
  183. msgstr "Zadnje ažuriranje"
  184. #. module: base_exception
  185. #: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
  186. msgid "Main Exception"
  187. msgstr ""
  188. #. module: base_exception
  189. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__next_state
  190. msgid "Next state"
  191. msgstr ""
  192. #. module: base_exception
  193. #: code:addons/base_exception/wizard/base_exception_confirm.py:29
  194. #, python-format
  195. msgid "Only 1 ID accepted, got %r."
  196. msgstr ""
  197. #. module: base_exception
  198. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  199. msgid "Outstanding exceptions to manage"
  200. msgstr ""
  201. #. module: base_exception
  202. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  203. msgid "Outstanding exceptions to manager"
  204. msgstr ""
  205. #. module: base_exception
  206. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
  207. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  208. msgid "Python Code"
  209. msgstr ""
  210. #. module: base_exception
  211. #: model:ir.model.fields,help:base_exception.field_exception_rule__code
  212. msgid ""
  213. "Python code executed to check if the exception apply or not. Use failed = "
  214. "True to block the exception"
  215. msgstr ""
  216. #. module: base_exception
  217. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
  218. #, fuzzy
  219. msgid "Related Model"
  220. msgstr "Kreirano"
  221. #. module: base_exception
  222. #: model:ir.model.fields,field_description:base_exception.field_base_exception__rule_group
  223. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__rule_group
  224. msgid "Rule Group"
  225. msgstr ""
  226. #. module: base_exception
  227. #: model:ir.model.fields,help:base_exception.field_exception_rule__rule_group
  228. msgid ""
  229. "Rule group is used to group the rules that must validated at same time for a "
  230. "target object. Ex: validate sale.order.line rules with sale order rules."
  231. msgstr ""
  232. #. module: base_exception
  233. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  234. msgid "Sequence"
  235. msgstr "Sekvenca"
  236. #. module: base_exception
  237. #: code:addons/base_exception/models/base_exception.py:80
  238. #, python-format
  239. msgid ""
  240. "The value \"%s\" you choose for the \"next state\" field state of \"%s\" is "
  241. "wrong. Value must be in this list %s"
  242. msgstr ""
  243. #. module: base_exception
  244. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  245. msgid "To block the exception use: <code>failed = True</code>"
  246. msgstr ""
  247. #. module: base_exception
  248. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  249. msgid ""
  250. "Various fields may use Python code or Python expressions. The following "
  251. "variables can be used:"
  252. msgstr ""
  253. #. module: base_exception
  254. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  255. msgid "_Close"
  256. msgstr ""