eo.php 1.5 KB

1234567891011121314151617181920212223242526272829
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Server to server sharing is not enabled on this server" => "Interservila kunhavo ne kapabliĝis en ĉi tiu servilo",
  4. "Shared with you" => "Kunhavata kun vi",
  5. "Shared with others" => "Kunhavata kun aliaj",
  6. "Shared by link" => "Kunhavata per ligilo",
  7. "No files have been shared with you yet." => "Neniu dosiero kunhaviĝis kun vi ankoraŭ.",
  8. "You haven't shared any files yet." => "Vi kunhavigis neniun dosieron ankoraŭ.",
  9. "You haven't shared any files by link yet." => "Vi kunhavigis neniun dosieron per ligilo ankoraŭ.",
  10. "Cancel" => "Nuligi",
  11. "No ownCloud installation found at {remote}" => "Ne troviĝis instalo de ownCloud ĉe {remote}",
  12. "Invalid ownCloud url" => "Nevalidas URL de ownCloud",
  13. "Shared by" => "Kunhavigita de",
  14. "This share is password-protected" => "Ĉi tiu kunhavigo estas protektata per pasvorto",
  15. "The password is wrong. Try again." => "La pasvorto malĝustas. Provu denove.",
  16. "Password" => "Pasvorto",
  17. "Name" => "Nomo",
  18. "Sorry, this link doesn’t seem to work anymore." => "Pardonu, ĉi tiu ligilo ŝajne ne plu funkcias.",
  19. "Reasons might be:" => "Kialoj povas esti:",
  20. "the item was removed" => "la ero foriĝis",
  21. "the link expired" => "la ligilo eksvalidiĝis",
  22. "sharing is disabled" => "kunhavigo malkapablas",
  23. "For more info, please ask the person who sent this link." => "Por plia informo, bonvolu peti al la persono, kiu sendis ĉi tiun ligilon.",
  24. "Download" => "Elŝuti",
  25. "Download %s" => "Elŝuti %s",
  26. "Direct link" => "Direkta ligilo"
  27. );
  28. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";