i18n forgot password.

This commit is contained in:
Paulo Gustavo Veiga 2012-09-18 21:17:57 -03:00
parent a19003077c
commit 4ec8e75bdb
3 changed files with 11 additions and 4 deletions

View File

@ -246,6 +246,9 @@ LICENSE=License
WELCOME_TO_WISEMAPPING=Welcome to WiseMapping
WELCOME_DETAILS=WiseMapping will enable you to create and read your mind maps everywhere. With WiseMapping you can: <ul><li>Embed mind map it in web pages and blogs</li><li>Link mind map and documents</li><li>Share your maps with friend and colleagues</li><li>Export your maps SVG,PNG,JPG and FreeMind</li></ul>.
DIRECT_LINK_EXPLANATION=Copy and paste the link below to share your map with colleagues
TEMPORAL_PASSWORD_SENT=Your temporal password has been sent.
TEMPORAL_PASSWORD_SENT_DETAILS=We've sent you an email that will allow you to reset your password. Please check your email now.
TEMPORAL_PASSWORD_SENT_SUPPORT=If you have any problem receiving the email, contact us to <a href\="mailto\:support@wisemapping.com">support@wisemapping.com </a>

View File

@ -245,6 +245,9 @@ LICENSE=Licencia
WELCOME_TO_WISEMAPPING=Bienvenido a WiseMapping
WELCOME_DETAILS=WiseMapping te permite crear y leer tus mapas mentales en cualquier lugar. Con WiseMapping tu puedes: <ul><li>Embeber tus mapas en páginas o blogs</li><li>Crear vinculos a documentos</li><li>Compartir tus mapas mentales con amigos y colegas</li><li>Exportar tus mapas a SVG,PNG,JPG and FreeMind</li></ul>.
DIRECT_LINK_EXPLANATION=Copie y pegue el este enlace para compartir su mapa mental con amigos y colegas
TEMPORAL_PASSWORD_SENT_SUPPORT=Si tienes algun problema o no reciviste el mail, contactanos a <a href\="mailto\:support@wisemapping.com">support@wisemapping.com</a> \
TEMPORAL_PASSWORD_SENT_DETAILS=Se te ha enviado un mail con los detalles para cambiar to password. Revisa tu correo ahora.
TEMPORAL_PASSWORD_SENT=Tu contraseña temporal ha sido enviada.

View File

@ -2,12 +2,13 @@
<%@include file="/jsp/init.jsp" %>
<h2>
Your temporal password has been sent
<spring:message code="TEMPORAL_PASSWORD_SENT"/>
</h2>
<p>
We've sent you an email that will allow you to reset your password quickly and easily. Please check your email now.
<spring:message code="TEMPORAL_PASSWORD_SENT_DETAILS"/>
</p>
<p>If you have any problem receiving the email, contact us to <a
href="mailto:support@wisemapping.com">support@wisemapping.com </a></p>
<p>
<spring:message code="TEMPORAL_PASSWORD_SENT_SUPPORT"/>
</p>