12 lines
541 B
PHP
Executable File
12 lines
541 B
PHP
Executable File
<?php
|
|
return array (
|
|
'Reset password successful' => 'Reset password successful',
|
|
'Reset trade password successful' => 'Reset trade password successful',
|
|
'The system is under maintenance, please wait...' => 'The system is under maintenance, please wait...',
|
|
'User is incorrect' => 'User is incorrect',
|
|
'Trade successful' => 'Trade successful',
|
|
'Incoret param' => 'Incoret param',
|
|
'You have verified' => 'You have verified',
|
|
'ID card already exists' => 'ID card already exists',
|
|
'Invalid parameter' => 'Invalid parameter',
|
|
); |