Blame view

sources/apps/files_antivirus/l10n/id.php 1.26 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
  <?php $TRANSLATIONS = array(
  "Greetings {user}," => "Salam {user},",
  "Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." => "Maaf, tetapi sebuah malware terdeteksi dalam berkas yang anda unggah dan harus dihapus.",
  "This email is a notification from {host}. Please, do not reply." => "Email ini adalah notifikasi dari {host}. Jangan dibalas.",
  "File uploaded: {file}" => "Berkas diunggah: {file}",
  "Antivirus Configuration" => "Konfigurasi Antivirus",
  "Mode" => "Mode",
  "Executable" => "Eksekutor",
  "Daemon" => "Daemon",
  "Not required in Executable Mode." => "Tidak diperlukan dalam Mode Eksekutor",
  "Host" => "Host",
  "Address of Antivirus Host." => "Alamat Host Antivirus",
  "Port" => "port",
  "Port number of Antivirus Host." => "Nomor port Host Antivirus",
  "Stream Length" => "Panjang Aliran",
  "ClamAV StreamMaxLength value in bytes." => "Nilai ClamAV StreamMaxLength dalam byte.",
  "Path to clamscan" => "Lokasi clamscan",
  "Path to clamscan executable." => "Lokasi eksekutor clamscan.",
  "Not required in Daemon Mode." => "Tidak diperlukan dalam Mode Daemon.",
  "Action for infected files found while scanning" => "Aksi untuk berkas yang terinfeksi saat pemindaian",
  "Only log" => "Catat saja",
  "Delete file" => "Hapus berkas",
  "Save" => "simpan"
  );