{% extends "base.html" %} {% load i18n %} {% load static %} {% load translations %} {% block breadcrumbs_container %} {% endblock %} {% block content %}

{% blocktrans %}Get involved in {{ project }}.{% endblocktrans %}

{% blocktrans %}Hi, and thank you for your interest.{% endblocktrans %}

{% blocktrans %}{{ project }} is being translated using {{ weblate_name_link }}, a web tool designed to ease translating for both developers and translators.{% endblocktrans %}

{% if language %} {% filter replace_english:language %} {% comment %}Translators: line of text in engagement page, please use your language name instead of English{% endcomment %} {% blocktrans %}The translation project for {{ project }} into English currently contains {{ total }} strings for translation and is {{ percent }}% complete.{% endblocktrans %} {% endfilter %} {% else %} {% blocktrans count languages=languages %}The translation project for {{ project }} currently contains {{ total }} strings for translation and is being translated into {{ languages }} language. Overall, these translations are {{ percent }}% complete.{% plural %}The translation project for {{ project }} currently contains {{ total }} strings for translation and is being translated into {{ languages }} languages. Overall, these translations are {{ percent }}% complete.{% endblocktrans %} {% endif %}

{% blocktrans %}If you would like to contribute to translation of {{ project }}, you need to register on this server.{% endblocktrans %}

{% if object.access_control %}

{% trans "This translation is open only to a limited group of translators, if you want to contribute please get in touch with the project maintainers." %}

{% endif %} {% if not user.is_authenticated %}

{% blocktrans %}Once you have activated your account, proceed to the translation section.{% endblocktrans %}

{% endif %}

{% if not user.is_authenticated %} {% trans "Register" %} {% endif %} {% trans "Translate" %} {% trans "View project languages" %}

{% endblock %}