walletservice/resources/lang/en/emails.php

43 lines
2.1 KiB
PHP
Raw Normal View History

<?php
return [
'bank_linked_subject' => 'Bank Account Linking Confirmation',
'bank_linked_title' => 'Bank Linking Confirmed',
'greeting' => 'Hello,',
'bank_linked_body' => 'We are pleased to inform you that your bank account linking request has been successfully validated.',
'bank_linked_details' => 'Here are your linking details:',
'label_user_code' => 'Your Wallet Code (User Code)',
'label_iban' => 'Account Number / IBAN',
'bank_linked_footer' => 'You can now perform transactions between your bank account and your digital wallet.',
'automated_msg' => 'This email is generated automatically, please do not reply.',
// ACCOUNT ACTIVATION
'account_activated_subject' => 'Your bank account has been activated',
'account_activated_title' => 'Account Activation Successful',
'congratulations' => 'Congratulations',
'account_activated_body' => 'Your account opening request has been accepted and validated by our services.',
'account_activated_footer' => 'You can start using our banking services right now.',
// ACCOUNT CREATION (PENDING)
'account_created_subject' => 'Bank account creation pending validation',
'account_created_title' => 'Opening Request Received',
'account_created_body' => 'Your bank account creation request has been successfully recorded.',
'account_created_footer' => 'We will notify you as soon as the account is validated by our agents.',
// COMMON LABELS
'label_account_number' => 'Account Number',
'label_customer_code' => 'Customer Code',
'label_account_type' => 'Account Type',
'label_bank_name' => 'Bank',
'label_status' => 'Status',
'status_active' => 'Active',
// SIGNATURE & FOOTER
'regards' => 'Regards,',
'team_signature' => 'The Team',
'company_name' => 'SunEx by Ilink World Corporation',
'automated_msg' => 'This email is generated automatically, please do not reply.',
'all_rights' => 'All rights reserved.',
];