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

en_GB.js « l10n - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6b25f0e34525e023f296d308853f7284661caf41 (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
67
68
69
70
71
72
OC.L10N.register(
    "mail",
    {
    "Mail" : "Mail",
    "Auto detect failed. Please use manual mode." : "Auto detect failed. Please use manual mode.",
    "Updating account failed: " : "Updating account failed: ",
    "Creating account failed: " : "Creating account failed: ",
    "Name" : "Name",
    "Mail Address" : "Mail Address",
    "Password" : "Password",
    "IMAP Host" : "IMAP Host",
    "None" : "None",
    "STARTTLS" : "STARTTLS",
    "IMAP Port" : "IMAP Port",
    "IMAP User" : "IMAP User",
    "IMAP Password" : "IMAP Password",
    "SMTP Host" : "SMTP Host",
    "SMTP Port" : "SMTP Port",
    "SMTP User" : "SMTP User",
    "SMTP Password" : "SMTP Password",
    "Connect" : "Connect",
    "Add mail account" : "Add mail account",
    "Use Gravatar and favicon avatars" : "Use Gravatar and favicon avatars",
    "Keyboard shortcuts" : "Keyboard shortcuts",
    "from" : "from",
    "to" : "to",
    "Subject" : "Subject",
    "Sending …" : "Sending…",
    "Message sent!" : "Message sent!",
    "Send" : "Send",
    "Upload attachment" : "Upload attachment",
    "Add attachment from Files" : "Add attachment from Files",
    "Choose a file to add as attachment" : "Choose a file to add as attachment",
    "No messages in this folder" : "No messages in this folder",
    "Delete" : "Delete",
    "Could not load your message" : "Could not load your message",
    "Import into calendar" : "Import into calendar",
    "Download attachment" : "Download attachment",
    "Save to Files" : "Save to Files",
    "Choose a folder to store the attachment in" : "Choose a folder to store the attachment in",
    "Save all to Files" : "Save all to Files",
    "The images have been blocked to protect your privacy." : "The images have been blocked to protect your privacy.",
    "New message" : "New message",
    "Settings" : "Settings",
    "Show all folders" : "Show all folders",
    "Collapse folders" : "Collapse folders",
    "Speed up your Mail experience with these quick shortcuts." : "Speed up your Mail experience with these quick shortcuts.",
    "Compose new message" : "Compose new message",
    "Newer message" : "Newer message",
    "Older message" : "Older message",
    "Toggle star" : "Toggle star",
    "Toggle unread" : "Toggle unread",
    "Search" : "Search",
    "Refresh" : "Refresh",
    "Connect your mail account" : "Connect your mail account",
    "{from}\n{subject}" : "{from}\n{subject}",
    "_%n new message \nfrom {from}_::_%n new messages \nfrom {from}_" : ["%n new message \nfrom {from}","%n new messages \nfrom {from}"],
    "Nextcloud Mail" : "Nextcloud Mail",
    "All inboxes" : "All inboxes",
    "Could not load {tag}{name}{endtag}" : "Could not load {tag}{name}{endtag}",
    "There was a problem loading {tag}{name}{endtag}" : "There was a problem loading {tag}{name}{endtag}",
    "Could not load the desired message" : "Could not load the desired message",
    "Could not load the message" : "Could not load the message",
    "Error loading message" : "Error loading message",
    "Forwarding to %s" : "Forwarding to %s",
    "Click here if you are not automatically redirected within the next few seconds." : "Click here if you are not automatically redirected within the next few seconds.",
    "Redirect" : "Redirect",
    "The link leads to %s" : "The link leads to %s",
    "If you don’t want to visit that page, you can return to <a href=\"%s\">Mail</a>." : "If you don’t want to visit that page, you can return to <a href=\"%s\">Mail</a>.",
    "Continue to %s" : "Continue to %s"
},
"nplurals=2; plural=(n != 1);");