mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 00:47:04 +03:00
Pre release fixes and improvements
This commit is contained in:
parent
67c5e31e58
commit
abddb3d828
61 changed files with 378 additions and 57 deletions
|
|
@ -338,7 +338,9 @@ SELECT_TYPE_NOT_EQUAL_TO = "Not Equal To"
|
|||
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"
|
||||
STOP_LABEL = "Don't stop processing rules"
|
||||
EMAIL_LABEL = "Email"
|
||||
VACATION_SUBJECT_LABEL = "Subject (optional)"
|
||||
VACATION_MESSAGE_LABEL = "Message"
|
||||
|
|
@ -427,7 +429,7 @@ LABEL_SIGNATURE = "Signature"
|
|||
LABEL_ADD_SIGNATURE_TO_ALL = "Add your signature to all the outgoing messages"
|
||||
|
||||
[SETTINGS_SECURITY]
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-Step Verification (Google Authenticator)"
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-Step Verification"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Enable 2-Step verification"
|
||||
LABEL_TWO_FACTOR_USER = "User"
|
||||
LABEL_TWO_FACTOR_STATUS = "Status"
|
||||
|
|
@ -654,6 +656,7 @@ LICENSING_SERVER_IS_UNAVAILABLE = "Subscription server is unvailable"
|
|||
LICENSING_DOMAIN_EXPIRED = "Subscription for this domain has expired."
|
||||
LICENSING_DOMAIN_BANNED = "Subscription for this domain is banned."
|
||||
DEMO_SEND_MESSAGE_ERROR = "For security purposes, this demo 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"
|
||||
MAIL_SERVER_ERROR = "An error has occured while accessing mail server"
|
||||
INVALID_INPUT_ARGUMENT = "Invalid input argument"
|
||||
|
|
|
|||
|
|
@ -338,7 +338,9 @@ SELECT_TYPE_NOT_EQUAL_TO = "Not Equal To"
|
|||
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"
|
||||
STOP_LABEL = "Don't stop processing rules"
|
||||
EMAIL_LABEL = "Email"
|
||||
VACATION_SUBJECT_LABEL = "Subject (optional)"
|
||||
VACATION_MESSAGE_LABEL = "Message"
|
||||
|
|
@ -427,7 +429,7 @@ LABEL_SIGNATURE = "Signatur"
|
|||
LABEL_ADD_SIGNATURE_TO_ALL = "Signatur zu allen ausgehenden Nachrichten hinzufügen"
|
||||
|
||||
[SETTINGS_SECURITY]
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-Faktor-Authentifizierung (Google Authenticator)"
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-Faktor-Authentifizierung"
|
||||
LABEL_ENABLE_TWO_FACTOR = "2-Faktor-Authentifizierung aktivieren"
|
||||
LABEL_TWO_FACTOR_USER = "Benutzer"
|
||||
LABEL_TWO_FACTOR_STATUS = "Status"
|
||||
|
|
@ -654,6 +656,7 @@ LICENSING_SERVER_IS_UNAVAILABLE = "Abonnement-Server kann nicht erreicht werden"
|
|||
LICENSING_DOMAIN_EXPIRED = "Das Abonnement dieser Domain ist ausgelaufen"
|
||||
LICENSING_DOMAIN_BANNED = "Das Abonnement dieser Domain ist gesperrt."
|
||||
DEMO_SEND_MESSAGE_ERROR = "Dieser Demo-Account darf aus Sicherheitsgründen keine Nachrichten an externe E-Mail-Adressen versenden!"
|
||||
DEMO_ACCOUNT_ERROR = "For security purposes, this account is not allowed for this action!"
|
||||
ACCOUNT_ALREADY_EXISTS = "Dieses Konto gibt es schon."
|
||||
MAIL_SERVER_ERROR = "Beim Zugriff auf den E-Mail-Server trat ein Fehler auf."
|
||||
INVALID_INPUT_ARGUMENT = "Invalid input argument"
|
||||
|
|
|
|||
|
|
@ -338,7 +338,9 @@ SELECT_TYPE_NOT_EQUAL_TO = "Not Equal To"
|
|||
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"
|
||||
STOP_LABEL = "Don't stop processing rules"
|
||||
EMAIL_LABEL = "Email"
|
||||
VACATION_SUBJECT_LABEL = "Subject (optional)"
|
||||
VACATION_MESSAGE_LABEL = "Message"
|
||||
|
|
@ -427,7 +429,7 @@ LABEL_SIGNATURE = "Signature"
|
|||
LABEL_ADD_SIGNATURE_TO_ALL = "Add your signature to all the outgoing messages"
|
||||
|
||||
[SETTINGS_SECURITY]
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-Step Verification (Google Authenticator)"
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-Step Verification"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Enable 2-Step verification"
|
||||
LABEL_TWO_FACTOR_USER = "User"
|
||||
LABEL_TWO_FACTOR_STATUS = "Status"
|
||||
|
|
@ -653,7 +655,8 @@ UNSUPPORTED_PLUGIN_PACKAGE = "Unsupported plugin package"
|
|||
LICENSING_SERVER_IS_UNAVAILABLE = "Subscription server is unvailable"
|
||||
LICENSING_DOMAIN_EXPIRED = "Subscription for this domain has expired."
|
||||
LICENSING_DOMAIN_BANNED = "Subscription for this domain is banned."
|
||||
DEMO_SEND_MESSAGE_ERROR = "For security purposes, this demo account is not allowed to send messages to external e-mail addresses!"
|
||||
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"
|
||||
MAIL_SERVER_ERROR = "An error has occured while accessing mail server"
|
||||
INVALID_INPUT_ARGUMENT = "Invalid input argument"
|
||||
|
|
|
|||
|
|
@ -338,7 +338,9 @@ SELECT_TYPE_NOT_EQUAL_TO = "Not Equal To"
|
|||
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"
|
||||
STOP_LABEL = "Don't stop processing rules"
|
||||
EMAIL_LABEL = "Email"
|
||||
VACATION_SUBJECT_LABEL = "Subject (optional)"
|
||||
VACATION_MESSAGE_LABEL = "Message"
|
||||
|
|
@ -427,7 +429,7 @@ LABEL_SIGNATURE = "Firma"
|
|||
LABEL_ADD_SIGNATURE_TO_ALL = "Agregar su firma a todos los mensajes salientes"
|
||||
|
||||
[SETTINGS_SECURITY]
|
||||
LEGEND_TWO_FACTOR_AUTH = "Verificación de 2 Pasos (Google Authenticator)"
|
||||
LEGEND_TWO_FACTOR_AUTH = "Verificación de 2 Pasos"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Activar la verificación de 2 pasos"
|
||||
LABEL_TWO_FACTOR_USER = "Usuario"
|
||||
LABEL_TWO_FACTOR_STATUS = "Estado"
|
||||
|
|
@ -654,6 +656,7 @@ LICENSING_SERVER_IS_UNAVAILABLE = "El Servidor de Suscripción no está disponib
|
|||
LICENSING_DOMAIN_EXPIRED = "La suscripción para este dominio ha expirado."
|
||||
LICENSING_DOMAIN_BANNED = "La suscripción para este dominio se prohibió."
|
||||
DEMO_SEND_MESSAGE_ERROR = "Por razones de seguridad, esta cuenta demo no permite enviar mensajes a direcciones de correo electrónico externas!"
|
||||
DEMO_ACCOUNT_ERROR = "For security purposes, this account is not allowed for this action!"
|
||||
ACCOUNT_ALREADY_EXISTS = "La cuenta ya existe"
|
||||
MAIL_SERVER_ERROR = "Ocurrió un error mientras se accedía al servidor"
|
||||
INVALID_INPUT_ARGUMENT = "Invalid input argument"
|
||||
|
|
|
|||
|
|
@ -338,7 +338,9 @@ SELECT_TYPE_NOT_EQUAL_TO = "Not Equal To"
|
|||
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"
|
||||
STOP_LABEL = "Don't stop processing rules"
|
||||
EMAIL_LABEL = "Email"
|
||||
VACATION_SUBJECT_LABEL = "Subject (optional)"
|
||||
VACATION_MESSAGE_LABEL = "Message"
|
||||
|
|
@ -427,7 +429,7 @@ LABEL_SIGNATURE = "Signature"
|
|||
LABEL_ADD_SIGNATURE_TO_ALL = "Ajouter votre signature à tous les messages sortants"
|
||||
|
||||
[SETTINGS_SECURITY]
|
||||
LEGEND_TWO_FACTOR_AUTH = "Authentification en deux étapes (Google Authenticator)"
|
||||
LEGEND_TWO_FACTOR_AUTH = "Authentification en deux étapes"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Activer l'authentification en deux étapes"
|
||||
LABEL_TWO_FACTOR_USER = "Utilisateur"
|
||||
LABEL_TWO_FACTOR_STATUS = "Status"
|
||||
|
|
@ -654,6 +656,7 @@ LICENSING_SERVER_IS_UNAVAILABLE = "Le serveur d'abonnement est inaccessible"
|
|||
LICENSING_DOMAIN_EXPIRED = "L'abonnement de ce domaine a expiré."
|
||||
LICENSING_DOMAIN_BANNED = "L'abonnement pour ce domaine est interdit."
|
||||
DEMO_SEND_MESSAGE_ERROR = "Pour des raisons de sécurité, ce compte de démonstration n'est pas autorisé à envoyer des messages à des adresses e-mail externes!"
|
||||
DEMO_ACCOUNT_ERROR = "For security purposes, this account is not allowed for this action!"
|
||||
ACCOUNT_ALREADY_EXISTS = "Ce compte existe déjà"
|
||||
MAIL_SERVER_ERROR = "Une erreur est survenue lors de l'accès au serveur mail"
|
||||
INVALID_INPUT_ARGUMENT = "Invalid input argument"
|
||||
|
|
|
|||
|
|
@ -338,7 +338,9 @@ SELECT_TYPE_NOT_EQUAL_TO = "Not Equal To"
|
|||
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"
|
||||
STOP_LABEL = "Don't stop processing rules"
|
||||
EMAIL_LABEL = "Email"
|
||||
VACATION_SUBJECT_LABEL = "Subject (optional)"
|
||||
VACATION_MESSAGE_LABEL = "Message"
|
||||
|
|
@ -427,7 +429,7 @@ LABEL_SIGNATURE = "Signature"
|
|||
LABEL_ADD_SIGNATURE_TO_ALL = "Add your signature to all the outgoing messages"
|
||||
|
||||
[SETTINGS_SECURITY]
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-Step Verification (Google Authenticator)"
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-Step Verification"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Enable 2-Step verification"
|
||||
LABEL_TWO_FACTOR_USER = "User"
|
||||
LABEL_TWO_FACTOR_STATUS = "Status"
|
||||
|
|
@ -654,6 +656,7 @@ LICENSING_SERVER_IS_UNAVAILABLE = "Subscription server is unvailable"
|
|||
LICENSING_DOMAIN_EXPIRED = "Subscription for this domain has expired."
|
||||
LICENSING_DOMAIN_BANNED = "Subscription for this domain is banned."
|
||||
DEMO_SEND_MESSAGE_ERROR = "For security purposes, this demo 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"
|
||||
MAIL_SERVER_ERROR = "An error has occured while accessing mail server"
|
||||
INVALID_INPUT_ARGUMENT = "Invalid input argument"
|
||||
|
|
|
|||
|
|
@ -338,7 +338,9 @@ SELECT_TYPE_NOT_EQUAL_TO = "Not Equal To"
|
|||
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"
|
||||
STOP_LABEL = "Don't stop processing rules"
|
||||
EMAIL_LABEL = "Email"
|
||||
VACATION_SUBJECT_LABEL = "Subject (optional)"
|
||||
VACATION_MESSAGE_LABEL = "Message"
|
||||
|
|
@ -427,7 +429,7 @@ LABEL_SIGNATURE = "Undirskrift"
|
|||
LABEL_ADD_SIGNATURE_TO_ALL = "Add your signature to all the outgoing messages"
|
||||
|
||||
[SETTINGS_SECURITY]
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-Step Verification (Google Authenticator)"
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-Step Verification"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Enable 2-Step verification"
|
||||
LABEL_TWO_FACTOR_USER = "User"
|
||||
LABEL_TWO_FACTOR_STATUS = "Status"
|
||||
|
|
@ -654,6 +656,7 @@ LICENSING_SERVER_IS_UNAVAILABLE = "Áskriftar netþjónn er ekki aðgengilegur"
|
|||
LICENSING_DOMAIN_EXPIRED = "Áskrift furir þetta lén hefur runnið út."
|
||||
LICENSING_DOMAIN_BANNED = "Áskrift fyrir þetta lén er bönnuð."
|
||||
DEMO_SEND_MESSAGE_ERROR = "Vegna öryggissjónarmiða, þá hefur þessi sýni aðgangur ekki leyfi til að senda bréf á utanaðkomandi netföng!"
|
||||
DEMO_ACCOUNT_ERROR = "For security purposes, this account is not allowed for this action!"
|
||||
ACCOUNT_ALREADY_EXISTS = "Aðgangur er til núþegar"
|
||||
MAIL_SERVER_ERROR = "Villa kom upp við tilraun til að tengjast netþjóni"
|
||||
INVALID_INPUT_ARGUMENT = "Invalid input argument"
|
||||
|
|
|
|||
|
|
@ -338,7 +338,9 @@ SELECT_TYPE_NOT_EQUAL_TO = "Not Equal To"
|
|||
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"
|
||||
STOP_LABEL = "Don't stop processing rules"
|
||||
EMAIL_LABEL = "Email"
|
||||
VACATION_SUBJECT_LABEL = "Subject (optional)"
|
||||
VACATION_MESSAGE_LABEL = "Message"
|
||||
|
|
@ -427,7 +429,7 @@ LABEL_SIGNATURE = "Firma"
|
|||
LABEL_ADD_SIGNATURE_TO_ALL = "Aggiungi la firma a tutti i messaggi in uscita"
|
||||
|
||||
[SETTINGS_SECURITY]
|
||||
LEGEND_TWO_FACTOR_AUTH = "Autenticazione a due fattori (Google Authenticator)"
|
||||
LEGEND_TWO_FACTOR_AUTH = "Autenticazione a due fattori"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Abilita autenticazione a due fattori"
|
||||
LABEL_TWO_FACTOR_USER = "Utente"
|
||||
LABEL_TWO_FACTOR_STATUS = "Stato"
|
||||
|
|
@ -654,6 +656,7 @@ LICENSING_SERVER_IS_UNAVAILABLE = "Il server delle licenze non è raggiungibile"
|
|||
LICENSING_DOMAIN_EXPIRED = "La licenza per questo dominio è scaduta"
|
||||
LICENSING_DOMAIN_BANNED = "Questo dominio è stato bannato"
|
||||
DEMO_SEND_MESSAGE_ERROR = "Per ragioni di sicurezza, questa demo non è abilitata ad inviare email ad inidirizzi esterni"
|
||||
DEMO_ACCOUNT_ERROR = "For security purposes, this account is not allowed for this action!"
|
||||
ACCOUNT_ALREADY_EXISTS = "L'account esiste già"
|
||||
MAIL_SERVER_ERROR = "Si è verificato un errore nel server mail"
|
||||
INVALID_INPUT_ARGUMENT = "Invalid input argument"
|
||||
|
|
|
|||
|
|
@ -338,7 +338,9 @@ SELECT_TYPE_NOT_EQUAL_TO = "Not Equal To"
|
|||
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"
|
||||
STOP_LABEL = "Don't stop processing rules"
|
||||
EMAIL_LABEL = "Email"
|
||||
VACATION_SUBJECT_LABEL = "Subject (optional)"
|
||||
VACATION_MESSAGE_LABEL = "Message"
|
||||
|
|
@ -427,7 +429,7 @@ LABEL_SIGNATURE = "署名"
|
|||
LABEL_ADD_SIGNATURE_TO_ALL = "すべての送信メッセージに署名を追加する"
|
||||
|
||||
[SETTINGS_SECURITY]
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-Step Verification (Google Authenticator)"
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-Step Verification"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Enable 2-Step verification"
|
||||
LABEL_TWO_FACTOR_USER = "User"
|
||||
LABEL_TWO_FACTOR_STATUS = "Status"
|
||||
|
|
@ -654,6 +656,7 @@ LICENSING_SERVER_IS_UNAVAILABLE = "Subscription server is unvailable"
|
|||
LICENSING_DOMAIN_EXPIRED = "Subscription for this domain has expired."
|
||||
LICENSING_DOMAIN_BANNED = "Subscription for this domain is banned."
|
||||
DEMO_SEND_MESSAGE_ERROR = "For security purposes, this demo 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"
|
||||
MAIL_SERVER_ERROR = "An error has occured while accessing mail server"
|
||||
INVALID_INPUT_ARGUMENT = "Invalid input argument"
|
||||
|
|
|
|||
|
|
@ -338,7 +338,9 @@ SELECT_TYPE_NOT_EQUAL_TO = "Not Equal To"
|
|||
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"
|
||||
STOP_LABEL = "Don't stop processing rules"
|
||||
EMAIL_LABEL = "Email"
|
||||
VACATION_SUBJECT_LABEL = "Subject (optional)"
|
||||
VACATION_MESSAGE_LABEL = "Message"
|
||||
|
|
@ -424,7 +426,7 @@ LABEL_SIGNATURE = "서명"
|
|||
LABEL_ADD_SIGNATURE_TO_ALL = "Add your signature to all the outgoing messages"
|
||||
|
||||
[SETTINGS_SECURITY]
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-Step Verification (Google Authenticator)"
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-Step Verification"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Enable 2-Step verification"
|
||||
LABEL_TWO_FACTOR_USER = "User"
|
||||
LABEL_TWO_FACTOR_STATUS = "Status"
|
||||
|
|
@ -651,6 +653,7 @@ LICENSING_SERVER_IS_UNAVAILABLE = "서버가 사용가능 상태가 아닙니다
|
|||
LICENSING_DOMAIN_EXPIRED = "이 도메인의 라이센스가 만료되었습니다."
|
||||
LICENSING_DOMAIN_BANNED = "사용 금지된 도메인입니다."
|
||||
DEMO_SEND_MESSAGE_ERROR = "이 테스트 계정은 외부 메일 발송이 금지되어있습니다."
|
||||
DEMO_ACCOUNT_ERROR = "For security purposes, this account is not allowed for this action!"
|
||||
ACCOUNT_ALREADY_EXISTS = "이미 존재하는 계정입니다."
|
||||
MAIL_SERVER_ERROR = "메일 서버에 연결하는 중 오류가 발생했습니다."
|
||||
INVALID_INPUT_ARGUMENT = "Invalid input argument"
|
||||
|
|
|
|||
|
|
@ -338,7 +338,9 @@ SELECT_TYPE_NOT_EQUAL_TO = "Not Equal To"
|
|||
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"
|
||||
STOP_LABEL = "Don't stop processing rules"
|
||||
EMAIL_LABEL = "Email"
|
||||
VACATION_SUBJECT_LABEL = "Subject (optional)"
|
||||
VACATION_MESSAGE_LABEL = "Message"
|
||||
|
|
@ -427,7 +429,7 @@ LABEL_SIGNATURE = "Parašas"
|
|||
LABEL_ADD_SIGNATURE_TO_ALL = "Pridėti parašą visiems rašomiems laiškams"
|
||||
|
||||
[SETTINGS_SECURITY]
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-jų žingsnių patikrinimas (Google Autentikacija)"
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-jų žingsnių patikrinimas"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Įjungti 2-jų žingsnių patikrinimą"
|
||||
LABEL_TWO_FACTOR_USER = "Vartotojas"
|
||||
LABEL_TWO_FACTOR_STATUS = "Statusas"
|
||||
|
|
@ -654,6 +656,7 @@ LICENSING_SERVER_IS_UNAVAILABLE = "Prenumeratos serveris nepasiekimas"
|
|||
LICENSING_DOMAIN_EXPIRED = "Šio subdomeno prenumeratos laikas baigėsi."
|
||||
LICENSING_DOMAIN_BANNED = "Šio subdomeno prenumerata uždrausta."
|
||||
DEMO_SEND_MESSAGE_ERROR = "Saugumo sumetimais, ši demo paskyra neleidžia siųsti laiškų išoriniais e-pašto adresais!"
|
||||
DEMO_ACCOUNT_ERROR = "For security purposes, this account is not allowed for this action!"
|
||||
ACCOUNT_ALREADY_EXISTS = "Paskyra jau egzistuoja"
|
||||
MAIL_SERVER_ERROR = "Klaida bandant pasiekti pašto serverį"
|
||||
INVALID_INPUT_ARGUMENT = "Neteisingas įvesties argumentas"
|
||||
|
|
|
|||
|
|
@ -338,7 +338,9 @@ SELECT_TYPE_NOT_EQUAL_TO = "Not Equal To"
|
|||
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"
|
||||
STOP_LABEL = "Don't stop processing rules"
|
||||
EMAIL_LABEL = "Email"
|
||||
VACATION_SUBJECT_LABEL = "Subject (optional)"
|
||||
VACATION_MESSAGE_LABEL = "Message"
|
||||
|
|
@ -427,7 +429,7 @@ LABEL_SIGNATURE = "Paraksts"
|
|||
LABEL_ADD_SIGNATURE_TO_ALL = "Add your signature to all the outgoing messages"
|
||||
|
||||
[SETTINGS_SECURITY]
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-Step Verification (Google Authenticator)"
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-Step Verification"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Enable 2-Step verification"
|
||||
LABEL_TWO_FACTOR_USER = "User"
|
||||
LABEL_TWO_FACTOR_STATUS = "Status"
|
||||
|
|
@ -654,6 +656,7 @@ LICENSING_SERVER_IS_UNAVAILABLE = "Abonēšanas serveris nav pieejams"
|
|||
LICENSING_DOMAIN_EXPIRED = "Abonēšana šim domēnam ir beigusies."
|
||||
LICENSING_DOMAIN_BANNED = "Abonēšana šim domēnam ir bloķēta."
|
||||
DEMO_SEND_MESSAGE_ERROR = "Drošīnas iemeslu dēļ, demo konts nedrīks sūtīt e-pastu uz ārējiem e-pastiem!"
|
||||
DEMO_ACCOUNT_ERROR = "For security purposes, this account is not allowed for this action!"
|
||||
ACCOUNT_ALREADY_EXISTS = "Konts jau eksistē"
|
||||
MAIL_SERVER_ERROR = "Radās kļūda savienojoties ar serveri"
|
||||
INVALID_INPUT_ARGUMENT = "Invalid input argument"
|
||||
|
|
|
|||
|
|
@ -338,7 +338,9 @@ SELECT_TYPE_NOT_EQUAL_TO = "Not Equal To"
|
|||
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"
|
||||
STOP_LABEL = "Don't stop processing rules"
|
||||
EMAIL_LABEL = "Email"
|
||||
VACATION_SUBJECT_LABEL = "Subject (optional)"
|
||||
VACATION_MESSAGE_LABEL = "Message"
|
||||
|
|
@ -427,7 +429,7 @@ LABEL_SIGNATURE = "Handtekening"
|
|||
LABEL_ADD_SIGNATURE_TO_ALL = "Handtekening standaard toevoegen aan bericht"
|
||||
|
||||
[SETTINGS_SECURITY]
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-Stap verificatie (Google Authenticator)"
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-Stap verificatie"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Gebruik 2-Stap verificatie"
|
||||
LABEL_TWO_FACTOR_USER = "Gebruikersnaam"
|
||||
LABEL_TWO_FACTOR_STATUS = "Status"
|
||||
|
|
@ -654,6 +656,7 @@ LICENSING_SERVER_IS_UNAVAILABLE = "Licentie Server is niet beschikbaar"
|
|||
LICENSING_DOMAIN_EXPIRED = "Licentie voor dit domein is verlopen"
|
||||
LICENSING_DOMAIN_BANNED = "Licentie voor dit domein is verboden"
|
||||
DEMO_SEND_MESSAGE_ERROR = "Vanwege beveiliging is het niet toegestaan dat deze demo account e-mail naar extern verzend!"
|
||||
DEMO_ACCOUNT_ERROR = "For security purposes, this account is not allowed for this action!"
|
||||
ACCOUNT_ALREADY_EXISTS = "Account bestaat al"
|
||||
MAIL_SERVER_ERROR = "Fout bij toegang tot de mail Server"
|
||||
INVALID_INPUT_ARGUMENT = "Ongeldig invoer argument"
|
||||
|
|
|
|||
|
|
@ -337,7 +337,9 @@ SELECT_TYPE_NOT_EQUAL_TO = "Not Equal To"
|
|||
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"
|
||||
STOP_LABEL = "Don't stop processing rules"
|
||||
EMAIL_LABEL = "Email"
|
||||
VACATION_SUBJECT_LABEL = "Subject (optional)"
|
||||
VACATION_MESSAGE_LABEL = "Message"
|
||||
|
|
@ -426,7 +428,7 @@ LABEL_SIGNATURE = "Signatur"
|
|||
LABEL_ADD_SIGNATURE_TO_ALL = "Vil du legge til signatur i alle utgående meldinger?"
|
||||
|
||||
[SETTINGS_SECURITY]
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-stegs verifisering (Google Authenticator)"
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-stegs verifisering"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Aktiver 2-stegs verifisering"
|
||||
LABEL_TWO_FACTOR_USER = "Bruker"
|
||||
LABEL_TWO_FACTOR_STATUS = "Status"
|
||||
|
|
@ -653,6 +655,7 @@ LICENSING_SERVER_IS_UNAVAILABLE = "Abonnement-server er utilgjengelig"
|
|||
LICENSING_DOMAIN_EXPIRED = "Abonnementet for dette domenet er utløpt."
|
||||
LICENSING_DOMAIN_BANNED = "Abonnementet for dette domenet er forbudt."
|
||||
DEMO_SEND_MESSAGE_ERROR = "For sikkerhets skyld, denne demo-konto kan ikke sende meldinger til eksterne e-postadresser!"
|
||||
DEMO_ACCOUNT_ERROR = "For security purposes, this account is not allowed for this action!"
|
||||
ACCOUNT_ALREADY_EXISTS = "Kontoen finnes allerede"
|
||||
MAIL_SERVER_ERROR = "Det har oppstått en feil under tilgang til e-postserver"
|
||||
INVALID_INPUT_ARGUMENT = "Ugyldig input argument"
|
||||
|
|
|
|||
|
|
@ -338,7 +338,9 @@ SELECT_TYPE_NOT_EQUAL_TO = "Not Equal To"
|
|||
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"
|
||||
STOP_LABEL = "Don't stop processing rules"
|
||||
EMAIL_LABEL = "Email"
|
||||
VACATION_SUBJECT_LABEL = "Subject (optional)"
|
||||
VACATION_MESSAGE_LABEL = "Message"
|
||||
|
|
@ -427,7 +429,7 @@ LABEL_SIGNATURE = "Podpis"
|
|||
LABEL_ADD_SIGNATURE_TO_ALL = "Dadawaj podpis do wszystkich wysyłanych wiadomości"
|
||||
|
||||
[SETTINGS_SECURITY]
|
||||
LEGEND_TWO_FACTOR_AUTH = "Weryfikacja 2-stopniowa (Google Authenticator)"
|
||||
LEGEND_TWO_FACTOR_AUTH = "Weryfikacja 2-stopniowa"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Włącz 2-stopniową weryfikację"
|
||||
LABEL_TWO_FACTOR_USER = "Użytkownik"
|
||||
LABEL_TWO_FACTOR_STATUS = "Status"
|
||||
|
|
@ -654,6 +656,7 @@ LICENSING_SERVER_IS_UNAVAILABLE = "Serwer subskrypcji jest niedostępny"
|
|||
LICENSING_DOMAIN_EXPIRED = "Subskrypcja dla tej domeny wygasła"
|
||||
LICENSING_DOMAIN_BANNED = "Subskrypcja dla tej domeny została zablokowana"
|
||||
DEMO_SEND_MESSAGE_ERROR = "Ze względów bezpieczeństwa, to konto testowe nie ma możliwości przesyłania, wiadomości na zewnętrzne adresy e-mail."
|
||||
DEMO_ACCOUNT_ERROR = "For security purposes, this account is not allowed for this action!"
|
||||
ACCOUNT_ALREADY_EXISTS = "Konto o takiej nazwie już istnieje"
|
||||
MAIL_SERVER_ERROR = "Wystąpił błąd w trakcie połączenia z serwerem poczty"
|
||||
INVALID_INPUT_ARGUMENT = "Nieprawidłowy argument"
|
||||
|
|
|
|||
|
|
@ -338,7 +338,9 @@ SELECT_TYPE_NOT_EQUAL_TO = "Not Equal To"
|
|||
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"
|
||||
STOP_LABEL = "Don't stop processing rules"
|
||||
EMAIL_LABEL = "Email"
|
||||
VACATION_SUBJECT_LABEL = "Subject (optional)"
|
||||
VACATION_MESSAGE_LABEL = "Message"
|
||||
|
|
@ -427,7 +429,7 @@ LABEL_SIGNATURE = "Assinatura"
|
|||
LABEL_ADD_SIGNATURE_TO_ALL = "Adicionar sua assinatura em todas as mensagens de saída"
|
||||
|
||||
[SETTINGS_SECURITY]
|
||||
LEGEND_TWO_FACTOR_AUTH = "Verificação de duas etapas (Google Authenticator)"
|
||||
LEGEND_TWO_FACTOR_AUTH = "Verificação de duas etapas"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Habilitar verificação de duas etapas"
|
||||
LABEL_TWO_FACTOR_USER = "Usuário"
|
||||
LABEL_TWO_FACTOR_STATUS = "Status"
|
||||
|
|
@ -654,6 +656,7 @@ LICENSING_SERVER_IS_UNAVAILABLE = "A assinatura do servidor está indisponível"
|
|||
LICENSING_DOMAIN_EXPIRED = "A assinatura para este domínio expirou."
|
||||
LICENSING_DOMAIN_BANNED = "A assinatura para este domínio é proibida."
|
||||
DEMO_SEND_MESSAGE_ERROR = "Por motivos de segurança, esta conta demo não tem permissão para enviar mensagens para endereços de e-mail externo!"
|
||||
DEMO_ACCOUNT_ERROR = "For security purposes, this account is not allowed for this action!"
|
||||
ACCOUNT_ALREADY_EXISTS = "Esta conta já existe"
|
||||
MAIL_SERVER_ERROR = "Ocorreu um erro ao acessar o servidor de e-mail"
|
||||
INVALID_INPUT_ARGUMENT = "Argumento de entrada inválido"
|
||||
|
|
|
|||
|
|
@ -338,7 +338,9 @@ SELECT_TYPE_NOT_EQUAL_TO = "Not Equal To"
|
|||
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"
|
||||
STOP_LABEL = "Don't stop processing rules"
|
||||
EMAIL_LABEL = "Email"
|
||||
VACATION_SUBJECT_LABEL = "Subject (optional)"
|
||||
VACATION_MESSAGE_LABEL = "Message"
|
||||
|
|
@ -427,7 +429,7 @@ LABEL_SIGNATURE = "Assinatura"
|
|||
LABEL_ADD_SIGNATURE_TO_ALL = "Adicionar a sua assinatura a todas as mensagens de saída"
|
||||
|
||||
[SETTINGS_SECURITY]
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-Step Verification (Google Authenticator)"
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-Step Verification"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Enable 2-Step verification"
|
||||
LABEL_TWO_FACTOR_USER = "User"
|
||||
LABEL_TWO_FACTOR_STATUS = "Status"
|
||||
|
|
@ -654,6 +656,7 @@ LICENSING_SERVER_IS_UNAVAILABLE = "A assinatura do servidor está indisponível"
|
|||
LICENSING_DOMAIN_EXPIRED = "A assinatura para este domínio expirou."
|
||||
LICENSING_DOMAIN_BANNED = "A assinatura para este domínio é proibida."
|
||||
DEMO_SEND_MESSAGE_ERROR = "Por motivos de segurança, esta conta demo não tem permissão para enviar mensagens para endereços de e-mail externo!"
|
||||
DEMO_ACCOUNT_ERROR = "For security purposes, this account is not allowed for this action!"
|
||||
ACCOUNT_ALREADY_EXISTS = "Esta conta já existe"
|
||||
MAIL_SERVER_ERROR = "Ocorreu um erro ao acessar o servidor de email"
|
||||
INVALID_INPUT_ARGUMENT = "Invalid input argument"
|
||||
|
|
|
|||
|
|
@ -337,7 +337,9 @@ SELECT_TYPE_NOT_EQUAL_TO = "Not Equal To"
|
|||
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"
|
||||
STOP_LABEL = "Don't stop processing rules"
|
||||
EMAIL_LABEL = "Email"
|
||||
VACATION_SUBJECT_LABEL = "Subject (optional)"
|
||||
VACATION_MESSAGE_LABEL = "Message"
|
||||
|
|
@ -426,7 +428,7 @@ LABEL_SIGNATURE = "Semnătură"
|
|||
LABEL_ADD_SIGNATURE_TO_ALL = "Adăugă semnătura la toate mesajele trimise"
|
||||
|
||||
[SETTINGS_SECURITY]
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-Step Verification (Google Authenticator)"
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-Step Verification"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Enable 2-Step verification"
|
||||
LABEL_TWO_FACTOR_USER = "User"
|
||||
LABEL_TWO_FACTOR_STATUS = "Status"
|
||||
|
|
@ -653,6 +655,7 @@ LICENSING_SERVER_IS_UNAVAILABLE = "Server de abonamente este temporar indisponib
|
|||
LICENSING_DOMAIN_EXPIRED = "Subscription for this domain has expired."
|
||||
LICENSING_DOMAIN_BANNED = "Subscription for this domain is banned."
|
||||
DEMO_SEND_MESSAGE_ERROR = "Cont demo trimite e-mail la adresele de e-mail externe este interzisă!"
|
||||
DEMO_ACCOUNT_ERROR = "For security purposes, this account is not allowed for this action!"
|
||||
ACCOUNT_ALREADY_EXISTS = "Contul deja există"
|
||||
MAIL_SERVER_ERROR = "Nu am reușit să accesez serverul de e-mail"
|
||||
INVALID_INPUT_ARGUMENT = "Invalid input argument"
|
||||
|
|
|
|||
|
|
@ -338,7 +338,9 @@ SELECT_TYPE_NOT_EQUAL_TO = "Not Equal To"
|
|||
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"
|
||||
STOP_LABEL = "Don't stop processing rules"
|
||||
EMAIL_LABEL = "Email"
|
||||
VACATION_SUBJECT_LABEL = "Subject (optional)"
|
||||
VACATION_MESSAGE_LABEL = "Message"
|
||||
|
|
@ -427,7 +429,7 @@ LABEL_SIGNATURE = "Подпись"
|
|||
LABEL_ADD_SIGNATURE_TO_ALL = "Add your signature to all the outgoing messages"
|
||||
|
||||
[SETTINGS_SECURITY]
|
||||
LEGEND_TWO_FACTOR_AUTH = "Двухфакторная верификация (Google Authenticator)"
|
||||
LEGEND_TWO_FACTOR_AUTH = "Двухфакторная верификация"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Включить двухфакторную верификацию"
|
||||
LABEL_TWO_FACTOR_USER = "Пользователь"
|
||||
LABEL_TWO_FACTOR_STATUS = "Статус"
|
||||
|
|
@ -654,6 +656,7 @@ LICENSING_SERVER_IS_UNAVAILABLE = "Сервер подписок временн
|
|||
LICENSING_DOMAIN_EXPIRED = "Подписка на данный домен устарела."
|
||||
LICENSING_DOMAIN_BANNED = "Подписка на данный домен заблокирована."
|
||||
DEMO_SEND_MESSAGE_ERROR = "Демо аккаунту отправка писем на внешние почтовые адреса запрещена!"
|
||||
DEMO_ACCOUNT_ERROR = "For security purposes, this account is not allowed for this action!"
|
||||
ACCOUNT_ALREADY_EXISTS = "Аккаунт уже добавлен"
|
||||
MAIL_SERVER_ERROR = "Ошибка доступа к почтовому серверу"
|
||||
INVALID_INPUT_ARGUMENT = "Invalid input argument"
|
||||
|
|
|
|||
|
|
@ -338,7 +338,9 @@ SELECT_TYPE_NOT_EQUAL_TO = "Not Equal To"
|
|||
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"
|
||||
STOP_LABEL = "Don't stop processing rules"
|
||||
EMAIL_LABEL = "Email"
|
||||
VACATION_SUBJECT_LABEL = "Subject (optional)"
|
||||
VACATION_MESSAGE_LABEL = "Message"
|
||||
|
|
@ -427,7 +429,7 @@ LABEL_SIGNATURE = "Podpis"
|
|||
LABEL_ADD_SIGNATURE_TO_ALL = "Pripojiť podpis k všetkých odchádzajúcim správam"
|
||||
|
||||
[SETTINGS_SECURITY]
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-Step Verification (Google Authenticator)"
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-Step Verification"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Enable 2-Step verification"
|
||||
LABEL_TWO_FACTOR_USER = "User"
|
||||
LABEL_TWO_FACTOR_STATUS = "Status"
|
||||
|
|
@ -654,6 +656,7 @@ LICENSING_SERVER_IS_UNAVAILABLE = "Subscription server is unvailable"
|
|||
LICENSING_DOMAIN_EXPIRED = "Subscription for this domain has expired."
|
||||
LICENSING_DOMAIN_BANNED = "Subscription for this domain is banned."
|
||||
DEMO_SEND_MESSAGE_ERROR = "For security purposes, this demo 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 = "účet už existuje"
|
||||
MAIL_SERVER_ERROR = "Nastala chyba počas prístupu na poštový server"
|
||||
INVALID_INPUT_ARGUMENT = "Invalid input argument"
|
||||
|
|
|
|||
|
|
@ -338,7 +338,9 @@ SELECT_TYPE_NOT_EQUAL_TO = "Not Equal To"
|
|||
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"
|
||||
STOP_LABEL = "Don't stop processing rules"
|
||||
EMAIL_LABEL = "Email"
|
||||
VACATION_SUBJECT_LABEL = "Subject (optional)"
|
||||
VACATION_MESSAGE_LABEL = "Message"
|
||||
|
|
@ -427,7 +429,7 @@ LABEL_SIGNATURE = "Signatur"
|
|||
LABEL_ADD_SIGNATURE_TO_ALL = "Lägg till din signatur på alla utgående meddelanden."
|
||||
|
||||
[SETTINGS_SECURITY]
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-Stegs Verifikation (Google Authenticator)"
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-Stegs Verifikation"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Aktivera 2-Stegs verifikation"
|
||||
LABEL_TWO_FACTOR_USER = "Användare"
|
||||
LABEL_TWO_FACTOR_STATUS = "Status"
|
||||
|
|
@ -654,6 +656,7 @@ LICENSING_SERVER_IS_UNAVAILABLE = "Prenumerationsserver inte tillgänglig"
|
|||
LICENSING_DOMAIN_EXPIRED = "Prenumeration för denna domän har gått ut."
|
||||
LICENSING_DOMAIN_BANNED = "Prenumeration för denna domän är bannad."
|
||||
DEMO_SEND_MESSAGE_ERROR = "Av säkerhets skäl kan inte detta demo-konto skicka epost till externa adressater!"
|
||||
DEMO_ACCOUNT_ERROR = "For security purposes, this account is not allowed for this action!"
|
||||
ACCOUNT_ALREADY_EXISTS = "Kontot finns redan"
|
||||
MAIL_SERVER_ERROR = "Ett fel har inträffat vid anslutning till epostservern"
|
||||
INVALID_INPUT_ARGUMENT = "Ogiltigt argument"
|
||||
|
|
|
|||
|
|
@ -338,7 +338,9 @@ SELECT_TYPE_NOT_EQUAL_TO = "Not Equal To"
|
|||
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"
|
||||
STOP_LABEL = "Don't stop processing rules"
|
||||
EMAIL_LABEL = "Email"
|
||||
VACATION_SUBJECT_LABEL = "Subject (optional)"
|
||||
VACATION_MESSAGE_LABEL = "Message"
|
||||
|
|
@ -425,7 +427,7 @@ LABEL_SIGNATURE = "İmza"
|
|||
LABEL_ADD_SIGNATURE_TO_ALL = "Tüm giden iletilere imza ekle"
|
||||
|
||||
[SETTINGS_SECURITY]
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-Basamaklı doğrumalama (Google Authenticator)"
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-Basamaklı doğrumalama"
|
||||
LABEL_ENABLE_TWO_FACTOR = "2-Basamaklı Doğrulama Etkinleştir"
|
||||
LABEL_TWO_FACTOR_USER = "Kullanıcı Adı"
|
||||
LABEL_TWO_FACTOR_STATUS = "Durum"
|
||||
|
|
@ -652,6 +654,7 @@ LICENSING_SERVER_IS_UNAVAILABLE = "Abone sunucusu cevap vermiyor"
|
|||
LICENSING_DOMAIN_EXPIRED = "Bu etki alanı için abonelik süresi doldu."
|
||||
LICENSING_DOMAIN_BANNED = "Bu etki alanı için abonelik yasaklandı."
|
||||
DEMO_SEND_MESSAGE_ERROR = "Güvenlik amacıyla, bu demo hesabı harici e-posta adreslerine mesaj göndermek için izin verilmez!"
|
||||
DEMO_ACCOUNT_ERROR = "For security purposes, this account is not allowed for this action!"
|
||||
ACCOUNT_ALREADY_EXISTS = "Hesap zaten var"
|
||||
MAIL_SERVER_ERROR = "Posta sunucusuna erişirken bir hata oluştu"
|
||||
INVALID_INPUT_ARGUMENT = "Invalid input argument"
|
||||
|
|
|
|||
|
|
@ -338,7 +338,9 @@ SELECT_TYPE_NOT_EQUAL_TO = "Not Equal To"
|
|||
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"
|
||||
STOP_LABEL = "Don't stop processing rules"
|
||||
EMAIL_LABEL = "Email"
|
||||
VACATION_SUBJECT_LABEL = "Subject (optional)"
|
||||
VACATION_MESSAGE_LABEL = "Message"
|
||||
|
|
@ -427,7 +429,7 @@ LABEL_SIGNATURE = "Підпис"
|
|||
LABEL_ADD_SIGNATURE_TO_ALL = "Додавати Ваш підпис до всіх вихідних повідомлень"
|
||||
|
||||
[SETTINGS_SECURITY]
|
||||
LEGEND_TWO_FACTOR_AUTH = "Двофакторна верификація (Google Authenticator)"
|
||||
LEGEND_TWO_FACTOR_AUTH = "Двофакторна верификація"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Увімкнути двофакторну верифікацію"
|
||||
LABEL_TWO_FACTOR_USER = "Користувач"
|
||||
LABEL_TWO_FACTOR_STATUS = "Статус"
|
||||
|
|
@ -654,6 +656,7 @@ LICENSING_SERVER_IS_UNAVAILABLE = "Сервер підписок тимчасо
|
|||
LICENSING_DOMAIN_EXPIRED = "Підписка на цей домен застаріла."
|
||||
LICENSING_DOMAIN_BANNED = "Підписка на цей домен заблокована."
|
||||
DEMO_SEND_MESSAGE_ERROR = "Демо акаунту надсилання листів на зовнішні поштові адреси заборонена!"
|
||||
DEMO_ACCOUNT_ERROR = "For security purposes, this account is not allowed for this action!"
|
||||
ACCOUNT_ALREADY_EXISTS = "акаунт вже додано"
|
||||
MAIL_SERVER_ERROR = "Помилка доступу до поштового серверу"
|
||||
INVALID_INPUT_ARGUMENT = "Invalid input argument"
|
||||
|
|
|
|||
|
|
@ -338,7 +338,9 @@ SELECT_TYPE_NOT_EQUAL_TO = "Not Equal To"
|
|||
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"
|
||||
STOP_LABEL = "Don't stop processing rules"
|
||||
EMAIL_LABEL = "Email"
|
||||
VACATION_SUBJECT_LABEL = "Subject (optional)"
|
||||
VACATION_MESSAGE_LABEL = "Message"
|
||||
|
|
@ -427,7 +429,7 @@ LABEL_SIGNATURE = "签名"
|
|||
LABEL_ADD_SIGNATURE_TO_ALL = "Add your signature to all the outgoing messages"
|
||||
|
||||
[SETTINGS_SECURITY]
|
||||
LEGEND_TWO_FACTOR_AUTH = "两步验证(谷歌身份验证)"
|
||||
LEGEND_TWO_FACTOR_AUTH = "两步验证"
|
||||
LABEL_ENABLE_TWO_FACTOR = "启用两步验证"
|
||||
LABEL_TWO_FACTOR_USER = "用户"
|
||||
LABEL_TWO_FACTOR_STATUS = "状态"
|
||||
|
|
@ -654,6 +656,7 @@ LICENSING_SERVER_IS_UNAVAILABLE = "订阅服务器无效"
|
|||
LICENSING_DOMAIN_EXPIRED = "此域订阅服务已失效。"
|
||||
LICENSING_DOMAIN_BANNED = "此域订阅服务已禁止。"
|
||||
DEMO_SEND_MESSAGE_ERROR = "出于安全考虑,测试账号无法发送外部邮件。"
|
||||
DEMO_ACCOUNT_ERROR = "For security purposes, this account is not allowed for this action!"
|
||||
ACCOUNT_ALREADY_EXISTS = "账户已存在"
|
||||
MAIL_SERVER_ERROR = "访问邮件服务器遇到错误。"
|
||||
INVALID_INPUT_ARGUMENT = "Invalid input argument"
|
||||
|
|
|
|||
|
|
@ -338,7 +338,9 @@ SELECT_TYPE_NOT_EQUAL_TO = "Not Equal To"
|
|||
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"
|
||||
STOP_LABEL = "Don't stop processing rules"
|
||||
EMAIL_LABEL = "Email"
|
||||
VACATION_SUBJECT_LABEL = "Subject (optional)"
|
||||
VACATION_MESSAGE_LABEL = "Message"
|
||||
|
|
@ -427,7 +429,7 @@ LABEL_SIGNATURE = "簽名"
|
|||
LABEL_ADD_SIGNATURE_TO_ALL = "Add your signature to all the outgoing messages"
|
||||
|
||||
[SETTINGS_SECURITY]
|
||||
LEGEND_TWO_FACTOR_AUTH = "兩步驗證(Google身份驗證)"
|
||||
LEGEND_TWO_FACTOR_AUTH = "兩步驗證"
|
||||
LABEL_ENABLE_TWO_FACTOR = "啟用兩步驗證"
|
||||
LABEL_TWO_FACTOR_USER = "用戶"
|
||||
LABEL_TWO_FACTOR_STATUS = "狀態"
|
||||
|
|
@ -654,6 +656,7 @@ LICENSING_SERVER_IS_UNAVAILABLE = "訂閱伺服器無效"
|
|||
LICENSING_DOMAIN_EXPIRED = "此域訂閱服務已失效。"
|
||||
LICENSING_DOMAIN_BANNED = "此域訂閱服務已禁止。"
|
||||
DEMO_SEND_MESSAGE_ERROR = "出於安全考慮,測試帳號無法發送外部郵件。"
|
||||
DEMO_ACCOUNT_ERROR = "For security purposes, this account is not allowed for this action!"
|
||||
ACCOUNT_ALREADY_EXISTS = "帳戶已存在"
|
||||
MAIL_SERVER_ERROR = "訪問郵件伺服器遇到錯誤。"
|
||||
INVALID_INPUT_ARGUMENT = "Invalid input argument"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue