Blame view

sources/apps/files_antivirus/l10n/tr.php 1.4 KB
42e4f8d60   Kload   add all apps
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  <?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"
  );