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

23 lines
723 B
PHP
Executable File

<?php
$gbnamearray = Array(
noobj => "没有对象",
noobjcreated=> "没有对象产生",
broken => "失去连接",
contacted => "连接中",
connected => "连接上",
bssid => "基站子系统编号",
statistics => "话务统计",
showalarm => "查看告警"
);
$engnamearray = Array(
noobj => "No Object",
noobjcreated=> "No Object created",
broken => "NOT CONNECTED",
contacted => "CONTACTED",
connected => "CONNECTED",
bssid => "BSS ID",
statistics => "STATISTICS",
showalarm => "SHOW ALARM"
);
?>