{% extends "base.html" %} {% load i18n %} {% load static %} {% load translations %} {% block breadcrumbs_container %} {% endblock %} {% block content %}
{% blocktrans count count=full_stats.source_strings context "Label on enage page" %}String{% plural %}Strings{% endblocktrans %}
{% blocktrans count count=full_stats.languages context "Label on enage page" %}Language{% plural %}Languages{% endblocktrans %}
{% trans "Translated" %}
{% 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 %}