17 lines
733 B
PHP
Executable File
17 lines
733 B
PHP
Executable File
<?php
|
|
$gbnamearray = Array(
|
|
saveiscompleted => "保存完成",
|
|
actioniscompleted => "任务完成",
|
|
nobsscommresponse => "BssComm 没有回应",
|
|
nobscresponse => "BSC 没有回应",
|
|
cmdtablefull => "命令表没有空间,一会儿后再试"
|
|
);
|
|
$engnamearray = Array(
|
|
saveiscompleted => "Save is Completed: (modified items are highlighted)",
|
|
actioniscompleted => "Action is completed",
|
|
nobsscommresponse => "No response from BssComm",
|
|
nobscresponse => "No response from BSC",
|
|
cmdtablefull => "Command table is full: wait and send the command later"
|
|
);
|
|
?>
|