59 строки
3.2 KiB
JavaScript
59 строки
3.2 KiB
JavaScript
OC.L10N.register(
|
|
"mail",
|
|
{
|
|
"Mail" : "Mail",
|
|
"{from}\n{subject}" : "{from}\n{subject}",
|
|
"_%n new message in {folderName} \nfrom {from}_::_%n new messages in {folderName} \nfrom {from}_" : ["%n new message in {folderName} \nfrom {from}","%n new messages in {folderName} \nfrom {from}"],
|
|
"Error while loading the accounts." : "Error whilst loading the accounts.",
|
|
"Error while loading the selected account." : "Error whilst loading the selected account.",
|
|
"Error while loading the selected message." : "Error whilst loading the selected message.",
|
|
"Message could not be starred. Please try again." : "Message could not be starred. Please try again.",
|
|
"Unknown error" : "Unknown error",
|
|
"Error while creating an account: " : "Error whilst creating an 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.",
|
|
"Forwarded message" : "Forwarded message",
|
|
"Choose a file to add as attachment" : "Choose a file to add as attachment",
|
|
"Reply" : "Reply",
|
|
"Send" : "Send",
|
|
"Sending …" : "Sending…",
|
|
"Message sent!" : "Message sent!",
|
|
"Server error" : "Server error",
|
|
"you" : "you",
|
|
"Send message to {email}" : "Send message to {email}",
|
|
"Opening HTML drafts is not supported yet." : "Opening HTML drafts is not supported yet.",
|
|
"Draft saved!" : "Draft saved!",
|
|
"Checking messages" : "Checking messages",
|
|
"Loading …" : "Loading…",
|
|
"Load more …" : "Load more…",
|
|
"Check messages" : "Check messages",
|
|
"Error while deleting message." : "Error whilst deleting message.",
|
|
"Error while deleting account." : "Error whilst deleting account.",
|
|
"Connecting" : "Connecting",
|
|
"Connect" : "Connect",
|
|
"Inbox" : "Inbox",
|
|
"Sent" : "Sent",
|
|
"Drafts" : "Drafts",
|
|
"Archive" : "Archive",
|
|
"Trash" : "Trash",
|
|
"Junk" : "Junk",
|
|
"All" : "All",
|
|
"Favorites" : "Favourites",
|
|
"Creating account failed: " : "Creating account failed: ",
|
|
"Auto detect failed. Please use manual mode." : "Auto detect failed. Please use manual mode.",
|
|
"Delete permanently" : "Delete permanently",
|
|
"& others" : "& others",
|
|
"All inboxes" : "All inboxes",
|
|
"Error loading message" : "Error loading message",
|
|
"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>.",
|
|
"Continue to %s" : "Continue to %s"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|