mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 08:57:03 +03:00
ES2015 first look / babeljs
This commit is contained in:
parent
5dcceaaca5
commit
445cd155e5
123 changed files with 3214 additions and 3680 deletions
|
|
@ -148,6 +148,11 @@ en_GB:
|
|||
LINK_SAVE_TO_DROPBOX: "Save to Dropbox"
|
||||
READ_RECEIPT:
|
||||
SUBJECT: "Return Receipt (displayed) - %SUBJECT%"
|
||||
BODY: |
|
||||
This is a Return Receipt for the mail that you sent to %READ-RECEIPT%.
|
||||
|
||||
Note: "This Return Receipt only acknowledges that the message was displayed on the recipient's computer."
|
||||
There is no guarantee that the recipient has read or understood the message contents.
|
||||
SUGGESTIONS:
|
||||
SEARCHING_DESC: "Searching..."
|
||||
CONTACTS:
|
||||
|
|
@ -230,6 +235,8 @@ en_GB:
|
|||
POPUPS_WELCOME_PAGE:
|
||||
BUTTON_CLOSE: "Close"
|
||||
POPUPS_ASK:
|
||||
BUTTON_YES: "Yes"
|
||||
BUTTON_NO: "No"
|
||||
DESC_WANT_CLOSE_THIS_WINDOW: "Are you sure you want to close this window?"
|
||||
DESC_WANT_DELETE_MESSAGES: "Are you sure you want to delete the message(s)?"
|
||||
POPUPS_LANGUAGES:
|
||||
|
|
@ -328,6 +335,8 @@ en_GB:
|
|||
SELECT_TYPE_NOT_EQUAL_TO: "Not Equal To"
|
||||
SELECT_TYPE_OVER: "Over"
|
||||
SELECT_TYPE_UNDER: "Under"
|
||||
SELECT_MATCH_ANY: "Matching ANY of the following rules"
|
||||
SELECT_MATCH_ALL: "Matching ALL of the following rules"
|
||||
MARK_AS_READ_LABEL: "Mark as read"
|
||||
REPLY_INTERVAL_LABEL: "Reply interval (days)"
|
||||
KEEP_LABEL: "Keep"
|
||||
|
|
@ -352,12 +361,14 @@ en_GB:
|
|||
NOTIFICATION_SENT: |
|
||||
You haven't selected "Sent" system folder messages are put to after sending.
|
||||
If you don't want to save sent message, please select "Do not use" option.
|
||||
NOTIFICATION_DRAFTS: "You haven't selected \"Drafts\" system folder messages are saved to while composing."
|
||||
NOTIFICATION_SPAM: |
|
||||
You haven't selected "Spam" system folder spamed messages are placed to.
|
||||
If you wish to remove messages permanently, please select "Do not use" option.
|
||||
NOTIFICATION_TRASH: |
|
||||
You haven't selected "Trash" system folder deleted messages are placed to.
|
||||
If you wish to remove messages permanently, please select "Do not use" option.
|
||||
NOTIFICATION_ARCHIVE: "You haven't selected \"Archive\" system folder achived messages are placed to."
|
||||
POPUPS_TWO_FACTOR_CFG:
|
||||
LEGEND_TWO_FACTOR_AUTH: "2-Step Verification (TOTP)"
|
||||
LABEL_ENABLE_TWO_FACTOR: "Enable 2-Step verification"
|
||||
|
|
@ -621,6 +632,15 @@ en_GB:
|
|||
ACCESS_ERROR: "Access error"
|
||||
CONNECTION_ERROR: "Can't connect to server"
|
||||
CAPTCHA_ERROR: "Incorrect CAPTCHA."
|
||||
SOCIAL_FACEBOOK_LOGIN_ACCESS_DISABLE: >
|
||||
This social ID is not assigned for any email account yet. Log in using email
|
||||
credentials and enable this feature in account settings.
|
||||
SOCIAL_TWITTER_LOGIN_ACCESS_DISABLE: >
|
||||
This social ID is not assigned for any email account yet. Log in using email
|
||||
credentials and enable this feature in account settings.
|
||||
SOCIAL_GOOGLE_LOGIN_ACCESS_DISABLE: >
|
||||
This social ID is not assigned for any email account yet. Log in using email
|
||||
credentials and enable this feature in account settings.
|
||||
DOMAIN_NOT_ALLOWED: "Domain is not allowed"
|
||||
ACCOUNT_NOT_ALLOWED: "Account is not allowed"
|
||||
ACCOUNT_TWO_FACTOR_AUTH_REQUIRED: "Two factor verification required"
|
||||
|
|
@ -660,6 +680,7 @@ en_GB:
|
|||
DEMO_SEND_MESSAGE_ERROR: "For security purposes, this account is not allowed to send messages to external e-mail addresses!"
|
||||
DEMO_ACCOUNT_ERROR: "For security purposes, this account is not allowed for this action!"
|
||||
ACCOUNT_ALREADY_EXISTS: "Account already exists"
|
||||
ACCOUNT_DOES_NOT_EXIST: "Account doesn't exist"
|
||||
MAIL_SERVER_ERROR: "An error has occured while accessing mail server"
|
||||
INVALID_INPUT_ARGUMENT: "Invalid input argument"
|
||||
UNKNOWN_ERROR: "Unknown error"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue