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.

163 lines
4.8 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * auth_brute_force
  4. #
  5. # Translators:
  6. # Alejandro Santana <alejandrosantana@anubia.es>, 2015
  7. # Antonio Trueba, 2016
  8. # Christophe CHAUVET <christophe.chauvet@gmail.com>, 2016
  9. # danimaribeiro <danimaribeiro@gmail.com>, 2015
  10. # FIRST AUTHOR <EMAIL@ADDRESS>, 2012
  11. # Matjaž Mozetič <m.mozetic@matmoz.si>, 2016
  12. # Rudolf Schnapka <rs@techno-flex.de>, 2015
  13. # SaFi J. <safi2266@gmail.com>, 2015
  14. msgid ""
  15. msgstr ""
  16. "Project-Id-Version: server-tools (8.0)\n"
  17. "Report-Msgid-Bugs-To: \n"
  18. "POT-Creation-Date: 2016-05-12 14:33+0000\n"
  19. "PO-Revision-Date: 2016-05-08 15:26+0000\n"
  20. "Last-Translator: Christophe CHAUVET <christophe.chauvet@gmail.com>\n"
  21. "Language-Team: French (http://www.transifex.com/oca/OCA-server-tools-8-0/"
  22. "language/fr/)\n"
  23. "Language: fr\n"
  24. "MIME-Version: 1.0\n"
  25. "Content-Type: text/plain; charset=UTF-8\n"
  26. "Content-Transfer-Encoding: \n"
  27. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  28. #. module: auth_brute_force
  29. #: field:res.banned.remote,active:0
  30. msgid "Active"
  31. msgstr "Active"
  32. #. module: auth_brute_force
  33. #: field:res.authentication.attempt,attempt_date:0
  34. msgid "Attempt Date"
  35. msgstr "Date de la tentative"
  36. #. module: auth_brute_force
  37. #: field:res.banned.remote,attempt_ids:0
  38. msgid "Attempts"
  39. msgstr "Tentatives"
  40. #. module: auth_brute_force
  41. #: model:ir.actions.act_window,name:auth_brute_force.action_res_authentication_attempt
  42. #: model:ir.ui.menu,name:auth_brute_force.menu_res_authentication_attempt
  43. msgid "Authentication Attempts"
  44. msgstr "Tentative d'authentification"
  45. #. module: auth_brute_force
  46. #: field:res.authentication.attempt,result:0
  47. msgid "Authentication Result"
  48. msgstr "Résultat de l'authentification"
  49. #. module: auth_brute_force
  50. #: field:res.banned.remote,ban_date:0
  51. msgid "Ban Date"
  52. msgstr "Ban Date"
  53. #. module: auth_brute_force
  54. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:34
  55. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  56. #: selection:res.authentication.attempt,result:0
  57. #, python-format
  58. msgid "Banned"
  59. msgstr "Banni"
  60. #. module: auth_brute_force
  61. #: model:ir.actions.act_window,name:auth_brute_force.action_res_banned_remote
  62. #: model:ir.ui.menu,name:auth_brute_force.menu_res_banned_remote
  63. msgid "Banned Remotes"
  64. msgstr "Clients distants bannis"
  65. #. module: auth_brute_force
  66. #: field:res.authentication.attempt,create_uid:0
  67. #: field:res.banned.remote,create_uid:0
  68. msgid "Created by"
  69. msgstr "Créé par"
  70. #. module: auth_brute_force
  71. #: field:res.authentication.attempt,create_date:0
  72. #: field:res.banned.remote,create_date:0
  73. msgid "Created on"
  74. msgstr "Créé le"
  75. #. module: auth_brute_force
  76. #: field:res.banned.remote,description:0
  77. msgid "Description"
  78. msgstr "Description"
  79. #. module: auth_brute_force
  80. #: field:res.authentication.attempt,display_name:0
  81. #: field:res.banned.remote,display_name:0
  82. msgid "Display Name"
  83. msgstr "Nom affiché"
  84. #. module: auth_brute_force
  85. #: field:res.authentication.attempt,environ:0
  86. msgid "Environment"
  87. msgstr ""
  88. #. module: auth_brute_force
  89. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:33
  90. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  91. #: selection:res.authentication.attempt,result:0
  92. #, python-format
  93. msgid "Failed"
  94. msgstr "Echoué"
  95. #. module: auth_brute_force
  96. #: field:res.authentication.attempt,id:0 field:res.banned.remote,id:0
  97. msgid "ID"
  98. msgstr "ID"
  99. #. module: auth_brute_force
  100. #: field:res.authentication.attempt,__last_update:0
  101. #: field:res.banned.remote,__last_update:0
  102. msgid "Last Modified on"
  103. msgstr "Dernière modification le"
  104. #. module: auth_brute_force
  105. #: field:res.authentication.attempt,write_uid:0
  106. #: field:res.banned.remote,write_uid:0
  107. msgid "Last Updated by"
  108. msgstr "Mis à jour par"
  109. #. module: auth_brute_force
  110. #: field:res.authentication.attempt,write_date:0
  111. #: field:res.banned.remote,write_date:0
  112. msgid "Last Updated on"
  113. msgstr "Mis à jour le"
  114. #. module: auth_brute_force
  115. #: field:res.authentication.attempt,remote:0 field:res.banned.remote,remote:0
  116. msgid "Remote ID"
  117. msgstr "ID du client Distant"
  118. #. module: auth_brute_force
  119. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  120. msgid "Successful"
  121. msgstr "Réussie"
  122. #. module: auth_brute_force
  123. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:32
  124. #: selection:res.authentication.attempt,result:0
  125. #, python-format
  126. msgid "Successfull"
  127. msgstr "Réussie"
  128. #. module: auth_brute_force
  129. #: field:res.authentication.attempt,login:0
  130. msgid "Tried Login"
  131. msgstr "Idenfiant essayé"
  132. #. module: auth_brute_force
  133. #: help:res.banned.remote,active:0
  134. msgid "Uncheck this box to unban the remote"
  135. msgstr "Décochez cette case afin d'annuler l'exclusion du client distant"
  136. #. module: auth_brute_force
  137. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  138. msgid "Without Success"
  139. msgstr "Sans succès"