libra/lang/en/emails.php

44 lines
2.2 KiB
PHP

<?php
return [
// Account Type Changed
'account_type_changed_subject' => 'Your Account Type Has Been Changed',
'account_type_changed_title' => 'Your Account Type Has Been Changed',
'account_type_changed_greeting' => 'Hello :name,',
'account_type_changed_body' => 'We would like to inform you that your account type has been changed to :type.',
'account_type_changed_note' => 'All your previous consultations and timelines are still preserved and accessible.',
// Account Reactivated
'account_reactivated_subject' => 'Your Account Has Been Reactivated',
'account_reactivated_title' => 'Your Account Has Been Reactivated',
'account_reactivated_greeting' => 'Hello :name,',
'account_reactivated_body' => 'We are pleased to inform you that your account has been reactivated. You can now log in and access all your data.',
'account_reactivated_note' => 'If you did not expect this change, please contact support immediately.',
// Password Reset by Admin
'password_reset_by_admin_subject' => 'Your Password Has Been Reset',
'password_reset_by_admin_title' => 'Your Password Has Been Reset',
'password_reset_by_admin_greeting' => 'Hello :name,',
'password_reset_by_admin_body' => 'An administrator has reset your password. Please use the new password below to log in.',
'your_new_password' => 'Your New Password',
'password_reset_by_admin_note' => 'For security, we recommend changing this password after logging in.',
// Welcome Account
'welcome_subject' => 'Welcome to Libra Law Firm',
'welcome_title' => 'Welcome to Libra Law Firm',
'welcome_greeting' => 'Dear :name,',
'welcome_body' => 'Your account has been successfully created on the Libra Law Firm platform.',
'login_credentials' => 'Login Credentials:',
'email_label' => 'Email:',
'password_label' => 'Password:',
'welcome_features' => 'You can now access:',
'feature_book_consultations' => 'Book consultations',
'feature_track_cases' => 'Track your cases',
'feature_view_updates' => 'View updates',
'welcome_contact' => 'If you have any questions, please don\'t hesitate to contact us.',
// Common
'login_now' => 'Login Now',
'regards' => 'Regards',
];