28 строки
1.4 KiB
PHP
28 строки
1.4 KiB
PHP
<?php $TRANSLATIONS = array(
|
||
"Greetings {user}," => "Hoşgeldiniz {user},",
|
||
"Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." => "Üzgünüz, yüklemeye çalıştığınız dosyada kötü amaçlı yazılım algılandı ve dosya silindi.",
|
||
"This email is a notification from {host}. Please, do not reply." => "Bu bir e-posta bilgilendirmesidir {host}. Lütfen cevap yazmayınız.",
|
||
"File uploaded: {file}" => "Dosya yüklendi: {file}",
|
||
"Antivirus Configuration" => "Antivirüs ayarları",
|
||
"Mode" => "Mod",
|
||
"Executable" => "yürütülebilir",
|
||
"Daemon" => "Demon ",
|
||
"Daemon (Socket)" => "Yardımcı (Yuva)",
|
||
"Socket" => "Yuva",
|
||
"Clamav Socket." => "Clamav Yuvası",
|
||
"Not required in Executable Mode." => "Executable Modu istememis.",
|
||
"Host" => "Konak",
|
||
"Address of Antivirus Host." => "Antivirus sunucusunun adresi.",
|
||
"Port" => "Port",
|
||
"Port number of Antivirus Host." => "Antivirüs sunucusunun port numarası.",
|
||
"Stream Length" => "Stream Length, Unun Akilim ",
|
||
"ClamAV StreamMaxLength value in bytes." => "ClamAV Streamen Uzun fiyat bytes.",
|
||
"Path to clamscan" => "Iceri clamscan ",
|
||
"Path to clamscan executable." => "Clamscan icin islemek ",
|
||
"Not required in Daemon Mode." => "Demo Modu ihbar degil.",
|
||
"Action for infected files found while scanning" => "Scan eyleme dosyalari harpanlamisi icin bulundugu",
|
||
"Only log" => "Sadece log ",
|
||
"Delete file" => "Dosyayı sil",
|
||
"Save" => "Kaydet"
|
||
);
|