fi_FI.php 4.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Could not move %s - File with this name already exists" => "Kohteen %s siirto ei onnistunut - Tiedosto samalla nimellä on jo olemassa",
  4. "Could not move %s" => "Kohteen %s siirto ei onnistunut",
  5. "No file was uploaded. Unknown error" => "Tiedostoa ei lähetetty. Tuntematon virhe",
  6. "There is no error, the file uploaded with success" => "Ei virheitä, tiedosto lähetettiin onnistuneesti",
  7. "The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Lähetetyn tiedoston koko ylittää php.ini-tiedoston upload_max_filesize-säännön:",
  8. "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Ladattavan tiedoston maksimikoko ylittää MAX_FILE_SIZE dirketiivin, joka on määritelty HTML-lomakkeessa",
  9. "The uploaded file was only partially uploaded" => "Tiedoston lähetys onnistui vain osittain",
  10. "No file was uploaded" => "Yhtäkään tiedostoa ei lähetetty",
  11. "Missing a temporary folder" => "Tilapäiskansio puuttuu",
  12. "Failed to write to disk" => "Levylle kirjoitus epäonnistui",
  13. "Not enough storage available" => "Tallennustilaa ei ole riittävästi käytettävissä",
  14. "Invalid directory." => "Virheellinen kansio.",
  15. "Files" => "Tiedostot",
  16. "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.",
  17. "Not enough space available" => "Tilaa ei ole riittävästi",
  18. "Upload cancelled." => "Lähetys peruttu.",
  19. "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.",
  20. "URL cannot be empty." => "Verkko-osoite ei voi olla tyhjä",
  21. "Error" => "Virhe",
  22. "Share" => "Jaa",
  23. "Delete permanently" => "Poista pysyvästi",
  24. "Rename" => "Nimeä uudelleen",
  25. "Pending" => "Odottaa",
  26. "{new_name} already exists" => "{new_name} on jo olemassa",
  27. "replace" => "korvaa",
  28. "suggest name" => "ehdota nimeä",
  29. "cancel" => "peru",
  30. "undo" => "kumoa",
  31. "_Uploading %n file_::_Uploading %n files_" => array("Lähetetään %n tiedosto","Lähetetään %n tiedostoa"),
  32. "'.' is an invalid file name." => "'.' on virheellinen nimi tiedostolle.",
  33. "File name cannot be empty." => "Tiedoston nimi ei voi olla tyhjä.",
  34. "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Virheellinen nimi, merkit '\\', '/', '<', '>', ':', '\"', '|', '?' ja '*' eivät ole sallittuja.",
  35. "Your storage is full, files can not be updated or synced anymore!" => "Tallennustila on loppu, tiedostoja ei voi enää päivittää tai synkronoida!",
  36. "Your storage is almost full ({usedSpacePercent}%)" => "Tallennustila on melkein loppu ({usedSpacePercent}%)",
  37. "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.",
  38. "Name" => "Nimi",
  39. "Size" => "Koko",
  40. "Modified" => "Muokattu",
  41. "_%n folder_::_%n folders_" => array("%n kansio","%n kansiota"),
  42. "_%n file_::_%n files_" => array("%n tiedosto","%n tiedostoa"),
  43. "Upload" => "Lähetä",
  44. "File handling" => "Tiedostonhallinta",
  45. "Maximum upload size" => "Lähetettävän tiedoston suurin sallittu koko",
  46. "max. possible: " => "suurin mahdollinen:",
  47. "Needed for multi-file and folder downloads." => "Tarvitaan useampien tiedostojen ja kansioiden latausta varten.",
  48. "Enable ZIP-download" => "Ota ZIP-paketin lataaminen käytöön",
  49. "0 is unlimited" => "0 on rajoittamaton",
  50. "Maximum input size for ZIP files" => "ZIP-tiedostojen enimmäiskoko",
  51. "Save" => "Tallenna",
  52. "New" => "Uusi",
  53. "Text file" => "Tekstitiedosto",
  54. "Folder" => "Kansio",
  55. "From link" => "Linkistä",
  56. "Deleted files" => "Poistetut tiedostot",
  57. "Cancel upload" => "Peru lähetys",
  58. "You don’t have write permissions here." => "Tunnuksellasi ei ole kirjoitusoikeuksia tänne.",
  59. "Nothing in here. Upload something!" => "Täällä ei ole mitään. Lähetä tänne jotakin!",
  60. "Download" => "Lataa",
  61. "Unshare" => "Peru jakaminen",
  62. "Delete" => "Poista",
  63. "Upload too large" => "Lähetettävä tiedosto on liian suuri",
  64. "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.",
  65. "Files are being scanned, please wait." => "Tiedostoja tarkistetaan, odota hetki.",
  66. "Current scanning" => "Tämänhetkinen tutkinta",
  67. "directory" => "kansio",
  68. "directories" => "kansiota",
  69. "file" => "tiedosto",
  70. "files" => "tiedostoa",
  71. "Upgrading filesystem cache..." => "Päivitetään tiedostojärjestelmän välimuistia..."
  72. );
  73. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";