mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 17:07:03 +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"
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue