en_GB.js 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. OC.L10N.register(
  2. "federatedfilesharing",
  3. {
  4. "Do you want to add the remote share {name} from {owner}@{remote}?" : "Do you want to add the remote share {name} from {owner}@{remote}?",
  5. "Remote share" : "Remote share",
  6. "Remote share password" : "Remote share password",
  7. "Cancel" : "Cancel",
  8. "Add remote share" : "Add remote share",
  9. "Copy" : "Copy",
  10. "Copied!" : "Copied!",
  11. "Not supported!" : "Not supported!",
  12. "Press ⌘-C to copy." : "Press ⌘-C to copy.",
  13. "Press Ctrl-C to copy." : "Press Ctrl-C to copy.",
  14. "Invalid Federated Cloud ID" : "Invalid Federated Cloud ID",
  15. "Server to server sharing is not enabled on this server" : "Server to server sharing is not enabled on this server",
  16. "Couldn't establish a federated share." : "Couldn't establish a federated share.",
  17. "Couldn't establish a federated share, maybe the password was wrong." : "Couldn't establish a federated share, maybe the password was wrong.",
  18. "Federated Share request sent, you will receive an invitation. Check your notifications." : "Federated Share request sent, you will receive an invitation. Check your notifications.",
  19. "Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9).",
  20. "Not allowed to create a federated share with the same user" : "Not allowed to create a federated share with the same user",
  21. "File is already shared with %s" : "File is already shared with %s",
  22. "Could not find share" : "Could not find share",
  23. "Federated sharing" : "Federated sharing",
  24. "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)",
  25. "You received {share} as a remote share from {user} (on behalf of {behalf})" : "You received {share} as a remote share from {user} (on behalf of {behalf})",
  26. "You received \"%3$s\" as a remote share from %1$s" : "You received \"%3$s\" as a remote share from %1$s",
  27. "You received {share} as a remote share from {user}" : "You received {share} as a remote share from {user}",
  28. "Accept" : "Accept",
  29. "Decline" : "Decline",
  30. "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Share with me through my #Nextcloud Federated Cloud ID, see %s",
  31. "Share with me through my #Nextcloud Federated Cloud ID" : "Share with me through my #Nextcloud Federated Cloud ID",
  32. "Sharing" : "Sharing",
  33. "Federated file sharing" : "Federated file sharing",
  34. "Federated Cloud Sharing" : "Federated Cloud Sharing",
  35. "Open documentation" : "Open documentation",
  36. "Adjust how people can share between servers." : "Adjust how people can share between servers.",
  37. "Allow users on this server to send shares to other servers" : "Allow users on this server to send shares to other servers",
  38. "Allow users on this server to receive shares from other servers" : "Allow users on this server to receive shares from other servers",
  39. "Search global and public address book for users" : "Search global and public address book for users",
  40. "Allow users to publish their data to a global and public address book" : "Allow users to publish their data to a global and public address book",
  41. "Federated Cloud" : "Federated Cloud",
  42. "Your Federated Cloud ID:" : "Your Federated Cloud ID:",
  43. "Share it so your friends can share files with you:" : "Share it so your friends can share files with you:",
  44. "Add to your website" : "Add to your website",
  45. "Share with me via Nextcloud" : "Share with me via Nextcloud",
  46. "HTML Code:" : "HTML Code:",
  47. "Sharing %s failed, because this item is already shared with %s" : "Sharing %s failed, because this item is already shared with %s",
  48. "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate."
  49. },
  50. "nplurals=2; plural=(n != 1);");