2013-08-09 16:06:31 +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-06-25 04:13:40 +04:00
" Not enough storage available " => " Ne haveblas sufiĉa memoro " ,
2013-01-21 03:05:34 +04:00
" Invalid directory. " => " Nevalida dosierujo. " ,
2012-01-11 04:06:59 +04:00
" Files " => " Dosieroj " ,
2013-06-29 04:09:10 +04:00
" Not enough space available " => " Ne haveblas sufiĉa spaco " ,
" 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. " ,
" URL cannot be empty. " => " URL ne povas esti malplena. " ,
" Invalid folder name. Usage of 'Shared' is reserved by ownCloud " => " Nevalida dosierujnomo. La uzo de “Shared” estas rezervita de ownCloud. " ,
" Error " => " Eraro " ,
2013-04-24 20:31:36 +04:00
" Share " => " Kunhavigi " ,
2013-06-25 04:13:40 +04:00
" Delete permanently " => " Forigi por ĉiam " ,
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-08-30 17:38:20 +04:00
" _%n folder_::_%n folders_ " => array ( " " , " " ),
" _%n file_::_%n files_ " => array ( " " , " " ),
2013-08-15 17:41:45 +04:00
" _Uploading %n file_::_Uploading %n files_ " => array ( " " , " " ),
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-06-25 04:13:40 +04:00
" Your storage is full, files can not be updated or synced anymore! " => " Via memoro plenas, ne plu eblas ĝisdatigi aŭ sinkronigi dosierojn! " ,
" Your storage is almost full ( { usedSpacePercent}%) " => " Via memoro preskaŭ plenas ( { usedSpacePercent}%) " ,
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-09-26 15:22:37 +04:00
" Name " => " Nomo " ,
2012-06-06 02:29:28 +04:00
" Size " => " Grando " ,
" Modified " => " Modifita " ,
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 " ,
2013-06-25 04:13:40 +04:00
" Deleted files " => " Forigitaj dosieroj " ,
2012-05-17 02:36:21 +04:00
" Cancel upload " => " Nuligi alŝuton " ,
2013-06-25 04:13:40 +04:00
" You don’ t have write permissions here. " => " Vi ne havas permeson skribi ĉi tie. " ,
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-08-16 09:32:30 +04:00
" Delete " => " Forigi " ,
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. " ,
2013-06-25 04:13:40 +04:00
" Current scanning " => " Nuna skano " ,
" Upgrading filesystem cache... " => " Ĝisdatiĝas dosiersistema kaŝmemoro... "
2012-01-11 04:06:59 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = " nplurals=2; plural=(n != 1); " ;