mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 22:47:03 +03:00
Add Gmail XAUTH support
This commit is contained in:
parent
08333610ce
commit
32ceafa37f
16 changed files with 359 additions and 138 deletions
|
|
@ -8,6 +8,7 @@ en:
|
|||
LABEL_DONT_ASK_VERIFICATION_CODE: "Don't ask for the code for 2 weeks"
|
||||
BUTTON_SIGN_IN: "Sign In"
|
||||
TITLE_SIGN_IN_GOOGLE: "Sign In using Google"
|
||||
TITLE_SIGN_IN_GMAIL: "Sign In using Gmail"
|
||||
TITLE_SIGN_IN_FACEBOOK: "Sign In using Facebook"
|
||||
TITLE_SIGN_IN_TWITTER: "Sign In using Twitter"
|
||||
LABEL_FORGOT_PASSWORD: "Forgot password"
|
||||
|
|
@ -155,11 +156,11 @@ en:
|
|||
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.
|
||||
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:
|
||||
|
|
@ -365,16 +366,16 @@ en:
|
|||
LABEL_ARCHIVE: "Archive"
|
||||
BUTTON_CANCEL: "Cancel"
|
||||
BUTTON_CLOSE: "Close"
|
||||
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_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_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)"
|
||||
|
|
@ -395,13 +396,13 @@ en:
|
|||
TWO_FACTOR_REQUIRE_DESC: "Your account requires 2-Step verification configuration."
|
||||
TWO_FACTOR_SECRET_CONFIGURED_DESC: "Configured"
|
||||
TWO_FACTOR_SECRET_NOT_CONFIGURED_DESC: "Not configured"
|
||||
TWO_FACTOR_SECRET_DESC: >
|
||||
Import this info into your Google Authenticator client (or other TOTP client)
|
||||
using the provided QR code below or by entering the code manually.
|
||||
TWO_FACTOR_BACKUP_CODES_DESC: >
|
||||
If you can't receive codes via Google Authenticator (or other TOTP client),
|
||||
you can use backup codes to sign in. After you’ve used a backup code to sign
|
||||
in, it will become inactive.
|
||||
TWO_FACTOR_SECRET_DESC: >
|
||||
Import this info into your Google Authenticator client (or other TOTP client)
|
||||
using the provided QR code below or by entering the code manually.
|
||||
TWO_FACTOR_BACKUP_CODES_DESC: >
|
||||
If you can't receive codes via Google Authenticator (or other TOTP client),
|
||||
you can use backup codes to sign in. After you’ve used a backup code to sign
|
||||
in, it will become inactive.
|
||||
TWO_FACTOR_SECRET_TEST_BEFORE_DESC: "You can't change this setting before test."
|
||||
TITLES:
|
||||
LOADING: "Loading"
|
||||
|
|
@ -642,15 +643,15 @@ en:
|
|||
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.
|
||||
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"
|
||||
|
|
@ -700,14 +701,14 @@ en:
|
|||
PHP_EXSTENSIONS_ERROR_DESC: "Required PHP extension are not available in your PHP configuration!"
|
||||
PHP_VERSION_ERROR_DESC: "Your PHP version (%VERSION%) is lower than the minimal required 5.3.0!"
|
||||
NO_SCRIPT_TITLE: "JavaScript is required for this application."
|
||||
NO_SCRIPT_DESC: |
|
||||
JavaScript support is not available in your browser.
|
||||
Please enable JavaScript support in your browser settings and retry.
|
||||
NO_SCRIPT_DESC: |
|
||||
JavaScript support is not available in your browser.
|
||||
Please enable JavaScript support in your browser settings and retry.
|
||||
NO_COOKIE_TITLE: "Cookies support is required for this application."
|
||||
NO_COOKIE_DESC: |
|
||||
Cookies support is not available in your browser.
|
||||
Please enable Cookie support in your browser settings and retry.
|
||||
NO_COOKIE_DESC: |
|
||||
Cookies support is not available in your browser.
|
||||
Please enable Cookie support in your browser settings and retry.
|
||||
BAD_BROWSER_TITLE: "Your browser is outdated."
|
||||
BAD_BROWSER_DESC: |
|
||||
To use all the features of the application,
|
||||
download and install one of these browsers:
|
||||
BAD_BROWSER_DESC: |
|
||||
To use all the features of the application,
|
||||
download and install one of these browsers:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue