2016-09-06 12:23:14 +01:00
|
|
|
<?php
|
|
|
|
return [
|
2016-09-06 13:48:52 +01:00
|
|
|
'activation_required_p1' => 'Thank you for registering an account on :app_name.',
|
|
|
|
'activation_required_p2' => 'To confirm your e-mail address and activate your account, please click the link below. ' .
|
|
|
|
'You may also need to copy + paste this into your browser\'s address bar if your e-mail reader has split this line.',
|
2016-09-06 12:23:14 +01:00
|
|
|
'activation_required_subject' => 'Activate your :app_name account',
|
2016-09-06 13:48:52 +01:00
|
|
|
'generic_intro' => 'Hi :user_name,',
|
|
|
|
'generic_regards' => 'Regards,',
|
2016-09-06 12:23:14 +01:00
|
|
|
'test_email_subject' => 'Test e-mail from :app_name'
|
|
|
|
];
|