summaryrefslogtreecommitdiff
path: root/web-ui/app/locales/en-us
diff options
context:
space:
mode:
authorCaio Carrara <ccarrara@thoughtworks.com>2016-06-20 17:36:55 -0300
committerCaio Carrara <ccarrara@thoughtworks.com>2016-06-27 16:32:58 -0300
commit2d166e7e7724a5fd40f5f5cff6fa4e79dbc93d36 (patch)
tree27a439bd6f5406fb3a14630c58f0ce46b05f7106 /web-ui/app/locales/en-us
parent3a04eb16ebb0fca81c89ad66bf6bae1a3c813597 (diff)
Sets initial config for transifex support
This change adds the transifex config file and also rename some directories to match correct language codes. See: #727
Diffstat (limited to 'web-ui/app/locales/en-us')
-rw-r--r--web-ui/app/locales/en-us/translation.json86
1 files changed, 0 insertions, 86 deletions
diff --git a/web-ui/app/locales/en-us/translation.json b/web-ui/app/locales/en-us/translation.json
deleted file mode 100644
index 718979cf..00000000
--- a/web-ui/app/locales/en-us/translation.json
+++ /dev/null
@@ -1,86 +0,0 @@
-{
- "compose": "Compose",
- "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.",
- "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",
- "CC": "CC",
- "BCC": "BCC",
- "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",
- "Reply": "Reply",
- "reply-to-all": "Reply to all",
- "delete-this-message": "Delete this message",
- "mark-as-read": "Mark as read",
- "mark-as-unread": "Mark as unread",
- "delete": "Delete",
- "archive": "Archive",
- "Close": "Close",
- "Trash this message": "Trash this message",
- "NOTHING SELECTED": "NOTHING SELECTED",
- "Press Enter to add tag": "Press Enter to add tag",
- "You are trying to delete the last tag on this message.": "You are trying to delete the last tag on this message.",
- "What would you like to do?": "What would you like to do?",
- "Trash message": "Trash message",
- "Archive it": "Archive it",
- "Trash:": "Trash:",
- "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 Subject>",
- "no_recipient": "<No Recipients>",
- "you": "you",
- "encrypted": "Encrypted",
- "encrypted encryption-error": "Unable to decrypt",
- "encrypted encryption-valid": "Encrypted",
- "not-encrypted": "Not Encrypted",
- "signed": "Verified sender",
- "signed signature-revoked": "Unreliable signature",
- "signed signature-expired": "Unreliable signature",
- "signed signature-not-trusted": "Unreliable signature",
- "signed signature-unknown": "Unreliable signature",
- "not-signed": "Not signed",
- "send-button": "Send",
- "sending-mail": "Sending...",
- "trash-button": "Delete it",
- "search-placeholder" : "Search...",
- "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.",
- "user-settings": "User Settings",
- "email-address": "Email address",
- "public-key-fingerprint": "Public key fingerprint",
- "version": "version",
- "logout": "Logout",
- "delete-permanently": "Delete Permanently",
- "move-to-inbox": "Move to Inbox",
- "error": {
- "timeout": "a timeout occurred",
- "general": "problems talking to server",
- "parse": "got invalid response from server"
- },
- "tags": {
- "inbox": "Inbox",
- "sent": "Sent",
- "drafts": "Drafts",
- "trash": "Trash",
- "all": "All",
- "tags": "Tags"
- }
-}