en_GB.php 985 B

123456789101112131415161718192021
  1. <?php
  2. $TRANSLATIONS = array(
  3. "This share is password-protected" => "This share is password-protected",
  4. "The password is wrong. Try again." => "The password is wrong. Try again.",
  5. "Password" => "Password",
  6. "Sorry, this link doesn’t seem to work anymore." => "Sorry, this link doesn’t seem to work anymore.",
  7. "Reasons might be:" => "Reasons might be:",
  8. "the item was removed" => "the item was removed",
  9. "the link expired" => "the link expired",
  10. "sharing is disabled" => "sharing is disabled",
  11. "For more info, please ask the person who sent this link." => "For more info, please ask the person who sent this link.",
  12. "%s shared the folder %s with you" => "%s shared the folder %s with you",
  13. "%s shared the file %s with you" => "%s shared the file %s with you",
  14. "Download" => "Download",
  15. "Upload" => "Upload",
  16. "Cancel upload" => "Cancel upload",
  17. "No preview available for" => "No preview available for",
  18. "Direct link" => "Direct link"
  19. );
  20. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";