Welcome to mirror list, hosted at ThFree Co, Russian Federation.

en_GB.js « l10n « sharebymail « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d65c60de43c8d6a37f6bfaadb165ff94e8156a64 (plain)
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
32
33
34
35
36
37
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",
    "Share by mail" : "Share by mail",
    "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 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);");