You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

eo.php 4.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?php $TRANSLATIONS = array(
  2. "Could not move %s - File with this name already exists" => "Ne eblis movi %s: dosiero kun ĉi tiu nomo jam ekzistas",
  3. "Could not move %s" => "Ne eblis movi %s",
  4. "Unable to rename file" => "Ne eblis alinomigi dosieron",
  5. "No file was uploaded. Unknown error" => "Neniu dosiero alŝutiĝis. Nekonata eraro.",
  6. "There is no error, the file uploaded with success" => "Ne estas eraro, la dosiero alŝutiĝis sukcese",
  7. "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: ",
  8. "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",
  9. "The uploaded file was only partially uploaded" => "La alŝutita dosiero nur parte alŝutiĝis",
  10. "No file was uploaded" => "Neniu dosiero estas alŝutita",
  11. "Missing a temporary folder" => "Mankas tempa dosierujo",
  12. "Failed to write to disk" => "Malsukcesis skribo al disko",
  13. "Invalid directory." => "Nevalida dosierujo.",
  14. "Files" => "Dosieroj",
  15. "Unshare" => "Malkunhavigi",
  16. "Delete" => "Forigi",
  17. "Rename" => "Alinomigi",
  18. "{new_name} already exists" => "{new_name} jam ekzistas",
  19. "replace" => "anstataŭigi",
  20. "suggest name" => "sugesti nomon",
  21. "cancel" => "nuligi",
  22. "replaced {new_name}" => "anstataŭiĝis {new_name}",
  23. "undo" => "malfari",
  24. "replaced {new_name} with {old_name}" => "anstataŭiĝis {new_name} per {old_name}",
  25. "unshared {files}" => "malkunhaviĝis {files}",
  26. "deleted {files}" => "foriĝis {files}",
  27. "'.' is an invalid file name." => "'.' ne estas valida dosiernomo.",
  28. "File name cannot be empty." => "Dosiernomo devas ne malpleni.",
  29. "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nevalida nomo: “\\”, “/”, “<”, “>”, “:”, “\"”, “|”, “?” kaj “*” ne permesatas.",
  30. "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.",
  31. "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",
  32. "Upload Error" => "Alŝuta eraro",
  33. "Close" => "Fermi",
  34. "Pending" => "Traktotaj",
  35. "1 file uploading" => "1 dosiero estas alŝutata",
  36. "{count} files uploading" => "{count} dosieroj alŝutatas",
  37. "Upload cancelled." => "La alŝuto nuliĝis.",
  38. "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.",
  39. "URL cannot be empty." => "URL ne povas esti malplena.",
  40. "Invalid folder name. Usage of 'Shared' is reserved by Owncloud" => "Nevalida dosierujnomo. Uzo de “Shared” rezervatas de Owncloud.",
  41. "{count} files scanned" => "{count} dosieroj skaniĝis",
  42. "error while scanning" => "eraro dum skano",
  43. "Name" => "Nomo",
  44. "Size" => "Grando",
  45. "Modified" => "Modifita",
  46. "1 folder" => "1 dosierujo",
  47. "{count} folders" => "{count} dosierujoj",
  48. "1 file" => "1 dosiero",
  49. "{count} files" => "{count} dosierujoj",
  50. "Upload" => "Alŝuti",
  51. "File handling" => "Dosieradministro",
  52. "Maximum upload size" => "Maksimuma alŝutogrando",
  53. "max. possible: " => "maks. ebla: ",
  54. "Needed for multi-file and folder downloads." => "Necesa por elŝuto de pluraj dosieroj kaj dosierujoj.",
  55. "Enable ZIP-download" => "Kapabligi ZIP-elŝuton",
  56. "0 is unlimited" => "0 signifas senlime",
  57. "Maximum input size for ZIP files" => "Maksimuma enirgrando por ZIP-dosieroj",
  58. "Save" => "Konservi",
  59. "New" => "Nova",
  60. "Text file" => "Tekstodosiero",
  61. "Folder" => "Dosierujo",
  62. "From link" => "El ligilo",
  63. "Cancel upload" => "Nuligi alŝuton",
  64. "Nothing in here. Upload something!" => "Nenio estas ĉi tie. Alŝutu ion!",
  65. "Download" => "Elŝuti",
  66. "Upload too large" => "Elŝuto tro larĝa",
  67. "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.",
  68. "Files are being scanned, please wait." => "Dosieroj estas skanataj, bonvolu atendi.",
  69. "Current scanning" => "Nuna skano"
  70. );