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.

245 lines
8.7 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. # Nicolas JEUDY <njeudy@panda-chi.io>, 2018
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: Odoo Server 11.0\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2018-03-03 10:08+0000\n"
  13. "PO-Revision-Date: 2018-03-03 10:08+0000\n"
  14. "Last-Translator: Nicolas JEUDY <njeudy@panda-chi.io>, 2018\n"
  15. "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
  16. "Language: fr\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=2; plural=(n > 1);\n"
  21. #. module: base_exception
  22. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_active
  23. msgid "Active"
  24. msgstr "Actif"
  25. #. module: base_exception
  26. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_model
  27. msgid "Apply on"
  28. msgstr "Appliquer sur"
  29. #. module: base_exception
  30. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_create_uid
  31. msgid "Created by"
  32. msgstr "Créé par"
  33. #. module: base_exception
  34. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_create_date
  35. msgid "Created on"
  36. msgstr "Créé le"
  37. #. module: base_exception
  38. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_description
  39. msgid "Description"
  40. msgstr "Description"
  41. #. module: base_exception
  42. #: model:ir.model.fields,field_description:base_exception.field_base_exception_display_name
  43. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_display_name
  44. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_display_name
  45. msgid "Display Name"
  46. msgstr "Nom à afficher"
  47. #. module: base_exception
  48. #: code:addons/base_exception/models/base_exception.py:215
  49. #, python-format
  50. msgid ""
  51. "Error when evaluating the exception.rule rule:\n"
  52. " %s \n"
  53. "(%s)"
  54. msgstr ""
  55. "L'evaluatino de la règle d'exception a généré une erreur :\n"
  56. " %s \n"
  57. "(%s)"
  58. #. module: base_exception
  59. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_name
  60. msgid "Exception Name"
  61. msgstr "Nom de l'exception"
  62. #. module: base_exception
  63. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_tree
  64. msgid "Exception Rule"
  65. msgstr "Règle de l'exception"
  66. #. module: base_exception
  67. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_form
  68. msgid "Exception Rule Setup"
  69. msgstr "Paramètre de la règle de l'exception"
  70. #. module: base_exception
  71. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
  72. #: model:ir.model,name:base_exception.model_exception_rule
  73. #: model:ir.ui.menu,name:base_exception.menu_action_exception
  74. msgid "Exception Rules"
  75. msgstr "Règles de restriction"
  76. #. module: base_exception
  77. #: model:res.groups,name:base_exception.group_exception_rule_manager
  78. msgid "Exception manager"
  79. msgstr "Gestionnaire d'exception"
  80. #. module: base_exception
  81. #: model:ir.model.fields,field_description:base_exception.field_base_exception_exception_ids
  82. msgid "Exceptions"
  83. msgstr "Exceptions"
  84. #. module: base_exception
  85. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  86. msgid "Exceptions Rules"
  87. msgstr "Règles d'exceptions"
  88. #. module: base_exception
  89. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_exception_ids
  90. msgid "Exceptions to resolve"
  91. msgstr "Exceptions à resoudre"
  92. #. module: base_exception
  93. #: model:ir.model.fields,help:base_exception.field_exception_rule_sequence
  94. msgid "Gives the sequence order when applying the test"
  95. msgstr "Donner l'order d'application des règles"
  96. #. module: base_exception
  97. #: model:ir.model.fields,field_description:base_exception.field_base_exception_id
  98. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_id
  99. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_id
  100. msgid "ID"
  101. msgstr "ID"
  102. #. module: base_exception
  103. #: model:ir.model.fields,help:base_exception.field_exception_rule_next_state
  104. msgid ""
  105. "If we detect exception we set the state of object (ex purchase) to the "
  106. "next_state (ex 'to approve'). If there are more than one exception detected "
  107. "and all have a value for next_state, we usethe exception having the smallest "
  108. "sequence value"
  109. msgstr ""
  110. "Si nous détectons une exception, nous plaçons l'état de l'objet (ex achat) "
  111. "sur next_state (ex' à approuver'). S'il y a plus d'une exception détectée et "
  112. "que toutes ont une valeur pour next_state, nous utilisons l'exception ayant "
  113. "la plus petite valeur de séquence"
  114. #. module: base_exception
  115. #: model:ir.model.fields,field_description:base_exception.field_base_exception_ignore_exception
  116. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_ignore
  117. msgid "Ignore Exceptions"
  118. msgstr "Ignorer les exceptions"
  119. #. module: base_exception
  120. #: model:ir.model.fields,field_description:base_exception.field_base_exception___last_update
  121. #: model:ir.model.fields,field_description:base_exception.field_exception_rule___last_update
  122. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm___last_update
  123. msgid "Last Modified on"
  124. msgstr "Dernière Modification le"
  125. #. module: base_exception
  126. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_write_uid
  127. msgid "Last Updated by"
  128. msgstr "Dernière mise à jour par"
  129. #. module: base_exception
  130. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_write_date
  131. msgid "Last Updated on"
  132. msgstr "Dernière mise à jour le"
  133. #. module: base_exception
  134. #: model:ir.model.fields,field_description:base_exception.field_base_exception_main_exception_id
  135. msgid "Main Exception"
  136. msgstr "Exception principale"
  137. #. module: base_exception
  138. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_next_state
  139. msgid "Next state"
  140. msgstr "Etat suivant"
  141. #. module: base_exception
  142. #: code:addons/base_exception/wizard/base_exception_confirm.py:28
  143. #, python-format
  144. msgid "Only 1 ID accepted, got %r."
  145. msgstr "Seulement 1 ID est accepté, reçu %r."
  146. #. module: base_exception
  147. #: model:ir.actions.act_window,name:base_exception.action_exception_rule_confirm
  148. msgid "Outstanding exceptions to manage"
  149. msgstr "Exceptions en attente à gérer"
  150. #. module: base_exception
  151. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  152. msgid "Outstanding exceptions to manager"
  153. msgstr "Exceptions en attente à gérer"
  154. #. module: base_exception
  155. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_code
  156. msgid "Python Code"
  157. msgstr "Code Python"
  158. #. module: base_exception
  159. #: model:ir.model.fields,help:base_exception.field_exception_rule_code
  160. msgid ""
  161. "Python code executed to check if the exception apply or not. Use failed = "
  162. "True to block the exception"
  163. msgstr ""
  164. "Code Python exécuté pour vérifier si l'exception s'applique ou non. "
  165. "Utilisation failed = True pour bloquer l'exception"
  166. #. module: base_exception
  167. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm_related_model_id
  168. msgid "Related Model"
  169. msgstr "Model associé"
  170. #. module: base_exception
  171. #: model:ir.model.fields,field_description:base_exception.field_base_exception_rule_group
  172. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_rule_group
  173. msgid "Rule Group"
  174. msgstr "Règle de groupe"
  175. #. module: base_exception
  176. #: model:ir.model.fields,help:base_exception.field_exception_rule_rule_group
  177. msgid ""
  178. "Rule group is used to group the rules that must validated at same time for a "
  179. "target object. Ex: validate sale.order.line rules with sale order rules."
  180. msgstr ""
  181. "Le groupe de règles est utiliser pour grouper toutes les règles qui doivent "
  182. "être vérifiées pour un même objet. Ex: valider les règles de sale.order.line "
  183. "avec les règles de sale order."
  184. #. module: base_exception
  185. #: model:ir.model.fields,field_description:base_exception.field_exception_rule_sequence
  186. msgid "Sequence"
  187. msgstr "Séquence"
  188. #. module: base_exception
  189. #: code:addons/base_exception/models/base_exception.py:87
  190. #, python-format
  191. msgid ""
  192. "The value \"%s\" you choose for the \"next state\" field state of \"%s\" is "
  193. "wrong. Value must be in this list %s"
  194. msgstr ""
  195. "La valeur \"%s\" que vous choisissez pour l'état du champ \"suivant\" de \"%s"
  196. "\" est incorrecte. La valeur doit être dans cette liste %s"
  197. #. module: base_exception
  198. #: model:ir.ui.view,arch_db:base_exception.view_exception_rule_confirm
  199. msgid "_Close"
  200. msgstr "_Close"
  201. #. module: base_exception
  202. #: model:ir.model,name:base_exception.model_base_exception
  203. msgid "base.exception"
  204. msgstr "base.exception"
  205. #. module: base_exception
  206. #: model:ir.model,name:base_exception.model_exception_rule_confirm
  207. msgid "exception.rule.confirm"
  208. msgstr "exception.rule.confirm"