Blame view

sources/apps/files_antivirus/l10n/fi_FI.php 1.09 KB
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  <?php $TRANSLATIONS = array(
  "Greetings {user}," => "Tervehdys {user},",
  "Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." => "Tiedostosta, jonka yritit lähettää, havaittiin haittaohjelma. Kyseinen tiedosto poistettiin.",
  "This email is a notification from {host}. Please, do not reply." => "Tämä viesti on ilmoitus kohteesta {host}. Älä vastaa tähän viestiin.",
  "File uploaded: {file}" => "Lähetetty tiedosto: {file}",
  "Antivirus Configuration" => "Virustorjunnan asetukset",
  "Mode" => "Tila",
  "Executable" => "Suoritettava",
  "Daemon" => "Taustaprosessi",
  "Host" => "Isäntä",
  "Not required in Executable Mode." => "Ei vaadittu \"Suoritettava\"-tilassa.",
  "Port" => "Portti",
  "Path to clamscan" => "Clamscanin polku",
  "Path to clamscan executable." => "Clamscan-virustorjunnan polku.",
  "Not required in Daemon Mode." => "Ei vaadittu \"Taustaprosessi\"-tilassa.",
  "Action for infected files found while scanning" => "Saastuneisiin tiedostoihin suoritettava toiminto",
  "Only log" => "Merkitse lokiin",
  "Delete file" => "Poista tiedosto",
  "Save" => "Tallenna"
  );