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.

233 lines
7.5 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * base_exception
  4. #
  5. # Translators:
  6. # OCA Transbot <transbot@odoo-community.org>, 2017
  7. # Daniel Schweiger <danielcccasle@gmail.com>, 2017
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: Odoo Server 10.0\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2017-06-22 01:11+0000\n"
  13. "PO-Revision-Date: 2017-06-22 01:11+0000\n"
  14. "Last-Translator: Daniel Schweiger <danielcccasle@gmail.com>, 2017\n"
  15. "Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n"
  16. "Language: ro\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=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
  21. "2:1));\n"
  22. #. module: base_exception
  23. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_active
  24. msgid "Active"
  25. msgstr ""
  26. #. module: base_exception
  27. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_model
  28. msgid "Apply on"
  29. msgstr ""
  30. #. module: base_exception
  31. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_create_uid
  32. msgid "Created by"
  33. msgstr "Creat de"
  34. #. module: base_exception
  35. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_create_date
  36. msgid "Created on"
  37. msgstr "Creat la"
  38. #. module: base_exception
  39. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_description
  40. msgid "Description"
  41. msgstr "Descriere"
  42. #. module: base_exception
  43. #: model:ir.model.fields,field_description:base_exception.field_base_exception_display_name
  44. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_display_name
  45. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_display_name
  46. msgid "Display Name"
  47. msgstr "Nume Afişat"
  48. #. module: base_exception
  49. #: code:addons/base_exception/models/base_exception.py:215
  50. #, python-format
  51. msgid ""
  52. "Error when evaluating the exception.rule rule:\n"
  53. " %s \n"
  54. "(%s)"
  55. msgstr ""
  56. #. module: base_exception
  57. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_name
  58. msgid "Exception Name"
  59. msgstr ""
  60. #. module: base_exception
  61. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  62. msgid "Exception Rule"
  63. msgstr ""
  64. #. module: base_exception
  65. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  66. msgid "Exception Rule Setup"
  67. msgstr ""
  68. #. module: base_exception
  69. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  70. #: model:ir.model,name:base_exception.model_exception_rule
  71. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  72. msgid "Exception Rules"
  73. msgstr ""
  74. #. module: base_exception
  75. #: model:res.groups,name:base_exception.group_exception_rule_manager
  76. msgid "Exception manager"
  77. msgstr ""
  78. #. module: base_exception
  79. #: model:ir.model.fields,field_description:base_exception.field_base_exception_exception_ids
  80. msgid "Exceptions"
  81. msgstr ""
  82. #. module: base_exception
  83. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  84. msgid "Exceptions Rules"
  85. msgstr ""
  86. #. module: base_exception
  87. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_exception_ids
  88. msgid "Exceptions to resolve"
  89. msgstr ""
  90. #. module: base_exception
  91. #: model:ir.model.fields,help:base_exception.field_exception_rule_sequence
  92. msgid "Gives the sequence order when applying the test"
  93. msgstr ""
  94. #. module: base_exception
  95. #: model:ir.model.fields,field_description:base_exception.field_base_exception_id
  96. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_id
  97. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_id
  98. msgid "ID"
  99. msgstr "ID"
  100. #. module: base_exception
  101. #: model:ir.model.fields,help:base_exception.field_exception_rule_next_state
  102. msgid ""
  103. "If we detect exception we set the state of object (ex purchase) to the "
  104. "next_state (ex 'to approve'). If there are more than one exception detected "
  105. "and all have a value for next_state, we usethe exception having the smallest "
  106. "sequence value"
  107. msgstr ""
  108. #. module: base_exception
  109. #: model:ir.model.fields,field_description:base_exception.field_base_exception_ignore_exception
  110. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_ignore
  111. msgid "Ignore Exceptions"
  112. msgstr ""
  113. #. module: base_exception
  114. #: model:ir.model.fields,field_description:base_exception.field_base_exception___last_update
  115. #: model:ir.model.fields,field_description:base_exception.field_exception_rule___last_update
  116. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm___last_update
  117. msgid "Last Modified on"
  118. msgstr "Ultima actualizare în"
  119. #. module: base_exception
  120. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_write_uid
  121. msgid "Last Updated by"
  122. msgstr "Ultima actualizare făcută de"
  123. #. module: base_exception
  124. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_write_date
  125. msgid "Last Updated on"
  126. msgstr "Ultima actualizare la"
  127. #. module: base_exception
  128. #: model:ir.model.fields,field_description:base_exception.field_base_exception_main_exception_id
  129. msgid "Main Exception"
  130. msgstr ""
  131. #. module: base_exception
  132. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_next_state
  133. msgid "Next state"
  134. msgstr ""
  135. #. module: base_exception
  136. #: code:addons/base_exception/wizard/base_exception_confirm.py:28
  137. #, python-format
  138. msgid "Only 1 ID accepted, got %r."
  139. msgstr ""
  140. #. module: base_exception
  141. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  142. msgid "Outstanding exceptions to manage"
  143. msgstr ""
  144. #. module: base_exception
  145. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  146. msgid "Outstanding exceptions to manager"
  147. msgstr ""
  148. #. module: base_exception
  149. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_code
  150. msgid "Python Code"
  151. msgstr ""
  152. #. module: base_exception
  153. #: model:ir.model.fields,help:base_exception.field_exception_rule_code
  154. msgid ""
  155. "Python code executed to check if the exception apply or not. Use failed = "
  156. "True to block the exception"
  157. msgstr ""
  158. #. module: base_exception
  159. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_related_model_id
  160. #, fuzzy
  161. msgid "Related Model"
  162. msgstr "Creat la"
  163. #. module: base_exception
  164. #: model:ir.model.fields,field_description:base_exception.field_base_exception_rule_group
  165. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_rule_group
  166. msgid "Rule Group"
  167. msgstr ""
  168. #. module: base_exception
  169. #: model:ir.model.fields,help:base_exception.field_exception_rule_rule_group
  170. msgid ""
  171. "Rule group is used to group the rules that must validated at same time for a "
  172. "target object. Ex: validate sale.order.line rules with sale order rules."
  173. msgstr ""
  174. #. module: base_exception
  175. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_sequence
  176. msgid "Sequence"
  177. msgstr ""
  178. #. module: base_exception
  179. #: code:addons/base_exception/models/base_exception.py:87
  180. #, python-format
  181. msgid ""
  182. "The value \"%s\" you choose for the \"next state\" field state of \"%s\" is "
  183. "wrong. Value must be in this list %s"
  184. msgstr ""
  185. #. module: base_exception
  186. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  187. msgid "_Close"
  188. msgstr ""
  189. #. module: base_exception
  190. #: model:ir.model,name:base_exception.model_base_exception
  191. msgid "base.exception"
  192. msgstr ""
  193. #. module: base_exception
  194. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  195. msgid "exception.rule.confirm"
  196. msgstr ""