58 lines
2.2 KiB
PHP
Executable File
58 lines
2.2 KiB
PHP
Executable File
<?php
|
||
$gbnamearray = Array(
|
||
confirm_sw_dnload => "要下载BSS软件吗?",
|
||
select_ip => "系统IP地址",
|
||
processor => "CPU板类型",
|
||
system_type => "系统类型",
|
||
back => "返回",
|
||
swversion => "软件版本",
|
||
err_msg => "参数错误",
|
||
heading => "BSS软件下载之后,必须重启BSC",
|
||
remind => "档案下载时间随档案大小而改变",
|
||
cleanup => "释放资源",
|
||
checkexist => "查看",
|
||
check_version => "查看板本",
|
||
check_cpu_board => "查看CPU板类型",
|
||
rename => "更改档名",
|
||
copy => "复制",
|
||
submit => "确定",
|
||
ok => "成功",
|
||
not_ok => "不成功",
|
||
done => "BSS软件下载完成,请重启BSC",
|
||
failed => "失败",
|
||
create_dir => "创建目录",
|
||
rmdir => "删除目录",
|
||
ping => "连接",
|
||
mounting => "导入",
|
||
umounting => "导出"
|
||
);
|
||
|
||
$engnamearray = Array(
|
||
confirm_sw_dnload => "Do you want to download BSS software to BSC?",
|
||
select_ip => "System IP address",
|
||
processor => "CPU Board Type",
|
||
system_type => "System Type",
|
||
back => "BACK",
|
||
swversion => "Software Version",
|
||
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",
|
||
check_version => "Checking BSS software version",
|
||
check_cpu_board => "Checking CPU board type",
|
||
rename => "Renaming",
|
||
copy => "Copying",
|
||
submit => "CONFIRM",
|
||
ok => "OK",
|
||
not_ok => "Not OK",
|
||
done => "Software download is complete. Please reboot BSC",
|
||
failed => "Failed",
|
||
create_dir => "Creating directory",
|
||
rmdir => "Removing directory",
|
||
ping => "Pinging",
|
||
mounting => "Mounting",
|
||
umounting => "Unmounting"
|
||
);
|
||
?>
|