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

en_GB.js « l10n « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dbf6edd8065b4e43e69b38783decdde9b643ab66 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
OC.L10N.register(
    "files_sharing",
    {
    "Server to server sharing is not enabled on this server" : "Server to server sharing is not enabled on this server",
    "The mountpoint name contains invalid characters." : "The mountpoint name contains invalid characters.",
    "Invalid or untrusted SSL certificate" : "Invalid or untrusted SSL certificate",
    "Could not authenticate to remote share, password might be wrong" : "Could not authenticate to remote share, password might be wrong",
    "Storage not valid" : "Storage not valid",
    "Couldn't add remote share" : "Couldn't add remote share",
    "Shared with you" : "Shared with you",
    "Shared with others" : "Shared with others",
    "Shared by link" : "Shared by link",
    "Nothing shared with you yet" : "Nothing shared with you yet",
    "Files and folders others share with you will show up here" : "Files and folders others share with you will show up here",
    "Nothing shared yet" : "Nothing shared yet",
    "Files and folders you share will show up here" : "Files and folders you share will show up here",
    "No shared links" : "No shared links",
    "Files and folders you share by link will show up here" : "Files and folders you share by link will show up here",
    "Do you want to add the remote share {name} from {owner}@{remote}?" : "Do you want to add the remote share {name} from {owner}@{remote}?",
    "Remote share" : "Remote share",
    "Remote share password" : "Remote share password",
    "Cancel" : "Cancel",
    "Add remote share" : "Add remote share",
    "You can upload into this folder" : "You can upload into this folder",
    "No ownCloud installation (7 or higher) found at {remote}" : "No ownCloud installation (7 or higher) found at {remote}",
    "Invalid ownCloud url" : "Invalid ownCloud URL",
    "Shared by" : "Shared by",
    "Sharing" : "Sharing",
    "A file or folder has been <strong>shared</strong>" : "A file or folder has been <strong>shared</strong>",
    "A file or folder was shared from <strong>another server</strong>" : "A file or folder was shared from <strong>another server</strong>",
    "A public shared file or folder was <strong>downloaded</strong>" : "A public shared file or folder was <strong>downloaded</strong>",
    "You received a new remote share from %s" : "You received a new remote share from %s",
    "%1$s accepted remote share %2$s" : "%1$s accepted remote share %2$s",
    "%1$s declined remote share %2$s" : "%1$s declined remote share %2$s",
    "%1$s unshared %2$s from you" : "%1$s unshared %2$s from you",
    "Public shared folder %1$s was downloaded" : "Public shared folder %1$s was downloaded",
    "Public shared file %1$s was downloaded" : "Public shared file %1$s was downloaded",
    "You shared %1$s with %2$s" : "You shared %1$s with %2$s",
    "You shared %1$s with group %2$s" : "You shared %1$s with group %2$s",
    "You shared %1$s via link" : "You shared %1$s via link",
    "%2$s shared %1$s with you" : "%2$s shared %1$s with you",
    "Shares" : "Shares",
    "Accept" : "Accept",
    "This share is password-protected" : "This share is password-protected",
    "The password is wrong. Try again." : "The password is wrong. Try again.",
    "Password" : "Password",
    "No entries found in this folder" : "No entries found in this folder",
    "Name" : "Name",
    "Share time" : "Share time",
    "Sorry, this link doesn’t seem to work anymore." : "Sorry, this link doesn’t seem to work anymore.",
    "Reasons might be:" : "Reasons might be:",
    "the item was removed" : "the item was removed",
    "the link expired" : "the link expired",
    "sharing is disabled" : "sharing is disabled",
    "For more info, please ask the person who sent this link." : "For more info, please ask the person who sent this link.",
    "Add to your ownCloud" : "Add to your ownCloud",
    "Download" : "Download",
    "Download %s" : "Download %s",
    "Direct link" : "Direct link",
    "Federated Cloud Sharing" : "Federated Cloud Sharing",
    "Open documentation" : "Open documentation",
    "Allow users on this server to send shares to other servers" : "Allow users on this server to send shares to other servers",
    "Allow users on this server to receive shares from other servers" : "Allow users on this server to receive shares from other servers",
    "Federated Cloud" : "Federated Cloud"
},
"nplurals=2; plural=(n != 1);");