12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?php
- $TRANSLATIONS = array(
- "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",
- "No file was uploaded. Unknown error" => "Neniu dosiero alŝutiĝis. Nekonata eraro.",
- "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 la regulon 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 alŝutiĝis.",
- "Missing a temporary folder" => "Mankas provizora dosierujo.",
- "Failed to write to disk" => "Malsukcesis skribo al disko",
- "Not enough storage available" => "Ne haveblas sufiĉa memoro",
- "Invalid directory." => "Nevalida dosierujo.",
- "Files" => "Dosieroj",
- "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",
- "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",
- "Share" => "Kunhavigi",
- "Delete permanently" => "Forigi por ĉiam",
- "Rename" => "Alinomigi",
- "Pending" => "Traktotaj",
- "{new_name} already exists" => "{new_name} jam ekzistas",
- "replace" => "anstataŭigi",
- "suggest name" => "sugesti nomon",
- "cancel" => "nuligi",
- "replaced {new_name} with {old_name}" => "anstataŭiĝis {new_name} per {old_name}",
- "undo" => "malfari",
- "_Uploading %n file_::_Uploading %n files_" => array("",""),
- "files uploading" => "dosieroj estas alŝutataj",
- "'.' is an invalid file name." => "'.' ne estas valida dosiernomo.",
- "File name cannot be empty." => "Dosiernomo devas ne malpleni.",
- "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nevalida nomo: “\\”, “/”, “<”, “>”, “:”, “\"”, “|”, “?” kaj “*” ne permesatas.",
- "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}%)",
- "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.",
- "Invalid folder name. Usage of 'Shared' is reserved by Owncloud" => "Nevalida dosierujnomo. Uzo de “Shared” rezervatas de Owncloud.",
- "Name" => "Nomo",
- "Size" => "Grando",
- "Modified" => "Modifita",
- "_%n folder_::_%n folders_" => array("",""),
- "_%n file_::_%n files_" => array("",""),
- "Upload" => "Alŝuti",
- "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",
- "From link" => "El ligilo",
- "Deleted files" => "Forigitaj dosieroj",
- "Cancel upload" => "Nuligi alŝuton",
- "You don’t have write permissions here." => "Vi ne havas permeson skribi ĉi tie.",
- "Nothing in here. Upload something!" => "Nenio estas ĉi tie. Alŝutu ion!",
- "Download" => "Elŝuti",
- "Unshare" => "Malkunhavigi",
- "Delete" => "Forigi",
- "Upload too large" => "Alŝ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",
- "file" => "dosiero",
- "files" => "dosieroj",
- "Upgrading filesystem cache..." => "Ĝisdatiĝas dosiersistema kaŝmemoro..."
- );
- $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|