12345678910111213141516171819202122232425262728293031323334353637 |
- OC.L10N.register(
- "sharebymail",
- {
- "Shared with %1$s" : "Shared with %1$s",
- "Shared with {email}" : "Shared with {email}",
- "Shared with %1$s by %2$s" : "Shared with %1$s by %2$s",
- "Shared with {email} by {actor}" : "Shared with {email} by {actor}",
- "Password for mail share sent to %1$s" : "Password for mail share sent to %1$s",
- "Password for mail share sent to {email}" : "Password for mail share sent to {email}",
- "Password for mail share sent to you" : "Password for mail share sent to you",
- "You shared %1$s with %2$s by mail" : "You shared %1$s with %2$s by mail",
- "You shared {file} with {email} by mail" : "You shared {file} with {email} by mail",
- "%3$s shared %1$s with %2$s by mail" : "%3$s shared %1$s with %2$s by mail",
- "{actor} shared {file} with {email} by mail" : "{actor} shared {file} with {email} by mail",
- "Password to access %1$s was sent to %2s" : "Password to access %1$s was sent to %2s",
- "Password to access {file} was sent to {email}" : "Password to access {file} was sent to {email}",
- "Password to access %1$s was sent to you" : "Password to access %1$s was sent to you",
- "Password to access {file} was sent to you" : "Password to access {file} was sent to you",
- "Failed to send share by email" : "Failed to send share by email",
- "Click the button below to open it." : "Click the button below to open it.",
- "Open »%s«" : "Open »%s«",
- "%1$s via %2$s" : "%1$s via %2$s",
- "%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",
- "%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.",
- "Password to access »%1$s« shared to you by %2$s" : "Password to access »%1$s« shared to you by %2$s",
- "Password to access »%s«" : "Password to access »%s«",
- "It is protected with the following password:" : "It is protected with the following password:",
- "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.",
- "Could not find share" : "Could not find share",
- "Share by mail" : "Share by mail",
- "Share provider which allows you to share files by mail" : "Share provider which allows you to share files by mail",
- "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.",
- "Send password by mail" : "Send password by mail",
- "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.",
- "Enforce password protection" : "Enforce password protection"
- },
- "nplurals=2; plural=(n != 1);");
|