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: 7c65f83b6b03187c694401a559f952ba19d0c9ed (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
<?php
$TRANSLATIONS = array(
"Mail" => "Mail",
"Error while loading the selected account." => "Error whilst loading the selected account.",
"Error" => "Error",
"Error while deleting mail." => "Error whilst deleting mail.",
"Message could not be favorited. Please try again." => "Message could not be favourited. Please try again.",
"Choose a folder to store the attachment in" => "Choose a folder to store the attachment in",
"Saving to Files …" => "Saving to Files…",
"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.",
"Save to Files" => "Save to Files",
"Error while loading mail message." => "Error whilst loading mail message.",
"Connecting …" => "Connecting…",
"Unknown error" => "Unknown error",
"Server Error" => "Server Error",
"Connect" => "Connect",
"Sending …" => "Sending…",
"Choose a file to add as attachment" => "Choose a file to add as attachment",
"Loading …" => "Loading…",
"Load more …" => "Load more…",
"Send" => "Send",
"Creating account failed: " => "Creating account failed: ",
"Auto detect failed. Please use manual mode." => "Auto detect failed. Please use manual mode.",
"All accounts" => "All accounts",
"+ Add account" => "+ Add account",
"Download attachment" => "Download attachment",
"Save all to Files" => "Save all to Files",
"+ cc" => "+ cc",
"Recipient" => "Recipient",
"cc" => "cc",
"bcc" => "bcc",
"Reply …" => "Reply…",
"Reply" => "Reply",
"Forward" => "Forward",
"New Message" => "New Message",
"+ cc/bcc" => "+ cc/bcc",
"Subject" => "Subject",
"Message …" => "Message…",
"Add attachment from Files" => "Add attachment from Files",
"Connect your mail account" => "Connect your mail account",
"Name" => "Name",
"Mail Address" => "Mail Address",
"IMAP Password" => "IMAP Password",
"Forwarding you to %s" => "Forwarding you to %s",
"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);";