29 lines
1.4 KiB
PHP
29 lines
1.4 KiB
PHP
|
<?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
|
||
|
"
|
||
|
];
|