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.

162 lines
5.9 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
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
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. # OCA Transbot <transbot@odoo-community.org>, 2017
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 10.0\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2017-08-01 02:43+0000\n"
  12. "PO-Revision-Date: 2017-08-01 02:43+0000\n"
  13. "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
  14. "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: \n"
  18. "Language: fr\n"
  19. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  20. #. module: auth_brute_force
  21. #: model:ir.model.fields,field_description:auth_brute_force.field_res_banned_remote_active
  22. msgid "Active"
  23. msgstr "Active"
  24. #. module: auth_brute_force
  25. #: model:ir.model.fields,field_description:auth_brute_force.field_res_authentication_attempt_attempt_date
  26. msgid "Attempt Date"
  27. msgstr "Date de la tentative"
  28. #. module: auth_brute_force
  29. #: model:ir.model.fields,field_description:auth_brute_force.field_res_banned_remote_attempt_ids
  30. msgid "Attempts"
  31. msgstr "Tentatives"
  32. #. module: auth_brute_force
  33. #: model:ir.actions.act_window,name:auth_brute_force.action_res_authentication_attempt
  34. #: model:ir.ui.menu,name:auth_brute_force.menu_res_authentication_attempt
  35. msgid "Authentication Attempts"
  36. msgstr "Tentative d'authentification"
  37. #. module: auth_brute_force
  38. #: model:ir.model.fields,field_description:auth_brute_force.field_res_authentication_attempt_result
  39. msgid "Authentication Result"
  40. msgstr "Résultat de l'authentification"
  41. #. module: auth_brute_force
  42. #: model:ir.model.fields,field_description:auth_brute_force.field_res_banned_remote_ban_date
  43. msgid "Ban Date"
  44. msgstr "Ban Date"
  45. #. module: auth_brute_force
  46. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:15
  47. #: model:ir.ui.view,arch_db:auth_brute_force.view_res_authentication_attempt_search
  48. #: selection:res.authentication.attempt,result:0
  49. #, python-format
  50. msgid "Banned"
  51. msgstr "Banni"
  52. #. module: auth_brute_force
  53. #: model:ir.actions.act_window,name:auth_brute_force.action_res_banned_remote
  54. #: model:ir.ui.menu,name:auth_brute_force.menu_res_banned_remote
  55. msgid "Banned Remotes"
  56. msgstr "Clients distants bannis"
  57. #. module: auth_brute_force
  58. #: model:ir.model.fields,field_description:auth_brute_force.field_res_authentication_attempt_create_uid
  59. #: model:ir.model.fields,field_description:auth_brute_force.field_res_banned_remote_create_uid
  60. msgid "Created by"
  61. msgstr "Créé par"
  62. #. module: auth_brute_force
  63. #: model:ir.model.fields,field_description:auth_brute_force.field_res_authentication_attempt_create_date
  64. #: model:ir.model.fields,field_description:auth_brute_force.field_res_banned_remote_create_date
  65. msgid "Created on"
  66. msgstr "Créé le"
  67. #. module: auth_brute_force
  68. #: model:ir.model.fields,field_description:auth_brute_force.field_res_banned_remote_description
  69. msgid "Description"
  70. msgstr "Description"
  71. #. module: auth_brute_force
  72. #: model:ir.model.fields,field_description:auth_brute_force.field_res_authentication_attempt_display_name
  73. #: model:ir.model.fields,field_description:auth_brute_force.field_res_banned_remote_display_name
  74. msgid "Display Name"
  75. msgstr "Nom affiché"
  76. #. module: auth_brute_force
  77. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:14
  78. #: model:ir.ui.view,arch_db:auth_brute_force.view_res_authentication_attempt_search
  79. #: selection:res.authentication.attempt,result:0
  80. #, python-format
  81. msgid "Failed"
  82. msgstr "Echoué"
  83. #. module: auth_brute_force
  84. #: model:ir.model.fields,field_description:auth_brute_force.field_res_authentication_attempt_id
  85. #: model:ir.model.fields,field_description:auth_brute_force.field_res_banned_remote_id
  86. msgid "ID"
  87. msgstr "ID"
  88. #. module: auth_brute_force
  89. #: model:ir.model.fields,field_description:auth_brute_force.field_res_authentication_attempt___last_update
  90. #: model:ir.model.fields,field_description:auth_brute_force.field_res_banned_remote___last_update
  91. msgid "Last Modified on"
  92. msgstr "Dernière modification le"
  93. #. module: auth_brute_force
  94. #: model:ir.model.fields,field_description:auth_brute_force.field_res_authentication_attempt_write_uid
  95. #: model:ir.model.fields,field_description:auth_brute_force.field_res_banned_remote_write_uid
  96. msgid "Last Updated by"
  97. msgstr "Mis à jour par"
  98. #. module: auth_brute_force
  99. #: model:ir.model.fields,field_description:auth_brute_force.field_res_authentication_attempt_write_date
  100. #: model:ir.model.fields,field_description:auth_brute_force.field_res_banned_remote_write_date
  101. msgid "Last Updated on"
  102. msgstr "Mis à jour le"
  103. #. module: auth_brute_force
  104. #: model:ir.model.fields,field_description:auth_brute_force.field_res_authentication_attempt_remote
  105. #: model:ir.model.fields,field_description:auth_brute_force.field_res_banned_remote_remote
  106. msgid "Remote ID"
  107. msgstr "ID du client Distant"
  108. #. module: auth_brute_force
  109. #: model:ir.ui.view,arch_db:auth_brute_force.view_res_authentication_attempt_search
  110. msgid "Successful"
  111. msgstr "Réussie"
  112. #. module: auth_brute_force
  113. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:13
  114. #: selection:res.authentication.attempt,result:0
  115. #, python-format
  116. msgid "Successfull"
  117. msgstr "Réussie"
  118. #. module: auth_brute_force
  119. #: model:ir.model.fields,field_description:auth_brute_force.field_res_authentication_attempt_login
  120. msgid "Tried Login"
  121. msgstr "Idenfiant essayé"
  122. #. module: auth_brute_force
  123. #: model:ir.model.fields,help:auth_brute_force.field_res_banned_remote_active
  124. msgid "Uncheck this box to unban the remote"
  125. msgstr "Décochez cette case afin d'annuler l'exclusion du client distant"
  126. #. module: auth_brute_force
  127. #: model:ir.ui.view,arch_db:auth_brute_force.view_res_authentication_attempt_search
  128. msgid "Without Success"
  129. msgstr "Sans succès"
  130. #. module: auth_brute_force
  131. #: model:ir.model,name:auth_brute_force.model_res_authentication_attempt
  132. msgid "res.authentication.attempt"
  133. msgstr ""
  134. #. module: auth_brute_force
  135. #: model:ir.model,name:auth_brute_force.model_res_banned_remote
  136. msgid "res.banned.remote"
  137. msgstr ""