19 строки
683 B
PHP
19 строки
683 B
PHP
<?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"
|
|
);
|