1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
OC.L10N.register(
"sharebymail",
{
"Shared with {email}" : "Shared with {email}",
"Shared with {email} by {actor}" : "Shared with {email} by {actor}",
"Unshared from {email}" : "Unshared from {email}",
"Unshared from {email} by {actor}" : "Unshared from {email} by {actor}",
"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 {file} with {email} by mail" : "You shared {file} with {email} by mail",
"{actor} shared {file} with {email} by mail" : "{actor} shared {file} with {email} by mail",
"You unshared {file} from {email} by mail" : "You unshared {file} from {email} by mail",
"{actor} unshared {file} from {email} by mail" : "{actor} unshared {file} from {email} by mail",
"Password to access {file} was sent to {email}" : "Password to access {file} was sent to {email}",
"Password to access {file} was sent to you" : "Password to access {file} was sent to you",
"Share by mail" : "Share by mail",
"We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "We cannot 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. Got an invalid email address" : "Failed to send share by email. Got an invalid email address",
"Failed to send share by email" : "Failed to send share by email",
"%1$s via %2$s" : "%1$s via %2$s",
"It is protected with the following password:" : "It is protected with the following password:",
"This password will expire at %s" : "This password will expire at %s",
"This is the password:" : "This is the 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 provider which allows you to share files by mail" : "Share provider which allows you to share files by mail",
"Unable to update share by mail config" : "Unable to update share by mail config",
"Send password by mail" : "Send password by mail",
"Reply to initiator" : "Reply to initiator"
},
"nplurals=2; plural=(n!=1);");
|