Blame view
sources/apps/files_antivirus/l10n/zh_CN.php
1.2 KB
|
42e4f8d60
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
<?php $TRANSLATIONS = array(
"Greetings {user}," => "你好 {user},",
"Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." => "抱歉,您的文件含有恶意软件。文件已经被删除。",
"This email is a notification from {host}. Please, do not reply." => "这是一封{host}通知电邮。请勿回复。",
"File uploaded: {file}" => "文件上载成功:{file}",
"Antivirus Configuration" => "杀毒软件配置",
"Mode" => "模式",
"Executable" => "可执行文件",
"Daemon" => "守护进程",
"Not required in Executable Mode." => "无需于执行模式",
"Host" => "主机",
"Address of Antivirus Host." => "杀毒软件主机地址",
"Port" => "端口",
"Port number of Antivirus Host." => "杀毒软件主机端口号",
"Stream Length" => "流长度",
"ClamAV StreamMaxLength value in bytes." => "ClamAV StreamMaxLength 字节定值",
"Path to clamscan" => "clamscan路径",
"Path to clamscan executable." => "clamscan执行文件路径",
"Not required in Daemon Mode." => "无需于守护进程",
"Action for infected files found while scanning" => "扫描感染文件成功后的行动",
"Only log" => "仅记录",
"Delete file" => "删除文件",
"Save" => "保存"
);
|