From 0e6217184eeeb69fa85fcf97d28be37e9042a71d Mon Sep 17 00:00:00 2001 From: Tulio Casagrande Date: Tue, 28 Jun 2016 17:04:45 -0300 Subject: Added remaining translations strings --- web-ui/app/locales/en_US/translation.json | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) (limited to 'web-ui/app/locales/en_US/translation.json') diff --git a/web-ui/app/locales/en_US/translation.json b/web-ui/app/locales/en_US/translation.json index dd9e62a5..f5465ea6 100644 --- a/web-ui/app/locales/en_US/translation.json +++ b/web-ui/app/locales/en_US/translation.json @@ -1,24 +1,25 @@ { "compose": "Compose", - "re": "Re: ", + "re": "Re", "fwd": "Fwd", "trash-single": "Your message was moved to trash!", "trash-bulk": "Your messages were moved to trash!", "Your message was archived": "Your message was archived", "delete-single": "Your message was permanently deleted!", "delete-bulk": "Your messages were permanently deleted!", - "Saved as draft.": "Saved as draft.", + "draft-saving": "Saving to Drafts...", + "draft-saved": "Draft saved", "One or more of the recipients are not valid emails": "One or more of the recipients are not valid emails", "Could not update mail tags": "Could not update mail tags", "Invalid tag name": "Invalid tag name", "Could not delete email": "Could not delete email", "Could not fetch messages": "Could not fetch messages", - "TO": "TO", - "To": "To", + "could-not-archive": "Could not archive emails", + "to": "to", "CC": "CC", "BCC": "BCC", - "Body": "Body", - "Subject": "Subject", + "body": "Body", + "subject": "Subject", "Don't worry about recipients right now, you'll be able to add them just before sending.": "Don't worry about recipients right now, you'll be able to add them just before sending.", "Send": "Send", "Cancel": "Cancel", @@ -41,7 +42,6 @@ "Archive:": "Archive:", "we will keep this message for 30 days, then delete it forever.": "we will keep this message for 30 days, then delete it forever.", "we will remove all the tags, but keep it in your account in case you need it.": "we will remove all the tags, but keep it in your account in case you need it.", - "to": "to", "no_subject": "", "no_recipient": "", "you": "you", @@ -59,7 +59,7 @@ "sending-mail": "Sending...", "trash-button": "Delete it", "search-placeholder" : "Search...", - "Search results for:": "Search results for:", + "search-results-for": "Search results for", "Tags": "Tags", "Forward": "Forward", "feedback-placeholder": "Tell us what you liked, didn't like, what is missing and generally what you think about Pixelated.", @@ -71,10 +71,13 @@ "delete-permanently": "Delete Permanently", "move-to-inbox": "Move to Inbox", "reply-author-line": "On {{date}}, <{{from}}> wrote:\n", + "refresh": "refresh", + "click-to-remove": "Click to remove", + "error": { - "timeout": "a timeout occurred", - "general": "problems talking to server", - "parse": "got invalid response from server" + "timeout": "A timeout occurred", + "general": "Problems talking to server", + "parse": "Got invalid response from server" }, "tags": { "inbox": "Inbox", -- cgit v1.2.3