63 lines
3.7 KiB
PHP
63 lines
3.7 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"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",
|
|
"Invalid directory." => "Virheellinen kansio.",
|
|
"Files" => "Tiedostot",
|
|
"Unshare" => "Peru jakaminen",
|
|
"Delete" => "Poista",
|
|
"Rename" => "Nimeä uudelleen",
|
|
"{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",
|
|
"Pending" => "Odottaa",
|
|
"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ä",
|
|
"Trash" => "Roskakori",
|
|
"Cancel upload" => "Peru lähetys",
|
|
"Nothing in here. Upload something!" => "Täällä ei ole mitään. Lähetä tänne jotakin!",
|
|
"Download" => "Lataa",
|
|
"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..."
|
|
);
|