<h1>{% blocktrans with object.name as project %}Get involved in {{ project }}!{% endblocktrans %}</h1>
<p>
{% blocktrans with object.name as name %}Hi, and thank you for your interest!{% endblocktrans %}
{% blocktrans %}Hi, and thank you for your interest!{% endblocktrans %}
</p>
<p>
{% blocktrans with object.name as name %}{{ name }} is being translated using <ahref="http://weblate.org/">Weblate</a>, a web tool designed to ease translating for both developers and translators.{% endblocktrans %}
...
...
@@ -46,10 +46,11 @@
{% blocktrans with object.name as name and object.get_total as total and object.get_language_count as languages and object.get_absolute_url as url and object.get_translated_percent as percent%}Translation project for {{ name }} currently contains {{ total }} strings for translation and is <ahref="{{ url }}">being translated into {{ languages }} languages</a>. Overall, these translations are {{ percent }}% complete.{% endblocktrans %}
</p>
<p>
{% blocktrans with object.name as name and object.get_total as total and object.get_absolute_url as url %}If you would like to contribute to translation of {{ name }}, you need to <ahref="/accounts/register/">register on this server</a>.{% endblocktrans %}
{% url 'weblate_register' as reg_url %}
{% blocktrans with object.name as name %}If you would like to contribute to translation of {{ name }}, you need to <ahref="{{ reg_url }}">register on this server</a>.{% endblocktrans %}
</p>
<p>
{% blocktrans with object.name as name and object.get_total as total and object.get_absolute_url as url %}Once you have activated your account just proceed to the <ahref="{{ url }}">translation section</a>.{% endblocktrans %}
{% blocktrans with object.get_absolute_url as url %}Once you have activated your account just proceed to the <ahref="{{ url }}">translation section</a>.{% endblocktrans %}
<h2>{% trans "Your account could not be activated" %}</h2>
<p>
{% blocktrans count expiration_days as days %}This may be because it is already active or because you waited over {{ days }} day to activate it.{% plural %}This may be because it is already active or because you waited over {{ days }} days to activate it.{% endblocktrans %}
{% url 'registration.views.register' as reg_url %}
{% blocktrans %}If this is not the case, please <ahref="/contact/">contact</a> the website administrator. Otherwise, you may <ahref="{{ reg_url }}">register again</a>.{% endblocktrans %}
{% url 'weblate_register' as reg_url %}
{% url 'contact' as contact_url %}
{% blocktrans %}If this is not the case, please <ahref="{{ contact_url }}">contact</a> the website administrator. Otherwise, you may <ahref="{{ reg_url }}">register again</a>.{% endblocktrans %}
<p>{% blocktrans %}Sorry, but registrations on this site are disabled. You can <ahref="/contact/">contact us</a> for more details.{% endblocktrans %}</p>
<p>
{% url 'contact' as contact_url %}
{% blocktrans %}Sorry, but registrations on this site are disabled. You can <ahref="{{ contact_url }}">contact us</a> for more details.{% endblocktrans %}
<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 %}If you don't receive it shortly, please check your spam folder. If it's not there, please <ahref="/contact/?subject=Lost activation code">contact us</a>.{% endblocktrans %}</p>
<p>
{% url 'contact' as contact_url %}
{% blocktrans %}If you don't receive it shortly, please check your spam folder. If it's not there, please <ahref="{{ contact_url }}?subject=Lost activation code">contact us</a>.{% endblocktrans %}
<li><ahref="#tab-nearby"title="{% trans "Messagesplacedaroundthisone"%}">{% trans "Nearby messages" %}</a></li>
<li><ahref="/js/similar/{{ unit.id }}/"title="{% trans "Similarmessages"%}">{% trans "Similar messages" %}</a></li>
<li><ahref="/js/other/{{ unit.id }}/?type={{ type }}&pos={{ unit.position }}{{ search_url }}"title="{% trans "Samemessageusedindifferentsubprojects"%}">{% trans "All locations" %}</a></li>
<li><ahref="/js/dictionary/{{ unit.id }}/"title="{% trans "Wordsextractedfromdictionary"%}">{% trans "Words in dictionary" %}</a></li>
<li><ahref="{% url 'js-similar' unit_id=unit.id %}"title="{% trans "Similarmessages"%}">{% trans "Similar messages" %}</a></li>
<li><ahref="{% url 'js-other' unit_id=unit.id %}?type={{ type }}&pos={{ unit.position }}{{ search_url }}"title="{% trans "Samemessageusedindifferentsubprojects"%}">{% trans "All locations" %}</a></li>
<li><ahref="{% url 'js-dictionary' unit_id=unit.id %}"title="{% trans "Wordsextractedfromdictionary"%}">{% trans "Words in dictionary" %}</a></li>
<li><ahref="#tab-changes"title="{% trans "ListofrecentchangesdoneinWeblate"%}">{% trans "Recent edits" %}</a></li>
<li><ahref="#tab-project"title="{% trans "Informationaboutproject"%}">{% trans "Project" %}</a></li>