71 lines
4.4 KiB
PHP
71 lines
4.4 KiB
PHP
<?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 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" => "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",
|
||
"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",
|
||
"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..."
|
||
);
|