{% extends "base.html" %} {% load url from future %} {% load i18n %} {% block breadcrumbs %}
{% blocktrans %}You can download file for offline translation.{% endblocktrans %}
{% endwith %} {% if perms.trans.upload_translation %}{% trans "Uploaded file will be merged with current translation. In case you want to overwrite already translated strings, don't forget to enable it." %}
{% else %}{% trans "Uploaded file will be merged with current translation." %}
{% endif %} {% endif %}{% trans "Review translations touched by other users." %}
{% endif %}{% trans "Automatic translation takes existing translations in this project and applies it to the current subproject. It can be used to push translations to a different branch or to fix inconsistent translations." %}
{% trans "Locking the translation will prevent others to work on translation." %}
{% if object.is_user_locked %}{% trans "Locked by:" %} {{ object.lock_user.get_full_name }}
{% trans "Lock valid till:" %} {{ object.lock_time|date:"DATETIME_FORMAT" }}
{% else %}{% trans "Translation is currently not locked." %}
{% endif %} {% if perms.trans.lock_translation %} {% if object.lock_user == request.user %} {% trans "Unlock" %} {% elif not object.is_user_locked %} {% trans "Lock" %} {% endif %} {% endif %}