HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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',
  ),
);