37 lines
1.1 KiB
PHP
37 lines
1.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Email Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
*/
|
|
|
|
'reset_password' => [
|
|
'subject' => 'Reset Password Notification',
|
|
'intro' => 'You are receiving this email because we received a password reset request for your account.',
|
|
'action' => 'Reset Password',
|
|
'outro' => 'If you did not request a password reset, no further action is required.'
|
|
],
|
|
|
|
'invite' => [
|
|
'welcome' => 'Welcome to :name',
|
|
'use_these_credentials' => 'Use these credentials for your first login',
|
|
'login' => 'Login',
|
|
'password' => 'Password',
|
|
'login_btn' => 'Login',
|
|
'regards' => 'Regards, :name',
|
|
],
|
|
|
|
'registration' => [
|
|
'welcome' => 'Welcome to :name!',
|
|
'invited' => 'You\'ve been invited to :name.',
|
|
'registration' => 'Please complete the registration account by following this link.',
|
|
'create' => 'Create account',
|
|
'regards' => 'Regards, :name',
|
|
],
|
|
|
|
];
|