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.

215 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 11.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.model.fields,field_description:base_exception.field_exception_rule_create_uid
  25. msgid "Created by"
  26. msgstr ""
  27. #. module: base_exception
  28. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_create_date
  29. msgid "Created on"
  30. msgstr ""
  31. #. module: base_exception
  32. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_description
  33. msgid "Description"
  34. msgstr ""
  35. #. module: base_exception
  36. #: model:ir.model.fields,field_description:base_exception.field_base_exception_display_name
  37. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_display_name
  38. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_display_name
  39. msgid "Display Name"
  40. msgstr ""
  41. #. module: base_exception
  42. #: code:addons/base_exception/models/base_exception.py:215
  43. #, python-format
  44. msgid "Error when evaluating the exception.rule rule:\n"
  45. " %s \n"
  46. "(%s)"
  47. msgstr ""
  48. #. module: base_exception
  49. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_name
  50. msgid "Exception Name"
  51. msgstr ""
  52. #. module: base_exception
  53. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  54. msgid "Exception Rule"
  55. msgstr ""
  56. #. module: base_exception
  57. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  58. msgid "Exception Rule Setup"
  59. msgstr ""
  60. #. module: base_exception
  61. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  62. #: model:ir.model,name:base_exception.model_exception_rule
  63. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  64. msgid "Exception Rules"
  65. msgstr ""
  66. #. module: base_exception
  67. #: model:res.groups,name:base_exception.group_exception_rule_manager
  68. msgid "Exception manager"
  69. msgstr ""
  70. #. module: base_exception
  71. #: model:ir.model.fields,field_description:base_exception.field_base_exception_exception_ids
  72. msgid "Exceptions"
  73. msgstr ""
  74. #. module: base_exception
  75. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  76. msgid "Exceptions Rules"
  77. msgstr ""
  78. #. module: base_exception
  79. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_exception_ids
  80. msgid "Exceptions to resolve"
  81. msgstr ""
  82. #. module: base_exception
  83. #: model:ir.model.fields,help:base_exception.field_exception_rule_sequence
  84. msgid "Gives the sequence order when applying the test"
  85. msgstr ""
  86. #. module: base_exception
  87. #: model:ir.model.fields,field_description:base_exception.field_base_exception_id
  88. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_id
  89. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_id
  90. msgid "ID"
  91. msgstr ""
  92. #. module: base_exception
  93. #: model:ir.model.fields,help:base_exception.field_exception_rule_next_state
  94. msgid "If we detect exception we set the state of object (ex purchase) to the next_state (ex 'to approve'). If there are more than one exception detected and all have a value for next_state, we usethe exception having the smallest sequence value"
  95. msgstr ""
  96. #. module: base_exception
  97. #: model:ir.model.fields,field_description:base_exception.field_base_exception_ignore_exception
  98. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_ignore
  99. msgid "Ignore Exceptions"
  100. msgstr ""
  101. #. module: base_exception
  102. #: model:ir.model.fields,field_description:base_exception.field_base_exception___last_update
  103. #: model:ir.model.fields,field_description:base_exception.field_exception_rule___last_update
  104. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm___last_update
  105. msgid "Last Modified on"
  106. msgstr ""
  107. #. module: base_exception
  108. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_write_uid
  109. msgid "Last Updated by"
  110. msgstr ""
  111. #. module: base_exception
  112. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_write_date
  113. msgid "Last Updated on"
  114. msgstr ""
  115. #. module: base_exception
  116. #: model:ir.model.fields,field_description:base_exception.field_base_exception_main_exception_id
  117. msgid "Main Exception"
  118. msgstr ""
  119. #. module: base_exception
  120. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_next_state
  121. msgid "Next state"
  122. msgstr ""
  123. #. module: base_exception
  124. #: code:addons/base_exception/wizard/base_exception_confirm.py:28
  125. #, python-format
  126. msgid "Only 1 ID accepted, got %r."
  127. msgstr ""
  128. #. module: base_exception
  129. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  130. msgid "Outstanding exceptions to manage"
  131. msgstr ""
  132. #. module: base_exception
  133. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  134. msgid "Outstanding exceptions to manager"
  135. msgstr ""
  136. #. module: base_exception
  137. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_code
  138. msgid "Python Code"
  139. msgstr ""
  140. #. module: base_exception
  141. #: model:ir.model.fields,help:base_exception.field_exception_rule_code
  142. msgid "Python code executed to check if the exception apply or not. Use failed = True to block the exception"
  143. msgstr ""
  144. #. module: base_exception
  145. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_related_model_id
  146. msgid "Related Model"
  147. msgstr ""
  148. #. module: base_exception
  149. #: model:ir.model.fields,field_description:base_exception.field_base_exception_rule_group
  150. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_rule_group
  151. msgid "Rule Group"
  152. msgstr ""
  153. #. module: base_exception
  154. #: model:ir.model.fields,help:base_exception.field_exception_rule_rule_group
  155. msgid "Rule group is used to group the rules that must validated at same time for a target object. Ex: validate sale.order.line rules with sale order rules."
  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:87
  163. #, python-format
  164. msgid "The value \"%s\" you choose for the \"next state\" field state of \"%s\" is wrong. Value must be in this list %s"
  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_exception_rule_confirm
  176. msgid "exception.rule.confirm"
  177. msgstr ""