et_EE.php
1.38 KB
<?php $TRANSLATIONS = array(
"Greetings {user}," => "Tere {user},",
"Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." => "Kahju, kuid üleslaetavast failist leiti pahavara ning fail tuli kustutada.",
"This email is a notification from {host}. Please, do not reply." => "Käesolev email on teavitus masinast {host}. Palun ära vasta.",
"File uploaded: {file}" => "Laetud üles fail: {file}",
"Antivirus Configuration" => "Viirustõrje seadistus",
"Mode" => "Režiim",
"Executable" => "Käivitatav",
"Daemon" => "Deemon",
"Daemon (Socket)" => "Daemon (sokkel)",
"Socket" => "Sokkel",
"Clamav Socket." => "Clamav sokkel.",
"Not required in Executable Mode." => "Pole käivitamise režiimis nõutav.",
"Host" => "Host",
"Address of Antivirus Host." => "Antiviiruse hosti nimi.",
"Port" => "Port",
"Port number of Antivirus Host." => "Antiviiruse hosti pordi number.",
"Stream Length" => "Striimi pikkus",
"ClamAV StreamMaxLength value in bytes." => "ClamAV StreamMaxLength väärtus baitides.",
"Path to clamscan" => "clamscani asukoht",
"Path to clamscan executable." => "clamscani rakenduse asukoht.",
"Not required in Daemon Mode." => "Pole deemonirežiimis nõutav.",
"Action for infected files found while scanning" => "Skaneerimisel leitud nakatunud failidega sooritatav toiming",
"Only log" => "Ainult logi",
"Delete file" => "Kustuta fail",
"Save" => "Salvesta"
);