Updated account activation txt email template

This commit is contained in:
M.Ravi 2017-09-03 18:47:42 +02:00
parent d481737518
commit 7a4e0760ae
2 changed files with 26 additions and 18 deletions

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-02 11:22+0000\n" "POT-Creation-Date: 2017-09-03 16:44+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -149,16 +149,15 @@ msgstr ""
#, python-format #, python-format
msgid "" msgid ""
"\n" "You can activate your Data Center Light account by clicking here.\n"
"Hi,\n" "You can also copy and paste the following link into the address bar of your "
"\n" "browser\n"
"You can activate your %(dcl_text)s account by clicking here %(base_url)s" "to activate your Data Center Light account.\n"
"%(activation_link)s\n" "%(base_url)s%(activation_link)s\n"
msgstr "" msgstr ""
"\n" "\n"
"Hallo,\n" "Klicke hier, um deinen Data Center Light Account zu aktivieren oder kopiere "
"\n" "den folgenden Link in die Adressleiste deines Browsers.\n"
"Du kannst deinen %(dcl_text)s Account aktivieren, indem du hier klickst "
"%(base_url)s%(activation_link)s\n" "%(base_url)s%(activation_link)s\n"
msgid "Home" msgid "Home"
@ -474,6 +473,19 @@ msgstr "ist kein gültiger Name"
msgid "is not a proper email" msgid "is not a proper email"
msgstr "ist keine gültige E-Mailadresse" msgstr "ist keine gültige E-Mailadresse"
#~ msgid ""
#~ "\n"
#~ "Hi,\n"
#~ "\n"
#~ "You can activate your %(dcl_text)s account by clicking here %(base_url)s"
#~ "%(activation_link)s\n"
#~ msgstr ""
#~ "\n"
#~ "Hallo,\n"
#~ "\n"
#~ "Du kannst deinen %(dcl_text)s Account aktivieren, indem du hier klickst "
#~ "%(base_url)s%(activation_link)s\n"
#~ msgid "Your" #~ msgid "Your"
#~ msgstr "Dein" #~ msgstr "Dein"

View file

@ -1,14 +1,10 @@
{% extends "datacenterlight/emails/base_email_datacenterlight.txt" %} {% extends "datacenterlight/emails/base_email_datacenterlight.txt" %}
{% load static from staticfiles %}
{% load i18n %} {% load i18n %}
{% block email_head %} {% block email_head %}{{dcl_text}} {% trans 'Account Activation' %}{% endblock %}
{{dcl_text}} {% trans 'Account Activation' %}
{% endblock %}
{% block email_body %} {% block email_body %}
{% blocktrans %} {% blocktrans %}You can activate your Data Center Light account by clicking here.
Hi, You can also copy and paste the following link into the address bar of your browser
to activate your Data Center Light account.
You can activate your {{dcl_text}} account by clicking here {{base_url}}{{activation_link}} {{base_url}}{{activation_link}}
{% endblocktrans %} {% endblocktrans %}
{% endblock %} {% endblock %}