aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/en_GB.js
blob: 94af8f0a94b71c015b82b5e66e5ef63951e78a14 (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
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",
    "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",
    "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",
    "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",
    "This share is password-protected" : "This share is password-protected",
    "The password is wrong. Try again." : "The password is wrong. Try again.",
    "Password" : "Password",
    "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",
    "Server-to-Server Sharing" : "Server-to-Server Sharing",
    "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"
},
"nplurals=2; plural=(n != 1);");