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.

108 lines
3.8 KiB

  1. ##############################################################################
  2. #
  3. # Admin Passkey module for OpenERP
  4. # Copyright (C) 2013-2014 GRAP (http://www.grap.coop)
  5. # @author Sylvain LE GAL (https://twitter.com/legalsylvain)
  6. #
  7. # This program is free software: you can redistribute it and/or modify
  8. # it under the terms of the GNU Affero General Public License as
  9. # published by the Free Software Foundation, either version 3 of the
  10. # License, or (at your option) any later version.
  11. #
  12. # This program is distributed in the hope that it will be useful,
  13. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. # GNU Affero General Public License for more details.
  16. #
  17. # You should have received a copy of the GNU Affero General Public License
  18. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  19. #
  20. ##############################################################################
  21. # Translation of OpenERP Server.
  22. # This file contains the translation of the following modules:
  23. # * auth_admin_passkey
  24. #
  25. msgid ""
  26. msgstr ""
  27. "Project-Id-Version: OpenERP Server 7.0\n"
  28. "Report-Msgid-Bugs-To: \n"
  29. "POT-Creation-Date: 2014-03-23 20:38+0000\n"
  30. "PO-Revision-Date: 2014-03-23 20:38+0000\n"
  31. "Last-Translator: <>\n"
  32. "Language-Team: \n"
  33. "MIME-Version: 1.0\n"
  34. "Content-Type: text/plain; charset=UTF-8\n"
  35. "Content-Transfer-Encoding: \n"
  36. "Plural-Forms: \n"
  37. #. module: auth_admin_passkey
  38. #: code:addons/auth_admin_passkey/model/res_users.py:66
  39. #, python-format
  40. msgid "<pre>User with login '%s' has the same password as you.</pre>"
  41. msgstr "<pre>L'utilisateur dont l'identifiant est '%s' a le même mot de passe que vous.</pre>"
  42. #. module: auth_admin_passkey
  43. #: code:addons/auth_admin_passkey/model/res_users.py:44
  44. #, python-format
  45. msgid "Admin user used his passkey to login with '%s'.\n"
  46. "\n"
  47. "\n"
  48. "\n"
  49. "Technicals informations belows : \n"
  50. "\n"
  51. "- Login date : %s\n"
  52. "\n"
  53. ""
  54. msgstr "L'administrateur a utilisé son mot de passe bris de glace pour s'identifier avec l'identifiant '%s'.\n"
  55. "\n"
  56. "\n"
  57. "\n"
  58. "Informations techniques ci-dessous : \n"
  59. "\n"
  60. "- Date d'authentification : %s\n"
  61. "\n"
  62. ""
  63. #. module: auth_admin_passkey
  64. #: view:base.config.settings:0
  65. msgid "Passkey"
  66. msgstr "Mot de passe bris de glace"
  67. #. module: auth_admin_passkey
  68. #: code:addons/auth_admin_passkey/model/res_users.py:42
  69. #, python-format
  70. msgid "Passkey used"
  71. msgstr "Mot de passe bris de glace utilisé"
  72. #. module: auth_admin_passkey
  73. #: field:base.config.settings,auth_admin_passkey_send_to_admin:0
  74. msgid "Send email to admin user."
  75. msgstr "Envoyer un email à l'administrateur."
  76. #. module: auth_admin_passkey
  77. #: field:base.config.settings,auth_admin_passkey_send_to_user:0
  78. msgid "Send email to user."
  79. msgstr "Envoyer un email à l'utilisateur."
  80. #. module: auth_admin_passkey
  81. #: code:_description:0
  82. #: model:ir.model,name:auth_admin_passkey.model_res_users
  83. #, python-format
  84. msgid "Users"
  85. msgstr "Utilisateurs"
  86. #. module: auth_admin_passkey
  87. #: help:base.config.settings,auth_admin_passkey_send_to_user:0
  88. msgid "When the administrator use his password to login in with a different account, OpenERP will send an email to the account user."
  89. msgstr "Quand l'administrateur utilise son mot de passe pour s'authentifier avec un compte différent, OpenERP lui enverra un mail."
  90. #. module: auth_admin_passkey
  91. #: help:base.config.settings,auth_admin_passkey_send_to_admin:0
  92. msgid "When the administrator use his password to login in with a different account, OpenERP will send an email to the admin user."
  93. msgstr "Quand l'administrateur utilise son mot de passe pour s'authentifier avec un compte différent, OpenERP enverra un mail à l'utilisateur."
  94. #. module: auth_admin_passkey
  95. #: code:addons/auth_admin_passkey/model/res_users.py:64
  96. #, python-format
  97. msgid "[WARNING] OpenERP Security Risk"
  98. msgstr "[WARNING] Faille de sécurité sur OpenERP"