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.6 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. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 10.0\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2017-05-01 10:38+0000\n"
  12. "PO-Revision-Date: 2017-05-01 10:38+0000\n"
  13. "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
  14. "Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/"
  15. "nl_BE/)\n"
  16. "Language: nl_BE\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=2; plural=(n != 1);\n"
  21. #. module: base_exception
  22. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  23. msgid "<code>self</code>: Record on which the rule is evaluated."
  24. msgstr ""
  25. #. module: base_exception
  26. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  27. msgid "<code>time</code>: useful Python libraries"
  28. msgstr ""
  29. #. module: base_exception
  30. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__active
  31. msgid "Active"
  32. msgstr ""
  33. #. module: base_exception
  34. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__model
  35. msgid "Apply on"
  36. msgstr ""
  37. #. module: base_exception
  38. #: selection:exception.rule,exception_type:0
  39. msgid "By domain"
  40. msgstr ""
  41. #. module: base_exception
  42. #: selection:exception.rule,exception_type:0
  43. msgid "By python code"
  44. msgstr ""
  45. #. module: base_exception
  46. #: model:ir.model.fields,help:base_exception.field_exception_rule__exception_type
  47. msgid ""
  48. "By python code: allow to define any arbitrary check\n"
  49. "By domain: limited to a selection by an odoo domain:\n"
  50. " performance can be better when exceptions are "
  51. "evaluated with several records"
  52. msgstr ""
  53. #. module: base_exception
  54. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_uid
  55. msgid "Created by"
  56. msgstr "Gemaakt door"
  57. #. module: base_exception
  58. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_date
  59. msgid "Created on"
  60. msgstr "Gemaakt op"
  61. #. module: base_exception
  62. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__description
  63. msgid "Description"
  64. msgstr "Omschrijving"
  65. #. module: base_exception
  66. #: model:ir.model.fields,field_description:base_exception.field_base_exception__display_name
  67. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__display_name
  68. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__display_name
  69. msgid "Display Name"
  70. msgstr "Schermnaam"
  71. #. module: base_exception
  72. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__domain
  73. msgid "Domain"
  74. msgstr ""
  75. #. module: base_exception
  76. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  77. msgid ""
  78. "Enter Python code here. Help about Python expression is available in the "
  79. "help tab of this document."
  80. msgstr ""
  81. #. module: base_exception
  82. #: code:addons/base_exception/models/base_exception.py:260
  83. #, python-format
  84. msgid ""
  85. "Error when evaluating the exception.rule: %s\n"
  86. "(%s)"
  87. msgstr ""
  88. #. module: base_exception
  89. #: model:ir.model,name:base_exception.model_base_exception
  90. #, fuzzy
  91. #| msgid "Description"
  92. msgid "Exception"
  93. msgstr "Omschrijving"
  94. #. module: base_exception
  95. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__name
  96. msgid "Exception Name"
  97. msgstr ""
  98. #. module: base_exception
  99. #: model:ir.model,name:base_exception.model_exception_rule
  100. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  101. msgid "Exception Rule"
  102. msgstr ""
  103. #. module: base_exception
  104. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  105. msgid "Exception Rule Confirm Wizard"
  106. msgstr ""
  107. #. module: base_exception
  108. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  109. msgid "Exception Rule Setup"
  110. msgstr ""
  111. #. module: base_exception
  112. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  113. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  114. msgid "Exception Rules"
  115. msgstr ""
  116. #. module: base_exception
  117. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type
  118. msgid "Exception Type"
  119. msgstr ""
  120. #. module: base_exception
  121. #: model:res.groups,name:base_exception.group_exception_rule_manager
  122. msgid "Exception manager"
  123. msgstr ""
  124. #. module: base_exception
  125. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids
  126. msgid "Exceptions"
  127. msgstr ""
  128. #. module: base_exception
  129. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  130. msgid "Exceptions Rules"
  131. msgstr ""
  132. #. module: base_exception
  133. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids
  134. msgid "Exceptions to resolve"
  135. msgstr ""
  136. #. module: base_exception
  137. #: model:ir.model.fields,help:base_exception.field_exception_rule__sequence
  138. msgid "Gives the sequence order when applying the test"
  139. msgstr ""
  140. #. module: base_exception
  141. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  142. msgid "Help"
  143. msgstr ""
  144. #. module: base_exception
  145. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  146. msgid "Help with Python expressions"
  147. msgstr ""
  148. #. module: base_exception
  149. #: model:ir.model.fields,field_description:base_exception.field_base_exception__id
  150. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__id
  151. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__id
  152. msgid "ID"
  153. msgstr "ID"
  154. #. module: base_exception
  155. #: model:ir.model.fields,help:base_exception.field_exception_rule__next_state
  156. msgid ""
  157. "If we detect exception we set the state of object (ex purchase) to the "
  158. "next_state (ex 'to approve'). If there are more than one exception detected "
  159. "and all have a value for next_state, we usethe exception having the smallest "
  160. "sequence value"
  161. msgstr ""
  162. #. module: base_exception
  163. #: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception
  164. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore
  165. msgid "Ignore Exceptions"
  166. msgstr ""
  167. #. module: base_exception
  168. #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update
  169. #: model:ir.model.fields,field_description:base_exception.field_exception_rule____last_update
  170. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm____last_update
  171. msgid "Last Modified on"
  172. msgstr "Laatst Aangepast op"
  173. #. module: base_exception
  174. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
  175. msgid "Last Updated by"
  176. msgstr "Laatst bijgewerkt door"
  177. #. module: base_exception
  178. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date
  179. msgid "Last Updated on"
  180. msgstr "Laatst bijgewerkt op"
  181. #. module: base_exception
  182. #: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
  183. msgid "Main Exception"
  184. msgstr ""
  185. #. module: base_exception
  186. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__next_state
  187. msgid "Next state"
  188. msgstr ""
  189. #. module: base_exception
  190. #: code:addons/base_exception/wizard/base_exception_confirm.py:29
  191. #, python-format
  192. msgid "Only 1 ID accepted, got %r."
  193. msgstr ""
  194. #. module: base_exception
  195. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  196. msgid "Outstanding exceptions to manage"
  197. msgstr ""
  198. #. module: base_exception
  199. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  200. msgid "Outstanding exceptions to manager"
  201. msgstr ""
  202. #. module: base_exception
  203. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
  204. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  205. msgid "Python Code"
  206. msgstr ""
  207. #. module: base_exception
  208. #: model:ir.model.fields,help:base_exception.field_exception_rule__code
  209. msgid ""
  210. "Python code executed to check if the exception apply or not. Use failed = "
  211. "True to block the exception"
  212. msgstr ""
  213. #. module: base_exception
  214. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
  215. #, fuzzy
  216. msgid "Related Model"
  217. msgstr "Gemaakt op"
  218. #. module: base_exception
  219. #: model:ir.model.fields,field_description:base_exception.field_base_exception__rule_group
  220. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__rule_group
  221. msgid "Rule Group"
  222. msgstr ""
  223. #. module: base_exception
  224. #: model:ir.model.fields,help:base_exception.field_exception_rule__rule_group
  225. msgid ""
  226. "Rule group is used to group the rules that must validated at same time for a "
  227. "target object. Ex: validate sale.order.line rules with sale order rules."
  228. msgstr ""
  229. #. module: base_exception
  230. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  231. msgid "Sequence"
  232. msgstr ""
  233. #. module: base_exception
  234. #: code:addons/base_exception/models/base_exception.py:80
  235. #, python-format
  236. msgid ""
  237. "The value \"%s\" you choose for the \"next state\" field state of \"%s\" is "
  238. "wrong. Value must be in this list %s"
  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 ""