<divclass="panel-heading">{% trans "Automatic translation" %}</div>
<divclass="panel-heading"><h4class="panel-title">{% trans "Automatic translation" %}</h4></div>
<divclass="panel-body">
<p>{% 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, to fix inconsistent translations or to translate new subproject using translation memory." %}</p>
<divclass="panel-heading">{% trans "Upload" %}</div>
<divclass="panel-heading"><h4class="panel-title">{% trans "Upload" %}</h4></div>
<divclass="panel-body">
{% if perms.trans.overwrite_translation %}
<p>{% trans "Uploaded file will be merged with current translation. In case you want to overwrite already translated strings, don't forget to enable it." %}</p>
...
...
@@ -232,7 +232,7 @@
{% if perms.trans.commit_translation or perms.trans.update_translation %}
<divclass="tab-pane"id="git">
<divclass="panel panel-primary">
<divclass="panel-heading">{% trans "Git maintenance" %}</div>
<divclass="panel-heading"><h4class="panel-title">{% trans "Git maintenance" %}</h4></div>