319 lines
7.2 KiB
Plaintext
319 lines
7.2 KiB
Plaintext
# Translations template for Flask-Security.
|
|
# Copyright (C) 2017 CERN
|
|
# This file is distributed under the same license as the Flask-Security
|
|
# project.
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Flask-Security 2.0.1\n"
|
|
"Report-Msgid-Bugs-To: info@inveniosoftware.org\n"
|
|
"POT-Creation-Date: 2017-06-06 13:23+0200\n"
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Generated-By: Babel 2.4.0\n"
|
|
|
|
#: flask_security/core.py:99
|
|
msgid "Login Required"
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:100
|
|
msgid "Welcome"
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:101
|
|
msgid "Please confirm your email"
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:102
|
|
msgid "Login instructions"
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:103
|
|
#: flask_security/templates/security/email/reset_notice.html:1
|
|
msgid "Your password has been reset"
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:104
|
|
msgid "Your password has been changed"
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:106
|
|
msgid "Password reset instructions"
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:132
|
|
msgid "You do not have permission to view this resource."
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:134
|
|
#, python-format
|
|
msgid "Thank you. Confirmation instructions have been sent to %(email)s."
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:138
|
|
msgid "Thank you. Your email has been confirmed."
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:140
|
|
msgid "Your email has already been confirmed."
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:142
|
|
msgid "Invalid confirmation token."
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:144
|
|
#, python-format
|
|
msgid "%(email)s is already associated with an account."
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:146
|
|
msgid "Password does not match"
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:148
|
|
msgid "Passwords do not match"
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:150
|
|
msgid "Redirections outside the domain are forbidden"
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:152
|
|
#, python-format
|
|
msgid "Instructions to reset your password have been sent to %(email)s."
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:155
|
|
#, python-format
|
|
msgid ""
|
|
"You did not reset your password within %(within)s. New instructions have "
|
|
"been sent to %(email)s."
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:158
|
|
msgid "Invalid reset password token."
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:160
|
|
msgid "Email requires confirmation."
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:162
|
|
#, python-format
|
|
msgid "Confirmation instructions have been sent to %(email)s."
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:164
|
|
#, python-format
|
|
msgid ""
|
|
"You did not confirm your email within %(within)s. New instructions to "
|
|
"confirm your email have been sent to %(email)s."
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:168
|
|
#, python-format
|
|
msgid ""
|
|
"You did not login within %(within)s. New instructions to login have been "
|
|
"sent to %(email)s."
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:171
|
|
#, python-format
|
|
msgid "Instructions to login have been sent to %(email)s."
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:173
|
|
msgid "Invalid login token."
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:175
|
|
msgid "Account is disabled."
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:177
|
|
msgid "Email not provided"
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:179
|
|
msgid "Invalid email address"
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:181
|
|
msgid "Password not provided"
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:183
|
|
msgid "No password is set for this user"
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:185
|
|
msgid "Password must be at least 6 characters"
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:187
|
|
msgid "Specified user does not exist"
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:189
|
|
msgid "Invalid password"
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:191
|
|
msgid "You have successfully logged in."
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:193
|
|
msgid "Forgot password?"
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:195
|
|
msgid ""
|
|
"You successfully reset your password and you have been logged in "
|
|
"automatically."
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:198
|
|
msgid "Your new password must be different than your previous password."
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:201
|
|
msgid "You successfully changed your password."
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:203
|
|
msgid "Please log in to access this page."
|
|
msgstr ""
|
|
|
|
#: flask_security/core.py:205
|
|
msgid "Please reauthenticate to access this page."
|
|
msgstr ""
|
|
|
|
#: flask_security/forms.py:30
|
|
msgid "Email Address"
|
|
msgstr ""
|
|
|
|
#: flask_security/forms.py:31
|
|
msgid "Password"
|
|
msgstr ""
|
|
|
|
#: flask_security/forms.py:32
|
|
msgid "Remember Me"
|
|
msgstr ""
|
|
|
|
#: flask_security/forms.py:33 flask_security/templates/security/_menu.html:4
|
|
#: flask_security/templates/security/login_user.html:3
|
|
#: flask_security/templates/security/send_login.html:3
|
|
msgid "Login"
|
|
msgstr ""
|
|
|
|
#: flask_security/forms.py:34 flask_security/templates/security/_menu.html:6
|
|
#: flask_security/templates/security/register_user.html:3
|
|
msgid "Register"
|
|
msgstr ""
|
|
|
|
#: flask_security/forms.py:35
|
|
msgid "Resend Confirmation Instructions"
|
|
msgstr ""
|
|
|
|
#: flask_security/forms.py:36
|
|
msgid "Recover Password"
|
|
msgstr ""
|
|
|
|
#: flask_security/forms.py:37
|
|
msgid "Reset Password"
|
|
msgstr ""
|
|
|
|
#: flask_security/forms.py:38
|
|
msgid "Retype Password"
|
|
msgstr ""
|
|
|
|
#: flask_security/forms.py:39
|
|
msgid "New Password"
|
|
msgstr ""
|
|
|
|
#: flask_security/forms.py:40
|
|
msgid "Change Password"
|
|
msgstr ""
|
|
|
|
#: flask_security/forms.py:41
|
|
msgid "Send Login Link"
|
|
msgstr ""
|
|
|
|
#: flask_security/templates/security/_menu.html:2
|
|
msgid "Menu"
|
|
msgstr ""
|
|
|
|
#: flask_security/templates/security/_menu.html:9
|
|
msgid "Forgot password"
|
|
msgstr ""
|
|
|
|
#: flask_security/templates/security/_menu.html:12
|
|
msgid "Confirm account"
|
|
msgstr ""
|
|
|
|
#: flask_security/templates/security/change_password.html:3
|
|
msgid "Change password"
|
|
msgstr ""
|
|
|
|
#: flask_security/templates/security/forgot_password.html:3
|
|
msgid "Send password reset instructions"
|
|
msgstr ""
|
|
|
|
#: flask_security/templates/security/reset_password.html:3
|
|
msgid "Reset password"
|
|
msgstr ""
|
|
|
|
#: flask_security/templates/security/send_confirmation.html:3
|
|
msgid "Resend confirmation instructions"
|
|
msgstr ""
|
|
|
|
#: flask_security/templates/security/email/change_notice.html:1
|
|
msgid "Your password has been changed."
|
|
msgstr ""
|
|
|
|
#: flask_security/templates/security/email/change_notice.html:3
|
|
msgid "If you did not change your password,"
|
|
msgstr ""
|
|
|
|
#: flask_security/templates/security/email/change_notice.html:3
|
|
msgid "click here to reset it"
|
|
msgstr ""
|
|
|
|
#: flask_security/templates/security/email/confirmation_instructions.html:1
|
|
msgid "Please confirm your email through the link below:"
|
|
msgstr ""
|
|
|
|
#: flask_security/templates/security/email/confirmation_instructions.html:3
|
|
#: flask_security/templates/security/email/welcome.html:6
|
|
msgid "Confirm my account"
|
|
msgstr ""
|
|
|
|
#: flask_security/templates/security/email/login_instructions.html:1
|
|
#: flask_security/templates/security/email/welcome.html:1
|
|
#, python-format
|
|
msgid "Welcome %(email)s!"
|
|
msgstr ""
|
|
|
|
#: flask_security/templates/security/email/login_instructions.html:3
|
|
msgid "You can log into your account through the link below:"
|
|
msgstr ""
|
|
|
|
#: flask_security/templates/security/email/login_instructions.html:5
|
|
msgid "Login now"
|
|
msgstr ""
|
|
|
|
#: flask_security/templates/security/email/reset_instructions.html:1
|
|
msgid "Click here to reset your password"
|
|
msgstr ""
|
|
|
|
#: flask_security/templates/security/email/welcome.html:4
|
|
msgid "You can confirm your email through the link below:"
|
|
msgstr ""
|
|
|