Commit 9a0507b0 authored by Michal Čihař's avatar Michal Čihař

Merge remote-tracking branch 'lohrun/fix-wording'

parents 1b791ba2 b91075e3
......@@ -8,7 +8,7 @@
</p>
{% if projects %}
<p>{% trans "However there are following translation projects available on this server:" %}</p>
<p>{% trans "However the following translation projects are available on this server:" %}</p>
<ul>
{% for p in projects %}
......
......@@ -12,7 +12,7 @@
<h2>{% trans "Data export" %}</h2>
<p>
{% trans "You can get retrieve various data from Weblate in machine readable format." %}
{% trans "You can retrieve various data from Weblate in machine readable format." %}
</p>
<h3>{% trans "Statistics" %}</h3>
......
......@@ -16,7 +16,7 @@
{% else %}
<p>{% trans "The password reset link was invalid, possibly because it has already been used. Please request a new password reset." %}</p>
<p>{% trans "The password reset link is invalid, possibly because it has already been used. Please request a new password reset." %}</p>
{% endif %}
......
......@@ -4,8 +4,7 @@
{% block content %}
<p>{% blocktrans %}Thank you for registering. You will very soon receive an email with
a confirmation link. Please follow this link in order to complete your registration.{% endblocktrans %}</p>
<p>{% blocktrans %}Thank you for registering. You will very soon receive an email with a confirmation link. Please follow this link in order to complete your registration.{% endblocktrans %}</p>
<p>
{% url 'contact' as contact_url %}
......
......@@ -79,7 +79,7 @@ class PluralTextarea(forms.Textarea):
# Show plural equation for more strings
pluralmsg = '<br /><span class="plural"><abbr title="%s">%s</abbr>: %s</span>' % (
ugettext('This equation is used to identify which plural form will be used based on given count (n).'),
ugettext('This equation identifies which plural form will be used based on given count (n).'),
ugettext('Plural equation'),
lang.pluralequation)
......
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