2020-04-28 16:12:05 +00:00
|
|
|
<?php
|
|
|
|
return [
|
|
|
|
'empty_com_balance' => 'Commission balance is empty',
|
|
|
|
'treated_demand' => 'Credit request already processed',
|
|
|
|
'canceled_demand' => 'Canceled credit request',
|
2020-05-01 19:14:33 +00:00
|
|
|
'princ_balance_inf_to_demand_amount' => 'Your main balance is less than the amount of the request, do you want to change the amount ?',
|
2020-05-01 18:35:53 +00:00
|
|
|
'new_wallet_added' => 'New wallet added',
|
2020-06-09 15:27:57 +00:00
|
|
|
'success_treated_demand' => 'Request successfully processed',
|
2020-06-11 13:42:35 +00:00
|
|
|
'canceled_credit_request' => 'Canceled credit request',
|
|
|
|
'canceled_transaction' => 'Canceled transaction',
|
2020-06-19 13:48:27 +00:00
|
|
|
'successful_transaction' => 'Successful transaction',
|
|
|
|
'incorrect_user_password' => 'Incorrect user password',
|
2020-06-16 05:49:49 +00:00
|
|
|
'successful_identification'=>'User :name has been successfully identified.',
|
2020-06-12 06:11:11 +00:00
|
|
|
'user_identificated' => 'User already identificated',
|
2020-06-16 11:23:09 +00:00
|
|
|
'user_not_identificated' => 'User is not identificated',
|
2020-06-11 13:42:35 +00:00
|
|
|
'validated_identification'=>'Validated identification',
|
|
|
|
'identification_already_validated'=>'Identification already validated',
|
|
|
|
'successful_identification_message' => 'Hi :name,
|
|
|
|
|
|
|
|
Your identification has been taken into account. Contact an iLink World agent with your ID to validate your identity.
|
|
|
|
|
|
|
|
Regards,
|
|
|
|
iLinkWorld team.',
|
|
|
|
'validated_identification_message' => 'Your identification is confirmed!
|
|
|
|
|
2020-06-16 05:49:49 +00:00
|
|
|
You can now use all iLink World services.
|
2020-06-11 13:42:35 +00:00
|
|
|
Welcome to the iLink World family !!!
|
|
|
|
|
|
|
|
Regards,
|
2020-06-19 13:48:27 +00:00
|
|
|
ILinkWorld team.',
|
|
|
|
'successful_deposit_ilink' => 'Your ilink account has been reloaded with :montant'
|
2020-04-28 16:12:05 +00:00
|
|
|
];
|