2012-01-11 04:06:59 +04:00
< ? php $TRANSLATIONS = array (
2013-02-10 03:10:29 +04:00
" Could not move %s - File with this name already exists " => " Ne eblis movi %s: dosiero kun ĉi tiu nomo jam ekzistas " ,
" Could not move %s " => " Ne eblis movi %s " ,
2013-01-05 03:03:58 +04:00
" No file was uploaded. Unknown error " => " Neniu dosiero alŝutiĝis. Nekonata eraro. " ,
2013-04-27 04:24:29 +04:00
" There is no error, the file uploaded with success " => " Ne estas eraro, la dosiero alŝutiĝis sukcese. " ,
2012-12-03 03:05:40 +04:00
" 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 la regulon MAX_FILE_SIZE, kiu estas difinita en la HTML-formularo " ,
2013-04-27 04:24:29 +04:00
" The uploaded file was only partially uploaded " => " la alŝutita dosiero nur parte alŝutiĝis " ,
" No file was uploaded " => " Neniu dosiero alŝutiĝis. " ,
" Missing a temporary folder " => " Mankas provizora dosierujo. " ,
2012-05-17 02:36:21 +04:00
" Failed to write to disk " => " Malsukcesis skribo al disko " ,
2013-01-21 03:05:34 +04:00
" Invalid directory. " => " Nevalida dosierujo. " ,
2012-01-11 04:06:59 +04:00
" Files " => " Dosieroj " ,
2013-04-24 20:31:36 +04:00
" Share " => " Kunhavigi " ,
2012-07-30 04:05:41 +04:00
" Delete " => " Forigi " ,
2012-10-14 04:08:47 +04:00
" Rename " => " Alinomigi " ,
2013-02-10 03:10:29 +04:00
" Pending " => " Traktotaj " ,
2012-11-24 03:03:00 +04:00
" { new_name} already exists " => " { new_name} jam ekzistas " ,
2012-08-21 04:09:12 +04:00
" replace " => " anstataŭigi " ,
2012-09-09 04:03:35 +04:00
" suggest name " => " sugesti nomon " ,
2012-08-21 04:09:12 +04:00
" cancel " => " nuligi " ,
2012-11-24 03:03:00 +04:00
" replaced { new_name} with { old_name} " => " anstataŭiĝis { new_name} per { old_name} " ,
2013-03-04 03:07:35 +04:00
" undo " => " malfari " ,
2013-04-08 04:18:28 +04:00
" 1 file uploading " => " 1 dosiero estas alŝutata " ,
2013-04-27 04:24:29 +04:00
" files uploading " => " dosieroj estas alŝutataj " ,
2013-01-21 03:05:34 +04:00
" '.' is an invalid file name. " => " '.' ne estas valida dosiernomo. " ,
" File name cannot be empty. " => " Dosiernomo devas ne malpleni. " ,
2012-12-03 03:05:40 +04:00
" Invalid name, ' \\ ', '/', '<', '>', ':', ' \" ', '|', '?' and '*' are not allowed. " => " Nevalida nomo: “ \\ ”, “/”, “<”, “>”, “:”, “ \" ”, “|”, “?” kaj “*” ne permesatas. " ,
2013-01-21 03:05:34 +04:00
" Your download is being prepared. This might take some time if the files are big. " => " Via elŝuto pretiĝatas. Ĉi tio povas daŭri iom da tempo se la dosieroj grandas. " ,
2012-07-30 04:05:41 +04:00
" 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 " ,
2013-04-09 04:14:02 +04:00
" Not enough space available " => " Ne haveblas sufiĉa spaco " ,
2012-07-30 04:05:41 +04:00
" Upload cancelled. " => " La alŝuto nuliĝis. " ,
2012-09-09 04:03:35 +04:00
" 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. " ,
2013-01-10 03:05:53 +04:00
" URL cannot be empty. " => " URL ne povas esti malplena. " ,
2013-01-21 03:05:34 +04:00
" Invalid folder name. Usage of 'Shared' is reserved by Owncloud " => " Nevalida dosierujnomo. Uzo de “Shared” rezervatas de Owncloud. " ,
2013-04-09 04:14:02 +04:00
" Error " => " Eraro " ,
2012-09-26 15:22:37 +04:00
" Name " => " Nomo " ,
2012-06-06 02:29:28 +04:00
" Size " => " Grando " ,
" Modified " => " Modifita " ,
2012-11-24 03:03:00 +04:00
" 1 folder " => " 1 dosierujo " ,
" { count} folders " => " { count} dosierujoj " ,
" 1 file " => " 1 dosiero " ,
" { count} files " => " { count} dosierujoj " ,
2013-05-15 04:02:45 +04:00
" Unable to rename file " => " Ne eblis alinomigi dosieron " ,
2013-01-27 03:06:21 +04:00
" Upload " => " Alŝuti " ,
2012-05-17 02:36:21 +04:00
" File handling " => " Dosieradministro " ,
2012-01-11 04:06:59 +04:00
" Maximum upload size " => " Maksimuma alŝutogrando " ,
2012-05-17 02:36:21 +04:00
" 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 " ,
2012-09-09 04:03:35 +04:00
" Save " => " Konservi " ,
2012-05-09 14:41:01 +04:00
" New " => " Nova " ,
" Text file " => " Tekstodosiero " ,
" Folder " => " Dosierujo " ,
2012-11-24 03:03:00 +04:00
" From link " => " El ligilo " ,
2012-05-17 02:36:21 +04:00
" Cancel upload " => " Nuligi alŝuton " ,
2012-01-11 04:06:59 +04:00
" Nothing in here. Upload something! " => " Nenio estas ĉi tie. Alŝutu ion! " ,
" Download " => " Elŝuti " ,
2013-02-10 03:10:29 +04:00
" Unshare " => " Malkunhavigi " ,
2013-04-27 04:24:29 +04:00
" Upload too large " => " Alŝuto tro larĝa " ,
2012-05-17 02:36:21 +04:00
" 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 "
2012-01-11 04:06:59 +04:00
);