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.

120 lines
3.5 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * auth_brute_force
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 8.0\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "POT-Creation-Date: 2015-09-26 00:34+0000\n"
  10. "PO-Revision-Date: 2015-09-26 00:34+0000\n"
  11. "Last-Translator: <>\n"
  12. "Language-Team: \n"
  13. "MIME-Version: 1.0\n"
  14. "Content-Type: text/plain; charset=UTF-8\n"
  15. "Content-Transfer-Encoding: \n"
  16. "Plural-Forms: \n"
  17. #. module: auth_brute_force
  18. #: code:addons/auth_brute_force/models/res_banned_remote.py:75
  19. #, python-format
  20. msgid "%s %s - %s %s (ISP: %s)"
  21. msgstr "%s %s - %s %s (FAI : %s)"
  22. #. module: auth_brute_force
  23. #: field:res.banned.remote,active:0
  24. msgid "Active"
  25. msgstr "Active"
  26. #. module: auth_brute_force
  27. #: field:res.authentication.attempt,attempt_date:0
  28. msgid "Attempt Date"
  29. msgstr "Date de la tentative"
  30. #. module: auth_brute_force
  31. #: model:ir.actions.act_window,name:auth_brute_force.action_res_authentication_attempt
  32. #: model:ir.ui.menu,name:auth_brute_force.menu_res_authentication_attempt
  33. msgid "Authentication Attempts"
  34. msgstr "Tentative d'authentification"
  35. #. module: auth_brute_force
  36. #: field:res.authentication.attempt,result:0
  37. msgid "Authentication Result"
  38. msgstr "Résultat de l'authentification"
  39. #. module: auth_brute_force
  40. #: field:res.banned.remote,ban_date:0
  41. msgid "Ban Date"
  42. msgstr "Ban Date"
  43. #. module: auth_brute_force
  44. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:34
  45. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  46. #: selection:res.authentication.attempt,result:0
  47. #, python-format
  48. msgid "Banned"
  49. msgstr "Banni"
  50. #. module: auth_brute_force
  51. #: model:ir.actions.act_window,name:auth_brute_force.action_res_banned_remote
  52. #: model:ir.ui.menu,name:auth_brute_force.menu_res_banned_remote
  53. msgid "Banned Remotes"
  54. msgstr "Clients distants bannis"
  55. #. module: auth_brute_force
  56. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:33
  57. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  58. #: selection:res.authentication.attempt,result:0
  59. #, python-format
  60. msgid "Failed"
  61. msgstr "Echoué"
  62. #. module: auth_brute_force
  63. #: field:res.banned.remote,name:0
  64. msgid "Name"
  65. msgstr "Nom"
  66. #. module: auth_brute_force
  67. #: field:res.banned.remote,description:0
  68. msgid "Description"
  69. msgstr "Description"
  70. #. module: auth_brute_force
  71. #: field:res.authentication.attempt,remote:0
  72. #: field:res.banned.remote,remote:0
  73. msgid "Remote ID"
  74. msgstr "ID du client Distant"
  75. #. module: auth_brute_force
  76. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  77. msgid "Successful"
  78. msgstr "Réussie"
  79. #. module: auth_brute_force
  80. #: code:addons/auth_brute_force/models/res_authentication_attempt.py:32
  81. #: selection:res.authentication.attempt,result:0
  82. #, python-format
  83. msgid "Successfull"
  84. msgstr "Réussie"
  85. #. module: auth_brute_force
  86. #: field:res.authentication.attempt,login:0
  87. msgid "Tried Login"
  88. msgstr "Idenfiant essayé"
  89. #. module: auth_brute_force
  90. #: help:res.banned.remote,active:0
  91. msgid "Uncheck this box to unban the remote"
  92. msgstr "Décochez cette case afin d'annuler l'exclusion du client distant"
  93. #. module: auth_brute_force
  94. #: code:addons/auth_brute_force/models/res_banned_remote.py:77
  95. #, python-format
  96. msgid "Unidentified Call from %s"
  97. msgstr "Appel non identifié depuis %s"
  98. #. module: auth_brute_force
  99. #: view:res.authentication.attempt:auth_brute_force.view_res_authentication_attempt_search
  100. msgid "Without Success"
  101. msgstr "Sans succès"