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.

253 lines
7.0 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * password_security
  4. #
  5. # Translators:
  6. # OCA Transbot <transbot@odoo-community.org>, 2017
  7. # Quentin THEURET <quentin@theuret.net>, 2017
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: Odoo Server 8.0\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2017-02-04 06:36+0000\n"
  13. "PO-Revision-Date: 2017-02-04 06:36+0000\n"
  14. "Last-Translator: Quentin THEURET <quentin@theuret.net>, 2017\n"
  15. "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \n"
  19. "Language: fr\n"
  20. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  21. #. module: password_security
  22. #: help:res.company,password_minimum:0
  23. msgid "Amount of hours until a user may change password again"
  24. msgstr ""
  25. "Nombre d'heures pendant lesquelles un utilisateur ne peut pas changer à "
  26. "nouveau son mot de passe"
  27. #. module: password_security
  28. #: code:addons/password_security/models/res_users.py:145
  29. #, python-format
  30. msgid "Cannot use the most recent %d passwords"
  31. msgstr "Interdire l'utilisation des %d mots de passe les plus récents"
  32. #. module: password_security
  33. #: field:res.company,password_length:0
  34. msgid "Characters"
  35. msgstr "Longueur minimale"
  36. #. module: password_security
  37. #: model:ir.model,name:password_security.model_res_company
  38. msgid "Companies"
  39. msgstr "Sociétés"
  40. #. module: password_security
  41. #: field:res.users.pass.history,create_uid:0
  42. msgid "Created by"
  43. msgstr "Créé par"
  44. #. module: password_security
  45. #: field:res.users.pass.history,create_date:0
  46. msgid "Created on"
  47. msgstr "Créé le"
  48. #. module: password_security
  49. #: field:res.users.pass.history,date:0
  50. msgid "Date"
  51. msgstr "Date"
  52. #. module: password_security
  53. #: field:res.company,password_expiration:0
  54. msgid "Days"
  55. msgstr "Jours"
  56. #. module: password_security
  57. #: help:res.company,password_history:0
  58. msgid ""
  59. "Disallow reuse of this many previous passwords - use negative number for "
  60. "infinite, or 0 to disable"
  61. msgstr ""
  62. "Empêche la réutilisation de plusieurs mots de passe précédents - Utilisez un"
  63. " nombre négatif pour l'infini, ou 0 pour désactiver cette fonctionnalité"
  64. #. module: password_security
  65. #: field:res.users.pass.history,display_name:0
  66. msgid "Display Name"
  67. msgstr "Nom à afficher"
  68. #. module: password_security
  69. #: field:res.users.pass.history,password_crypt:0
  70. msgid "Encrypted Password"
  71. msgstr "Mot de passe chiffré"
  72. #. module: password_security
  73. #: view:res.company:password_security.view_company_form
  74. msgid "Extra"
  75. msgstr "Options supplémentaires"
  76. #. module: password_security
  77. #: field:res.company,password_history:0
  78. msgid "History"
  79. msgstr "Anciens mots de passe"
  80. #. module: password_security
  81. #: help:res.company,password_expiration:0
  82. msgid "How many days until passwords expire"
  83. msgstr "Nombre de jours avant l'expiration du mot de passe"
  84. #. module: password_security
  85. #: field:res.users.pass.history,id:0
  86. msgid "ID"
  87. msgstr "ID"
  88. #. module: password_security
  89. #: field:res.users.pass.history,__last_update:0
  90. msgid "Last Modified on"
  91. msgstr "Dernière modification le"
  92. #. module: password_security
  93. #: field:res.users.pass.history,write_uid:0
  94. msgid "Last Updated by"
  95. msgstr "Dernière modification par"
  96. #. module: password_security
  97. #: field:res.users.pass.history,write_date:0
  98. msgid "Last Updated on"
  99. msgstr "Dernière modification le"
  100. #. module: password_security
  101. #: field:res.users,password_write_date:0
  102. msgid "Last password update"
  103. msgstr "Dernière mise à jour de mot de passe"
  104. #. module: password_security
  105. #: field:res.company,password_lower:0
  106. msgid "Lowercase"
  107. msgstr "Des lettres minuscules"
  108. #. module: password_security
  109. #: code:addons/password_security/models/res_users.py:51
  110. #, python-format
  111. msgid "Lowercase letter"
  112. msgstr "Lettre minuscule"
  113. #. module: password_security
  114. #: field:res.company,password_minimum:0
  115. msgid "Minimum Hours"
  116. msgstr "Heures minimum"
  117. #. module: password_security
  118. #: help:res.company,password_length:0
  119. msgid "Minimum number of characters"
  120. msgstr "Nombre minimal de caractères"
  121. #. module: password_security
  122. #: code:addons/password_security/models/res_users.py:59
  123. #, python-format
  124. msgid "Must contain the following:"
  125. msgstr "Doit contenir :"
  126. #. module: password_security
  127. #: field:res.company,password_numeric:0
  128. msgid "Numeric"
  129. msgstr "Des chiffres"
  130. #. module: password_security
  131. #: code:addons/password_security/models/res_users.py:55
  132. #, python-format
  133. msgid "Numeric digit"
  134. msgstr "Nombre"
  135. #. module: password_security
  136. #: field:res.users,password_history_ids:0
  137. msgid "Password History"
  138. msgstr "Historique des mots de passe"
  139. #. module: password_security
  140. #: view:res.company:password_security.view_company_form
  141. msgid "Password Policy"
  142. msgstr "Politique des mots de passe"
  143. #. module: password_security
  144. #: code:addons/password_security/models/res_users.py:62
  145. #, python-format
  146. msgid "Password must be %d characters or more."
  147. msgstr "Le mot de passe doit contenir %d caractères ou plus."
  148. #. module: password_security
  149. #: code:addons/password_security/models/res_users.py:121
  150. #, python-format
  151. msgid ""
  152. "Passwords can only be reset every %d hour(s). Please contact an "
  153. "administrator for assistance."
  154. msgstr ""
  155. "Les mots de passe peuvent seulement être changé toutes les %d heure(s). "
  156. "Veuillez contacter votre administrateur pour obtenir de l'aide."
  157. #. module: password_security
  158. #: help:res.company,password_lower:0
  159. msgid "Require lowercase letters"
  160. msgstr "Doit contenir des caractères minuscules"
  161. #. module: password_security
  162. #: help:res.company,password_numeric:0
  163. msgid "Require numeric digits"
  164. msgstr "Doit contenir des chiffres"
  165. #. module: password_security
  166. #: help:res.company,password_special:0
  167. msgid "Require special characters"
  168. msgstr "Doit contenir des caractères spéciaux"
  169. #. module: password_security
  170. #: help:res.company,password_upper:0
  171. msgid "Require uppercase letters"
  172. msgstr "Doit contenir des lettres majuscules"
  173. #. module: password_security
  174. #: view:res.company:password_security.view_company_form
  175. msgid "Required Characters"
  176. msgstr "Doit contenir"
  177. #. module: password_security
  178. #: model:ir.model,name:password_security.model_res_users_pass_history
  179. msgid "Res Users Password History"
  180. msgstr "Historique des mots de passe des utilisateurs"
  181. #. module: password_security
  182. #: field:res.company,password_special:0
  183. msgid "Special"
  184. msgstr "Des caractères spéciaux"
  185. #. module: password_security
  186. #: code:addons/password_security/models/res_users.py:57
  187. #, python-format
  188. msgid "Special character"
  189. msgstr "Caractère spécial"
  190. #. module: password_security
  191. #: view:res.company:password_security.view_company_form
  192. msgid "Timings"
  193. msgstr "Durées"
  194. #. module: password_security
  195. #: field:res.company,password_upper:0
  196. msgid "Uppercase"
  197. msgstr "Des lettres majuscules"
  198. #. module: password_security
  199. #: code:addons/password_security/models/res_users.py:53
  200. #, python-format
  201. msgid "Uppercase letter"
  202. msgstr "Lettre majuscule"
  203. #. module: password_security
  204. #: field:res.users.pass.history,user_id:0
  205. msgid "User"
  206. msgstr "Utilisateur"
  207. #. module: password_security
  208. #: model:ir.model,name:password_security.model_res_users
  209. msgid "Users"
  210. msgstr "Utilisateurs"