From 068bb7dc78d0b3565c100b61acc859ede0adc0d4 Mon Sep 17 00:00:00 2001 From: Mike Chen Date: Wed, 29 Jul 2009 00:00:52 +0800 Subject: merge Evgeny's English and Botum's Spanish translations --- templates/authopenid/sendpw.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'templates/authopenid/sendpw.html') diff --git a/templates/authopenid/sendpw.html b/templates/authopenid/sendpw.html index 237a5cf6..a9488c4c 100644 --- a/templates/authopenid/sendpw.html +++ b/templates/authopenid/sendpw.html @@ -1,17 +1,18 @@ {% extends "base.html" %} -{% block title %}{% spaceless %}发送新密码{% endspaceless %}{% endblock %} +{% load i18n %} +{% block title %}{% spaceless %}{% trans "Send new password" %}{% endspaceless %}{% endblock %} {% block content %}
-

发送新密码

+

{% trans "Send new password" %}

-丢失了您的密码? 你可以在这里重设密码。
-请输入用户名,新的密码会发送到你注册时候填写的电子邮件。 +{% trans "Lost your password? No problem - here you can reset it." %}
+{% trans "Please enter your username below and new password will be sent to your registered e-mail" %}
{% if form.errors %} -

请注意以下错误:
+

{% "Sorry, looks like we have some errors:" %}
{% if form.username.errors %} {{ form.username.errors|join:", " }} {% endif %} @@ -23,11 +24,11 @@

-
{{ form.username }}
+
{{ form.username }}
-

返回登录

+

{% trans "return to login" %}

- 注意: 新的密码只有您在激活邮件中的链接后才会被激活。 + {% trans "Note: your new password will be activated only after you click the activation link in the email message" %}
{% endblock %} -- cgit v1.2.3-1-g7c22