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.

297 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. # 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 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 "Aangemaakt 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 "Aangemaakt 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_base_exception_method__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 "weergavenaam"
  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:156
  84. #, python-format
  85. msgid ""
  86. "Error when evaluating the exception.rule rule:\n"
  87. " %s \n"
  88. "(%s)"
  89. msgstr ""
  90. #. module: base_exception
  91. #: model:ir.model,name:base_exception.model_base_exception
  92. #, fuzzy
  93. msgid "Exception"
  94. msgstr "Uitzonderingen"
  95. #. module: base_exception
  96. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__name
  97. msgid "Exception Name"
  98. msgstr "Uitzonderingsnaam"
  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 "Uitzonderingsregel"
  104. #. module: base_exception
  105. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  106. #, fuzzy
  107. msgid "Exception Rule Confirm Wizard"
  108. msgstr "exception.rule.confirm"
  109. #. module: base_exception
  110. #: model:ir.model,name:base_exception.model_base_exception_method
  111. #, fuzzy
  112. msgid "Exception Rule Methods"
  113. msgstr "Uitzonderingsregels"
  114. #. module: base_exception
  115. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  116. msgid "Exception Rule Setup"
  117. msgstr "Uitzonderingsregels-instellingen"
  118. #. module: base_exception
  119. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  120. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  121. msgid "Exception Rules"
  122. msgstr "Uitzonderingsregels"
  123. #. module: base_exception
  124. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type
  125. #, fuzzy
  126. msgid "Exception Type"
  127. msgstr "Uitzonderingsnaam"
  128. #. module: base_exception
  129. #: model:res.groups,name:base_exception.group_exception_rule_manager
  130. msgid "Exception manager"
  131. msgstr "Uitzonderingsmanager"
  132. #. module: base_exception
  133. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids
  134. msgid "Exceptions"
  135. msgstr "Uitzonderingen"
  136. #. module: base_exception
  137. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  138. msgid "Exceptions Rules"
  139. msgstr "Uitzonderingsregels"
  140. #. module: base_exception
  141. #: model:ir.model.fields,field_description:base_exception.field_base_exception__exceptions_summary
  142. #, fuzzy
  143. msgid "Exceptions Summary"
  144. msgstr "Uitzonderingsmanager"
  145. #. module: base_exception
  146. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids
  147. msgid "Exceptions to resolve"
  148. msgstr "Op te lossen uitzonderingen"
  149. #. module: base_exception
  150. #: model:ir.model.fields,help:base_exception.field_exception_rule__sequence
  151. msgid "Gives the sequence order when applying the test"
  152. msgstr ""
  153. #. module: base_exception
  154. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  155. msgid "Help"
  156. msgstr ""
  157. #. module: base_exception
  158. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  159. msgid "Help with Python expressions"
  160. msgstr ""
  161. #. module: base_exception
  162. #: model:ir.model.fields,field_description:base_exception.field_base_exception__id
  163. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method__id
  164. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__id
  165. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__id
  166. msgid "ID"
  167. msgstr "ID"
  168. #. module: base_exception
  169. #: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception
  170. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore
  171. msgid "Ignore Exceptions"
  172. msgstr ""
  173. #. module: base_exception
  174. #: model:ir.model.fields,field_description:base_exception.field_base_exception____last_update
  175. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method____last_update
  176. #: model:ir.model.fields,field_description:base_exception.field_exception_rule____last_update
  177. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm____last_update
  178. msgid "Last Modified on"
  179. msgstr "Laatst gewijzigd op"
  180. #. module: base_exception
  181. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
  182. msgid "Last Updated by"
  183. msgstr "Laatst bijgewerkt door"
  184. #. module: base_exception
  185. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date
  186. msgid "Last Updated on"
  187. msgstr "Laatst bijgewerkt op"
  188. #. module: base_exception
  189. #: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
  190. msgid "Main Exception"
  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. #, fuzzy
  200. msgid "Outstanding exceptions to manage"
  201. msgstr "Uitzonderingsmanager"
  202. #. module: base_exception
  203. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  204. #, fuzzy
  205. msgid "Outstanding exceptions to manager"
  206. msgstr "Uitzonderingsmanager"
  207. #. module: base_exception
  208. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
  209. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  210. msgid "Python Code"
  211. msgstr ""
  212. #. module: base_exception
  213. #: model:ir.model.fields,help:base_exception.field_exception_rule__code
  214. msgid ""
  215. "Python code executed to check if the exception apply or not. Use failed = "
  216. "True to block the exception"
  217. msgstr ""
  218. #. module: base_exception
  219. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
  220. #, fuzzy
  221. msgid "Related Model"
  222. msgstr "Aangemaakt op"
  223. #. module: base_exception
  224. #: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
  225. msgid "Sequence"
  226. msgstr ""
  227. #. module: base_exception
  228. #: code:addons/base_exception/models/base_exception.py:50
  229. #, python-format
  230. msgid ""
  231. "There is a problem of configuration, python code or domain is missing to "
  232. "match the exception type."
  233. msgstr ""
  234. #. module: base_exception
  235. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  236. msgid "To block the exception use: <code>failed = True</code>"
  237. msgstr ""
  238. #. module: base_exception
  239. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  240. msgid ""
  241. "Various fields may use Python code or Python expressions. The following "
  242. "variables can be used:"
  243. msgstr ""
  244. #. module: base_exception
  245. #: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  246. msgid "_Close"
  247. msgstr ""
  248. #~ msgid "base.exception"
  249. #~ msgstr "base.exception"