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/otto-das.komma.pro/resources/lang/en/kms/passwords.php
<?php
/**
 * be sure to set the name value in your config/app.php configuration file. This value will be used in the header and footer of your mail notification messages.
 */
return [
    'greeting' => 'Dear user,',
    'introduction' => 'We have received a request to reset your password. If you did not submit this request, you can consider this mail as not sent.',
    'clickToReset' => 'Click here to reset your password.',
    'outro' => 'Thank you for using our system.',
    'regards' => 'With best regards',
    'problemsClickingButton' => 'If you have problems clicking the button',
    'copyPastLinkBrowser' => 'copy and paste the link below into your browser.',
    'cannotBeChanged' => 'The password cannot be changed',
    'changePassword' => 'Click here to change the password',
    'doNotMatch' => 'The password and repeated password do not match',
    'passwordMustContainAtLeast' => 'The passwords must at least meet these requirements:',
    'aLowercaseLetter' => 'Contain at least 1 lowercase letter',
    'aUppercaseLetter' => 'Contain at least 1 capital letter',
    'aNumber' => 'Contain at least 1 number',
    'minimum' => 'At least',
    'characters' => 'characters',
    'minimumCharacters' => 'At least :amount characters',
    'match' => 'Match',
    'watchOut' => 'Pay attention',
    'passwordMust' => 'Password must:',
    'passwordValid' => 'Password approved'
];