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

56 lines
1.8 KiB
PHP
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
$gbnamearray = Array(
availfile => "伺服器有以下备份",
no_backup => "找不到BSC备份档",
selectfile => "请选择BSC备份档",
err_msg => "参数错误",
heading => "数据库下载之后必须重启BSC",
remind => "档案下载时间随档案大小而改变",
cleanup => "释放资源",
checkexist => "查看",
rename => "更改档名",
copy => "复制",
ok => "成功",
not_ok => "不成功",
done => "数据库下载完成请重启BSC",
rebootbsc => "重启BSC",
failed => "失败",
create_dir => "创建目录",
rmdir => "删除目录",
chdir => "变更目录",
untar => "解压",
submit => "确定",
back => "返回",
ping => "连接",
mounting => "导入",
umounting => "导出"
);
$engnamearray = Array(
availfile => "Available BSC database backup",
no_backup => "No database backup file is found",
selectfile => "Please select BSC database backup here",
err_msg => "Please make sure you have input the correct parameters",
heading => "After downloading BSS software, you have to reboot BSC",
remind => "The software download time may vary with the file size",
cleanup => "Cleaning up allocated resources",
checkexist => "Checking the existent of",
rename => "Renaming",
copy => "Copying",
ok => "OK",
not_ok => "Not OK",
done => "Database download is complete. Reboot BSC is required",
rebootbsc => "Reboot BSC",
failed => "Failed",
create_dir => "Creating directory",
rmdir => "Removing directory",
chdir => "Changing directory",
untar => "Decompressing",
submit => "CONFIRM",
back => "BACK",
ping => "Pinging",
mounting => "Mounting",
umounting => "Unmounting"
);
?>