From bb801f2bbd9f26bebca846b71e8947a1951f86a5 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:11:34 -0400 Subject: english translation --- templates/authopenid/settings.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'templates/authopenid/settings.html') diff --git a/templates/authopenid/settings.html b/templates/authopenid/settings.html index c765b989..ffd5dd8f 100644 --- a/templates/authopenid/settings.html +++ b/templates/authopenid/settings.html @@ -17,7 +17,7 @@ {% block content %}
-

{{ request.user.username }}账户设置

+

{{ request.user.username }} {% trans "Profile" %}

{% if msg %} @@ -25,16 +25,16 @@ {% endif %}
-
» 修改密码
+
» {% trans "Change password" %}
{% trans "Give your account a new password." %}
-
» 更换电子邮件
+
» {% trans "Change email " %}
{% trans "Add or update the email address associated with your account." %}
{% if is_openid %} -
» 更换OpenID地址
+
» {% trans "Change OpenID %}
{% trans "Change openid associated to your account" %}
{% endif %} -
» 删除帐号
+
» {% trans "Delete account" %}
{% trans "Erase your username and all your data from website" %}
-- cgit v1.2.3-1-g7c22 From 5b45e526c74faf55110ff0afdcba19797d7e0f4d Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:14:09 -0400 Subject: deleted all --- templates/authopenid/settings.html | 41 -------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 templates/authopenid/settings.html (limited to 'templates/authopenid/settings.html') diff --git a/templates/authopenid/settings.html b/templates/authopenid/settings.html deleted file mode 100644 index ffd5dd8f..00000000 --- a/templates/authopenid/settings.html +++ /dev/null @@ -1,41 +0,0 @@ -{% extends "base_content.html" %} -{% load i18n %} - -{% block head %} - -{% endblock %} - -{% block content %} -
-

{{ request.user.username }} {% trans "Profile" %}

-
-
- {% if msg %} -

{{ msg }}

- {% endif %} - -
-
» {% trans "Change password" %}
-
{% trans "Give your account a new password." %}
-
» {% trans "Change email " %}
-
{% trans "Add or update the email address associated with your account." %}
- {% if is_openid %} -
» {% trans "Change OpenID %}
-
{% trans "Change openid associated to your account" %}
- {% endif %} - -
» {% trans "Delete account" %}
-
{% trans "Erase your username and all your data from website" %}
-
-
-{% endblock %} -- cgit v1.2.3-1-g7c22 From 35b666224a05fbd249b1c51a0a48fb95b246fe9a Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:15:28 -0400 Subject: adding all files again --- templates/authopenid/settings.html | 41 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 templates/authopenid/settings.html (limited to 'templates/authopenid/settings.html') diff --git a/templates/authopenid/settings.html b/templates/authopenid/settings.html new file mode 100644 index 00000000..ffd5dd8f --- /dev/null +++ b/templates/authopenid/settings.html @@ -0,0 +1,41 @@ +{% extends "base_content.html" %} +{% load i18n %} + +{% block head %} + +{% endblock %} + +{% block content %} +
+

{{ request.user.username }} {% trans "Profile" %}

+
+
+ {% if msg %} +

{{ msg }}

+ {% endif %} + +
+
» {% trans "Change password" %}
+
{% trans "Give your account a new password." %}
+
» {% trans "Change email " %}
+
{% trans "Add or update the email address associated with your account." %}
+ {% if is_openid %} +
» {% trans "Change OpenID %}
+
{% trans "Change openid associated to your account" %}
+ {% endif %} + +
» {% trans "Delete account" %}
+
{% trans "Erase your username and all your data from website" %}
+
+
+{% endblock %} -- cgit v1.2.3-1-g7c22 From ef8f66ba6c7a22c277c6315df8040365b5684e6c Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Wed, 5 Aug 2009 22:50:08 -0400 Subject: added anonymous posting, per-question subscription and fixes by Pothers and some more, see development.log --- templates/authopenid/settings.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/authopenid/settings.html') diff --git a/templates/authopenid/settings.html b/templates/authopenid/settings.html index ffd5dd8f..a373324e 100644 --- a/templates/authopenid/settings.html +++ b/templates/authopenid/settings.html @@ -1,4 +1,5 @@ {% extends "base_content.html" %} + {% load i18n %} {% block head %} @@ -39,3 +40,4 @@ {% endblock %} + -- cgit v1.2.3-1-g7c22