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.

189 lines
6.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. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_create_uid
  30. msgid "Created by"
  31. msgstr ""
  32. #. module: base_exception
  33. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_create_date
  34. msgid "Created on"
  35. msgstr ""
  36. #. module: base_exception
  37. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_description
  38. msgid "Description"
  39. msgstr ""
  40. #. module: base_exception
  41. #: model:ir.model.fields,field_description:base_exception.field_base_exception_display_name
  42. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_display_name
  43. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_display_name
  44. msgid "Display Name"
  45. msgstr ""
  46. #. module: base_exception
  47. #: code:addons/base_exception/models/base_exception.py:188
  48. #, python-format
  49. msgid "Error when evaluating the exception.rule rule:\n"
  50. " %s \n"
  51. "(%s)"
  52. msgstr ""
  53. #. module: base_exception
  54. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_name
  55. msgid "Exception Name"
  56. msgstr ""
  57. #. module: base_exception
  58. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  59. msgid "Exception Rule"
  60. msgstr ""
  61. #. module: base_exception
  62. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  63. msgid "Exception Rule Setup"
  64. msgstr ""
  65. #. module: base_exception
  66. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  67. #: model:ir.model,name:base_exception.model_exception_rule
  68. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  69. msgid "Exception Rules"
  70. msgstr ""
  71. #. module: base_exception
  72. #: model:res.groups,name:base_exception.group_exception_rule_manager
  73. msgid "Exception manager"
  74. msgstr ""
  75. #. module: base_exception
  76. #: model:ir.model.fields,field_description:base_exception.field_base_exception_exception_ids
  77. msgid "Exceptions"
  78. msgstr ""
  79. #. module: base_exception
  80. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  81. msgid "Exceptions Rules"
  82. msgstr ""
  83. #. module: base_exception
  84. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_exception_ids
  85. msgid "Exceptions to resolve"
  86. msgstr ""
  87. #. module: base_exception
  88. #: model:ir.model.fields,help:base_exception.field_exception_rule_sequence
  89. msgid "Gives the sequence order when applying the test"
  90. msgstr ""
  91. #. module: base_exception
  92. #: model:ir.model.fields,field_description:base_exception.field_base_exception_id
  93. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_id
  94. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_id
  95. msgid "ID"
  96. msgstr ""
  97. #. module: base_exception
  98. #: model:ir.model.fields,field_description:base_exception.field_base_exception_ignore_exception
  99. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_ignore
  100. msgid "Ignore Exceptions"
  101. msgstr ""
  102. #. module: base_exception
  103. #: model:ir.model.fields,field_description:base_exception.field_base_exception___last_update
  104. #: model:ir.model.fields,field_description:base_exception.field_exception_rule___last_update
  105. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm___last_update
  106. msgid "Last Modified on"
  107. msgstr ""
  108. #. module: base_exception
  109. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_write_uid
  110. msgid "Last Updated by"
  111. msgstr ""
  112. #. module: base_exception
  113. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_write_date
  114. msgid "Last Updated on"
  115. msgstr ""
  116. #. module: base_exception
  117. #: model:ir.model.fields,field_description:base_exception.field_base_exception_main_exception_id
  118. msgid "Main Exception"
  119. msgstr ""
  120. #. module: base_exception
  121. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_code
  122. msgid "Python Code"
  123. msgstr ""
  124. #. module: base_exception
  125. #: model:ir.model.fields,help:base_exception.field_exception_rule_code
  126. msgid "Python code executed to check if the exception apply or not. The code must apply block = True to apply the exception."
  127. msgstr ""
  128. #. module: base_exception
  129. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_related_model_id
  130. msgid "Related model id"
  131. msgstr ""
  132. #. module: base_exception
  133. #: model:ir.model.fields,field_description:base_exception.field_base_exception_rule_group
  134. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_rule_group
  135. msgid "Rule group"
  136. msgstr ""
  137. #. module: base_exception
  138. #: model:ir.model.fields,help:base_exception.field_exception_rule_rule_group
  139. 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."
  140. msgstr ""
  141. #. module: base_exception
  142. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_sequence
  143. msgid "Sequence"
  144. msgstr ""
  145. #. module: base_exception
  146. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  147. msgid "_Close"
  148. msgstr ""
  149. #. module: base_exception
  150. #: model:ir.model,name:base_exception.model_base_exception
  151. msgid "base.exception"
  152. msgstr ""
  153. #. module: base_exception
  154. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  155. msgid "exception.rule.confirm"
  156. msgstr ""