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.

230 lines
7.4 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. # Dorin Hongu <dhongu@gmail.com>, 2017
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: Odoo Server 10.0\n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2017-12-16 02:16+0000\n"
  14. "PO-Revision-Date: 2017-12-16 02:16+0000\n"
  15. "Last-Translator: Dorin Hongu <dhongu@gmail.com>, 2017\n"
  16. "Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n"
  17. "Language: ro\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=UTF-8\n"
  20. "Content-Transfer-Encoding: \n"
  21. "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
  22. "2:1));\n"
  23. #. module: base_exception
  24. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_active
  25. msgid "Active"
  26. msgstr "Activ"
  27. #. module: base_exception
  28. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_model
  29. msgid "Apply on"
  30. msgstr ""
  31. #. module: base_exception
  32. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  33. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  34. msgid "Blocked in draft due to exceptions"
  35. msgstr ""
  36. #. module: base_exception
  37. #: selection:exception.rule,exception_type:0
  38. msgid "By domain"
  39. msgstr ""
  40. #. module: base_exception
  41. #: selection:exception.rule,exception_type:0
  42. msgid "By python code"
  43. msgstr ""
  44. #. module: base_exception
  45. #: model:ir.model.fields,help:base_exception.field_exception_rule_exception_type
  46. msgid ""
  47. "By python code: allow to define any arbitrary check\n"
  48. "By domain: limited to a selection by an odoo domain:\n"
  49. " performance can be better when exceptions are "
  50. "evaluated with several records"
  51. msgstr ""
  52. #. module: base_exception
  53. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_create_uid
  54. msgid "Created by"
  55. msgstr "Creat de"
  56. #. module: base_exception
  57. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_create_date
  58. msgid "Created on"
  59. msgstr "Creat la"
  60. #. module: base_exception
  61. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_description
  62. msgid "Description"
  63. msgstr "Descriere"
  64. #. module: base_exception
  65. #: model:ir.model.fields,field_description:base_exception.field_base_exception_display_name
  66. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_display_name
  67. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_display_name
  68. msgid "Display Name"
  69. msgstr "Nume Afişat"
  70. #. module: base_exception
  71. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_domain
  72. msgid "Domain"
  73. msgstr ""
  74. #. module: base_exception
  75. #: code:addons/base_exception/models/base_exception.py:259
  76. #, python-format
  77. msgid ""
  78. "Error when evaluating the exception.rule rule:\n"
  79. " %s \n"
  80. "(%s)"
  81. msgstr ""
  82. #. module: base_exception
  83. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_name
  84. msgid "Exception Name"
  85. msgstr ""
  86. #. module: base_exception
  87. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  88. msgid "Exception Rule"
  89. msgstr ""
  90. #. module: base_exception
  91. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  92. msgid "Exception Rule Setup"
  93. msgstr ""
  94. #. module: base_exception
  95. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  96. #: model:ir.model,name:base_exception.model_exception_rule
  97. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  98. msgid "Exception Rules"
  99. msgstr ""
  100. #. module: base_exception
  101. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_exception_type
  102. msgid "Exception Type"
  103. msgstr ""
  104. #. module: base_exception
  105. #: model:res.groups,name:base_exception.group_exception_rule_manager
  106. msgid "Exception manager"
  107. msgstr ""
  108. #. module: base_exception
  109. #: model:ir.model.fields,field_description:base_exception.field_base_exception_exception_ids
  110. msgid "Exceptions"
  111. msgstr ""
  112. #. module: base_exception
  113. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  114. msgid "Exceptions Rules"
  115. msgstr ""
  116. #. module: base_exception
  117. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_exception_ids
  118. msgid "Exceptions to resolve"
  119. msgstr ""
  120. #. module: base_exception
  121. #: model:ir.model.fields,help:base_exception.field_exception_rule_sequence
  122. msgid "Gives the sequence order when applying the test"
  123. msgstr ""
  124. #. module: base_exception
  125. #: model:ir.model.fields,field_description:base_exception.field_base_exception_id
  126. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_id
  127. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_id
  128. msgid "ID"
  129. msgstr "ID"
  130. #. module: base_exception
  131. #: model:ir.model.fields,field_description:base_exception.field_base_exception_ignore_exception
  132. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_ignore
  133. msgid "Ignore Exceptions"
  134. msgstr ""
  135. #. module: base_exception
  136. #: model:ir.model.fields,field_description:base_exception.field_base_exception___last_update
  137. #: model:ir.model.fields,field_description:base_exception.field_exception_rule___last_update
  138. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm___last_update
  139. msgid "Last Modified on"
  140. msgstr "Ultima actualizare în"
  141. #. module: base_exception
  142. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_write_uid
  143. msgid "Last Updated by"
  144. msgstr "Ultima actualizare făcută de"
  145. #. module: base_exception
  146. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_write_date
  147. msgid "Last Updated on"
  148. msgstr "Ultima actualizare la"
  149. #. module: base_exception
  150. #: model:ir.model.fields,field_description:base_exception.field_base_exception_main_exception_id
  151. msgid "Main Exception"
  152. msgstr ""
  153. #. module: base_exception
  154. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_code
  155. msgid "Python Code"
  156. msgstr ""
  157. #. module: base_exception
  158. #: model:ir.model.fields,help:base_exception.field_exception_rule_code
  159. msgid ""
  160. "Python code executed to check if the exception apply or not. The code must "
  161. "apply failed = True to apply the exception."
  162. msgstr ""
  163. #. module: base_exception
  164. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_related_model_id
  165. msgid "Related model id"
  166. msgstr ""
  167. #. module: base_exception
  168. #: model:ir.model.fields,field_description:base_exception.field_base_exception_rule_group
  169. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_rule_group
  170. msgid "Rule group"
  171. msgstr ""
  172. #. module: base_exception
  173. #: model:ir.model.fields,help:base_exception.field_exception_rule_rule_group
  174. msgid ""
  175. "Rule group is used to group the rules that must validated at same time for a "
  176. "target object. Ex: validate sale.order.line rules with sale order rules."
  177. msgstr ""
  178. #. module: base_exception
  179. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_sequence
  180. msgid "Sequence"
  181. msgstr "Secvență"
  182. #. module: base_exception
  183. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  184. msgid "_Close"
  185. msgstr ""
  186. #. module: base_exception
  187. #: model:ir.model,name:base_exception.model_base_exception
  188. msgid "base.exception"
  189. msgstr ""
  190. #. module: base_exception
  191. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  192. msgid "exception.rule.confirm"
  193. msgstr ""