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/bomacon/bomacon.nl/resources/lang/de/notifications.php
<?php

return [
    'customer_registered' => [
        'subject'               => 'Customer Registration - :first_name :last_name',
        'mail_greeting'         => 'Hello',
        'mail_intro'            => 'The following customer has registered:',
        'mail_action'           => 'Go to Dashboard',
        'customer_data'         => 'Regarding customer :first_name :last_name',
        'name'                  => 'Name',
        'email'                 => 'Email Address',
        'telephone'             => 'Phone',
        'mobile'                => 'Mobile',
    ],

    'customer_set_password' => [
        'subject'               => 'Set Your Password',
        'mail_greeting'         => 'Hello :first_name',
        'mail_intro'            => 'Thank you for registering. Before you can use the system, you need to set a password. Please click the button below to do so.',
        'mail_action'           => 'Set Password',
        'mail_outro'            => 'If the button doesn\'t work, please copy and paste the link below into your browser:',
        'set'                   => 'Set Password',
    ],

    'customer_reset_password' => [
        'subject'               => 'Reset Your Password',
        'mail_greeting'         => 'Hello :first_name',
        'mail_intro'            => 'We have received a request to reset your password. If you did not send this request, please disregard this email. Otherwise, please click the button below to reset your password.',
        'mail_action'           => 'Reset Password',
        'mail_outro'            => 'If the button above doesn\'t work, please copy and paste the link below into your browser:',
        'set'                   => 'Reset Password',
    ],

    'kms_reset_password' => [
        'subject'               => 'Reset Your Password',
        'mail_greeting'         => 'Good day',
        'mail_intro'            => 'We have received a request to reset your password. If you did not send this request, please disregard this email. Otherwise, please click the button below to reset your password.',
        'mail_action'           => 'Reset Password',
        'mail_outro'            => 'If the button above doesn\'t work, please copy and paste the link below into your browser:',
        'set'                   => 'Reset Password',
    ],

    'footer' => 'Komma - &copy; 2019',
];