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
4.0 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:41+0000\n"
  30. "PO-Revision-Date: 2014-04-08 09:24+0000\n"
  31. "Last-Translator: Sylvain LE GAL (GRAP) <Unknown>\n"
  32. "Language-Team: \n"
  33. "MIME-Version: 1.0\n"
  34. "Content-Type: text/plain; charset=UTF-8\n"
  35. "Content-Transfer-Encoding: 8bit\n"
  36. "X-Launchpad-Export-Date: 2014-05-24 06:46+0000\n"
  37. "X-Generator: Launchpad (build 17017)\n"
  38. #. module: auth_admin_passkey
  39. #: code:addons/auth_admin_passkey/model/res_users.py:66
  40. #, python-format
  41. msgid "<pre>User with login '%s' has the same password as you.</pre>"
  42. msgstr ""
  43. "<pre>L'utilisateur dont l'identifiant est '%s' a le même mot de passe que "
  44. "vous.</pre>"
  45. #. module: auth_admin_passkey
  46. #: code:addons/auth_admin_passkey/model/res_users.py:44
  47. #, python-format
  48. msgid ""
  49. "Admin user used his passkey to login with '%s'.\n"
  50. "\n"
  51. "\n"
  52. "\n"
  53. "Technicals informations belows : \n"
  54. "\n"
  55. "- Login date : %s\n"
  56. "\n"
  57. msgstr ""
  58. "L'administrateur a utilisé son mot de passe \"bris de glace\" pour "
  59. "s'identifier avec l'identifiant '%s'.\n"
  60. "\n"
  61. "\n"
  62. "\n"
  63. "Informations techniques ci-dessous : \n"
  64. "\n"
  65. "- Date d'authentification : %s\n"
  66. "\n"
  67. #. module: auth_admin_passkey
  68. #: view:base.config.settings:0
  69. msgid "Passkey"
  70. msgstr "Mot de passe \"bris de glace\""
  71. #. module: auth_admin_passkey
  72. #: code:addons/auth_admin_passkey/model/res_users.py:42
  73. #, python-format
  74. msgid "Passkey used"
  75. msgstr "Mot de passe \"bris de glace\" utilisé"
  76. #. module: auth_admin_passkey
  77. #: field:base.config.settings,auth_admin_passkey_send_to_admin:0
  78. msgid "Send email to admin user."
  79. msgstr "Envoyer un email à l'administrateur."
  80. #. module: auth_admin_passkey
  81. #: field:base.config.settings,auth_admin_passkey_send_to_user:0
  82. msgid "Send email to user."
  83. msgstr "Envoyer un email à l'utilisateur."
  84. #. module: auth_admin_passkey
  85. #: code:_description:0
  86. #: model:ir.model,name:auth_admin_passkey.model_res_users
  87. #, python-format
  88. msgid "Users"
  89. msgstr "Utilisateurs"
  90. #. module: auth_admin_passkey
  91. #: help:base.config.settings,auth_admin_passkey_send_to_user:0
  92. msgid ""
  93. "When the administrator use his password to login in with a different "
  94. "account, OpenERP will send an email to the account user."
  95. msgstr ""
  96. "Quand l'administrateur utilise son mot de passe pour s'authentifier avec un "
  97. "compte différent, OpenERP lui enverra un mail."
  98. #. module: auth_admin_passkey
  99. #: help:base.config.settings,auth_admin_passkey_send_to_admin:0
  100. msgid ""
  101. "When the administrator use his password to login in with a different "
  102. "account, OpenERP will send an email to the admin user."
  103. msgstr ""
  104. "Quand l'administrateur utilise son mot de passe pour s'authentifier avec un "
  105. "compte différent, OpenERP enverra un mail à l'utilisateur."
  106. #. module: auth_admin_passkey
  107. #: code:addons/auth_admin_passkey/model/res_users.py:64
  108. #, python-format
  109. msgid "[WARNING] OpenERP Security Risk"
  110. msgstr "[WARNING] Faille de sécurité sur OpenERP"