{% load i18n %} {% load permissions %} {% perm 'upload.perform' object as user_can_upload_translation %}
  • {% blocktrans with object.component.file_format_name as format %}Download original translation file ({{format}}){% endblocktrans %}
  • {% trans "Download translation as XLIFF with gettext extensions" %}
  • {% trans "Download translation as XLIFF 1.2" %}
  • {% trans "Download translation as gettext PO" %}
  • {% trans "Download translation as gettext MO" %}
  • {% trans "Download translation as CSV" %}
  • {% trans "Download translation as TMX" %}
  • {% if object.stats.todo %}
  • {% trans "Download strings needing action as XLIFF with gettext extensions" %}
  • {% trans "Download strings needing action as XLIFF 1.2" %}
  • {% trans "Download strings needing action as gettext PO" %}
  • {% trans "Download strings needing action as gettext MO" %}
  • {% trans "Download strings needing action as CSV" %}
  • {% trans "Download strings needing action as TMX" %}
  • {% endif %}
  • {% trans "Customize download" %}
  • {% if user_can_upload_translation %}
  • {% trans "Upload translation" %}
  • {% endif %}