128 lines
4.8 KiB
PHP
Executable File
128 lines
4.8 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_card_attachment' => 'Attachment of your card made',
|
|
'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_agent_deposit_wallet_ilink' => 'Depositing money to an iLink account
|
|
Transaction information :
|
|
- Transaction ID : :id_transaction
|
|
- Amount : :amount
|
|
- Fees and Taxes : :fees
|
|
- Country of departure : :init_country
|
|
- Net amount : :net_init
|
|
- Country of destination : :final_country
|
|
- Net amount : :net_final
|
|
- Recipient account : :user_code',
|
|
'successful_agent_deposit_other_wallet' => 'Deposit money to another account
|
|
Transaction information :
|
|
- Transaction ID : :id_transaction
|
|
- Amount : :amount
|
|
- Fees and Taxes : :fees
|
|
- Country of departure : :init_country
|
|
- Net amount : :net_init
|
|
- Country of destination : :final_country
|
|
- Net amount : :net_final
|
|
- Issuer names : :sender_name
|
|
- Recipient names : :receiver_name.
|
|
- Recipient account : :receiver_code',
|
|
'successful_agent_send_cash'=>'Money sent
|
|
Transaction information:
|
|
- Transaction ID : :id_transaction
|
|
- Amount : :amount
|
|
- Fees and Taxes : :fees
|
|
- Country of departure : :init_country
|
|
- Net amount : :net_init
|
|
- Country of destination : :final_country
|
|
- Net amount : :net_final
|
|
- Issuer names : :sender_name
|
|
- Recipient names : :receiver_name.
|
|
- Withdrawal code : :code',
|
|
'successful_user_send_to_wallet' => 'Sending money account to account.
|
|
Transaction information :
|
|
- ID : :id_transaction
|
|
- Amount of the transaction : :amount
|
|
- Fees + Taxes : :fees
|
|
- Country of departure : :init_country
|
|
- Net amount : :net_init
|
|
- Country of destination : :final_country
|
|
- Net amount : :net_final
|
|
- Issuer account : :sender_code
|
|
- Recipient account : :receiver_code',
|
|
'sent_by_mail' => '
|
|
|
|
This message was sent to the sender\'s email',
|
|
'successful_user_send_to_cart' => 'Sending money to a visa card made.
|
|
Transaction information :
|
|
- ID : :id_transaction
|
|
- Amount of the transaction : :amount
|
|
- Fees : :fees
|
|
- Net shipping amount : :net
|
|
- Issuer account :sender_code
|
|
- Card number: :cart_number',
|
|
'successful_user_send_to_cash' => 'Sending money from account to cash
|
|
Transaction information :
|
|
- Number: :id_transaction
|
|
- Amount of the transaction: :amount
|
|
- Fees and Taxes: :fees
|
|
- Country of departure: :init_country
|
|
- Net amount: :net_init
|
|
- Country of destination: :final_country
|
|
- Net amount: :net_final
|
|
- Issuer account: :sender_code
|
|
- Recipient names: :receiver_name.
|
|
- Withdrawal code: :code ',
|
|
'successful_user_remove_from_wallet_to_cash'=>'Personal money withdrawal
|
|
Transaction information:
|
|
- Number : :id_transaction
|
|
- Amount of the transaction : :amount
|
|
- Fees and Taxes: :fees
|
|
- Country of departure: :init_country
|
|
- Net withdrawal amount : :net
|
|
- Country of destination: :init_country
|
|
- Issuer account : :sender_code
|
|
- Withdrawal code : :code',
|
|
'successful_user_remove_from_cart_to_wallet'=>'Withdrawing money from your card to your account
|
|
Transaction information:
|
|
- Number : :id_transaction
|
|
- Amount of the transaction : :amount
|
|
- Fees : :fees
|
|
- Net withdrawal amount : :net
|
|
- Recipient account : :sender_code
|
|
- Card number : :cart_number',
|
|
'successful_user_remove_from_cart_to_cash' => 'Withdrawing money from your card to cash
|
|
Transaction information :
|
|
- Number: :id_transaction
|
|
- Amount of the transaction: :amount
|
|
- Fees: :fees
|
|
- Net withdrawal amount: :net
|
|
- User code : :sender_code
|
|
- Card number : :cart_number
|
|
- Withdrawal code : :code',
|
|
];
|