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.

302 lines
9.5 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 method"
  45. msgstr ""
  46. #. module: base_exception
  47. #: selection:exception.rule,exception_type:0
  48. msgid "By python code"
  49. msgstr ""
  50. #. module: base_exception
  51. #: model:ir.model.fields,help:base_exception.field_exception_rule__exception_type
  52. msgid ""
  53. "By python code: allow to define any arbitrary check\n"
  54. "By domain: limited to a selection by an odoo domain:\n"
  55. " performance can be better when exceptions are "
  56. "evaluated with several records"
  57. msgstr ""
  58. #. module: base_exception
  59. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_uid
  60. msgid "Created by"
  61. msgstr "Kreirao"
  62. #. module: base_exception
  63. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_date
  64. msgid "Created on"
  65. msgstr "Kreirano"
  66. #. module: base_exception
  67. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__description
  68. msgid "Description"
  69. msgstr "Opis"
  70. #. module: base_exception
  71. #: model:ir.model.fields,field_description:base_exception.field_base_exception__display_name
  72. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__display_name
  73. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__display_name
  74. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__display_name
  75. msgid "Display Name"
  76. msgstr "Naziv "
  77. #. module: base_exception
  78. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__domain
  79. msgid "Domain"
  80. msgstr ""
  81. #. module: base_exception
  82. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  83. msgid ""
  84. "Enter Python code here. Help about Python expression is available in the "
  85. "help tab of this document."
  86. msgstr ""
  87. #. module: base_exception
  88. #: code:addons/base_exception/models/base_exception.py:166
  89. #, python-format
  90. msgid ""
  91. "Error when evaluating the exception.rule rule:\n"
  92. " %s \n"
  93. "(%s)"
  94. msgstr ""
  95. #. module: base_exception
  96. #: model:ir.model,name:base_exception.model_base_exception
  97. #, fuzzy
  98. msgid "Exception"
  99. msgstr "base.exception"
  100. #. module: base_exception
  101. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__name
  102. msgid "Exception Name"
  103. msgstr ""
  104. #. module: base_exception
  105. #: model:ir.model,name:base_exception.model_exception_rule
  106. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  107. msgid "Exception Rule"
  108. msgstr ""
  109. #. module: base_exception
  110. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  111. #, fuzzy
  112. msgid "Exception Rule Confirm Wizard"
  113. msgstr "exception.rule.confirm"
  114. #. module: base_exception
  115. #: model:ir.model,name:base_exception.model_base_exception_method
  116. #, fuzzy
  117. msgid "Exception Rule Methods"
  118. msgstr "exception.rule.confirm"
  119. #. module: base_exception
  120. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  121. msgid "Exception Rule Setup"
  122. msgstr ""
  123. #. module: base_exception
  124. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  125. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  126. msgid "Exception Rules"
  127. msgstr ""
  128. #. module: base_exception
  129. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type
  130. msgid "Exception Type"
  131. msgstr ""
  132. #. module: base_exception
  133. #: model:res.groups,name:base_exception.group_exception_rule_manager
  134. msgid "Exception manager"
  135. msgstr ""
  136. #. module: base_exception
  137. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids
  138. msgid "Exceptions"
  139. msgstr ""
  140. #. module: base_exception
  141. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  142. msgid "Exceptions Rules"
  143. msgstr ""
  144. #. module: base_exception
  145. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exceptions_summary
  146. #, fuzzy
  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. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__method
  198. msgid "Method"
  199. msgstr ""
  200. #. module: base_exception
  201. #: code:addons/base_exception/wizard/base_exception_confirm.py:27
  202. #, python-format
  203. msgid "Only 1 ID accepted, got %r."
  204. msgstr ""
  205. #. module: base_exception
  206. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  207. msgid "Outstanding exceptions to manage"
  208. msgstr ""
  209. #. module: base_exception
  210. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  211. msgid "Outstanding exceptions to manager"
  212. msgstr ""
  213. #. module: base_exception
  214. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
  215. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  216. msgid "Python Code"
  217. msgstr ""
  218. #. module: base_exception
  219. #: model:ir.model.fields,help:base_exception.field_exception_rule__code
  220. msgid ""
  221. "Python code executed to check if the exception apply or not. Use failed = "
  222. "True to block the exception"
  223. msgstr ""
  224. #. module: base_exception
  225. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
  226. #, fuzzy
  227. msgid "Related Model"
  228. msgstr "Kreirano"
  229. #. module: base_exception
  230. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  231. msgid "Sequence"
  232. msgstr "Sekvenca"
  233. #. module: base_exception
  234. #: code:addons/base_exception/models/base_exception.py:59
  235. #, python-format
  236. msgid ""
  237. "There is a problem of configuration, python code, domain or method is "
  238. "missing to match the exception type."
  239. msgstr ""
  240. #. module: base_exception
  241. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  242. msgid "To block the exception use: <code>failed = True</code>"
  243. msgstr ""
  244. #. module: base_exception
  245. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  246. msgid ""
  247. "Various fields may use Python code or Python expressions. The following "
  248. "variables can be used:"
  249. msgstr ""
  250. #. module: base_exception
  251. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  252. msgid "_Close"
  253. msgstr ""