en_GB.php
1.35 KB
<?php $TRANSLATIONS = array(
"Greetings {user}," => "Hi {user},",
"Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." => "Sorry, but 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." => "This email is a notification from {host}. Please, do not reply.",
"File uploaded: {file}" => "File uploaded: {file}",
"Antivirus Configuration" => "Antivirus Configuration",
"Mode" => "Mode",
"Executable" => "Executable",
"Daemon" => "Daemon",
"Daemon (Socket)" => "Daemon (Socket)",
"Socket" => "Socket",
"Clamav Socket." => "Clamav Socket.",
"Not required in Executable Mode." => "Not required in Executable Mode.",
"Host" => "Host",
"Address of Antivirus Host." => "Address of Antivirus Host.",
"Port" => "Port",
"Port number of Antivirus Host." => "Port number of Antivirus Host.",
"Stream Length" => "Stream Length",
"ClamAV StreamMaxLength value in bytes." => "ClamAV StreamMaxLength value in bytes.",
"Path to clamscan" => "Path to clamscan",
"Path to clamscan executable." => "Path to clamscan executable.",
"Not required in Daemon Mode." => "Not required in Daemon Mode.",
"Action for infected files found while scanning" => "Action for infected files found while scanning",
"Only log" => "Only log",
"Delete file" => "Delete file",
"Save" => "Save"
);