{% extends "projects/project_detail_childs.html" %} {% load i18n %} {% load permissions %} {% load txcommontags %} {% load addons %} {% block breadcrumb %} {% homelink %} » {% trans "Projects" %} » {{project}} {% if resource %} » {{resource}}{% endif %} » {% blocktrans with target_language.name as lang %}Translate to {{ lang }}{% endblocktrans %} {% endblock %} {% get_permission "project_perm.maintain" for request.user and resource.project as "is_maintainer" %} {% block extra_head %} {% get_permission "project_perm.proofread" for request.user and resource.project,target_language as "is_reviewer" %} {% hook "tab_lotte.html" function %} {% endblock %} {% block title %} {{ block.super }} | {{resource}} {% endblock %} {% block content_title %}

{{ project.name }}

 / 

{{ resource.name }}

 / {{ target_language }}

{% endblock %} {% block body_class %}project_list{% endblock %} {% block content_header_sec %} {% hook "lotte_header_link.html" %}
Alt-l
Moves to the next translations page.
Alt-j
Moves to the previous translations page.
Alt-i
Moves focus one row upwards.
Alt-k
Moves focus one row downwards.
Alt-g
Fill in the translation textarea with the content of the source string. (Copy the source string as it is, to the translation area.)
{% endblock %} {% block content_main %} {% get_permission "project_perm.maintain" for request.user and resource.project as "is_maintainer" %} {% get_permission "project_perm.proofread" for request.user and resource.project,target_language as "is_reviewer" %}
the selected languages" %}"> {% trans "More languages" %}
{% include "more_languages.html" %}
by the selected users" %}"> {% trans "Filter by users" %}
{% include "filters_menu_users.html" %} {% ifnotequal resources|length 1 %}
the selected resources." %}"> {% trans "Filter by resources" %}
{% include "filters_menu_resources.html" %} {% endifnotequal %}
{% with untranslated_strings|add:translated_strings as total_strings %} {% endwith %}
{% trans "Translated" %} {{ translated_strings }} ?
{% trans "Untranslated" %} {{ untranslated_strings }} ?
{% trans "Reviewed" %} 0 0.00%
{% trans "Total" %} {{ total_strings }}
{% if is_reviewer %} {% endif %}
{% trans "Source String" %} {% trans "Translation" %}  
{% endblock %} {% block content_footer %} {% endblock %}