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.

219 lines
7.0 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * base_exception
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 10.0\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "Last-Translator: <>\n"
  10. "Language-Team: \n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: \n"
  14. "Plural-Forms: \n"
  15. #. module: base_exception
  16. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_active
  17. msgid "Active"
  18. msgstr ""
  19. #. module: base_exception
  20. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_model
  21. msgid "Apply on"
  22. msgstr ""
  23. #. module: base_exception
  24. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  25. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  26. msgid "Blocked in draft due to exceptions"
  27. msgstr ""
  28. #. module: base_exception
  29. #: selection:exception.rule,exception_type:0
  30. msgid "By domain"
  31. msgstr ""
  32. #. module: base_exception
  33. #: selection:exception.rule,exception_type:0
  34. msgid "By python code"
  35. msgstr ""
  36. #. module: base_exception
  37. #: model:ir.model.fields,help:base_exception.field_exception_rule_exception_type
  38. msgid "By python code: allow to define any arbitrary check\n"
  39. "By domain: limited to a selection by an odoo domain:\n"
  40. " performance can be better when exceptions are evaluated with several records"
  41. msgstr ""
  42. #. module: base_exception
  43. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_create_uid
  44. msgid "Created by"
  45. msgstr ""
  46. #. module: base_exception
  47. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_create_date
  48. msgid "Created on"
  49. msgstr ""
  50. #. module: base_exception
  51. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_description
  52. msgid "Description"
  53. msgstr ""
  54. #. module: base_exception
  55. #: model:ir.model.fields,field_description:base_exception.field_base_exception_display_name
  56. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method_display_name
  57. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_display_name
  58. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_display_name
  59. msgid "Display Name"
  60. msgstr ""
  61. #. module: base_exception
  62. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_domain
  63. msgid "Domain"
  64. msgstr ""
  65. #. module: base_exception
  66. #: code:addons/base_exception/models/base_exception.py:151
  67. #, python-format
  68. msgid "Error when evaluating the exception.rule rule:\n"
  69. " %s \n"
  70. "(%s)"
  71. msgstr ""
  72. #. module: base_exception
  73. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_name
  74. msgid "Exception Name"
  75. msgstr ""
  76. #. module: base_exception
  77. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  78. msgid "Exception Rule"
  79. msgstr ""
  80. #. module: base_exception
  81. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  82. msgid "Exception Rule Setup"
  83. msgstr ""
  84. #. module: base_exception
  85. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  86. #: model:ir.model,name:base_exception.model_exception_rule
  87. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  88. msgid "Exception Rules"
  89. msgstr ""
  90. #. module: base_exception
  91. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_exception_type
  92. msgid "Exception Type"
  93. msgstr ""
  94. #. module: base_exception
  95. #: model:res.groups,name:base_exception.group_exception_rule_manager
  96. msgid "Exception manager"
  97. msgstr ""
  98. #. module: base_exception
  99. #: model:ir.model.fields,field_description:base_exception.field_base_exception_exception_ids
  100. msgid "Exceptions"
  101. msgstr ""
  102. #. module: base_exception
  103. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  104. msgid "Exceptions Rules"
  105. msgstr ""
  106. #. module: base_exception
  107. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_exception_ids
  108. msgid "Exceptions to resolve"
  109. msgstr ""
  110. #. module: base_exception
  111. #: model:ir.model.fields,help:base_exception.field_exception_rule_sequence
  112. msgid "Gives the sequence order when applying the test"
  113. msgstr ""
  114. #. module: base_exception
  115. #: model:ir.model.fields,field_description:base_exception.field_base_exception_id
  116. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method_id
  117. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_id
  118. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_id
  119. msgid "ID"
  120. msgstr ""
  121. #. module: base_exception
  122. #: model:ir.model.fields,field_description:base_exception.field_base_exception_ignore_exception
  123. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_ignore
  124. msgid "Ignore Exceptions"
  125. msgstr ""
  126. #. module: base_exception
  127. #: model:ir.model.fields,field_description:base_exception.field_base_exception___last_update
  128. #: model:ir.model.fields,field_description:base_exception.field_base_exception_method___last_update
  129. #: model:ir.model.fields,field_description:base_exception.field_exception_rule___last_update
  130. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm___last_update
  131. msgid "Last Modified on"
  132. msgstr ""
  133. #. module: base_exception
  134. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_write_uid
  135. msgid "Last Updated by"
  136. msgstr ""
  137. #. module: base_exception
  138. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_write_date
  139. msgid "Last Updated on"
  140. msgstr ""
  141. #. module: base_exception
  142. #: model:ir.model.fields,field_description:base_exception.field_base_exception_main_exception_id
  143. msgid "Main Exception"
  144. msgstr ""
  145. #. module: base_exception
  146. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_code
  147. msgid "Python Code"
  148. msgstr ""
  149. #. module: base_exception
  150. #: model:ir.model.fields,help:base_exception.field_exception_rule_code
  151. msgid "Python code executed to check if the exception apply or not. The code must apply failed = True to apply the exception."
  152. msgstr ""
  153. #. module: base_exception
  154. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_related_model_id
  155. msgid "Related model id"
  156. msgstr ""
  157. #. module: base_exception
  158. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_sequence
  159. msgid "Sequence"
  160. msgstr ""
  161. #. module: base_exception
  162. #: code:addons/base_exception/models/base_exception.py:62
  163. #, python-format
  164. msgid "There is a problem of configuration, python code or domain is missing to match the exception type."
  165. msgstr ""
  166. #. module: base_exception
  167. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  168. msgid "_Close"
  169. msgstr ""
  170. #. module: base_exception
  171. #: model:ir.model,name:base_exception.model_base_exception
  172. msgid "base.exception"
  173. msgstr ""
  174. #. module: base_exception
  175. #: model:ir.model,name:base_exception.model_base_exception_method
  176. msgid "base.exception.method"
  177. msgstr ""
  178. #. module: base_exception
  179. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  180. msgid "exception.rule.confirm"
  181. msgstr ""