19 lines
1.4 KiB
PHP
19 lines
1.4 KiB
PHP
<?php
|
|
return [
|
|
'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.',
|
|
'activation_required_subject' => 'Activate your :app_name account',
|
|
'change_email_required_p1' => 'A change was requested to your e-mail address on :app_name.',
|
|
'change_email_required_p2' => 'To confirm this e-mail address is valid and update the e-mail address on your account, please click the button below.',
|
|
'change_email_required_subject' => 'Confirm the e-mail change to your :app_name account',
|
|
'generic_intro' => 'Hi :user_name,',
|
|
'generic_regards' => 'Regards,',
|
|
'moderate_photo_comment_comment_label' => 'Comments:',
|
|
'moderate_photo_comment_email_label' => 'Author e-mail:',
|
|
'moderate_photo_comment_name_label' => 'Author name:',
|
|
'moderate_photo_comment_p1' => 'A new comment has been posted in the :album_name album.',
|
|
'moderate_photo_comment_p2' => 'Click the button below to open the photo\'s page and approve or reject the comment. You will need to login to see unapproved comments.',
|
|
'moderate_photo_comment_subject' => 'New comment requires moderation in :album_name',
|
|
'test_email_subject' => 'Test e-mail from :app_name'
|
|
]; |