9 lines
369 B
PHP
Executable File
9 lines
369 B
PHP
Executable File
<?php
|
|
return array (
|
|
'The system is under maintenance, please wait...' => 'The system is under maintenance, please wait...',
|
|
'Exchange successful' => 'Exchange successful',
|
|
'User is incorrect' => 'User is incorrect',
|
|
'Insufficient balance' => 'Insufficient balance',
|
|
'Transfer successful' => 'Transfer successful',
|
|
'卡密不存在' => '卡密不存在',
|
|
); |