eo.php 4.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Could not move %s - File with this name already exists" => "Ne eblis movi %s: dosiero kun ĉi tiu nomo jam ekzistas",
  4. "Could not move %s" => "Ne eblis movi %s",
  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 alŝutiĝis.",
  11. "Missing a temporary folder" => "Mankas provizora dosierujo.",
  12. "Failed to write to disk" => "Malsukcesis skribo al disko",
  13. "Not enough storage available" => "Ne haveblas sufiĉa memoro",
  14. "Invalid directory." => "Nevalida dosierujo.",
  15. "Files" => "Dosieroj",
  16. "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",
  17. "Not enough space available" => "Ne haveblas sufiĉa spaco",
  18. "Upload cancelled." => "La alŝuto nuliĝis.",
  19. "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.",
  20. "URL cannot be empty." => "URL ne povas esti malplena.",
  21. "Invalid folder name. Usage of 'Shared' is reserved by ownCloud" => "Nevalida dosierujnomo. La uzo de “Shared” estas rezervita de ownCloud.",
  22. "Error" => "Eraro",
  23. "Share" => "Kunhavigi",
  24. "Delete permanently" => "Forigi por ĉiam",
  25. "Rename" => "Alinomigi",
  26. "Pending" => "Traktotaj",
  27. "{new_name} already exists" => "{new_name} jam ekzistas",
  28. "replace" => "anstataŭigi",
  29. "suggest name" => "sugesti nomon",
  30. "cancel" => "nuligi",
  31. "replaced {new_name} with {old_name}" => "anstataŭiĝis {new_name} per {old_name}",
  32. "undo" => "malfari",
  33. "_Uploading %n file_::_Uploading %n files_" => array("",""),
  34. "files uploading" => "dosieroj estas alŝutataj",
  35. "'.' is an invalid file name." => "'.' ne estas valida dosiernomo.",
  36. "File name cannot be empty." => "Dosiernomo devas ne malpleni.",
  37. "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nevalida nomo: “\\”, “/”, “<”, “>”, “:”, “\"”, “|”, “?” kaj “*” ne permesatas.",
  38. "Your storage is full, files can not be updated or synced anymore!" => "Via memoro plenas, ne plu eblas ĝisdatigi aŭ sinkronigi dosierojn!",
  39. "Your storage is almost full ({usedSpacePercent}%)" => "Via memoro preskaŭ plenas ({usedSpacePercent}%)",
  40. "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.",
  41. "Invalid folder name. Usage of 'Shared' is reserved by Owncloud" => "Nevalida dosierujnomo. Uzo de “Shared” rezervatas de Owncloud.",
  42. "Name" => "Nomo",
  43. "Size" => "Grando",
  44. "Modified" => "Modifita",
  45. "_%n folder_::_%n folders_" => array("",""),
  46. "_%n file_::_%n files_" => array("",""),
  47. "Upload" => "Alŝuti",
  48. "File handling" => "Dosieradministro",
  49. "Maximum upload size" => "Maksimuma alŝutogrando",
  50. "max. possible: " => "maks. ebla: ",
  51. "Needed for multi-file and folder downloads." => "Necesa por elŝuto de pluraj dosieroj kaj dosierujoj.",
  52. "Enable ZIP-download" => "Kapabligi ZIP-elŝuton",
  53. "0 is unlimited" => "0 signifas senlime",
  54. "Maximum input size for ZIP files" => "Maksimuma enirgrando por ZIP-dosieroj",
  55. "Save" => "Konservi",
  56. "New" => "Nova",
  57. "Text file" => "Tekstodosiero",
  58. "Folder" => "Dosierujo",
  59. "From link" => "El ligilo",
  60. "Deleted files" => "Forigitaj dosieroj",
  61. "Cancel upload" => "Nuligi alŝuton",
  62. "You don’t have write permissions here." => "Vi ne havas permeson skribi ĉi tie.",
  63. "Nothing in here. Upload something!" => "Nenio estas ĉi tie. Alŝutu ion!",
  64. "Download" => "Elŝuti",
  65. "Unshare" => "Malkunhavigi",
  66. "Delete" => "Forigi",
  67. "Upload too large" => "Alŝuto tro larĝa",
  68. "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.",
  69. "Files are being scanned, please wait." => "Dosieroj estas skanataj, bonvolu atendi.",
  70. "Current scanning" => "Nuna skano",
  71. "file" => "dosiero",
  72. "files" => "dosieroj",
  73. "Upgrading filesystem cache..." => "Ĝisdatiĝas dosiersistema kaŝmemoro..."
  74. );
  75. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";