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.

en_GB.js 1.5KB

123456789101112131415161718192021
  1. OC.L10N.register(
  2. "federatedfilesharing",
  3. {
  4. "Invalid Federated Cloud ID" : "Invalid Federated Cloud ID",
  5. "Sharing %s failed, because this item is already shared with %s" : "Sharing %s failed, because this item is already shared with %s",
  6. "Not allowed to create a federated share with the same user" : "Not allowed to create a federated share with the same user",
  7. "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Sharing %s failed, could not find %s, maybe the server is currently unreachable.",
  8. "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Share with me through my #ownCloud Federated Cloud ID, see %s",
  9. "Share with me through my #ownCloud Federated Cloud ID" : "Share with me through my #ownCloud Federated Cloud ID",
  10. "Federated Cloud Sharing" : "Federated Cloud Sharing",
  11. "Open documentation" : "Open documentation",
  12. "Allow users on this server to send shares to other servers" : "Allow users on this server to send shares to other servers",
  13. "Allow users on this server to receive shares from other servers" : "Allow users on this server to receive shares from other servers",
  14. "Federated Cloud" : "Federated Cloud",
  15. "Your Federated Cloud ID:" : "Your Federated Cloud ID:",
  16. "Share it:" : "Share it:",
  17. "Add to your website" : "Add to your website",
  18. "Share with me via ownCloud" : "Share with me via ownCloud",
  19. "HTML Code:" : "HTML Code:"
  20. },
  21. "nplurals=2; plural=(n != 1);");