1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <?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",
- "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 upload_max_filesize directive in php.ini: " => "Lähetetyn tiedoston koko ylittää php.ini-tiedoston upload_max_filesize-säännön:",
- "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",
- "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" => "Tilapäiskansio puuttuu",
- "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",
- "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.",
- "Not enough space available" => "Tilaa ei ole riittävästi",
- "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ä",
- "Error" => "Virhe",
- "Share" => "Jaa",
- "Delete permanently" => "Poista pysyvästi",
- "Rename" => "Nimeä uudelleen",
- "Pending" => "Odottaa",
- "{new_name} already exists" => "{new_name} on jo olemassa",
- "replace" => "korvaa",
- "suggest name" => "ehdota nimeä",
- "cancel" => "peru",
- "undo" => "kumoa",
- "_Uploading %n file_::_Uploading %n files_" => array("Lähetetään %n tiedosto","Lähetetään %n tiedostoa"),
- "'.' 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.",
- "Name" => "Nimi",
- "Size" => "Koko",
- "Modified" => "Muokattu",
- "_%n folder_::_%n folders_" => array("%n kansio","%n kansiota"),
- "_%n file_::_%n files_" => array("%n tiedosto","%n 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",
- "Delete" => "Poista",
- "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",
- "directory" => "kansio",
- "directories" => "kansiota",
- "file" => "tiedosto",
- "files" => "tiedostoa",
- "Upgrading filesystem cache..." => "Päivitetään tiedostojärjestelmän välimuistia..."
- );
- $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|