2021-10-19 14:35:01 +00:00
|
|
|
<?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",
|
2021-11-02 16:46:48 +00:00
|
|
|
'insurance_subscription_mail' => ":gender :name,
|
2021-10-19 14:35:01 +00:00
|
|
|
|
|
|
|
Your subscription request is being validated.
|
|
|
|
Request Information:
|
|
|
|
- ID: :subscription_id
|
2021-11-02 16:46:48 +00:00
|
|
|
- Name of the insurance: :insurance_name
|
2021-10-19 14:35:01 +00:00
|
|
|
- Bonus amount: :bonus_amount
|
|
|
|
- Number of beneficiaries: :number_of_beneficiaries
|
2021-10-27 12:48:07 +00:00
|
|
|
",
|
|
|
|
'insurance_subscription_accepted' => "Insurance subscription accepted",
|
2021-11-02 16:46:48 +00:00
|
|
|
'insurance_subscription_accepted_mail' => ":gender :name ,
|
2021-10-27 12:48:07 +00:00
|
|
|
|
|
|
|
Your application has been accepted.
|
|
|
|
Application information :
|
|
|
|
- ID: :subscription_id
|
2021-11-02 16:46:48 +00:00
|
|
|
- Name of the insurance: :insurance_name
|
2021-10-27 12:48:07 +00:00
|
|
|
- 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",
|
2021-11-02 16:46:48 +00:00
|
|
|
'insurance_subscription_rejected_mail' => ":gender :name ,
|
2021-10-27 12:48:07 +00:00
|
|
|
|
|
|
|
Your application has been rejected.
|
|
|
|
Application information :
|
|
|
|
- ID: :subscription_id
|
2021-11-02 16:46:48 +00:00
|
|
|
- Name of the insurance: :insurance_name
|
2021-10-27 12:48:07 +00:00
|
|
|
- Premium amount: :bonus_amount
|
|
|
|
- Number of beneficiaries : :number_of_beneficiaries
|
|
|
|
|
|
|
|
Reason for rejection: :reason ",
|
2021-10-29 11:44:28 +00:00
|
|
|
'insurance_subscription_rejected_notification' => "Your :subscription_id application has been rejected",
|
2021-11-01 14:26:21 +00:00
|
|
|
"insurance_subscription_successful" => "Insurance subscription successful",
|
|
|
|
'insurance_subscription_updated' => "Insurance subscription update",
|
2021-11-04 17:07:15 +00:00
|
|
|
"insurance_subscription_updated_successful" => "Insurance subscription update successful",
|
|
|
|
'insurance_subscription_paid' => "Insurance subscription paid",
|
|
|
|
'insurance_subscription_paid_mail' => ":gender :name ,
|
|
|
|
|
|
|
|
Your insurance has been validated.
|
|
|
|
Insurance information :
|
|
|
|
- ID: :subscription_id
|
|
|
|
- Insurance number: :insured_id
|
|
|
|
- Insurance name: :insurance_name
|
|
|
|
- Amount: :bonus_amount
|
|
|
|
- Number of beneficiaries : :number_of_beneficiaries
|
|
|
|
- Number of months: :months
|
|
|
|
",
|
2021-11-05 15:46:08 +00:00
|
|
|
'insurance_subscription_awaiting_more_information' => "Insurance subscription waiting for more information",
|
|
|
|
'insurance_subscription_awaiting_more_information_mail' => ":gender :name ,
|
|
|
|
|
|
|
|
Your application is waiting for more information.
|
|
|
|
Application information :
|
|
|
|
- ID: :subscription_id
|
|
|
|
- Insurance name: :insurance_name
|
|
|
|
- Premium amount: :bonus_amount
|
|
|
|
- Number of beneficiaries : :number_of_beneficiaries
|
|
|
|
|
|
|
|
Message: :reason",
|
|
|
|
'insurance_subscription_awaiting_more_information_notification' => "Your :subscription_id application is waiting for more information"
|
2021-10-19 14:35:01 +00:00
|
|
|
];
|