nextcloud/apps/sharebymail/l10n/en_GB.js

44 lines
4.1 KiB
JavaScript

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",
"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.",
"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«",
"Password to access »%s«" : "Password to access »%s«",
"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",
"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",
"Enforce password protection" : "Enforce password protection",
"Sharing %s failed, this item is already shared with %s" : "Sharing %s failed, this item is already shared with %s",
"Failed to send share by E-mail" : "Failed to send share by E-mail",
"%s shared »%s« with you" : "%s shared »%s« with you",
"%s shared »%s« with you." : "%s shared »%s« with you.",
"%s via %s" : "%s via %s",
"Password to access »%s« shared to you by %s" : "Password to access »%s« shared to you by %s",
"%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n",
"%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s shared »%s« with you. You should have already received a separate mail with a link to access it.",
"It is protected with the following password: %s" : "It is protected with the following password: %s",
"Password to access »%s« shared with %s" : "Password to access »%s« shared with %s",
"You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient.",
"This is the password: %s" : "This is the password: %s"
},
"nplurals=2; plural=(n != 1);");