File: D:/HostingSpaces/SBogers10/vebon.komma.pro/resources/lang/de/auth.php
<?php
return array (
'login' =>
array (
'wrong_credentials' => ' These credentials do not match our records.',
'too_many_times' => 'Too many invalid login attempts, please wait 1 hour before trying again.',
'not_active' => 'There is no account found, or activated for these credentials',
),
'password-forgot' =>
array (
'no_account' => 'It looks like that the e-mail is not linked to an account',
),
'password-forgot-email' =>
array (
'subject' => 'Password reset link',
'confirmation' => 'The email has been send',
),
'password-reset-page' =>
array (
'wrong_token' => 'The token is not linked to any acount',
'password_updated' => 'Your password has been updated!, you can login with the new password',
),
'password-activate-email' =>
array (
'subject' => 'Activate your vebon account',
),
);