web-base/Core/Localization/en_US/account.php

47 lines
2.3 KiB
PHP
Raw Normal View History

2022-11-30 16:42:24 +01:00
<?php
return [
"title" => "Account",
"login_title" => "Sign In",
"login_description" => "Sign In into your account",
"accept_invite_title" => "Invitation",
"accept_invite_description" => "Complete your account registration by choosing a password",
"confirm_email_title" => "Confirm Email",
"confirm_email_description" => "Complete your registration by confirming the e-mail address",
2022-12-09 14:54:28 +01:00
"registration_title" => "Registration",
"registration_description" => "Create a new account",
"resend_confirm_email_title" => "Resend Confirm Email",
"resend_confirm_email_description" => "Request a new confirmation email to finalize the account creation",
"resend_confirm_email_form_title" => "Enter your E-Mail address, to receive a new e-mail to confirm your registration.",
2022-12-10 16:35:22 +01:00
"reset_password_title" => "Reset Password",
"reset_password_description" => "Request a password reset, once you got the e-mail address, you can choose a new password",
"reset_password_form_title" => "Choose a new password",
"reset_password_request_form_title" => "Enter your E-Mail address, to receive a password reset token.",
2022-11-30 16:42:24 +01:00
"form_title" => "Please fill with your details",
"username" => "Username",
"username_or_email" => "Username or E-Mail",
"email" => "E-Mail Address",
2022-11-30 16:42:24 +01:00
"password" => "Password",
"password_confirm" => "Confirm Password",
2023-01-16 21:47:23 +01:00
"password_old" => "Old Password",
"password_new" => "New Password",
"full_name" => "Full Name",
2022-11-30 16:42:24 +01:00
"remember_me" => "Remember Me",
"signing_in" => "Signing in",
"sign_in" => "Sign In",
"forgot_password" => "Forgot password?",
2023-01-16 21:47:23 +01:00
"change_password" => "Change password",
2022-11-30 16:42:24 +01:00
"register_text" => "Don't have an account? Sign Up",
"passwords_do_not_match" => "Your passwords did not match",
"back_to_login" => "Back to Login",
2022-11-30 16:42:24 +01:00
"6_digit_code" => "6-Digit Code",
"2fa_title" => "Additional information is required for logging in",
"2fa_text" => "Plugin your 2FA-Device. Interaction might be required, e.g. typing in a PIN or touching it.",
"confirming_email" => "Confirming email",
"proceed_to_login" => "Proceed to Login",
"invalid_link" => "The link you visited is no longer valid",
"confirm_success" => "Your e-mail address was successfully confirmed, you may now log in",
"confirm_error" => "Error confirming e-mail address",
2023-01-16 21:47:23 +01:00
"gpg_key" => "GPG Key",
"2fa_token" => "Two-Factor Authentication (2FA)",
2022-11-30 16:42:24 +01:00
];