Blame view

sources/apps/files_antivirus/l10n/lt_LT.php 1.45 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}," => "Sveiki, {user},",
  "Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." => "Atleiskite, bet kenkėjiška programinė įranga buvo aptikta faile, kurį bandėte įkelti ir jis turėjo būti ištrintas.",
  "This email is a notification from {host}. Please, do not reply." => "Šis laiškas yra iš {host}. Prašome neatsakyti.",
  "File uploaded: {file}" => "Failas nusiųstas: {file}",
  "Antivirus Configuration" => "Antivirusinės konfigūracija",
  "Mode" => "Veiksena",
  "Executable" => "Vykdomasis",
  "Daemon" => "Tarnyba",
  "Daemon (Socket)" => "Tarnyba (Lizdas)",
  "Socket" => "Lizdas",
  "Clamav Socket." => "Clamav Lizdas.",
  "Not required in Executable Mode." => "Neprivaloma vykdomojo veiksenoje.",
  "Host" => "Mazgas",
  "Address of Antivirus Host." => "Antivirusinės mazgo adresas.",
  "Port" => "Prievadas",
  "Port number of Antivirus Host." => "Antivirusinės mazgo prievado numeris.",
  "Stream Length" => "Transliacijos ilgis",
  "ClamAV StreamMaxLength value in bytes." => "ClamAV StreamMaxLength vertė baitais.",
  "Path to clamscan" => "Kelias iki clamscan",
  "Path to clamscan executable." => "Kelias iki clamscan vykdomojo failo.",
  "Not required in Daemon Mode." => "Neprivaloma vykdomojo veiksenoje.",
  "Action for infected files found while scanning" => "Skenuojant rastas veiksmas užkrėstiems failams",
  "Only log" => "Tik žurnalas",
  "Delete file" => "Trinti failą",
  "Save" => "Išsaugoti"
  );