Blame view

sources/apps/files_antivirus/l10n/tr.php 818 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  <?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"
  );