105 lines
5.9 KiB
PHP
105 lines
5.9 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',
|
|
|
|
// Booking Submitted (client)
|
|
'booking_submitted_subject' => 'Booking Request Submitted',
|
|
'booking_submitted_title' => 'Booking Request Received',
|
|
'booking_submitted_greeting' => 'Dear :name,',
|
|
'booking_submitted_body' => 'Your consultation booking request has been submitted successfully and is pending review.',
|
|
'booking_details' => 'Booking Details:',
|
|
'booking_date' => 'Date:',
|
|
'booking_time' => 'Time:',
|
|
'booking_duration' => 'Duration:',
|
|
'booking_submitted_next_steps' => 'Our team will review your request and you will receive a confirmation once approved.',
|
|
'booking_submitted_contact' => 'If you have any questions, please do not hesitate to contact us.',
|
|
|
|
// New Booking Request (admin)
|
|
'new_booking_request_subject' => 'New Booking Request',
|
|
'new_booking_request_title' => 'New Consultation Booking Request',
|
|
'new_booking_request_body' => 'A new consultation booking request has been submitted.',
|
|
'client_details' => 'Client Details:',
|
|
'client_name' => 'Name:',
|
|
'client_email' => 'Email:',
|
|
'client_phone' => 'Phone:',
|
|
'problem_summary' => 'Problem Summary:',
|
|
'view_in_dashboard' => 'View in Dashboard',
|
|
|
|
// Booking Approved (client)
|
|
'booking_approved_title' => 'Your Booking Has Been Approved',
|
|
'booking_approved_greeting' => 'Dear :name,',
|
|
'booking_approved_body' => 'We are pleased to inform you that your consultation booking request has been approved.',
|
|
'consultation_type' => 'Type:',
|
|
'free_consultation' => 'Free Consultation',
|
|
'paid_consultation' => 'Paid Consultation',
|
|
'payment_details' => 'Payment Details:',
|
|
'payment_amount' => 'Amount:',
|
|
'payment_instructions' => 'Payment Instructions:',
|
|
'booking_approved_calendar' => 'A calendar file (.ics) is attached to this email. You can add it to your calendar application.',
|
|
'booking_approved_contact' => 'If you have any questions or need to reschedule, please contact us.',
|
|
|
|
// Booking Rejected (client)
|
|
'booking_rejected_title' => 'Regarding Your Consultation Request',
|
|
'booking_rejected_greeting' => 'Dear :name,',
|
|
'booking_rejected_body' => 'We regret to inform you that your consultation booking request could not be approved at this time.',
|
|
'rejection_reason' => 'Reason:',
|
|
'booking_rejected_next_steps' => 'You are welcome to submit a new booking request for a different date or time.',
|
|
'booking_rejected_contact' => 'If you have any questions, please do not hesitate to contact us.',
|
|
|
|
// Consultation Cancelled (client)
|
|
'consultation_cancelled_title' => 'Your Consultation Has Been Cancelled',
|
|
'consultation_cancelled_greeting' => 'Dear :name,',
|
|
'consultation_cancelled_body' => 'We would like to inform you that your consultation appointment has been cancelled.',
|
|
'cancelled_booking_details' => 'Cancelled Appointment Details:',
|
|
'consultation_cancelled_rebook' => 'If you would like to book a new consultation, please visit our booking page.',
|
|
'consultation_cancelled_contact' => 'If you have any questions about this cancellation, please contact us.',
|
|
|
|
// Consultation Rescheduled (client)
|
|
'consultation_rescheduled_title' => 'Your Consultation Has Been Rescheduled',
|
|
'consultation_rescheduled_greeting' => 'Dear :name,',
|
|
'consultation_rescheduled_body' => 'Your consultation appointment has been rescheduled to a new date and time.',
|
|
'old_booking_details' => 'Previous Appointment:',
|
|
'new_booking_details' => 'New Appointment:',
|
|
'consultation_rescheduled_calendar' => 'A new calendar file (.ics) is attached. Please update your calendar.',
|
|
'consultation_rescheduled_contact' => 'If you have any questions about this change, please contact us.',
|
|
];
|