en_GB.js 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. "Invalid Federated Cloud ID" : "Invalid Federated Cloud ID",
  10. "Server to server sharing is not enabled on this server" : "Server to server sharing is not enabled on this server",
  11. "Couldn't establish a federated share." : "Couldn't establish a federated share.",
  12. "Couldn't establish a federated share, maybe the password was wrong." : "Couldn't establish a federated share, maybe the password was wrong.",
  13. "Federated Share request sent, you will receive an invitation. Check your notifications." : "Federated Share request sent, you will receive an invitation. Check your notifications.",
  14. "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).",
  15. "Not allowed to create a federated share with the same user" : "Not allowed to create a federated share with the same user",
  16. "File is already shared with %s" : "File is already shared with %s",
  17. "Could not find share" : "Could not find share",
  18. "Federated sharing" : "Federated sharing",
  19. "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})",
  20. "You received {share} as a remote share from {user}" : "You received {share} as a remote share from {user}",
  21. "Accept" : "Accept",
  22. "Decline" : "Decline",
  23. "Federated Cloud Sharing" : "Federated Cloud Sharing",
  24. "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Share with me through my #Nextcloud Federated Cloud ID, see %s",
  25. "Share with me through my #Nextcloud Federated Cloud ID" : "Share with me through my #Nextcloud Federated Cloud ID",
  26. "Sharing" : "Sharing",
  27. "Federated file sharing" : "Federated file sharing",
  28. "Provide federated file sharing across servers" : "Provide federated file sharing across servers",
  29. "Allow users on this server to receive shares from other servers" : "Allow users on this server to receive shares from other servers",
  30. "Search global and public address book for users" : "Search global and public address book for users",
  31. "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",
  32. "Federated Cloud" : "Federated Cloud",
  33. "Your Federated Cloud ID:" : "Your Federated Cloud ID:",
  34. "Share it so your friends can share files with you:" : "Share it so your friends can share files with you:",
  35. "Twitter" : "Twitter",
  36. "Add to your website" : "Add to your website",
  37. "Share with me via Nextcloud" : "Share with me via Nextcloud",
  38. "HTML Code:" : "HTML Code:",
  39. "Copy to clipboard" : "Copy to clipboard",
  40. "Copy" : "Copy",
  41. "Copied!" : "Copied!",
  42. "Not supported!" : "Not supported!",
  43. "Press ⌘-C to copy." : "Press ⌘-C to copy.",
  44. "Press Ctrl-C to copy." : "Press Ctrl-C to copy.",
  45. "Open documentation" : "Open documentation"
  46. },
  47. "nplurals=2; plural=(n != 1);");