This repository has been archived by the owner on Jan 22, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from rmontagud/master
Spanish translation for email templates
- Loading branch information
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
44 changes: 44 additions & 0 deletions
44
com_zimbra_emailtemplates/com_zimbra_emailtemplates_es.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# | ||
# ***** BEGIN LICENSE BLOCK ***** | ||
# Zimbra Collaboration Suite Web Client | ||
# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Zimbra, Inc. | ||
# | ||
# The contents of this file are subject to the Zimbra Public License | ||
# Version 1.3 ("License"); you may not use this file except in | ||
# compliance with the License. You may obtain a copy of the License at | ||
# http://www.zimbra.com/license. | ||
# | ||
# Software distributed under the License is distributed on an "AS IS" | ||
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. | ||
# ***** END LICENSE BLOCK ***** | ||
|
||
EmailTemplatesZimlet_templates =Plantillas | ||
EmailTemplatesZimlet_tooltip =Permite configurar e insertar plantillas | ||
EmailTemplatesZimlet_folderNotExist=La carpeta de plantillas no existe | ||
EmailTemplatesZimlet_bodyOnly=Insertar (solo el cuerpo) | ||
EmailTemplatesZimlet_bodyAndSubject=Insertar (cuerpo y asunto) | ||
EmailTemplatesZimlet_bodySubjectAndParticipants=Insertar (cuerpo, asunto y destinatarios) | ||
EmailTemplatesZimlet_reloadTemplates=Recargar plantillas | ||
EmailTemplatesZimlet_preferences=Configuración | ||
EmailTemplatesZimlet_replaceTemplateData=Sustituir datos de plantillas | ||
EmailTemplatesZimlet_replaceGenericData=Por favor, sustituye los siguientes nombres genéricos por datos válidos | ||
EmailTemplatesZimlet_couldNotInsertApptAttendees=No se ha podido insertar los asistentes a la cita | ||
EmailTemplatesZimlet_templateFolderPath=Ruta de la carpeta de plantillas: | ||
EmailTemplatesZimlet_setTemplatesFolder=Fijar carpeta de plantillas | ||
EmailTemplatesZimlet_selectTemplatesFolder=Por favor indica donde estan guardadas las Plantillas | ||
EmailTemplatesZimlet_save=Guardar | ||
EmailTemplatesZimlet_saved=Plantilla guardada con éxito | ||
EmailTemplatesZimlet_saved_title=Plantilla guardada | ||
EmailTemplatesZimlet_restartBrowser=Se debe hacer un refresco completo la página para que los cambios sean efectivos. ¿Continuar? | ||
EmailTemplatesZimlet_noSubject=No has indicado un asunto. Por favor, hazlo \ | ||
antes de guardar la plantilla! | ||
EmailTemplatesZimlet_noSubject_title=No hay asunto | ||
|
||
#Help messages | ||
EmailTemplatesZimlet_genericNames=Nombres Genéricos | ||
EmailTemplatesZimlet_helpLine1=Puedes usar la técnica de los nombres genéricos para sustituir las partes comunes. Antes de insertar la plantilla <br/>el Zimlet te preguntará para reemplazarlas | ||
EmailTemplatesZimlet_helpLine2=Por ejemplo: Puedes tener <strong>Hola ${firstName}</strong> en el cuerpo o el asunto | ||
EmailTemplatesZimlet_helpLine3=<strong>Reglas de Nombres Genéricos:</strong><br/>1. El nombre del genérico <strong>solo puede contener</strong> letras, números y el guión bajo | ||
EmailTemplatesZimlet_helpLine4=Por ejemplo: <strong>${firstName}</strong>, <strong>${first123}</strong> o <strong>${First_Name}</strong> | ||
EmailTemplatesZimlet_helpLine5=2.Los Nombres Genúricos <strong>son senibles a las mayúsculas</strong>. | ||
EmailTemplatesZimlet_helpLine6=Por ejemplo:<strong>${firstName}</strong> y <strong>${FIRSTNAME}</strong> son considerados distintos |