##// END OF EJS Templates
i18n: updated translation for Polish...
i18n: updated translation for Polish Currently translated at 56.5% (614 of 1087 strings)

File last commit:

r6098:8b75085c default
r8092:7fef5132 default
Show More
password_reset.txt
20 lines | 733 B | text/plain | TextLexer
<%block name="header">\
<%include file="header.txt" args="title=_('Password Reset Request'),link=None"/>\
</%block>\
\
${_('Hello %s') % user|n,unicode},
${_('We have received a request to reset the password for your account.')|n,unicode}
%if reset_token is None:
${_('This account is however managed outside this system and the password cannot be changed here.')|n,unicode}
%else:
${_('To set a new password, click the following link')|n,unicode}:
${reset_url|n,unicode}
${_("Should you not be able to use the link above, please type the following code into the password reset form")|n,unicode}:
${reset_token|n,unicode}
%endif
${_("If it weren't you who requested the password reset, just disregard this message.")|n,unicode}