50 lines
2.7 KiB
PHP
50 lines
2.7 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"There is no error, the file uploaded with success" => "Ne estas eraro, la dosiero alŝutiĝis sukcese",
|
|
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "La dosiero alŝutita superas la regulon upload_max_filesize el php.ini",
|
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "La dosiero alŝutita superas laregulon MAX_FILE_SIZE, kiu estas difinita en la HTML-formularo",
|
|
"The uploaded file was only partially uploaded" => "La alŝutita dosiero nur parte alŝutiĝis",
|
|
"No file was uploaded" => "Neniu dosiero estas alŝutita",
|
|
"Missing a temporary folder" => "Mankas tempa dosierujo",
|
|
"Failed to write to disk" => "Malsukcesis skribo al disko",
|
|
"Files" => "Dosieroj",
|
|
"Unshare" => "Malkunhavigi",
|
|
"Delete" => "Forigi",
|
|
"Rename" => "Alinomigi",
|
|
"replace" => "anstataŭigi",
|
|
"suggest name" => "sugesti nomon",
|
|
"cancel" => "nuligi",
|
|
"undo" => "malfari",
|
|
"generating ZIP-file, it may take some time." => "generanta ZIP-dosiero, ĝi povas daŭri iom da tempo",
|
|
"Unable to upload your file as it is a directory or has 0 bytes" => "Ne eblis alŝuti vian dosieron ĉar ĝi estas dosierujo aŭ havas 0 duumokojn",
|
|
"Upload Error" => "Alŝuta eraro",
|
|
"Pending" => "Traktotaj",
|
|
"1 file uploading" => "1 dosiero estas alŝutata",
|
|
"Upload cancelled." => "La alŝuto nuliĝis.",
|
|
"File upload is in progress. Leaving the page now will cancel the upload." => "Dosieralŝuto plenumiĝas. Lasi la paĝon nun nuligus la alŝuton.",
|
|
"Invalid name, '/' is not allowed." => "Nevalida nomo, “/” ne estas permesata.",
|
|
"error while scanning" => "eraro dum skano",
|
|
"Name" => "Nomo",
|
|
"Size" => "Grando",
|
|
"Modified" => "Modifita",
|
|
"File handling" => "Dosieradministro",
|
|
"Maximum upload size" => "Maksimuma alŝutogrando",
|
|
"max. possible: " => "maks. ebla: ",
|
|
"Needed for multi-file and folder downloads." => "Necesa por elŝuto de pluraj dosieroj kaj dosierujoj.",
|
|
"Enable ZIP-download" => "Kapabligi ZIP-elŝuton",
|
|
"0 is unlimited" => "0 signifas senlime",
|
|
"Maximum input size for ZIP files" => "Maksimuma enirgrando por ZIP-dosieroj",
|
|
"Save" => "Konservi",
|
|
"New" => "Nova",
|
|
"Text file" => "Tekstodosiero",
|
|
"Folder" => "Dosierujo",
|
|
"Upload" => "Alŝuti",
|
|
"Cancel upload" => "Nuligi alŝuton",
|
|
"Nothing in here. Upload something!" => "Nenio estas ĉi tie. Alŝutu ion!",
|
|
"Share" => "Kunhavigi",
|
|
"Download" => "Elŝuti",
|
|
"Upload too large" => "Elŝuto tro larĝa",
|
|
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "La dosieroj, kiujn vi provas alŝuti, transpasas la maksimuman grandon por dosieralŝutoj en ĉi tiu servilo.",
|
|
"Files are being scanned, please wait." => "Dosieroj estas skanataj, bonvolu atendi.",
|
|
"Current scanning" => "Nuna skano"
|
|
);
|