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.

101 lines
3.1 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-03-23 20:41+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 ""
  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 ""
  55. #. module: auth_admin_passkey
  56. #: view:base.config.settings:0
  57. msgid "Passkey"
  58. msgstr ""
  59. #. module: auth_admin_passkey
  60. #: code:addons/auth_admin_passkey/model/res_users.py:42
  61. #, python-format
  62. msgid "Passkey used"
  63. msgstr ""
  64. #. module: auth_admin_passkey
  65. #: field:base.config.settings,auth_admin_passkey_send_to_admin:0
  66. msgid "Send email to admin user."
  67. msgstr ""
  68. #. module: auth_admin_passkey
  69. #: field:base.config.settings,auth_admin_passkey_send_to_user:0
  70. msgid "Send email to user."
  71. msgstr ""
  72. #. module: auth_admin_passkey
  73. #: code:_description:0
  74. #: model:ir.model,name:auth_admin_passkey.model_res_users
  75. #, python-format
  76. msgid "Users"
  77. msgstr ""
  78. #. module: auth_admin_passkey
  79. #: help:base.config.settings,auth_admin_passkey_send_to_user:0
  80. msgid "When the administrator use his password to login in with a different account, OpenERP will send an email to the account user."
  81. msgstr ""
  82. #. module: auth_admin_passkey
  83. #: help:base.config.settings,auth_admin_passkey_send_to_admin:0
  84. msgid "When the administrator use his password to login in with a different account, OpenERP will send an email to the admin user."
  85. msgstr ""
  86. #. module: auth_admin_passkey
  87. #: code:addons/auth_admin_passkey/model/res_users.py:64
  88. #, python-format
  89. msgid "[WARNING] OpenERP Security Risk"
  90. msgstr ""