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.

157 lines
4.7 KiB

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  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/language/fr/)\n"
  22. "MIME-Version: 1.0\n"
  23. "Content-Type: text/plain; charset=UTF-8\n"
  24. "Content-Transfer-Encoding: \n"
  25. "Language: fr\n"
  26. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  27. #. module: auth_brute_force
  28. #: field:res.banned.remote,active:0
  29. msgid "Active"
  30. msgstr "Active"
  31. #. module: auth_brute_force
  32. #: field:res.authentication.attempt,attempt_date:0
  33. msgid "Attempt Date"
  34. msgstr "Date de la tentative"
  35. #. module: auth_brute_force
  36. #: field:res.banned.remote,attempt_ids:0
  37. msgid "Attempts"
  38. msgstr "Tentatives"
  39. #. module: auth_brute_force
  40. #: model:ir.actions.act_window,name:auth_brute_force.action_res_authentication_attempt
  41. #: model:ir.ui.menu,name:auth_brute_force.menu_res_authentication_attempt
  42. msgid "Authentication Attempts"
  43. msgstr "Tentative d'authentification"
  44. #. module: auth_brute_force
  45. #: field:res.authentication.attempt,result:0
  46. msgid "Authentication Result"
  47. msgstr "Résultat de l'authentification"
  48. #. module: auth_brute_force
  49. #: field:res.banned.remote,ban_date:0
  50. msgid "Ban Date"
  51. msgstr "Ban Date"
  52. #. module: auth_brute_force
  53. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:34
  54. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  55. #: selection:res.authentication.attempt,result:0
  56. #, python-format
  57. msgid "Banned"
  58. msgstr "Banni"
  59. #. module: auth_brute_force
  60. #: model:ir.actions.act_window,name:auth_brute_force.action_res_banned_remote
  61. #: model:ir.ui.menu,name:auth_brute_force.menu_res_banned_remote
  62. msgid "Banned Remotes"
  63. msgstr "Clients distants bannis"
  64. #. module: auth_brute_force
  65. #: field:res.authentication.attempt,create_uid:0
  66. #: field:res.banned.remote,create_uid:0
  67. msgid "Created by"
  68. msgstr "Créé par"
  69. #. module: auth_brute_force
  70. #: field:res.authentication.attempt,create_date:0
  71. #: field:res.banned.remote,create_date:0
  72. msgid "Created on"
  73. msgstr "Créé le"
  74. #. module: auth_brute_force
  75. #: field:res.banned.remote,description:0
  76. msgid "Description"
  77. msgstr "Description"
  78. #. module: auth_brute_force
  79. #: field:res.authentication.attempt,display_name:0
  80. #: field:res.banned.remote,display_name:0
  81. msgid "Display Name"
  82. msgstr "Nom affiché"
  83. #. module: auth_brute_force
  84. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:33
  85. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  86. #: selection:res.authentication.attempt,result:0
  87. #, python-format
  88. msgid "Failed"
  89. msgstr "Echoué"
  90. #. module: auth_brute_force
  91. #: field:res.authentication.attempt,id:0 field:res.banned.remote,id:0
  92. msgid "ID"
  93. msgstr "ID"
  94. #. module: auth_brute_force
  95. #: field:res.authentication.attempt,__last_update:0
  96. #: field:res.banned.remote,__last_update:0
  97. msgid "Last Modified on"
  98. msgstr "Dernière modification le"
  99. #. module: auth_brute_force
  100. #: field:res.authentication.attempt,write_uid:0
  101. #: field:res.banned.remote,write_uid:0
  102. msgid "Last Updated by"
  103. msgstr "Mis à jour par"
  104. #. module: auth_brute_force
  105. #: field:res.authentication.attempt,write_date:0
  106. #: field:res.banned.remote,write_date:0
  107. msgid "Last Updated on"
  108. msgstr "Mis à jour le"
  109. #. module: auth_brute_force
  110. #: field:res.authentication.attempt,remote:0 field:res.banned.remote,remote:0
  111. msgid "Remote ID"
  112. msgstr "ID du client Distant"
  113. #. module: auth_brute_force
  114. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  115. msgid "Successful"
  116. msgstr "Réussie"
  117. #. module: auth_brute_force
  118. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:32
  119. #: selection:res.authentication.attempt,result:0
  120. #, python-format
  121. msgid "Successfull"
  122. msgstr "Réussie"
  123. #. module: auth_brute_force
  124. #: field:res.authentication.attempt,login:0
  125. msgid "Tried Login"
  126. msgstr "Idenfiant essayé"
  127. #. module: auth_brute_force
  128. #: help:res.banned.remote,active:0
  129. msgid "Uncheck this box to unban the remote"
  130. msgstr "Décochez cette case afin d'annuler l'exclusion du client distant"
  131. #. module: auth_brute_force
  132. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  133. msgid "Without Success"
  134. msgstr "Sans succès"