Blame view

sources/apps/files/l10n/fi_FI.php 4.26 KB
03e52840d   Kload   Init
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
  <?php $TRANSLATIONS = array(
  "Could not move %s - File with this name already exists" => "Kohteen %s siirto ei onnistunut - Tiedosto samalla nimellä on jo olemassa",
  "Could not move %s" => "Kohteen %s siirto ei onnistunut",
  "Unable to rename file" => "Tiedoston nimeäminen uudelleen ei onnistunut",
  "No file was uploaded. Unknown error" => "Tiedostoa ei lähetetty. Tuntematon virhe",
  "There is no error, the file uploaded with success" => "Ei virheitä, tiedosto lähetettiin onnistuneesti",
  "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Lähetetty tiedosto ylittää HTML-lomakkeessa määritetyn MAX_FILE_SIZE-arvon ylärajan",
  "The uploaded file was only partially uploaded" => "Tiedoston lähetys onnistui vain osittain",
  "No file was uploaded" => "Yhtäkään tiedostoa ei lähetetty",
  "Missing a temporary folder" => "Väliaikaiskansiota ei ole olemassa",
  "Failed to write to disk" => "Levylle kirjoitus epäonnistui",
  "Not enough storage available" => "Tallennustilaa ei ole riittävästi käytettävissä",
  "Invalid directory." => "Virheellinen kansio.",
  "Files" => "Tiedostot",
  "Share" => "Jaa",
  "Delete permanently" => "Poista pysyvästi",
  "Delete" => "Poista",
  "Rename" => "Nimeä uudelleen",
  "Pending" => "Odottaa",
  "{new_name} already exists" => "{new_name} on jo olemassa",
  "replace" => "korvaa",
  "suggest name" => "ehdota nimeä",
  "cancel" => "peru",
  "undo" => "kumoa",
  "perform delete operation" => "suorita poistotoiminto",
  "'.' is an invalid file name." => "'.' on virheellinen nimi tiedostolle.",
  "File name cannot be empty." => "Tiedoston nimi ei voi olla tyhjä.",
  "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Virheellinen nimi, merkit '\\', '/', '<', '>', ':', '\"', '|', '?' ja '*' eivät ole sallittuja.",
  "Your storage is full, files can not be updated or synced anymore!" => "Tallennustila on loppu, tiedostoja ei voi enää päivittää tai synkronoida!",
  "Your storage is almost full ({usedSpacePercent}%)" => "Tallennustila on melkein loppu ({usedSpacePercent}%)",
  "Your download is being prepared. This might take some time if the files are big." => "Lataustasi valmistellaan. Tämä saattaa kestää hetken, jos tiedostot ovat suuria kooltaan.",
  "Unable to upload your file as it is a directory or has 0 bytes" => "Tiedoston lähetys epäonnistui, koska sen koko on 0 tavua tai kyseessä on kansio",
  "Upload Error" => "Lähetysvirhe.",
  "Close" => "Sulje",
  "Upload cancelled." => "Lähetys peruttu.",
  "File upload is in progress. Leaving the page now will cancel the upload." => "Tiedoston lähetys on meneillään. Sivulta poistuminen nyt peruu tiedoston lähetyksen.",
  "URL cannot be empty." => "Verkko-osoite ei voi olla tyhjä",
  "Name" => "Nimi",
  "Size" => "Koko",
  "Modified" => "Muutettu",
  "1 folder" => "1 kansio",
  "{count} folders" => "{count} kansiota",
  "1 file" => "1 tiedosto",
  "{count} files" => "{count} tiedostoa",
  "Upload" => "Lähetä",
  "File handling" => "Tiedostonhallinta",
  "Maximum upload size" => "Lähetettävän tiedoston suurin sallittu koko",
  "max. possible: " => "suurin mahdollinen:",
  "Needed for multi-file and folder downloads." => "Tarvitaan useampien tiedostojen ja kansioiden latausta varten.",
  "Enable ZIP-download" => "Ota ZIP-paketin lataaminen käytöön",
  "0 is unlimited" => "0 on rajoittamaton",
  "Maximum input size for ZIP files" => "ZIP-tiedostojen enimmäiskoko",
  "Save" => "Tallenna",
  "New" => "Uusi",
  "Text file" => "Tekstitiedosto",
  "Folder" => "Kansio",
  "From link" => "Linkistä",
  "Deleted files" => "Poistetut tiedostot",
  "Cancel upload" => "Peru lähetys",
  "You don’t have write permissions here." => "Tunnuksellasi ei ole kirjoitusoikeuksia tänne.",
  "Nothing in here. Upload something!" => "Täällä ei ole mitään. Lähetä tänne jotakin!",
  "Download" => "Lataa",
  "Unshare" => "Peru jakaminen",
  "Upload too large" => "Lähetettävä tiedosto on liian suuri",
  "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Lähetettäväksi valitsemasi tiedostot ylittävät palvelimen salliman tiedostokoon rajan.",
  "Files are being scanned, please wait." => "Tiedostoja tarkistetaan, odota hetki.",
  "Current scanning" => "Tämänhetkinen tutkinta",
  "Upgrading filesystem cache..." => "Päivitetään tiedostojärjestelmän välimuistia..."
  );