mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 01:17:04 +03:00
Langs fixes
This commit is contained in:
parent
6116597f6f
commit
c0d016293d
27 changed files with 258 additions and 86 deletions
|
|
@ -131,10 +131,12 @@ LABEL_TO = "către"
|
|||
LABEL_TO_SHORT = "către"
|
||||
LABEL_CC = "copie către"
|
||||
LABEL_BCC = "copie 2 către"
|
||||
LABEL_REPLY_TO = "Reply-To"
|
||||
PRINT_LABEL_FROM = "de la"
|
||||
PRINT_LABEL_TO = "către"
|
||||
PRINT_LABEL_CC = "copie către"
|
||||
PRINT_LABEL_BCC = "a doua copie către"
|
||||
PRINT_LABEL_REPLY_TO = "Reply-To"
|
||||
PRINT_LABEL_DATE = "Data"
|
||||
PRINT_LABEL_SUBJECT = "Subiect"
|
||||
PRINT_LABEL_ATTACHMENTS = "Atașament"
|
||||
|
|
@ -246,7 +248,7 @@ BUTTON_ADD_ACCOUNT = "Adaugă"
|
|||
TITLE_UPDATE_ACCOUNT = "Update Account?"
|
||||
BUTTON_UPDATE_ACCOUNT = "Update"
|
||||
|
||||
[POPUPS_IDENTITIES]
|
||||
[POPUPS_IDENTITY]
|
||||
TITLE_ADD_IDENTITY = "Adăugați un profil"
|
||||
TITLE_UPDATE_IDENTITY = "Actualizați profilul"
|
||||
BUTTON_ADD_IDENTITY = "Adăugați"
|
||||
|
|
@ -254,7 +256,10 @@ BUTTON_UPDATE_IDENTITY = "Actualizați"
|
|||
LABEL_EMAIL = "eMail"
|
||||
LABEL_NAME = "Nume"
|
||||
LABEL_REPLY_TO = "Răspune la"
|
||||
LABEL_SIGNATURE = "Signature"
|
||||
LABEL_CC = "Cc"
|
||||
LABEL_BCC = "Copie"
|
||||
LABEL_SIGNATURE_INSERT_BEFORE = "Insert this signature before quoted text in replies"
|
||||
|
||||
[POPUPS_CREATE_FOLDER]
|
||||
TITLE_CREATE_FOLDER = "Creați un dosar"
|
||||
|
|
@ -396,6 +401,7 @@ LABEL_ACCOUNTS_NAME = "Conturi"
|
|||
LABEL_IDENTITY_NAME = "Profil"
|
||||
LABEL_IDENTITIES_NAME = "Profiluri"
|
||||
LABEL_FILTERS_NAME = "Filters"
|
||||
LABEL_TEMPLATES_NAME = "Templates"
|
||||
LABEL_SECURITY_NAME = "Security"
|
||||
LABEL_SOCIAL_NAME = "Social"
|
||||
LABEL_THEMES_NAME = "Subiecte"
|
||||
|
|
@ -526,7 +532,9 @@ TO_MANY_FOLDERS_DESC_2 = "We have shown only a part of them, to avoid performanc
|
|||
|
||||
[SETTINGS_ACCOUNTS]
|
||||
LEGEND_ACCOUNTS = "Lista de Conturi"
|
||||
LEGEND_ACCOUNTS_AND_IDENTITIES = "Accounts and Identities"
|
||||
BUTTON_ADD_ACCOUNT = "Adaugă un alt cont"
|
||||
BUTTON_ADD_IDENTITY = "Add an Identity"
|
||||
BUTTON_DELETE = "Șterge"
|
||||
LOADING_PROCESS = "Actualizez lista de conturi"
|
||||
DELETING_ASK = "Sunteți sigur?"
|
||||
|
|
@ -674,4 +682,4 @@ NO_COOKIE_DESC = "Aparent, Cookie sau nu este acceptat de browser-ul dvs. sau op
|
|||
Întoarceți Cookie, schimband optiunile browserului dvs., apoi încercați din nou."
|
||||
BAD_BROWSER_TITLE = "Browser-ul dvs. este depășit."
|
||||
BAD_BROWSER_DESC = "Pentru a utiliza toate caracteristicile cererii,
|
||||
descărcați și instalați unul dintre aceste browsere:"
|
||||
descărcați și instalați unul dintre aceste browsere:"
|
||||
Loading…
Add table
Add a link
Reference in a new issue