Files
web.ems/wxc2_omc/configuration/bssomc/modify.inc
agtuser 16a3fd1e1b init
2024-11-11 17:56:00 +08:00

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"
);
?>