123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- OC.L10N.register(
- "files",
- {
- "Unknown error" : "Nekonata eraro",
- "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",
- "The name %s is already used in the folder %s. Please choose a different name." : "La nomo %s jam uziĝas en la dosierujo %s. Bonvolu elekti malsaman nomon.",
- "Error when creating the file" : "Eraris la kreo de la dosiero",
- "Error when creating the folder" : "Eraris la kreo de la dosierujo",
- "Unable to set upload directory." : "Ne povis agordiĝi la alŝuta dosierujo.",
- "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",
- "Upload failed. Could not find uploaded file" : "La alŝuto malsukcesis. Ne troviĝis alŝutota dosiero.",
- "Upload failed. Could not get file info." : "La alŝuto malsukcesis. Ne povis ekhaviĝi informo pri dosiero.",
- "Invalid directory." : "Nevalida dosierujo.",
- "Files" : "Dosieroj",
- "Favorites" : "Favoratoj",
- "Home" : "Hejmo",
- "Unable to upload {filename} as it is a directory or has 0 bytes" : "Ne povis alŝutiĝi {filename} ĉar ĝi estas dosierujo aŭ ĝi havas 0 duumokojn",
- "Upload cancelled." : "La alŝuto nuliĝis.",
- "Could not get result from server." : "Ne povis ekhaviĝi rezulto el la servilo.",
- "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.",
- "{new_name} already exists" : "{new_name} jam ekzistas",
- "Could not create file" : "Ne povis kreiĝi dosiero",
- "Could not create folder" : "Ne povis kreiĝi dosierujo",
- "Rename" : "Alinomigi",
- "Delete" : "Forigi",
- "Unshare" : "Malkunhavigi",
- "Download" : "Elŝuti",
- "Select" : "Elekti",
- "Pending" : "Traktotaj",
- "Error moving file" : "Eraris movo de dosiero",
- "Error" : "Eraro",
- "Could not rename file" : "Ne povis alinomiĝi dosiero",
- "Name" : "Nomo",
- "Size" : "Grando",
- "Modified" : "Modifita",
- "_%n folder_::_%n folders_" : ["%n dosierujo","%n dosierujoj"],
- "_%n file_::_%n files_" : ["%n dosiero","%n dosieroj"],
- "You don’t have permission to upload or create files here" : "Vi ne havas permeson alŝuti aŭ krei dosierojn ĉi tie",
- "_Uploading %n file_::_Uploading %n files_" : ["Alŝutatas %n dosiero","Alŝutatas %n dosieroj"],
- "File name cannot be empty." : "Dosiernomo devas ne malpleni.",
- "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}%)",
- "{dirs} and {files}" : "{dirs} kaj {files}",
- "Favorite" : "Favorato",
- "You created %1$s" : "Vi kreis %1$s",
- "%2$s created %1$s" : "%2$s kreis %1$s",
- "You changed %1$s" : "Vi ŝanĝis %1$s",
- "%2$s changed %1$s" : "%2$s ŝanĝis %1$s",
- "You deleted %1$s" : "Vi forigis %1$s",
- "%2$s deleted %1$s" : "%2$s forigis %1$s",
- "%s could not be renamed" : "%s ne povis alinomiĝi",
- "Upload (max. %s)" : "Alŝuti (maks. %s)",
- "File handling" : "Dosieradministro",
- "Maximum upload size" : "Maksimuma alŝutogrando",
- "max. possible: " : "maks. ebla: ",
- "Save" : "Konservi",
- "Settings" : "Agordo",
- "WebDAV" : "WebDAV",
- "New" : "Nova",
- "Text file" : "Tekstodosiero",
- "New folder" : "Nova dosierujo",
- "Folder" : "Dosierujo",
- "Upload" : "Alŝuti",
- "Cancel upload" : "Nuligi alŝuton",
- "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."
- },
- "nplurals=2; plural=(n != 1);");
|