Files
monica/resources/lang/en/auth.php
T
2018-05-28 17:40:17 +02:00

69 lines
3.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'These credentials do not match our records.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
'not_authorized' => 'You are not authorized to execute this action',
'signup_disabled' => 'Registration is currently disabled',
'back_homepage' => 'Back to homepage',
'2fa_title' => 'Two Factor Authentication',
'2fa_wrong_validation' => 'The two factor authentication has failed.',
'2fa_one_time_password' => 'Authentication code',
'2fa_recuperation_code' => 'Enter a two factor recovery code',
'login_to_account' => 'Login to your account',
'login_again' => 'Please login again to your account',
'email' => 'Email',
'password' => 'Password',
'login' => 'Login',
'button_remember' => 'Remember Me',
'password_forget' => 'Forget your password?',
'password_reset' => 'Reset your password',
'signup_no_account' => 'Dont have an account?',
'signup' => 'Sign up',
'create_account' => 'Create the first account by <a href=":url">signing up</a>',
'password_reset_title' => 'Reset Password',
'password_reset_email' => 'E-Mail Address',
'password_reset_send_link' => 'Send Password Reset Link',
'password_reset_password' => 'Password',
'password_reset_password_confirm' => 'Confirm Password',
'password_reset_action' => 'Reset Password',
'password_reset_email_content' => 'Click here to reset your password:',
'register_title_welcome' => 'Welcome to your newly installed Monica instance',
'register_create_account' => 'You need to create an account to use Monica',
'register_title_create' => 'Create your Monica account',
'register_login' => '<a href=":url">Log in</a> if you already have an account.',
'register_email' => 'Enter a valid email address',
'register_email_example' => 'you@home',
'register_firstname' => 'First name',
'register_firstname_example' => 'eg. John',
'register_lastname' => 'Last name',
'register_lastname_example' => 'eg. Doe',
'register_password' => 'Password',
'register_password_example' => 'Enter a secure password',
'register_password_confirmation' => 'Password confirmation',
'register_action' => 'Register',
'register_policy' => 'Signing up signifies youve read and agree to our <a href=":url" hreflang=":hreflang">Privacy Policy</a> and <a href=":urlterm" hreflang=":hreflang">Terms of use</a>.',
'register_invitation_email' => 'For security purposes, please indicate the email of the person whove invited you to join this account. This information is provided in the invitation email.',
'confirmation_again' => 'If you want to change your email address you can <a href=":url" class="alert-link">click here</a>.',
'email_change_current_email' => 'Current email address:',
'email_change_title' => 'Change your email address',
'email_change_new' => 'New email address',
'email_changed' => 'Your email address has been changed. Check your mailbox to validate it.',
];