mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 00:47: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 = "Para"
|
|||
LABEL_TO_SHORT = "para"
|
||||
LABEL_CC = "CC"
|
||||
LABEL_BCC = "BCC"
|
||||
LABEL_REPLY_TO = "Reply-To"
|
||||
PRINT_LABEL_FROM = "De"
|
||||
PRINT_LABEL_TO = "Para"
|
||||
PRINT_LABEL_CC = "CC"
|
||||
PRINT_LABEL_BCC = "BCC"
|
||||
PRINT_LABEL_REPLY_TO = "Reply-To"
|
||||
PRINT_LABEL_DATE = "Data"
|
||||
PRINT_LABEL_SUBJECT = "Assunto"
|
||||
PRINT_LABEL_ATTACHMENTS = "Anexos"
|
||||
|
|
@ -247,7 +249,7 @@ BUTTON_ADD_ACCOUNT = "Adicionar"
|
|||
TITLE_UPDATE_ACCOUNT = "Update Account?"
|
||||
BUTTON_UPDATE_ACCOUNT = "Update"
|
||||
|
||||
[POPUPS_IDENTITIES]
|
||||
[POPUPS_IDENTITY]
|
||||
TITLE_ADD_IDENTITY = "Adicionar identidade?"
|
||||
TITLE_UPDATE_IDENTITY = "Atualizar identidade?"
|
||||
BUTTON_ADD_IDENTITY = "Adicionar"
|
||||
|
|
@ -255,7 +257,10 @@ BUTTON_UPDATE_IDENTITY = "Atualizar"
|
|||
LABEL_EMAIL = "E-mail"
|
||||
LABEL_NAME = "Nome"
|
||||
LABEL_REPLY_TO = "Reenviar para"
|
||||
LABEL_SIGNATURE = "Signature"
|
||||
LABEL_CC = "Cc"
|
||||
LABEL_BCC = "Bcc"
|
||||
LABEL_SIGNATURE_INSERT_BEFORE = "Insert this signature before quoted text in replies"
|
||||
|
||||
[POPUPS_CREATE_FOLDER]
|
||||
TITLE_CREATE_FOLDER = "Criar pasta?"
|
||||
|
|
@ -397,6 +402,7 @@ LABEL_ACCOUNTS_NAME = "Contas"
|
|||
LABEL_IDENTITY_NAME = "Identidade"
|
||||
LABEL_IDENTITIES_NAME = "Identidades"
|
||||
LABEL_FILTERS_NAME = "Filters"
|
||||
LABEL_TEMPLATES_NAME = "Templates"
|
||||
LABEL_SECURITY_NAME = "Security"
|
||||
LABEL_SOCIAL_NAME = "Social"
|
||||
LABEL_THEMES_NAME = "Temas"
|
||||
|
|
@ -527,7 +533,9 @@ TO_MANY_FOLDERS_DESC_2 = "We have shown only a part of them, to avoid performanc
|
|||
|
||||
[SETTINGS_ACCOUNTS]
|
||||
LEGEND_ACCOUNTS = "Lista de contas"
|
||||
LEGEND_ACCOUNTS_AND_IDENTITIES = "Accounts and Identities"
|
||||
BUTTON_ADD_ACCOUNT = "Adicionar contas"
|
||||
BUTTON_ADD_IDENTITY = "Add an Identity"
|
||||
BUTTON_DELETE = "Excluir"
|
||||
LOADING_PROCESS = "Atualizar a lista de contas"
|
||||
DELETING_ASK = "Você tem certeza?"
|
||||
|
|
@ -675,4 +683,4 @@ NO_COOKIE_DESC = "O Cookies não está disponível em seu navegador.
|
|||
Por favor ativar o suporte a Cookie nas configurações do seu navegador e tente novamente."
|
||||
BAD_BROWSER_TITLE = "Seu navegador está desatualizado."
|
||||
BAD_BROWSER_DESC = "Para usar todos os recursos do aplicativo,
|
||||
baixar e instalar um desses navegadores:"
|
||||
baixar e instalar um desses navegadores:"
|
||||
Loading…
Add table
Add a link
Reference in a new issue