Blame view

sources/apps/files_antivirus/l10n/et_EE.php 1.38 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}," => "Tere {user},",
  "Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." => "Kahju, kuid üleslaetavast failist leiti pahavara ning fail tuli kustutada.",
  "This email is a notification from {host}. Please, do not reply." => "Käesolev email on teavitus masinast {host}. Palun ära vasta.",
  "File uploaded: {file}" => "Laetud üles fail: {file}",
  "Antivirus Configuration" => "Viirustõrje seadistus",
  "Mode" => "Režiim",
  "Executable" => "Käivitatav",
  "Daemon" => "Deemon",
  "Daemon (Socket)" => "Daemon (sokkel)",
  "Socket" => "Sokkel",
  "Clamav Socket." => "Clamav sokkel.",
  "Not required in Executable Mode." => "Pole käivitamise režiimis nõutav.",
  "Host" => "Host",
  "Address of Antivirus Host." => "Antiviiruse hosti nimi.",
  "Port" => "Port",
  "Port number of Antivirus Host." => "Antiviiruse hosti pordi number.",
  "Stream Length" => "Striimi pikkus",
  "ClamAV StreamMaxLength value in bytes." => "ClamAV StreamMaxLength väärtus baitides.",
  "Path to clamscan" => "clamscani asukoht",
  "Path to clamscan executable." => "clamscani rakenduse asukoht.",
  "Not required in Daemon Mode." => "Pole deemonirežiimis nõutav.",
  "Action for infected files found while scanning" => "Skaneerimisel leitud nakatunud failidega sooritatav toiming",
  "Only log" => "Ainult logi",
  "Delete file" => "Kustuta fail",
  "Save" => "Salvesta"
  );