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

17 lines
586 B
PHP
Executable File

<?php
$gbnamearray = Array(
confirmquestionbegin => "决定要",
confirmquestionend => "吗?",
entervalidvalue => "请输入有效数值",
actioniscompleted => "任务完成",
savenotneed => "没有变动"
);
$engnamearray = Array(
confirmquestionbegin => "Are you sure you want to ",
confirmquestionend => "?",
entervalidvalue => "You must enter valid value",
actioniscompleted => "Action is completed",
savenotneed => "Save Not needed"
);
?>