OCA/server-tools

View on GitHub
auth_totp/i18n/auth_totp.pot

Summary

Maintainability
Test Coverage
# Translation of Odoo Server.
# This file contains the translation of the following modules:
#    * auth_totp
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: auth_totp
#: help:res.users.authenticator.create,name:0
msgid "A name that will help you remember this authentication app/device"
msgstr ""

#. module: auth_totp
#: view:res.users:auth_totp.view_users_form_simple_modif
msgid "Add New App/Device"
msgstr ""

#. module: auth_totp
#: field:res.users.authenticator.create,user_id:0
msgid "Associated User"
msgstr ""

#. module: auth_totp
#: field:res.users.authenticator.create,name:0
msgid "Authentication App/Device Name"
msgstr ""

#. module: auth_totp
#: field:res.users,authenticator_ids:0
msgid "Authentication Apps/Devices"
msgstr ""

#. module: auth_totp
#: view:res.users.authenticator.create:auth_totp.res_users_authenticator_create_view_form
msgid "Authenticator Info"
msgstr ""

#. module: auth_totp
#: view:res.users.authenticator.create:auth_totp.res_users_authenticator_create_view_form
msgid "Cancel"
msgstr ""

#. module: auth_totp
#: view:website:auth_totp.mfa_login
msgid "Confirm"
msgstr ""

#. module: auth_totp
#: field:res.users.authenticator.create,confirmation_code:0
msgid "Confirmation Code"
msgstr ""

#. module: auth_totp
#: view:res.users.authenticator.create:auth_totp.res_users_authenticator_create_view_form
msgid "Create"
msgstr ""

#. module: auth_totp
#: field:res.users.authenticator,create_uid:0
#: field:res.users.authenticator.create,create_uid:0
#: field:res.users.device,create_uid:0
msgid "Created by"
msgstr ""

#. module: auth_totp
#: field:res.users.authenticator,create_date:0
#: field:res.users.authenticator.create,create_date:0
#: field:res.users.device,create_date:0
msgid "Created on"
msgstr ""

#. module: auth_totp
#: field:res.users.authenticator,display_name:0
#: field:res.users.authenticator.create,display_name:0
#: field:res.users.device,display_name:0
msgid "Display Name"
msgstr ""

#. module: auth_totp
#: help:res.users.authenticator.create,confirmation_code:0
msgid "Enter the latest six digit code generated by your authentication app"
msgstr ""

#. module: auth_totp
#: field:res.users.authenticator,id:0
#: field:res.users.authenticator.create,id:0
#: field:res.users.device,id:0
msgid "ID"
msgstr ""

#. module: auth_totp
#: field:res.users.authenticator,__last_update:0
#: field:res.users.authenticator.create,__last_update:0
#: field:res.users.device,__last_update:0
msgid "Last Modified on"
msgstr ""

#. module: auth_totp
#: field:res.users.authenticator,write_uid:0
#: field:res.users.authenticator.create,write_uid:0
#: field:res.users.device,write_uid:0
msgid "Last Updated by"
msgstr ""

#. module: auth_totp
#: field:res.users.authenticator,write_date:0
#: field:res.users.authenticator.create,write_date:0
#: field:res.users.device,write_date:0
msgid "Last Updated on"
msgstr ""

#. module: auth_totp
#: model:ir.model,name:auth_totp.model_res_users_authenticator
msgid "MFA App/Device"
msgstr ""

#. module: auth_totp
#: model:ir.actions.act_window,name:auth_totp.res_users_authenticator_create_action
#: model:ir.model,name:auth_totp.model_res_users_authenticator_create
msgid "MFA App/Device Creation Wizard"
msgstr ""

#. module: auth_totp
#: view:website:auth_totp.mfa_login
msgid "MFA Confirmation Code"
msgstr ""

#. module: auth_totp
#: field:res.users,mfa_enabled:0
msgid "MFA Enabled?"
msgstr ""

#. module: auth_totp
#: view:res.users:auth_totp.view_users_form
#: view:res.users:auth_totp.view_users_form_simple_modif
msgid "MFA Settings"
msgstr ""

