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

54 lines
1.6 KiB
PHP
Executable File

<?php
$gbnamearray = Array(
availfile => "伺服器有以下备份",
no_backup => "找不到BSC备份档",
selectfile => "请输入BSC备份档",
err_msg => "参数错误",
heading => "数据库备份",
remind => "档案备份时间随档案大小而改变",
cleanup => "释放资源",
checkexist => "查看",
rename => "更改档名",
copy => "复制",
ok => "成功",
not_ok => "不成功",
done => "数据库备份完成",
failed => "失败",
create_dir => "创建目录",
rmdir => "删除目录",
chdir => "变更目录",
tar => "加压",
submit => "确定",
back => "返回",
ping => "连接",
mounting => "导入",
umounting => "导出"
);
$engnamearray = Array(
availfile => "Previous BSC database backup",
no_backup => "No database backup file is found",
selectfile => "Please input a backup filename",
err_msg => "Please make sure you have input the correct parameters",
heading => "BSS database backup",
remind => "The database backup 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 backup is complete.",
failed => "Failed",
create_dir => "Creating directory",
rmdir => "Removing directory",
chdir => "Changing directory",
tar => "Compressing",
submit => "CONFIRM",
back => "BACK",
ping => "Pinging",
mounting => "Mounting",
umounting => "Unmounting"
);
?>