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-05-01 19:14:33 +00:00
|
|
|
'success_treated_demand' => 'Request successfully processed'
|
2020-04-28 16:12:05 +00:00
|
|
|
];
|