tr.php 818 Bytes
<?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",
"Host" => "Konak",
"Address of Antivirus Host." => "Antivirus sunucusunun adresi.",
"Port" => "Port",
"Port number of Antivirus Host." => "Antivirüs sunucusunun port numarası.",
"Delete file" => "Dosyayı sil",
"Save" => "Kaydet"
);