#. module: auth_totp
#: field:res.users,mfa_login_token:0
msgid "Mfa login token"
msgstr ""

#. module: auth_totp
#: field:res.users,mfa_login_token_exp:0
msgid "Mfa login token exp"
msgstr ""

#. module: auth_totp
#: field:res.users.authenticator,name:0
msgid "Name"
msgstr ""

#. module: auth_totp
#: view:res.users:auth_totp.view_users_form_simple_modif
msgid "Note: Please add at least one authentication app/device before enabling MFA."
msgstr ""

#. module: auth_totp
#: view:res.users:auth_totp.view_users_form
msgid "Note: Please have user add at least one authentication app/device before enabling MFA."
msgstr ""

#. module: auth_totp
#: view:res.users.authenticator.create:auth_totp.res_users_authenticator_create_view_form
msgid "Please provide a name for your app/device."
msgstr ""

#. module: auth_totp
#: field:res.users.authenticator.create,qr_code_tag:0
msgid "QR Code"
msgstr ""

#. module: auth_totp
#: view:website:auth_totp.mfa_login
msgid "Remember this device"
msgstr ""

#. module: auth_totp
#: help:res.users.authenticator.create,qr_code_tag:0
msgid "Scan this image with your authentication app to add your account"
msgstr ""

#. module: auth_totp
#: field:res.users.authenticator,secret_key:0
#: field:res.users.authenticator.create,secret_key:0
msgid "Secret key"
msgstr ""

#. module: auth_totp
#: view:res.users.authenticator.create:auth_totp.res_users_authenticator_create_view_form
msgid "Then scan the QR code below to add this account to your authenticator app and enter in the six digit code produced by the app."
msgstr ""

#. module: auth_totp
#: code:addons/auth_totp/models/res_users_authenticator.py:24
#: sql_constraint:res.users.authenticator:0
#, python-format
msgid "There is already an MFA app/device with this name associated with your account. Please pick a new name and try again."
msgstr ""

#. module: auth_totp
#: help:res.users.authenticator.create,user_id:0
msgid "This is the user whose account the new authentication app/device will be tied to"
msgstr ""

#. module: auth_totp
#: help:res.users,authenticator_ids:0
msgid "To delete an authentication app, remove it from this list. To add a new authentication app, please use the button to the right. If the button is not present, you do not have the permissions to do this."
msgstr ""

#. module: auth_totp
#: model:ir.model,name:auth_totp.model_res_users_device
msgid "Trusted Device for MFA Auth"
msgstr ""

#. module: auth_totp
#: field:res.users,trusted_device_ids:0
msgid "Trusted Devices"
msgstr ""

#. module: auth_totp
#: field:res.users.authenticator,user_id:0
#: field:res.users.device,user_id:0
msgid "User id"
msgstr ""

#. module: auth_totp
#: model:ir.model,name:auth_totp.model_res_users
msgid "Users"
msgstr ""

#. module: auth_totp
#: code:addons/auth_totp/models/res_users.py:46
#, python-format
msgid "You have MFA enabled but do not have any authentication apps/devices set up. To keep from being locked out, please add one before you activate this feature."
msgstr ""

#. module: auth_totp
#: code:addons/auth_totp/models/res_users.py:98
#, python-format
msgid "Your MFA login token has expired. Please try again."
msgstr ""

#. module: auth_totp
#: code:addons/auth_totp/models/res_users.py:78
#: code:addons/auth_totp/models/res_users.py:92
#, python-format
msgid "Your MFA login token is not valid. Please try again."
msgstr ""

#. module: auth_totp
#: code:addons/auth_totp/wizards/res_users_authenticator_create.py:105
#, python-format
msgid "Your confirmation code is not correct. Please try again, making sure that your MFA device is set to the correct time and that you have entered the most recent code generated by your authentication app."
msgstr ""

#. module: auth_totp
#: code:addons/auth_totp/controllers/main.py:117
#, python-format
msgid "Your confirmation code is not correct. Please try again."
msgstr ""