1
0

eo.js 1000 B

123456789101112131415161718192021
  1. OC.L10N.register(
  2. "files_trashbin",
  3. {
  4. "Couldn't delete %s permanently" : "Ne povis foriĝi %s por ĉiam",
  5. "Couldn't restore %s" : "Ne povis restaŭriĝi %s",
  6. "Deleted files" : "Forigitaj dosieroj",
  7. "Restore" : "Restaŭri",
  8. "Delete" : "Forigi",
  9. "Delete permanently" : "Forigi por ĉiam",
  10. "Error" : "Eraro",
  11. "This operation is forbidden" : "Ĉi tiu operacio malpermesatas",
  12. "This directory is unavailable, please check the logs or contact the administrator" : "Ĉi tiu dosierujo maldisponeblas, bonvolu kontroli la protokolojn aŭ kontakti la administranton",
  13. "restored" : "restaŭrita",
  14. "No deleted files" : "Neniu dosiero foriĝis",
  15. "You will be able to recover deleted files from here" : "Vi eblos restaŭrigi forigitaj dosieroj el tie",
  16. "No entries found in this folder" : "Neniu enigo troviĝis en ĉi tiu dosierujo",
  17. "Select all" : "Elekti ĉion",
  18. "Name" : "Nomo",
  19. "Deleted" : "Forigita"
  20. },
  21. "nplurals=2; plural=(n != 1);");