41 lines
1.9 KiB
PHP
Executable File
41 lines
1.9 KiB
PHP
Executable File
<?php
|
|
$gbnamearray = Array(
|
|
confirmquestionbegin => "决定要",
|
|
confirmquestionend => "吗?",
|
|
name => "名称",
|
|
ipaddress => "IP 地址",
|
|
swversion => "软件版本",
|
|
remarks => "备注",
|
|
delbts => "删除 BTS",
|
|
addbts => "增加 BTS",
|
|
upload => "上载参数",
|
|
download => "下载参数",
|
|
cfgupload => "数据库备份",
|
|
cfgdownload => "数据库下载",
|
|
swdownload => "软件下载",
|
|
deletebss => "删 除 BSS ",
|
|
backupdb => "BSC数据库备份",
|
|
//statistics => "话务统计",
|
|
showalarm => "查看告警"
|
|
);
|
|
$engnamearray = Array(
|
|
confirmquestionbegin => "Are you sure you want to ",
|
|
confirmquestionend => "?",
|
|
name => "Name",
|
|
ipaddress => "IP Address",
|
|
swversion => "Software Version",
|
|
remarks => "Remarks",
|
|
delbts => "DEL BTS",
|
|
addbts => "ADD BTS",
|
|
upload => "Get All",
|
|
download => "Data Dnload",
|
|
cfgupload => "Back Up",
|
|
cfgdownload => "Restore",
|
|
swdownload => "SW Upload",
|
|
deletebss => "Delete BSS",
|
|
backupdb => "Backup DB",
|
|
//statistics => "Statistics",
|
|
showalarm => "Show Alarm"
|
|
);
|
|
?>
|