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.
|
|
############################################################################## # # Admin Passkey module for OpenERP # Copyright (C) 2013-2014 GRAP (http://www.grap.coop) # @author Sylvain LE GAL (https://twitter.com/legalsylvain) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of the # License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # ############################################################################## # Translation of OpenERP Server. # This file contains the translation of the following modules: # * auth_admin_passkey # msgid "" msgstr "" "Project-Id-Version: OpenERP Server 7.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-03-23 20:41+0000\n" "PO-Revision-Date: 2014-04-08 09:24+0000\n" "Last-Translator: Sylvain LE GAL (GRAP) <Unknown>\n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2014-05-24 06:46+0000\n" "X-Generator: Launchpad (build 17017)\n"
#. module: auth_admin_passkey #: code:addons/auth_admin_passkey/model/res_users.py:66 #, python-format msgid "<pre>User with login '%s' has the same password as you.</pre>" msgstr "" "<pre>L'utilisateur dont l'identifiant est '%s' a le même mot de passe que " "vous.</pre>"
#. module: auth_admin_passkey #: code:addons/auth_admin_passkey/model/res_users.py:44 #, python-format msgid "" "Admin user used his passkey to login with '%s'.\n" "\n" "\n" "\n" "Technicals informations belows : \n" "\n" "- Login date : %s\n" "\n" msgstr "" "L'administrateur a utilisé son mot de passe \"bris de glace\" pour " "s'identifier avec l'identifiant '%s'.\n" "\n" "\n" "\n" "Informations techniques ci-dessous : \n" "\n" "- Date d'authentification : %s\n" "\n"
#. module: auth_admin_passkey #: view:base.config.settings:0 msgid "Passkey" msgstr "Mot de passe \"bris de glace\""
#. module: auth_admin_passkey #: code:addons/auth_admin_passkey/model/res_users.py:42 #, python-format msgid "Passkey used" msgstr "Mot de passe \"bris de glace\" utilisé"
#. module: auth_admin_passkey #: field:base.config.settings,auth_admin_passkey_send_to_admin:0 msgid "Send email to admin user." msgstr "Envoyer un email à l'administrateur."
#. module: auth_admin_passkey #: field:base.config.settings,auth_admin_passkey_send_to_user:0 msgid "Send email to user." msgstr "Envoyer un email à l'utilisateur."
#. module: auth_admin_passkey #: code:_description:0 #: model:ir.model,name:auth_admin_passkey.model_res_users #, python-format msgid "Users" msgstr "Utilisateurs"
#. module: auth_admin_passkey #: help:base.config.settings,auth_admin_passkey_send_to_user:0 msgid "" "When the administrator use his password to login in with a different " "account, OpenERP will send an email to the account user." msgstr "" "Quand l'administrateur utilise son mot de passe pour s'authentifier avec un " "compte différent, OpenERP lui enverra un mail."
#. module: auth_admin_passkey #: help:base.config.settings,auth_admin_passkey_send_to_admin:0 msgid "" "When the administrator use his password to login in with a different " "account, OpenERP will send an email to the admin user." msgstr "" "Quand l'administrateur utilise son mot de passe pour s'authentifier avec un " "compte différent, OpenERP enverra un mail à l'utilisateur."
#. module: auth_admin_passkey #: code:addons/auth_admin_passkey/model/res_users.py:64 #, python-format msgid "[WARNING] OpenERP Security Risk" msgstr "[WARNING] Faille de sécurité sur OpenERP"
|