en_GB.js 1.9 KB

123456789101112131415161718192021222324252627
  1. OC.L10N.register(
  2. "federatedfilesharing",
  3. {
  4. "Federated sharing" : "Federated sharing",
  5. "Invalid Federated Cloud ID" : "Invalid Federated Cloud ID",
  6. "Sharing %s failed, because this item is already shared with %s" : "Sharing %s failed, because this item is already shared with %s",
  7. "Not allowed to create a federated share with the same user" : "Not allowed to create a federated share with the same user",
  8. "File is already shared with %s" : "File is already shared with %s",
  9. "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.",
  10. "You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)",
  11. "You received \"/%3$s\" as a remote share from %1$s" : "You received \"/%3$s\" as a remote share from %1$s",
  12. "Accept" : "Accept",
  13. "Decline" : "Decline",
  14. "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Share with me through my #Nextcloud Federated Cloud ID, see %s",
  15. "Share with me through my #Nextcloud Federated Cloud ID" : "Share with me through my #Nextcloud Federated Cloud ID",
  16. "Federated Cloud Sharing" : "Federated Cloud Sharing",
  17. "Open documentation" : "Open documentation",
  18. "Allow users on this server to send shares to other servers" : "Allow users on this server to send shares to other servers",
  19. "Allow users on this server to receive shares from other servers" : "Allow users on this server to receive shares from other servers",
  20. "Federated Cloud" : "Federated Cloud",
  21. "Your Federated Cloud ID:" : "Your Federated Cloud ID:",
  22. "Share it:" : "Share it:",
  23. "Add to your website" : "Add to your website",
  24. "Share with me via Nextcloud" : "Share with me via Nextcloud",
  25. "HTML Code:" : "HTML Code:"
  26. },
  27. "nplurals=2; plural=(n != 1);");