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.

307 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. # Peter Hageman <hageman.p@gmail.com>, 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-06-22 01:11+0000\n"
  12. "PO-Revision-Date: 2017-06-22 01:11+0000\n"
  13. "Last-Translator: Peter Hageman <hageman.p@gmail.com>, 2017\n"
  14. "Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/"
  15. "teams/23907/nl_NL/)\n"
  16. "Language: nl_NL\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 "Actief"
  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 method"
  44. msgstr ""
  45. #. module: base_exception
  46. #: selection:exception.rule,exception_type:0
  47. msgid "By python code"
  48. msgstr ""
  49. #. module: base_exception
  50. #: model:ir.model.fields,help:base_exception.field_exception_rule__exception_type
  51. msgid ""
  52. "By python code: allow to define any arbitrary check\n"
  53. "By domain: limited to a selection by an odoo domain:\n"
  54. " performance can be better when exceptions are "
  55. "evaluated with several records"
  56. msgstr ""
  57. #. module: base_exception
  58. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_uid
  59. msgid "Created by"
  60. msgstr "Aangemaakt door"
  61. #. module: base_exception
  62. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_date
  63. msgid "Created on"
  64. msgstr "Aangemaakt op"
  65. #. module: base_exception
  66. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__description
  67. msgid "Description"
  68. msgstr "Omschrijving"
  69. #. module: base_exception
  70. #: model:ir.model.fields,field_description:base_exception.field_base_exception__display_name
  71. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__display_name
  72. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__display_name
  73. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__display_name
  74. msgid "Display Name"
  75. msgstr "weergavenaam"
  76. #. module: base_exception
  77. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__domain
  78. msgid "Domain"
  79. msgstr ""
  80. #. module: base_exception
  81. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  82. msgid ""
  83. "Enter Python code here. Help about Python expression is available in the "
  84. "help tab of this document."
  85. msgstr ""
  86. #. module: base_exception
  87. #: code:addons/base_exception/models/base_exception.py:166
  88. #, python-format
  89. msgid ""
  90. "Error when evaluating the exception.rule rule:\n"
  91. " %s \n"
  92. "(%s)"
  93. msgstr ""
  94. #. module: base_exception
  95. #: model:ir.model,name:base_exception.model_base_exception
  96. #, fuzzy
  97. msgid "Exception"
  98. msgstr "Uitzonderingen"
  99. #. module: base_exception
  100. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__name
  101. msgid "Exception Name"
  102. msgstr "Uitzonderingsnaam"
  103. #. module: base_exception
  104. #: model:ir.model,name:base_exception.model_exception_rule
  105. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  106. msgid "Exception Rule"
  107. msgstr "Uitzonderingsregel"
  108. #. module: base_exception
  109. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  110. #, fuzzy
  111. msgid "Exception Rule Confirm Wizard"
  112. msgstr "exception.rule.confirm"
  113. #. module: base_exception
  114. #: model:ir.model,name:base_exception.model_base_exception_method
  115. #, fuzzy
  116. msgid "Exception Rule Methods"
  117. msgstr "Uitzonderingsregels"
  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 "Uitzonderingsregels-instellingen"
  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 "Uitzonderingsregels"
  127. #. module: base_exception
  128. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type
  129. #, fuzzy
  130. msgid "Exception Type"
  131. msgstr "Uitzonderingsnaam"
  132. #. module: base_exception
  133. #: model:res.groups,name:base_exception.group_exception_rule_manager
  134. msgid "Exception manager"
  135. msgstr "Uitzonderingsmanager"
  136. #. module: base_exception
  137. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids
  138. msgid "Exceptions"
  139. msgstr "Uitzonderingen"
  140. #. module: base_exception
  141. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  142. msgid "Exceptions Rules"
  143. msgstr "Uitzonderingsregels"
  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 "Uitzonderingsmanager"
  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 "Op te lossen uitzonderingen"
  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 "Laatst gewijzigd op"
  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 "Laatst bijgewerkt door"
  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 "Laatst bijgewerkt op"
  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. #, fuzzy
  208. msgid "Outstanding exceptions to manage"
  209. msgstr "Uitzonderingsmanager"
  210. #. module: base_exception
  211. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  212. #, fuzzy
  213. msgid "Outstanding exceptions to manager"
  214. msgstr "Uitzonderingsmanager"
  215. #. module: base_exception
  216. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
  217. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  218. msgid "Python Code"
  219. msgstr ""
  220. #. module: base_exception
  221. #: model:ir.model.fields,help:base_exception.field_exception_rule__code
  222. msgid ""
  223. "Python code executed to check if the exception apply or not. Use failed = "
  224. "True to block the exception"
  225. msgstr ""
  226. #. module: base_exception
  227. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
  228. #, fuzzy
  229. msgid "Related Model"
  230. msgstr "Aangemaakt op"
  231. #. module: base_exception
  232. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  233. msgid "Sequence"
  234. msgstr ""
  235. #. module: base_exception
  236. #: code:addons/base_exception/models/base_exception.py:59
  237. #, python-format
  238. msgid ""
  239. "There is a problem of configuration, python code, domain or method is "
  240. "missing to match the exception type."
  241. msgstr ""
  242. #. module: base_exception
  243. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  244. msgid "To block the exception use: <code>failed = True</code>"
  245. msgstr ""
  246. #. module: base_exception
  247. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  248. msgid ""
  249. "Various fields may use Python code or Python expressions. The following "
  250. "variables can be used:"
  251. msgstr ""
  252. #. module: base_exception
  253. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  254. msgid "_Close"
  255. msgstr ""
  256. #~ msgid "base.exception"
  257. #~ msgstr "base.exception"