{% extends "languages/base.html" %} {% load i18n %} {% load statistics %} {% block extra_head %} {% endblock %} {% block body_class %}{{ block.super }} language_release{% endblock %} {% block title %}{{ block.super }} | {{ language.name }} | {{ release.name }}{% endblock %} {% block breadcrumb %}{{ block.super }} » {{ language.name }} » {{ release.name }}{% endblock %} {% block content_sec %} {% endblock %} {% block content_title %}

{{ language.name }}{{ release.name }}

{% endblock %} {% block content_main %} {% if pofile_list %}

{% trans "Project/Component statistics" %}

{% include "translations/stats_table_filter_box.html" %} {% lang_stats_table pofile_list %} {% url language_release_download slug=language.code collection_slug=release.collection.slug release_slug=release.slug filetype="zip" as zip_download_url %} {% url language_release_download slug=language.code collection_slug=release.collection.slug release_slug=release.slug filetype="targz" as targz_download_url %} {% if zip_download_url %}

Download

Receive all the translation files in a compressed archive. Get .zip Get .tar.gz {% endif %} {% endif %} {% if not pofile_list %} {% url contact_form as contact_form %}

{% blocktrans %}Transifex searched for projects containing translation files for this language and release, but couldn't find any. Try submitting such a file and check again.{% endblocktrans %}

{% blocktrans %}If you think this shouldn't happen, please let us know.{% endblocktrans %}

{% endif %} {% if untrans_comps %}

{% blocktrans %}Untranslated Components{% endblocktrans %}

{% blocktrans with release.name as release_name and language.name as language_name %}The following components will be included in {{ release_name }}, but there are no translations sent for {{language_name}} yet.{% endblocktrans %}

{% endif %} {% endblock %}