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 4.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. OC.L10N.register(
  2. "files_sharing",
  3. {
  4. "Server to server sharing is not enabled on this server" : "Server to server sharing is not enabled on this server",
  5. "The mountpoint name contains invalid characters." : "The mountpoint name contains invalid characters.",
  6. "Invalid or untrusted SSL certificate" : "Invalid or untrusted SSL certificate",
  7. "Could not authenticate to remote share, password might be wrong" : "Could not authenticate to remote share, password might be wrong",
  8. "Storage not valid" : "Storage not valid",
  9. "Couldn't add remote share" : "Couldn't add remote share",
  10. "Shared with you" : "Shared with you",
  11. "Shared with others" : "Shared with others",
  12. "Shared by link" : "Shared by link",
  13. "Nothing shared with you yet" : "Nothing shared with you yet",
  14. "Files and folders others share with you will show up here" : "Files and folders others share with you will show up here",
  15. "Nothing shared yet" : "Nothing shared yet",
  16. "Files and folders you share will show up here" : "Files and folders you share will show up here",
  17. "No shared links" : "No shared links",
  18. "Files and folders you share by link will show up here" : "Files and folders you share by link will show up here",
  19. "Do you want to add the remote share {name} from {owner}@{remote}?" : "Do you want to add the remote share {name} from {owner}@{remote}?",
  20. "Remote share" : "Remote share",
  21. "Remote share password" : "Remote share password",
  22. "Cancel" : "Cancel",
  23. "Add remote share" : "Add remote share",
  24. "You can upload into this folder" : "You can upload into this folder",
  25. "No ownCloud installation (7 or higher) found at {remote}" : "No ownCloud installation (7 or higher) found at {remote}",
  26. "Invalid ownCloud url" : "Invalid ownCloud URL",
  27. "Shared by" : "Shared by",
  28. "Sharing" : "Sharing",
  29. "A file or folder has been <strong>shared</strong>" : "A file or folder has been <strong>shared</strong>",
  30. "A file or folder was shared from <strong>another server</strong>" : "A file or folder was shared from <strong>another server</strong>",
  31. "A public shared file or folder was <strong>downloaded</strong>" : "A public shared file or folder was <strong>downloaded</strong>",
  32. "You received a new remote share from %s" : "You received a new remote share from %s",
  33. "%1$s accepted remote share %2$s" : "%1$s accepted remote share %2$s",
  34. "%1$s declined remote share %2$s" : "%1$s declined remote share %2$s",
  35. "%1$s unshared %2$s from you" : "%1$s unshared %2$s from you",
  36. "Public shared folder %1$s was downloaded" : "Public shared folder %1$s was downloaded",
  37. "Public shared file %1$s was downloaded" : "Public shared file %1$s was downloaded",
  38. "You shared %1$s with %2$s" : "You shared %1$s with %2$s",
  39. "You shared %1$s with group %2$s" : "You shared %1$s with group %2$s",
  40. "You shared %1$s via link" : "You shared %1$s via link",
  41. "%2$s shared %1$s with you" : "%2$s shared %1$s with you",
  42. "Shares" : "Shares",
  43. "Accept" : "Accept",
  44. "This share is password-protected" : "This share is password-protected",
  45. "The password is wrong. Try again." : "The password is wrong. Try again.",
  46. "Password" : "Password",
  47. "No entries found in this folder" : "No entries found in this folder",
  48. "Name" : "Name",
  49. "Share time" : "Share time",
  50. "Sorry, this link doesn’t seem to work anymore." : "Sorry, this link doesn’t seem to work anymore.",
  51. "Reasons might be:" : "Reasons might be:",
  52. "the item was removed" : "the item was removed",
  53. "the link expired" : "the link expired",
  54. "sharing is disabled" : "sharing is disabled",
  55. "For more info, please ask the person who sent this link." : "For more info, please ask the person who sent this link.",
  56. "Add to your ownCloud" : "Add to your ownCloud",
  57. "Download" : "Download",
  58. "Download %s" : "Download %s",
  59. "Direct link" : "Direct link",
  60. "Federated Cloud Sharing" : "Federated Cloud Sharing",
  61. "Open documentation" : "Open documentation",
  62. "Allow users on this server to send shares to other servers" : "Allow users on this server to send shares to other servers",
  63. "Allow users on this server to receive shares from other servers" : "Allow users on this server to receive shares from other servers",
  64. "Federated Cloud" : "Federated Cloud"
  65. },
  66. "nplurals=2; plural=(n != 1);");