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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. "Couldn't add remote share" : "Couldn't add remote share",
  8. "Shared with you" : "Shared with you",
  9. "Shared with others" : "Shared with others",
  10. "Shared by link" : "Shared by link",
  11. "Nothing shared with you yet" : "Nothing shared with you yet",
  12. "Files and folders others share with you will show up here" : "Files and folders others share with you will show up here",
  13. "Nothing shared yet" : "Nothing shared yet",
  14. "Files and folders you share will show up here" : "Files and folders you share will show up here",
  15. "No shared links" : "No shared links",
  16. "Files and folders you share by link will show up here" : "Files and folders you share by link will show up here",
  17. "Do you want to add the remote share {name} from {owner}@{remote}?" : "Do you want to add the remote share {name} from {owner}@{remote}?",
  18. "Remote share" : "Remote share",
  19. "Remote share password" : "Remote share password",
  20. "Cancel" : "Cancel",
  21. "Add remote share" : "Add remote share",
  22. "No ownCloud installation (7 or higher) found at {remote}" : "No ownCloud installation (7 or higher) found at {remote}",
  23. "Invalid ownCloud url" : "Invalid ownCloud URL",
  24. "Share" : "Share",
  25. "Shared by" : "Shared by",
  26. "A file or folder was shared from <strong>another server</strong>" : "A file or folder was shared from <strong>another server</strong>",
  27. "A public shared file or folder was <strong>downloaded</strong>" : "A public shared file or folder was <strong>downloaded</strong>",
  28. "You received a new remote share from %s" : "You received a new remote share from %s",
  29. "%1$s accepted remote share %2$s" : "%1$s accepted remote share %2$s",
  30. "%1$s declined remote share %2$s" : "%1$s declined remote share %2$s",
  31. "%1$s unshared %2$s from you" : "%1$s unshared %2$s from you",
  32. "Public shared folder %1$s was downloaded" : "Public shared folder %1$s was downloaded",
  33. "Public shared file %1$s was downloaded" : "Public shared file %1$s was downloaded",
  34. "This share is password-protected" : "This share is password-protected",
  35. "The password is wrong. Try again." : "The password is wrong. Try again.",
  36. "Password" : "Password",
  37. "No entries found in this folder" : "No entries found in this folder",
  38. "Name" : "Name",
  39. "Share time" : "Share time",
  40. "Sorry, this link doesn’t seem to work anymore." : "Sorry, this link doesn’t seem to work anymore.",
  41. "Reasons might be:" : "Reasons might be:",
  42. "the item was removed" : "the item was removed",
  43. "the link expired" : "the link expired",
  44. "sharing is disabled" : "sharing is disabled",
  45. "For more info, please ask the person who sent this link." : "For more info, please ask the person who sent this link.",
  46. "Add to your ownCloud" : "Add to your ownCloud",
  47. "Download" : "Download",
  48. "Download %s" : "Download %s",
  49. "Direct link" : "Direct link",
  50. "Server-to-Server Sharing" : "Server-to-Server Sharing",
  51. "Allow users on this server to send shares to other servers" : "Allow users on this server to send shares to other servers",
  52. "Allow users on this server to receive shares from other servers" : "Allow users on this server to receive shares from other servers"
  53. },
  54. "nplurals=2; plural=(n != 1);");