File: D:/HostingSpaces/SBogers10/otto-das.komma.pro/resources/lang/en/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' => 'To the control panel',
'customer_data' => 'it concerns customer :first_name :last_name',
'name' => 'Name',
'email' => 'Email address',
'telephone' => 'Phone',
'mobile' => 'Mobile',
],
'customer_set_password' => [
'subject' => 'Set password',
'mail_greeting' => 'Hello :first_name',
'mail_intro' => 'Thank you for your registration. Before you can use the system, you must first set a password. Click on the button below to do this.',
'mail_action' => 'Set password',
'mail_outro' => 'Please copy and paste this link into your browsers in the case that the button doesn\'t work:',
'set' => 'Set password',
],
'customer_reset_password' => [
'subject' => 'Reset password',
'mail_greeting' => 'Hallo :first_name',
'mail_intro' => 'We have received a request to reset your password. If you have not submitted this request, you can regard this mail as not being sent. If it is, click on the button below',
'mail_action' => 'Reset password',
'mail_outro' => 'Please copy and paste this link into your browsers in the case that the button doesn\'t work:',
'set' => 'Reset password',
],
'kms_reset_password' => [
'subject' => 'Reset password',
'mail_greeting' => 'Hallo :first_name',
'mail_intro' => 'We have received a request to reset your password. If you have not submitted this request, you can regard this mail as not being sent. If it is, click on the button below',
'mail_action' => 'Reset password',
'mail_outro' => 'Please copy and paste this link into your browsers in the case that the button doesn\'t work:',
'set' => 'Reset password',
],
'footer' => 'Komma - © 2019'
];