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

en_GB.php « l10n - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e3fa67654f8f6b42a3c6e8d06325fc03932d7598 (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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?php
$TRANSLATIONS = array(
"Mail" => "Mail",
"Error while loading the accounts." => "Error whilst loading the accounts.",
"you" => "you",
"Error while loading the selected account." => "Error whilst loading the selected account.",
"Error while loading messages." => "Error whilst loading messages.",
"Choose a folder to store the attachment in" => "Choose a folder to store the attachment in",
"Attachments saved to Files." => "Attachments saved to Files.",
"Attachment saved to Files." => "Attachment saved to Files.",
"Error while saving attachments to Files." => "Error whilst saving attachments to Files.",
"Error while saving attachment to Files." => "Error whilst saving attachment to Files.",
"Error while loading the selected message." => "Error whilst loading the selected message.",
"Connecting …" => "Connecting…",
"Unknown error" => "Unknown error",
"Error while creating an account: " => "Error whilst creating an account: ",
"Connect" => "Connect",
"Sending …" => "Sending…",
"Reply" => "Reply",
"Message sent!" => "Message sent!",
"Error sending the reply." => "Error sending the reply.",
"Error while deleting account." => "Error whilst deleting account.",
"Choose a file to add as attachment" => "Choose a file to add as attachment",
"Message could not be starred. Please try again." => "Message could not be starred. Please try again.",
"Error while deleting message." => "Error whilst deleting message.",
"Checking mail …" => "Checking mail…",
"Loading …" => "Loading…",
"Load more …" => "Load more…",
"Check mail" => "Check mail",
"Send" => "Send",
"Inbox" => "Inbox",
"Sent" => "Sent",
"Drafts" => "Drafts",
"Archive" => "Archive",
"Trash" => "Trash",
"Junk" => "Junk",
"All" => "All",
"Starred" => "Starred",
"Creating account failed: " => "Creating account failed: ",
"Auto detect failed. Please use manual mode." => "Auto detect failed. Please use manual mode.",
"from" => "from",
"+ cc/bcc" => "+ cc/bcc",
"to" => "to",
"cc" => "cc",
"bcc" => "bcc",
"Subject" => "Subject",
"Message …" => "Message…",
"Add attachment from Files" => "Add attachment from Files",
"Open Mail App" => "Open Mail App",
"Back to website" => "Back to website",
"Error loading message" => "Error loading message",
"Download attachment" => "Download attachment",
"Save to Files" => "Save to Files",
"Save all to Files" => "Save all to Files",
"+ cc" => "+ cc",
"Reply …" => "Reply…",
"Forward" => "Forward",
"Add mail account" => "Add mail account",
"Check messages …" => "Check messages …",
"No messages in this folder!" => "No messages in this folder!",
"New message" => "New message",
"Connect your mail account" => "Connect your mail account",
"Name" => "Name",
"Mail Address" => "Mail Address",
"IMAP Password" => "IMAP Password",
"Manual configuration" => "Manual configuration",
"IMAP Host" => "IMAP Host",
"IMAP security" => "IMAP security",
"none" => "none",
"ssl" => "ssl",
"tls" => "tls",
"IMAP Port" => "IMAP Port",
"IMAP User" => "IMAP User",
"SMTP Host" => "SMTP Host",
"SMTP security" => "SMTP security",
"SMTP Port" => "SMTP Port",
"SMTP Port (default 25, ssl 465)" => "SMTP Port (default 25, ssl 465)",
"SMTP User" => "SMTP User",
"SMTP Password" => "SMTP Password",
"Forwarding you to %s - click here if you are not automatically redirected within the next few seconds." => "Forwarding you to %s - click here if you are not automatically redirected within the next few seconds.",
"Redirect Warning" => "Redirect Warning",
"The previous page is sending you to %s." => "The previous page is sending you to %s.",
"If you do not want to visit that page, you can return to <a href=\"%s\">the mail app</a>." => "If you do not want to visit that page, you can return to <a href=\"%s\">the mail app</a>.",
"Click here to visit the website." => "Click here to visit the website."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";