Blame view
sources/apps/files_antivirus/l10n/et_EE.php
683 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
<?php $TRANSLATIONS = array(
"Greetings {user}," => "Tere {user},",
"Mode" => "Režiim",
"Executable" => "Käivita",
"Daemon" => "Deemon",
"Host" => "Host",
"Address of Antivirus Host." => "Antiviiruse hosti nimi.",
"Not required in Executable Mode." => "Pole käivitamise režiimis nõutav.",
"Port" => "Port",
"Port number of Antivirus Host." => "Antiviiruse hosti pordi number.",
"Stream Length" => "Striimi pikkus",
"Path to clamscan" => "clamscani asukoht",
"Path to clamscan executable." => "clamscani rakenduse asukoht.",
"Not required in Daemon Mode." => "Pole deemonirežiimis nõutav.",
"Only log" => "Ainult logi",
"Delete file" => "Kustuta fail",
"Save" => "Salvesta"
);
|