mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 08:57:03 +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 = "Fecha"
|
||||
PRINT_LABEL_SUBJECT = "Asunto"
|
||||
PRINT_LABEL_ATTACHMENTS = "Adjuntos"
|
||||
|
|
@ -247,7 +249,7 @@ BUTTON_ADD_ACCOUNT = "Añadir"
|
|||
TITLE_UPDATE_ACCOUNT = "Update Account?"
|
||||
BUTTON_UPDATE_ACCOUNT = "Update"
|
||||
|
||||
[POPUPS_IDENTITIES]
|
||||
[POPUPS_IDENTITY]
|
||||
TITLE_ADD_IDENTITY = "¿Añadir Identidad?"
|
||||
TITLE_UPDATE_IDENTITY = "¿Actualizar identidad?"
|
||||
BUTTON_ADD_IDENTITY = "Agregar"
|
||||
|
|
@ -255,7 +257,10 @@ BUTTON_UPDATE_IDENTITY = "Actualizar"
|
|||
LABEL_EMAIL = "Email"
|
||||
LABEL_NAME = "Nombre"
|
||||
LABEL_REPLY_TO = "Responder a"
|
||||
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 = "Crear una carpeta"
|
||||
|
|
@ -397,6 +402,7 @@ LABEL_ACCOUNTS_NAME = "Cuentas"
|
|||
LABEL_IDENTITY_NAME = "Identidad"
|
||||
LABEL_IDENTITIES_NAME = "Identidades"
|
||||
LABEL_FILTERS_NAME = "Filters"
|
||||
LABEL_TEMPLATES_NAME = "Templates"
|
||||
LABEL_SECURITY_NAME = "Seguridad"
|
||||
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 cuentas"
|
||||
LEGEND_ACCOUNTS_AND_IDENTITIES = "Accounts and Identities"
|
||||
BUTTON_ADD_ACCOUNT = "Añadir cuenta"
|
||||
BUTTON_ADD_IDENTITY = "Add an Identity"
|
||||
BUTTON_DELETE = "Eliminar"
|
||||
LOADING_PROCESS = "Actualizando lista de cuentas"
|
||||
DELETING_ASK = "¿Está usted seguro?"
|
||||
|
|
@ -675,4 +683,4 @@ NO_COOKIE_DESC = "El soporte de Cookies no esta disponible en su navegador.
|
|||
Por favor habilite los Cookie en la configuración de su navegador e inténtelo de nuevo."
|
||||
BAD_BROWSER_TITLE = "Su navegador no está actualizado."
|
||||
BAD_BROWSER_DESC = "Para usar todas las características de esta aplicación,
|
||||
descargue e instale uno de estos navegadores:"
|
||||
descargue e instale uno de estos navegadores:"
|
||||
Loading…
Add table
Add a link
Reference in a new issue