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/signup.html | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'templates/authopenid/signup.html') diff --git a/templates/authopenid/signup.html b/templates/authopenid/signup.html index e51544f7..a4460aa3 100644 --- a/templates/authopenid/signup.html +++ b/templates/authopenid/signup.html @@ -1,18 +1,18 @@ {% extends "base.html" %} -{% block title %}{% spaceless %}注册帐号{% endspaceless %}{% endblock %} +{% block title %}{% spaceless %}{% trans "Signup" %}{% endspaceless %}{% endblock %} {% block content %}
-

注册帐号

+

{% trans "Signup" %}

-

我们支持两种注册方式,你可以使用常规的用户名、密码方式注册,或者使用OpenID帐号注册

+

{% trans "We support two types of user registration: conventional username/password, and" %} {% trans "the OpenID method" %}.

{% if form.errors %}

- 请注意以下错误:
+ {% trans "Sorry, looks like we have some errors" %}

- 常规注册 -

{{ form.username }}
+ {% trans "Conventional registration" %} +

{{ form.username }}
-

{{ form.email }}
-

{{ form.password1 }}
-

{{ form.password2 }}
- +

{{ form.email }}
+

{{ form.password1 }}
+

{{ form.password2 }}
+


- +
{{ form2.openid_url }}
-
+
{% endblock %} -- cgit v1.2.3-1-g7c22