19 lines
712 B
PHP
19 lines
712 B
PHP
<?php
|
|
|
|
return [
|
|
"title" => "Sign In",
|
|
"description" => "Sign In into your account",
|
|
"form_title" => "Please fill with your details",
|
|
"username" => "Username",
|
|
"username_or_email" => "Username or E-Mail",
|
|
"password" => "Password",
|
|
"remember_me" => "Remember Me",
|
|
"signing_in" => "Signing in",
|
|
"sign_in" => "Sign In",
|
|
"forgot_password" => "Forgot password?",
|
|
"register_text" => "Don't have an account? Sign Up",
|
|
"passwords_do_not_match" => "Your passwords did not match",
|
|
"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."
|
|
]; |