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/complete.html | 37 +++++++++++++++++++------------------
1 file changed, 19 insertions(+), 18 deletions(-)
(limited to 'templates/authopenid/complete.html')
diff --git a/templates/authopenid/complete.html b/templates/authopenid/complete.html
index fd243f28..28c38a04 100644
--- a/templates/authopenid/complete.html
+++ b/templates/authopenid/complete.html
@@ -1,19 +1,19 @@
{% extends "base.html" %}
+{% load i18n %}
{% block head %}{% endblock %}
-{% block title %}{% spaceless %}绑定OpenID{% endspaceless %}{% endblock %}
+{% block title %}{% spaceless %}{% trans "Connect your OpenID with this site" %}{% endspaceless %}{% endblock %}
{% block content %}
- 绑定OpenID帐号
-
+ {% trans "Connect your OpenID with your account on this site" %}
-
您的OpenID帐号已经验证通过! 请完成最后一步 - 绑定OpenID到您的帐号。
- 输入您的新帐号或者指定已经存在的帐号。
+ {% trans "Your OpenID is accepted. Please complete this to finish registration." %}
+ {% trans "This account already exists, please use another." %}
{% if form1.errors %}
- 请注意以下错误:
+ {% trans "Sorry, looks like we have some errors:" %}
{% if form1.username.errors %}
- {{ form1.username.errors|join:", " }}
@@ -26,7 +26,7 @@
{% endif %}
{% if form2.errors %}
- 请注意以下错误:
+ {% trans "Sorry, looks like we have some errors:" %}
{% if form2.username.errors %}
- {{ form2.username.errors|join:", " }}
@@ -42,10 +42,10 @@
@@ -53,14 +53,15 @@
{% endblock %}
-
-
-
--
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/complete.html | 67 --------------------------------------
1 file changed, 67 deletions(-)
delete mode 100644 templates/authopenid/complete.html
(limited to 'templates/authopenid/complete.html')
diff --git a/templates/authopenid/complete.html b/templates/authopenid/complete.html
deleted file mode 100644
index 28c38a04..00000000
--- a/templates/authopenid/complete.html
+++ /dev/null
@@ -1,67 +0,0 @@
-{% extends "base.html" %}
-{% load i18n %}
-{% block head %}{% endblock %}
-{% block title %}{% spaceless %}{% trans "Connect your OpenID with this site" %}{% endspaceless %}{% endblock %}
-{% block content %}
-
- {% trans "Connect your OpenID with your account on this site" %}
-
-
-
{% trans "Your OpenID is accepted. Please complete this to finish registration." %}
- {% trans "This account already exists, please use another." %}
-
-
- {% if form1.errors %}
-
- {% trans "Sorry, looks like we have some errors:" %}
-
- {% if form1.username.errors %}
- - {{ form1.username.errors|join:", " }}
- {% endif %}
- {% if form1.email.errors %}
- - {{ form1.email.errors|join:", " }}
- {% endif %}
-
-
- {% endif %}
- {% if form2.errors %}
-
- {% trans "Sorry, looks like we have some errors:" %}
-
- {% if form2.username.errors %}
- - {{ form2.username.errors|join:", " }}
- {% endif %}
- {% if form2.password.errors %}
- - {{ form2.password.errors|join:", " }}
- {% endif %}
-
-
- {% endif %}
-
-
-
-{% 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/complete.html | 67 ++++++++++++++++++++++++++++++++++++++
1 file changed, 67 insertions(+)
create mode 100644 templates/authopenid/complete.html
(limited to 'templates/authopenid/complete.html')
diff --git a/templates/authopenid/complete.html b/templates/authopenid/complete.html
new file mode 100644
index 00000000..28c38a04
--- /dev/null
+++ b/templates/authopenid/complete.html
@@ -0,0 +1,67 @@
+{% extends "base.html" %}
+{% load i18n %}
+{% block head %}{% endblock %}
+{% block title %}{% spaceless %}{% trans "Connect your OpenID with this site" %}{% endspaceless %}{% endblock %}
+{% block content %}
+
+ {% trans "Connect your OpenID with your account on this site" %}
+
+
+
{% trans "Your OpenID is accepted. Please complete this to finish registration." %}
+ {% trans "This account already exists, please use another." %}
+
+
+ {% if form1.errors %}
+
+ {% trans "Sorry, looks like we have some errors:" %}
+
+ {% if form1.username.errors %}
+ - {{ form1.username.errors|join:", " }}
+ {% endif %}
+ {% if form1.email.errors %}
+ - {{ form1.email.errors|join:", " }}
+ {% endif %}
+
+
+ {% endif %}
+ {% if form2.errors %}
+
+ {% trans "Sorry, looks like we have some errors:" %}
+
+ {% if form2.username.errors %}
+ - {{ form2.username.errors|join:", " }}
+ {% endif %}
+ {% if form2.password.errors %}
+ - {{ form2.password.errors|join:", " }}
+ {% endif %}
+
+
+ {% endif %}
+
+
+
+{% 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/complete.html | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
(limited to 'templates/authopenid/complete.html')
diff --git a/templates/authopenid/complete.html b/templates/authopenid/complete.html
index 28c38a04..b9a14e16 100644
--- a/templates/authopenid/complete.html
+++ b/templates/authopenid/complete.html
@@ -1,4 +1,5 @@
-{% extends "base.html" %}
+{% extends "base_content.html" %}
+
{% load i18n %}
{% block head %}{% endblock %}
{% block title %}{% spaceless %}{% trans "Connect your OpenID with this site" %}{% endspaceless %}{% endblock %}
@@ -7,7 +8,9 @@
{% trans "Connect your OpenID with your account on this site" %}
-
{% trans "Your OpenID is accepted. Please complete this to finish registration." %}
+
+ {% blocktrans %}register new {{provider}} account info{% endblocktrans %}
+
{% trans "This account already exists, please use another." %}
@@ -41,12 +44,9 @@
@@ -65,3 +65,4 @@
{% endblock %}
+
--
cgit v1.2.3-1-g7c22