eo.js 1.5 KB

123456789101112131415161718192021222324252627282930
  1. OC.L10N.register(
  2. "files_sharing",
  3. {
  4. "Server to server sharing is not enabled on this server" : "Interservila kunhavo ne kapabliĝis en ĉi tiu servilo",
  5. "Shared with you" : "Kunhavata kun vi",
  6. "Shared with others" : "Kunhavata kun aliaj",
  7. "Shared by link" : "Kunhavata per ligilo",
  8. "Cancel" : "Nuligi",
  9. "Invalid ownCloud url" : "Nevalidas URL de ownCloud",
  10. "Share" : "Kunhavigi",
  11. "Shared by" : "Kunhavigita de",
  12. "A file or folder has been <strong>shared</strong>" : "Dosiero aŭ dosierujo <strong>kunhaviĝis</strong>",
  13. "You shared %1$s with %2$s" : "Vi kunhavigis %1$s kun %2$s",
  14. "You shared %1$s with group %2$s" : "Vi kunhavigis %1$s kun la grupo %2$s",
  15. "%2$s shared %1$s with you" : "%2$s kunhavigis %1$s kun vi",
  16. "This share is password-protected" : "Ĉi tiu kunhavigo estas protektata per pasvorto",
  17. "The password is wrong. Try again." : "La pasvorto malĝustas. Provu denove.",
  18. "Password" : "Pasvorto",
  19. "Name" : "Nomo",
  20. "Sorry, this link doesn’t seem to work anymore." : "Pardonu, ĉi tiu ligilo ŝajne ne plu funkcias.",
  21. "Reasons might be:" : "Kialoj povas esti:",
  22. "the item was removed" : "la ero foriĝis",
  23. "the link expired" : "la ligilo eksvalidiĝis",
  24. "sharing is disabled" : "kunhavigo malkapablas",
  25. "For more info, please ask the person who sent this link." : "Por plia informo, bonvolu peti al la persono, kiu sendis ĉi tiun ligilon.",
  26. "Download" : "Elŝuti",
  27. "Download %s" : "Elŝuti %s",
  28. "Direct link" : "Direkta ligilo"
  29. },
  30. "nplurals=2; plural=(n != 1);");