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

12345678910111213141516171819202122232425262728293031323334353637
  1. OC.L10N.register(
  2. "sharebymail",
  3. {
  4. "Shared with %1$s" : "Shared with %1$s",
  5. "Shared with {email}" : "Shared with {email}",
  6. "Shared with %1$s by %2$s" : "Shared with %1$s by %2$s",
  7. "Shared with {email} by {actor}" : "Shared with {email} by {actor}",
  8. "Password for mail share sent to %1$s" : "Password for mail share sent to %1$s",
  9. "Password for mail share sent to {email}" : "Password for mail share sent to {email}",
  10. "Password for mail share sent to you" : "Password for mail share sent to you",
  11. "You shared %1$s with %2$s by mail" : "You shared %1$s with %2$s by mail",
  12. "You shared {file} with {email} by mail" : "You shared {file} with {email} by mail",
  13. "%3$s shared %1$s with %2$s by mail" : "%3$s shared %1$s with %2$s by mail",
  14. "{actor} shared {file} with {email} by mail" : "{actor} shared {file} with {email} by mail",
  15. "Password to access %1$s was sent to %2s" : "Password to access %1$s was sent to %2s",
  16. "Password to access {file} was sent to {email}" : "Password to access {file} was sent to {email}",
  17. "Password to access %1$s was sent to you" : "Password to access %1$s was sent to you",
  18. "Password to access {file} was sent to you" : "Password to access {file} was sent to you",
  19. "We can't send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "We can't send you the auto-generated password. Please set a valid email address in your personal settings and try again.",
  20. "Failed to send share by email" : "Failed to send share by email",
  21. "Click the button below to open it." : "Click the button below to open it.",
  22. "Open »%s«" : "Open »%s«",
  23. "%1$s via %2$s" : "%1$s via %2$s",
  24. "%1$s shared »%2$s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%1$s shared »%2$s« with you.\nYou should have already received a separate mail with a link to access it.\n",
  25. "%1$s shared »%2$s« with you. You should have already received a separate mail with a link to access it." : "%1$s shared »%2$s« with you. You should have already received a separate mail with a link to access it.",
  26. "Password to access »%1$s« shared to you by %2$s" : "Password to access »%1$s« shared to you by %2$s",
  27. "Password to access »%s«" : "Password to access »%s«",
  28. "It is protected with the following password:" : "It is protected with the following password:",
  29. "You can choose a different password at any time in the share dialog." : "You can choose a different password at any time in the share dialog.",
  30. "Could not find share" : "Could not find share",
  31. "Share by mail" : "Share by mail",
  32. "Share provider which allows you to share files by mail" : "Share provider which allows you to share files by mail",
  33. "Allows users to share a personalized link to a file or folder by putting in an email address." : "Allows users to share a personalised link to a file or folder by putting in an email address.",
  34. "Send password by mail" : "Send password by mail",
  35. "Enforce password protection" : "Enforce password protection"
  36. },
  37. "nplurals=2; plural=(n != 1);");