Blame view

sources/apps/files_antivirus/l10n/lv.php 1.49 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}," => "Esi sveicināts, {user},",
  "Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." => "Augšupielādētajā datnē tika atrasta ļaunprātīga programmatūra, un to vajadzēja izdzēst.",
  "This email is a notification from {host}. Please, do not reply." => "Šis vēstule ir paziņojums no {host}. Lūdzu, neatbildiet.",
  "File uploaded: {file}" => "Datne ir augšupielādēta: {file}",
  "Antivirus Configuration" => "Antivīrusa konfigurācija",
  "Mode" => "Režīms",
  "Executable" => "Izpildāmais",
  "Daemon" => "Dēmons",
  "Daemon (Socket)" => "Dēmons (Ligzda)",
  "Socket" => "Ligzda (Socket)",
  "Clamav Socket." => "Clamav Ligzda",
  "Not required in Executable Mode." => "Nav nepieciešams izpildāmā režīmā.",
  "Host" => "Resursdators",
  "Address of Antivirus Host." => "Antivīrusa servera adrese.",
  "Port" => "Ports",
  "Port number of Antivirus Host." => "Antivīrusa servera porta numurs.",
  "Stream Length" => "Straumes garums",
  "ClamAV StreamMaxLength value in bytes." => "ClamAV StreamMaxLength vērtība baitos.",
  "Path to clamscan" => "Ceļš uz clamscan",
  "Path to clamscan executable." => "Ceļš uz clamscan izpildāmo datni.",
  "Not required in Daemon Mode." => "Nav vajadzīgs dēmona režīmā.",
  "Action for infected files found while scanning" => "Darbība, ko veikt ar skenēšanas laikā atrastajām inficētajām datnēm",
  "Only log" => "Tikai reģistrēt",
  "Delete file" => "Dzēst datni",
  "Save" => "Saglabāt"
  );