Commit e277d205 authored by Michal Čihař's avatar Michal Čihař

Improve mail texts

The text should start with capital letter.
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 5844471d
......@@ -8,7 +8,7 @@
</p>
<p>
{% blocktrans %}there has been a change in translation on {{ translation }} at {{ site_title }}.{% endblocktrans %}
{% blocktrans %}There has been a change in translation on {{ translation }} at {{ site_title }}.{% endblocktrans %}
</p>
<table>
......
{% load i18n %}{% load translations %}{% autoescape off %}{% filter wordwrap:72 %}{%trans "Hi,"%}
{% blocktrans %}there has been a change in translation on {{ translation }} at {{ site_title }}.{% endblocktrans %}
{% blocktrans %}There has been a change in translation on {{ translation }} at {{ site_title }}.{% endblocktrans %}
{% trans "Source string:" %}
......
......@@ -8,7 +8,7 @@
</p>
<p>
{% blocktrans %}there has been a merge failure on {{ subproject }} at {{ site_title }}.{% endblocktrans %}
{% blocktrans %}There has been a merge failure on {{ subproject }} at {{ site_title }}.{% endblocktrans %}
<p>
......
{% load i18n %}{% load translations %}{% autoescape off %}{% filter wordwrap:72 %}{% trans "Hi," %}
{% blocktrans %}there has been a merge failure on {{ subproject }} at {{ site_title }}.{% endblocktrans %}
{% blocktrans %}There has been a merge failure on {{ subproject }} at {{ site_title }}.{% endblocktrans %}
{% trans "Error message:" %}
......
......@@ -8,7 +8,7 @@
</p>
<p>
{% blocktrans %}there has been a new comment on {{ subproject }} at {{ site_title }}.{% endblocktrans %}
{% blocktrans %}There has been a new comment on {{ subproject }} at {{ site_title }}.{% endblocktrans %}
</p>
<table>
......
{% load i18n %}{% load translations %}{% autoescape off %}{% filter wordwrap:72 %}{% trans "Hi," %}
{% blocktrans %}there has been a new comment on {{ subproject }} at {{ site_title }}.{% endblocktrans %}
{% blocktrans %}There has been a new comment on {{ subproject }} at {{ site_title }}.{% endblocktrans %}
{% trans "Source string:" %}
......
......@@ -8,7 +8,7 @@
</p>
<p>
{% blocktrans with user.first_name as username %}{{ username }} has just made a first contribution on {{ translation }} at {{ site_title }}.{% endblocktrans %}
{% blocktrans with user.first_name as username %}User {{ username }} has just made a first contribution on {{ translation }} at {{ site_title }}.{% endblocktrans %}
<p>
{% include "mail/footer.html" %}
......
{% load i18n %}{% load translations %}{% autoescape off %}{% filter wordwrap:72 %}{% trans "Hi," %}
{% blocktrans with user.first_name as username %}{{ username }} has just made a first contribution on {{ translation }} at {{ site_title }}.{% endblocktrans %}
{% blocktrans with user.first_name as username %}User {{ username }} has just made a first contribution on {{ translation }} at {{ site_title }}.{% endblocktrans %}
{% endfilter%}{% endautoescape %}{% include "mail/footer.txt" %}
......@@ -8,7 +8,7 @@
</p>
<p>
{% blocktrans %}there has been a request for new language on {{ translation }} at {{ site_title }}.{% endblocktrans %}
{% blocktrans %}There has been a request for new language on {{ translation }} at {{ site_title }}.{% endblocktrans %}
</p>
<p>
......
{% load i18n %}{% load translations %}{% autoescape off %}{% filter wordwrap:72 %}{% trans "Hi," %}
{% blocktrans %}there has been a request for new language on {{ translation }} at {{ site_title }}.{% endblocktrans %}
{% blocktrans %}There has been a request for new language on {{ translation }} at {{ site_title }}.{% endblocktrans %}
{% trans "Please add the language file to VCS, Weblate will automatically discover it on next update." %}
......
......@@ -8,7 +8,7 @@
</p>
<p>
{% blocktrans %}there are new strings to translate on {{ translation }} at {{ site_title }}.{% endblocktrans %}
{% blocktrans %}There are new strings to translate on {{ translation }} at {{ site_title }}.{% endblocktrans %}
<p>
{% include "mail/footer.html" %}
......
{% load i18n %}{% load translations %}{% autoescape off %}{% filter wordwrap:72 %}{% trans "Hi," %}
{% blocktrans %}there are new strings to translate on {{ translation }} at {{ site_title }}.{% endblocktrans %}
{% blocktrans %}There are new strings to translate on {{ translation }} at {{ site_title }}.{% endblocktrans %}
{% endfilter%}{% endautoescape %}{% include "mail/footer.txt" %}
......@@ -8,7 +8,7 @@
</p>
<p>
{% blocktrans %}there is a new suggestion to evaluate on {{ translation }} at {{ site_title }}.{% endblocktrans %}
{% blocktrans %}There is a new suggestion to evaluate on {{ translation }} at {{ site_title }}.{% endblocktrans %}
<p>
<table>
......
{% load i18n %}{% load translations %}{% autoescape off %}{% filter wordwrap:72 %}{% trans "Hi," %}
{% blocktrans %}there is a new suggestion to evaluate on {{ translation }} at {{ site_title }}.{% endblocktrans %}
{% blocktrans %}There is a new suggestion to evaluate on {{ translation }} at {{ site_title }}.{% endblocktrans %}
{% trans "Source string:" %}
......
......@@ -8,7 +8,7 @@
</p>
<p>
{% blocktrans %}there has been a new translation on {{ translation }} at {{ site_title }}.{% endblocktrans %}
{% blocktrans %}There has been a new translation on {{ translation }} at {{ site_title }}.{% endblocktrans %}
</p>
<table>
......
{% load i18n %}{% load translations %}{% autoescape off %}{% filter wordwrap:72 %}{% trans "Hi," %}
{% blocktrans %}there has been a new translation on {{ translation }} at {{ site_title }}.{% endblocktrans %}
{% blocktrans %}There has been a new translation on {{ translation }} at {{ site_title }}.{% endblocktrans %}
{% trans "Source string:" %}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment