# Translations template for Flask-Security. # Copyright (C) 2024 ORGANIZATION # This file is distributed under the same license as the Flask-Security # project. # FIRST AUTHOR , 2024. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Flask-Security 5.5.1\n" "Report-Msgid-Bugs-To: jwag956@github.com\n" "POT-Creation-Date: 2024-07-30 16:04-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.15.0\n" #: flask_security/core.py:239 msgid "Confirm your new email address" msgstr "" #: flask_security/core.py:285 msgid "Login Required" msgstr "" #: flask_security/core.py:286 #: flask_security/templates/security/email/two_factor_instructions.html:1 #: flask_security/templates/security/email/two_factor_instructions.txt:1 #: flask_security/templates/security/email/us_instructions.html:9 #: flask_security/templates/security/email/us_instructions.txt:9 msgid "Welcome" msgstr "" #: flask_security/core.py:287 msgid "Please confirm your email" msgstr "" #: flask_security/core.py:288 msgid "Login instructions" msgstr "" #: flask_security/core.py:289 #: flask_security/templates/security/email/reset_notice.html:1 #: flask_security/templates/security/email/reset_notice.txt:1 msgid "Your password has been reset" msgstr "" #: flask_security/core.py:290 msgid "Your password has been changed" msgstr "" #: flask_security/core.py:291 msgid "Password reset instructions" msgstr "" #: flask_security/core.py:294 msgid "Two-factor Login" msgstr "" #: flask_security/core.py:295 msgid "Two-factor Rescue" msgstr "" #: flask_security/core.py:342 msgid "Verification Code" msgstr "" #: flask_security/core.py:388 msgid "Input not appropriate for requested API" msgstr "" #: flask_security/core.py:390 msgid "Authentication failed - identity or password/passcode invalid" msgstr "" #: flask_security/core.py:394 msgid "" "If that email address is in our system, you will receive an email " "describing how to reset your password." msgstr "" #: flask_security/core.py:401 msgid "If that identity is in our system, you were sent a code." msgstr "" #: flask_security/core.py:404 msgid "You do not have permission to view this resource." msgstr "" #: flask_security/core.py:406 msgid "You must sign in to view this resource." msgstr "" #: flask_security/core.py:410 msgid "You must re-authenticate to access this endpoint" msgstr "" #: flask_security/core.py:414 #, python-format msgid "" "Thank you. To confirm your email address %(email)s, please click on the " "link in the email we have just sent to you." msgstr "" #: flask_security/core.py:421 msgid "Thank you. Your email has been confirmed." msgstr "" #: flask_security/core.py:422 msgid "Your email has already been confirmed." msgstr "" #: flask_security/core.py:423 msgid "Invalid confirmation token." msgstr "" #: flask_security/core.py:425 #, python-format msgid "%(email)s is already associated with an account." msgstr "" #: flask_security/core.py:429 #, python-format msgid "" "Identity attribute '%(attr)s' with value '%(value)s' is already " "associated with an account." msgstr "" #: flask_security/core.py:436 #, python-format msgid "Identity %(id)s not registered" msgstr "" #: flask_security/core.py:440 #, python-format msgid "" "An error occurred while communicating with the Oauth provider: " "(%(exerror)s - %(exdesc)s). Please try again." msgstr "" #: flask_security/core.py:447 msgid "Password does not match" msgstr "" #: flask_security/core.py:448 msgid "Passwords do not match" msgstr "" #: flask_security/core.py:449 msgid "Redirections outside the domain are forbidden" msgstr "" #: flask_security/core.py:450 msgid "Recovery code invalid" msgstr "" #: flask_security/core.py:451 msgid "No recovery codes generated yet" msgstr "" #: flask_security/core.py:453 #, python-format msgid "Instructions to reset your password have been sent to %(email)s." msgstr "" #: flask_security/core.py:457 #, python-format msgid "You did not reset your password within %(within)s. " msgstr "" #: flask_security/core.py:460 msgid "Invalid reset password token." msgstr "" #: flask_security/core.py:461 msgid "Email requires confirmation." msgstr "" #: flask_security/core.py:463 #, python-format msgid "Confirmation instructions have been sent to %(email)s." msgstr "" #: flask_security/core.py:467 #, python-format msgid "You did not confirm your email within %(within)s. " msgstr "" #: flask_security/core.py:471 #, 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:478 #, python-format msgid "Instructions to login have been sent to %(email)s." msgstr "" #: flask_security/core.py:481 msgid "Invalid login token." msgstr "" #: flask_security/core.py:482 msgid "Account is disabled." msgstr "" #: flask_security/core.py:483 msgid "Email not provided" msgstr "" #: flask_security/core.py:484 msgid "Invalid email address" msgstr "" #: flask_security/core.py:485 flask_security/core.py:531 msgid "Invalid code" msgstr "" #: flask_security/core.py:486 msgid "Password not provided" msgstr "" #: flask_security/core.py:488 #, python-format msgid "Password must be at least %(length)s characters" msgstr "" #: flask_security/core.py:491 msgid "Password not complex enough" msgstr "" #: flask_security/core.py:492 msgid "Password on breached list" msgstr "" #: flask_security/core.py:494 msgid "Failed to contact breached passwords site" msgstr "" #: flask_security/core.py:497 msgid "Phone number not valid e.g. missing country code" msgstr "" #: flask_security/core.py:498 msgid "Specified user does not exist" msgstr "" #: flask_security/core.py:499 msgid "Invalid password" msgstr "" #: flask_security/core.py:500 msgid "Password or code submitted is not valid" msgstr "" #: flask_security/core.py:501 msgid "You have successfully logged in." msgstr "" #: flask_security/core.py:502 msgid "Forgot password?" msgstr "" #: flask_security/core.py:504 msgid "" "You successfully reset your password and you have been logged in " "automatically." msgstr "" #: flask_security/core.py:511 msgid "" "You successfully reset your password. Please authenticate using your new " "password." msgstr "" #: flask_security/core.py:518 msgid "Your new password must be different than your previous password." msgstr "" #: flask_security/core.py:521 msgid "You successfully changed your password." msgstr "" #: flask_security/core.py:522 msgid "Please log in to access this page." msgstr "" #: flask_security/core.py:523 msgid "Please reauthenticate to access this page." msgstr "" #: flask_security/core.py:524 msgid "Reauthentication successful" msgstr "" #: flask_security/core.py:526 msgid "You can only access this endpoint when not logged in." msgstr "" #: flask_security/core.py:529 msgid "Code has been sent." msgstr "" #: flask_security/core.py:530 msgid "Failed to send code. Please try again later" msgstr "" #: flask_security/core.py:532 msgid "Your code has been confirmed" msgstr "" #: flask_security/core.py:534 msgid "You successfully changed your two-factor method." msgstr "" #: flask_security/core.py:538 msgid "You currently do not have permissions to access this page" msgstr "" #: flask_security/core.py:541 msgid "Marked method is not valid" msgstr "" #: flask_security/core.py:543 msgid "You successfully disabled two factor authorization." msgstr "" #: flask_security/core.py:547 flask_security/core.py:556 #, python-format msgid "Setup must be completed within %(within)s. Please start over." msgstr "" #: flask_security/core.py:551 #, python-format msgid "Currently active sign in options: %(method_list)s." msgstr "" #: flask_security/core.py:554 msgid "Requested method is not valid" msgstr "" #: flask_security/core.py:559 msgid "Unified sign in setup successful" msgstr "" #: flask_security/core.py:560 msgid "You must specify a valid identity to sign in" msgstr "" #: flask_security/core.py:561 #, python-format msgid "Use this code to sign in: %(code)s." msgstr "" #: flask_security/core.py:563 #, python-format msgid "" "Username must be at least %(min)d characters and less than %(max)d " "characters" msgstr "" #: flask_security/core.py:570 msgid "Username contains illegal characters" msgstr "" #: flask_security/core.py:574 msgid "Username can contain only letters and numbers" msgstr "" #: flask_security/core.py:577 msgid "Username not provided" msgstr "" #: flask_security/core.py:579 #, python-format msgid "%(username)s is already associated with an account." msgstr "" #: flask_security/core.py:583 #, python-format msgid "WebAuthn operation must be completed within %(within)s. Please start over." msgstr "" #: flask_security/core.py:587 msgid "Nickname for new credential is required." msgstr "" #: flask_security/core.py:591 #, python-format msgid "%(name)s is already associated with a credential." msgstr "" #: flask_security/core.py:595 #, python-format msgid "%(name)s not registered with current user." msgstr "" #: flask_security/core.py:599 #, python-format msgid "Successfully deleted WebAuthn credential with name: %(name)s" msgstr "" #: flask_security/core.py:603 #, python-format msgid "Successfully added WebAuthn credential with name: %(name)s" msgstr "" #: flask_security/core.py:607 msgid "WebAuthn credential id already registered." msgstr "" #: flask_security/core.py:611 msgid "Unregistered WebAuthn credential id." msgstr "" #: flask_security/core.py:615 msgid "WebAuthn credential doesn't belong to any user." msgstr "" #: flask_security/core.py:619 #, python-format msgid "Could not verify WebAuthn credential: %(cause)s." msgstr "" #: flask_security/core.py:623 msgid "Credential not registered for this use (first or secondary)" msgstr "" #: flask_security/core.py:627 msgid "Credential user handle didn't match" msgstr "" #: flask_security/core.py:631 #, python-format msgid "Confirmation must be completed within %(within)s. Please start over." msgstr "" #: flask_security/core.py:635 msgid "Change of email address confirmed" msgstr "" #: flask_security/core.py:639 #, python-format msgid "" "Instructions to confirm your new email address have been sent to " "%(email)s." msgstr "" #: flask_security/forms.py:62 msgid "Email Address" msgstr "" #: flask_security/forms.py:63 msgid "Password" msgstr "" #: flask_security/forms.py:64 msgid "Remember Me" msgstr "" #: flask_security/forms.py:65 flask_security/templates/security/_menu.html:38 #: flask_security/templates/security/login_user.html:6 #: flask_security/templates/security/send_login.html:6 msgid "Login" msgstr "" #: flask_security/forms.py:66 #: flask_security/templates/security/email/us_instructions.html:14 #: flask_security/templates/security/us_signin.html:6 msgid "Sign In" msgstr "" #: flask_security/forms.py:67 flask_security/templates/security/_menu.html:48 #: flask_security/templates/security/register_user.html:6 msgid "Register" msgstr "" #: flask_security/forms.py:68 msgid "Resend Confirmation Instructions" msgstr "" #: flask_security/forms.py:69 msgid "Recover Password" msgstr "" #: flask_security/forms.py:70 msgid "Reset Password" msgstr "" #: flask_security/forms.py:71 msgid "Retype Password" msgstr "" #: flask_security/forms.py:72 msgid "New Password" msgstr "" #: flask_security/forms.py:73 flask_security/templates/security/_menu.html:12 msgid "Change Password" msgstr "" #: flask_security/forms.py:74 msgid "Send Login Link" msgstr "" #: flask_security/forms.py:75 msgid "Verify Password" msgstr "" #: flask_security/forms.py:76 msgid "Change Method" msgstr "" #: flask_security/forms.py:77 msgid "Phone Number" msgstr "" #: flask_security/forms.py:78 msgid "Authentication Code" msgstr "" #: flask_security/forms.py:79 msgid "Submit" msgstr "" #: flask_security/forms.py:80 msgid "Submit Code" msgstr "" #: flask_security/forms.py:81 msgid "Error(s)" msgstr "" #: flask_security/forms.py:82 msgid "Identity" msgstr "" #: flask_security/forms.py:83 msgid "Send Code" msgstr "" #: flask_security/forms.py:84 msgid "Passcode" msgstr "" #: flask_security/forms.py:85 msgid "Username" msgstr "" #: flask_security/forms.py:86 msgid "Delete" msgstr "" #: flask_security/forms.py:87 msgid "Set up using email" msgstr "" #: flask_security/forms.py:88 msgid "Set up using an authenticator app (e.g. google, lastpass, authy)" msgstr "" #: flask_security/forms.py:91 msgid "Set up using SMS" msgstr "" #: flask_security/forms.py:96 msgid "Google Authenticator" msgstr "" #: flask_security/forms.py:97 msgid "authenticator" msgstr "" #: flask_security/forms.py:98 flask_security/forms.py:99 msgid "email" msgstr "" #: flask_security/forms.py:100 msgid "SMS" msgstr "" #: flask_security/forms.py:101 msgid "password" msgstr "" #: flask_security/forms.py:102 msgid "none" msgstr "" #: flask_security/forms.py:780 flask_security/unified_signin.py:167 msgid "Available Methods" msgstr "" #: flask_security/forms.py:782 msgid "Disable two factor authentication" msgstr "" #: flask_security/forms.py:866 msgid "Trouble Accessing Your Account?/Lost Mobile Device?" msgstr "" #: flask_security/forms.py:868 msgid "Contact Administrator" msgstr "" #: flask_security/recovery_codes.py:142 msgid "Show Recovery Codes" msgstr "" #: flask_security/recovery_codes.py:144 msgid "Generate New Recovery Codes" msgstr "" #: flask_security/recovery_codes.py:160 msgid "Recovery Code" msgstr "" #: flask_security/tf_plugin.py:52 msgid "Available Second Factor Methods:" msgstr "" #: flask_security/tf_plugin.py:53 msgid "Select" msgstr "" #: flask_security/twofactor.py:135 msgid "Send code via email" msgstr "" #: flask_security/twofactor.py:147 msgid "Use previously downloaded recovery code" msgstr "" #: flask_security/unified_signin.py:160 msgid "Code or Password" msgstr "" #: flask_security/unified_signin.py:169 msgid "Via email" msgstr "" #: flask_security/unified_signin.py:170 msgid "Via SMS" msgstr "" #: flask_security/unified_signin.py:298 msgid "Setup additional sign in option" msgstr "" #: flask_security/unified_signin.py:311 msgid "Delete active sign in option" msgstr "" #: flask_security/webauthn.py:122 flask_security/webauthn.py:356 msgid "Nickname" msgstr "" #: flask_security/webauthn.py:126 msgid "Usage" msgstr "" #: flask_security/webauthn.py:128 msgid "Use as a first authentication factor" msgstr "" #: flask_security/webauthn.py:131 msgid "Use as a secondary authentication factor" msgstr "" #: flask_security/webauthn.py:218 msgid "Start" msgstr "" #: flask_security/webauthn.py:934 msgid "webauthn" msgstr "" #: flask_security/templates/security/_menu.html:3 msgid "Menu" msgstr "" #: flask_security/templates/security/_menu.html:8 msgid "Sign out" msgstr "" #: flask_security/templates/security/_menu.html:17 msgid "Change Registered Email" msgstr "" #: flask_security/templates/security/_menu.html:22 msgid "Two Factor Setup" msgstr "" #: flask_security/templates/security/_menu.html:27 msgid "Unified Signin Setup" msgstr "" #: flask_security/templates/security/_menu.html:32 msgid "WebAuthn Setup" msgstr "" #: flask_security/templates/security/_menu.html:43 msgid "Unified Sign In" msgstr "" #: flask_security/templates/security/_menu.html:53 msgid "Forgot password" msgstr "" #: flask_security/templates/security/_menu.html:58 msgid "Confirm account" msgstr "" #: flask_security/templates/security/change_email.html:6 msgid "Change email" msgstr "" #: flask_security/templates/security/change_email.html:7 msgid "" "Once submitted, an email confirmation will be sent to this new email " "address." msgstr "" #: flask_security/templates/security/change_password.html:6 msgid "Change password" msgstr "" #: flask_security/templates/security/change_password.html:13 msgid "You do not currently have a password - this will add one." msgstr "" #: flask_security/templates/security/forgot_password.html:6 msgid "Send password reset instructions" msgstr "" #: flask_security/templates/security/login_user.html:12 msgid "or" msgstr "" #: flask_security/templates/security/login_user.html:22 #: flask_security/templates/security/us_signin.html:25 msgid "Use WebAuthn to Sign In" msgstr "" #: flask_security/templates/security/login_user.html:25 #: flask_security/templates/security/us_signin.html:28 msgid "Sign in with WebAuthn" msgstr "" #: flask_security/templates/security/login_user.html:31 #: flask_security/templates/security/us_signin.html:34 msgid "Use Social Oauth to Sign In" msgstr "" #: flask_security/templates/security/login_user.html:35 #: flask_security/templates/security/us_signin.html:38 msgid "Sign in with " msgstr "" #: flask_security/templates/security/mf_recovery.html:6 msgid "Enter Recovery Code" msgstr "" #: flask_security/templates/security/mf_recovery_codes.html:6 #: flask_security/templates/security/two_factor_setup.html:79 #: flask_security/templates/security/wan_register.html:75 msgid "Recovery Codes" msgstr "" #: flask_security/templates/security/mf_recovery_codes.html:12 msgid "" "Be sure to copy these and store in a safe place. Each code can be used " "only once." msgstr "" #: flask_security/templates/security/mf_recovery_codes.html:20 msgid "Generate new Recovery Codes" msgstr "" #: flask_security/templates/security/reset_password.html:6 msgid "Reset password" msgstr "" #: flask_security/templates/security/send_confirmation.html:6 msgid "Resend confirmation instructions" msgstr "" #: flask_security/templates/security/two_factor_select.html:6 msgid "Select Two Factor Method" msgstr "" #: flask_security/templates/security/two_factor_setup.html:27 msgid "Two-factor authentication adds an extra layer of security to your account" msgstr "" #: flask_security/templates/security/two_factor_setup.html:28 msgid "In addition to your username and password, you'll need to use a code." msgstr "" #: flask_security/templates/security/two_factor_setup.html:32 #, python-format msgid "Currently setup two-factor method: %(method)s" msgstr "" #: flask_security/templates/security/two_factor_setup.html:51 #: flask_security/templates/security/us_setup.html:61 msgid "" "Open an authenticator app on your device and scan the following QRcode " "(or enter the code below manually) to start receiving codes:" msgstr "" #: flask_security/templates/security/two_factor_setup.html:54 msgid "Two factor authentication code" msgstr "" #: flask_security/templates/security/two_factor_setup.html:65 msgid "Enter code to complete setup" msgstr "" #: flask_security/templates/security/two_factor_setup.html:73 #: flask_security/templates/security/two_factor_verify_code.html:10 msgid "enter numeric code" msgstr "" #: flask_security/templates/security/two_factor_setup.html:81 #: flask_security/templates/security/wan_register.html:77 msgid "This application supports setting up recovery codes." msgstr "" #: flask_security/templates/security/two_factor_setup.html:82 #: flask_security/templates/security/two_factor_setup.html:90 #: flask_security/templates/security/us_setup.html:89 #: flask_security/templates/security/wan_register.html:78 msgid "You can set them up here." msgstr "" #: flask_security/templates/security/two_factor_setup.html:87 msgid "WebAuthn" msgstr "" #: flask_security/templates/security/two_factor_setup.html:89 #: flask_security/templates/security/us_setup.html:88 msgid "This application supports WebAuthn security keys." msgstr "" #: flask_security/templates/security/two_factor_verify_code.html:6 msgid "Two-factor Authentication" msgstr "" #: flask_security/templates/security/two_factor_verify_code.html:7 #, python-format msgid "Please enter your authentication code generated via: %(method)s" msgstr "" #: flask_security/templates/security/two_factor_verify_code.html:19 msgid "The code for authentication was sent to your email address" msgstr "" #: flask_security/templates/security/two_factor_verify_code.html:22 msgid "An email was sent to us in order to reset your application account" msgstr "" #: flask_security/templates/security/us_setup.html:30 msgid "Setup Unified Sign In" msgstr "" #: flask_security/templates/security/us_setup.html:64 msgid "Passwordless QRCode" msgstr "" #: flask_security/templates/security/us_setup.html:71 msgid "No methods have been enabled - nothing to setup" msgstr "" #: flask_security/templates/security/us_setup.html:77 msgid "Enter code here to complete setup" msgstr "" #: flask_security/templates/security/us_signin.html:15 #: flask_security/templates/security/us_verify.html:12 msgid "Request one-time code be sent" msgstr "" #: flask_security/templates/security/us_verify.html:6 #: flask_security/templates/security/verify.html:6 msgid "Please Reauthenticate" msgstr "" #: flask_security/templates/security/us_verify.html:17 msgid "Code has been sent" msgstr "" #: flask_security/templates/security/us_verify.html:25 #: flask_security/templates/security/verify.html:14 msgid "Use a WebAuthn Security Key to Reauthenticate" msgstr "" #: flask_security/templates/security/wan_register.html:16 msgid "Setup New WebAuthn Security Key" msgstr "" #: flask_security/templates/security/wan_register.html:19 msgid "Start by providing a unique name for your new security key:" msgstr "" #: flask_security/templates/security/wan_register.html:54 msgid "Currently registered security keys:" msgstr "" #: flask_security/templates/security/wan_register.html:55 #, python-format msgid "" "Nickname: \"%s\" Usage: \"%s\" Transports: \"%s\" Discoverable: \"%s\" " "Device Type: \"%s\" Backed up? \"%s\" Last used on: %s" msgstr "" #: flask_security/templates/security/wan_register.html:66 msgid "Delete Existing WebAuthn Security Key" msgstr "" #: flask_security/templates/security/wan_signin.html:17 msgid "Sign In Using WebAuthn Security Key" msgstr "" #: flask_security/templates/security/wan_signin.html:19 msgid "Use Your WebAuthn Security Key as a Second Factor" msgstr "" #: flask_security/templates/security/wan_verify.html:21 msgid "Please Re-Authenticate Using Your WebAuthn Security Key" msgstr "" #: flask_security/templates/security/email/change_email_instructions.html:8 msgid "Please confirm your new email address by clicking on the link below:" msgstr "" #: flask_security/templates/security/email/change_email_instructions.html:10 msgid "Confirm my new email" msgstr "" #: flask_security/templates/security/email/change_email_instructions.html:12 #: flask_security/templates/security/email/change_email_instructions.txt:11 #, python-format msgid "This link will expire in %(within)s." msgstr "" #: flask_security/templates/security/email/change_email_instructions.html:13 #: flask_security/templates/security/email/change_email_instructions.txt:13 #, python-format msgid "Your currently registered email is %(email)s." msgstr "" #: flask_security/templates/security/email/change_email_instructions.txt:8 msgid "Please confirm your new email through the link below:" msgstr "" #: flask_security/templates/security/email/change_notice.html:1 #: flask_security/templates/security/email/change_notice.txt:1 msgid "Your password has been changed." msgstr "" #: flask_security/templates/security/email/change_notice.html:4 msgid "If you did not change your password," msgstr "" #: flask_security/templates/security/email/change_notice.html:4 msgid "click here to reset it" msgstr "" #: flask_security/templates/security/email/change_notice.txt:3 msgid "If you did not change your password, click the link below to reset it." msgstr "" #: flask_security/templates/security/email/confirmation_instructions.html:8 #: flask_security/templates/security/email/confirmation_instructions.txt:8 msgid "Please confirm your email through the link below:" msgstr "" #: flask_security/templates/security/email/confirmation_instructions.html:10 #: flask_security/templates/security/email/welcome.html:12 msgid "Confirm my account" msgstr "" #: flask_security/templates/security/email/login_instructions.html:1 #: flask_security/templates/security/email/login_instructions.txt:1 #: flask_security/templates/security/email/welcome.html:8 #: flask_security/templates/security/email/welcome.txt:8 #, python-format msgid "Welcome %(email)s!" msgstr "" #: flask_security/templates/security/email/login_instructions.html:2 #: flask_security/templates/security/email/login_instructions.txt:3 msgid "You can log into your account through the link below:" msgstr "" #: flask_security/templates/security/email/login_instructions.html:4 msgid "Login now" msgstr "" #: flask_security/templates/security/email/reset_instructions.html:9 msgid "Click here to reset your password" msgstr "" #: flask_security/templates/security/email/reset_instructions.txt:8 msgid "Click the link below to reset your password:" msgstr "" #: flask_security/templates/security/email/two_factor_instructions.html:2 #: flask_security/templates/security/email/two_factor_instructions.txt:3 msgid "You can log into your account using the following code:" msgstr "" #: flask_security/templates/security/email/two_factor_rescue.html:1 #: flask_security/templates/security/email/two_factor_rescue.txt:1 msgid "can not access mail account" msgstr "" #: flask_security/templates/security/email/us_instructions.html:10 #: flask_security/templates/security/email/us_instructions.txt:11 msgid "You can sign into your account using the following code:" msgstr "" #: flask_security/templates/security/email/us_instructions.html:12 #: flask_security/templates/security/email/us_instructions.txt:15 msgid "Or use the link below:" msgstr "" #: flask_security/templates/security/email/welcome.html:10 #: flask_security/templates/security/email/welcome.txt:11 msgid "You can confirm your email through the link below:" msgstr "" #: flask_security/templates/security/email/welcome_existing.html:11 #: flask_security/templates/security/email/welcome_existing.txt:11 #: flask_security/templates/security/email/welcome_existing_username.html:11 #: flask_security/templates/security/email/welcome_existing_username.txt:11 #, python-format msgid "Hello %(email)s!" msgstr "" #: flask_security/templates/security/email/welcome_existing.html:12 #: flask_security/templates/security/email/welcome_existing.txt:13 msgid "" "Someone (you?) tried to register this email - which is already in our " "system." msgstr "" #: flask_security/templates/security/email/welcome_existing.html:15 #, python-format msgid "" "This account also has the following username associated with it: " "%(username)s." msgstr "" #: flask_security/templates/security/email/welcome_existing.html:20 msgid "If you forgot your password you can reset it" msgstr "" #: flask_security/templates/security/email/welcome_existing.html:21 msgid " here." msgstr "" #: flask_security/templates/security/email/welcome_existing.txt:16 #, python-format msgid "" "This account also has the following username associated with it: " "%(username)s" msgstr "" #: flask_security/templates/security/email/welcome_existing.txt:20 msgid "If you forgot your password you can reset it with the following link:" msgstr "" #: flask_security/templates/security/email/welcome_existing_username.html:13 #: flask_security/templates/security/email/welcome_existing_username.txt:13 #, python-format msgid "" "You attempted to register with a username \"%(username)s\" that is " "already associated with another account." msgstr "" #: flask_security/templates/security/email/welcome_existing_username.html:15 #: flask_security/templates/security/email/welcome_existing_username.txt:16 msgid "Please restart the registration process with a different username." msgstr ""