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.

1234567891011121314151617181920212223242526
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Shared with you" => "Shared with you",
  4. "Shared with others" => "Shared with others",
  5. "Shared by link" => "Shared by link",
  6. "No files have been shared with you yet." => "No files have been shared with you yet.",
  7. "You haven't shared any files yet." => "You haven't shared any files yet.",
  8. "You haven't shared any files by link yet." => "You haven't shared any files by link yet.",
  9. "Shared by {owner}" => "Shared by {owner}",
  10. "Shared by" => "Shared by",
  11. "This share is password-protected" => "This share is password-protected",
  12. "The password is wrong. Try again." => "The password is wrong. Try again.",
  13. "Password" => "Password",
  14. "Name" => "Name",
  15. "Share time" => "Share time",
  16. "Sorry, this link doesn’t seem to work anymore." => "Sorry, this link doesn’t seem to work anymore.",
  17. "Reasons might be:" => "Reasons might be:",
  18. "the item was removed" => "the item was removed",
  19. "the link expired" => "the link expired",
  20. "sharing is disabled" => "sharing is disabled",
  21. "For more info, please ask the person who sent this link." => "For more info, please ask the person who sent this link.",
  22. "Download" => "Download",
  23. "Download %s" => "Download %s",
  24. "Direct link" => "Direct link"
  25. );
  26. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";