lms/lang/de/auth.php

33 lines
1.7 KiB
PHP

<?php
return array (
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
'password_updated' => 'Your password has been Aktualisierungd.',
'verification_link_sent' => 'A fresh verification link has been sent to your email address.',
'password_reset_sent' => 'We have emailed your password reset link.',
'google_auth_settings' => 'Google Auth Einstellungen',
'google_auth_description' => 'Google Auth Description',
'login_title' => 'Log in to your account',
'login_description' => 'Enter your email and password below to log in',
'remember_me' => 'Remember me',
'forgot_password' => 'Forgot Password',
'continue_with' => 'Or continue with',
'no_account' => 'Don\'t have an account?',
'google_auth' => 'Google Auth',
'register_title' => 'Create an account',
'register_description' => 'Enter your details below to create your account',
'have_account' => 'Already have an account?',
'forgot_description' => 'Enter your email to receive a password reset link',
'return_to_login' => 'Or, return to',
'reset_title' => 'Reset password',
'reset_description' => 'Please enter your new password below',
'confirm_title' => 'Confirm your password',
'confirm_description' => 'This is a secure area of the Anwendung. Please confirm your password before continuing.',
'change_email' => 'Change Email',
'verify_title' => 'Verify email',
'verify_description' => 'Please verify your email address by clicking on the link we just emailed to you.',
'verification_sent' => 'A new verification link has been sent to the email address you provided during registration.',
);