54 lines
2.5 KiB
PHP
Executable File
54 lines
2.5 KiB
PHP
Executable File
<?php
|
|
return [
|
|
'empty_com_balance' => 'Commission balance is empty',
|
|
'treated_demand' => 'Credit request already processed',
|
|
'canceled_demand' => 'Canceled credit request',
|
|
'princ_balance_inf_to_demand_amount' => 'Your main balance is less than the amount of the request, do you want to change the amount ?',
|
|
'new_wallet_added' => 'New wallet added',
|
|
'success_treated_demand' => 'Request successfully processed',
|
|
'canceled_credit_request' => 'Canceled credit request',
|
|
'canceled_transaction' => 'Canceled transaction',
|
|
'successful_transaction' => 'Successful transaction',
|
|
'incorrect_user_password' => 'Incorrect user password',
|
|
'successful_identification' => 'User :name has been successfully identified.',
|
|
'user_identificated' => 'User already identificated',
|
|
'user_not_identificated' => 'User is not identificated',
|
|
'validated_identification' => 'Validated identification',
|
|
'identification_already_validated' => 'Identification already validated',
|
|
'successful_card_attachment' => 'Attachment of your card made',
|
|
'insurance_subscription' => "Insurance subscription",
|
|
'insurance_subscription_mail' => "Mr/Ms :name,
|
|
|
|
Your subscription request is being validated.
|
|
Request Information:
|
|
- ID: :subscription_id
|
|
- Bonus amount: :bonus_amount
|
|
- Number of beneficiaries: :number_of_beneficiaries
|
|
",
|
|
'insurance_subscription_accepted' => "Insurance subscription accepted",
|
|
'insurance_subscription_accepted_mail' => "Mr/Mrs :name ,
|
|
|
|
Your application has been accepted.
|
|
Application information :
|
|
- ID: :subscription_id
|
|
- Policyholder number: :user_code
|
|
- Amount to be paid: :bonus_amount
|
|
- Number of beneficiaries : :number_of_beneficiaries
|
|
|
|
Make sure your wallet has enough credit to activate your insurance by payment.
|
|
",
|
|
'insurance_subscription_accepted_notification' => "Your :subscription_id application has been accepted.
|
|
Please ensure that your wallet has sufficient credit to activate your insurance",
|
|
'insurance_subscription_rejected' => "Insurance subscription rejected",
|
|
'insurance_subscription_rejected_mail' => "Mr/Mrs :name ,
|
|
|
|
Your application has been rejected.
|
|
Application information :
|
|
- ID: :subscription_id
|
|
- Premium amount: :bonus_amount
|
|
- Number of beneficiaries : :number_of_beneficiaries
|
|
|
|
Reason for rejection: :reason ",
|
|
'insurance_subscription_rejected_notification' => "Your :subscription_id application has been rejected"
|
|
];
|