walletservice/resources/lang/en/messages.php

58 lines
2.4 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_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!
You can now use all iLink World services.
Welcome to the iLink World family !!!
Regards,
ILinkWorld team.',
'successful_deposit_ilink' => 'Deposit to an iLink wallet. User code: :user_code
Transaction information:
- Transaction ID : :id_transaction
- Amount of the transaction : :amount
- Net amount of the country of departure : :net_init
- Net amount of the destination country : :net_final
- Fees : :fees
- Tax : :tax',
'successful_send_cash'=>'Sent by :sender_name to :receiver_name.
Transaction information:
- Transaction ID : :id_transaction
- Amount of the transaction : :amount
- Net amount of the country of departure : :net_init
- Net amount of the destination country : :net_final
- Fees : :fees
- Tax : :tax
- Withdrawal code : :code',
'successful_user_send_to_wallet' => 'Money sent to a wallet.
Transaction information:
- Transaction ID : :id_transaction
- Amount of the transaction : :amount
- Net amount of the country of departure : :net_init
- Net amount of the destination country : :net_final
- Fees : :fees
- Tax : :tax
- Recipient wallet code : :code',
];