/usr/share/phpmyadmin/templates
NameSizeModeActions
columns_definitions/-0755rm
components/-0755rm
config/-0755rm
console/-0755rm
database/-0755rm
display/-0755rm
encoding/-0755rm
error/-0755rm
export/-0755rm
home/-0755rm
import/-0755rm
javascript/-0755rm
login/-0755rm
menu/-0755rm
navigation/-0755rm
plugins/-0755rm
preferences/-0755rm
relation/-0755rm
server/-0755rm
setup/-0755rm
sql/-0755rm
table/-0755rm
test/-0755rm
changelog.twig4750644editdlrm
create_tracking_version.twig37900644editdlrm
export.twig162310644editdlrm
file_select_options.twig1520644editdlrm
filter.twig3740644editdlrm
footer.twig3880644editdlrm
gis_data_editor_form.twig125060644editdlrm
header.twig25040644editdlrm
header_location.twig6520644editdlrm
import.twig107140644editdlrm
import_status.twig990644editdlrm
indexes.twig41470644editdlrm
message.twig800644editdlrm
preview_sql.twig3010644editdlrm
scripts.twig8020644editdlrm
select_all.twig3850644editdlrm
select_lang.twig9000644editdlrm
start_and_number_of_rows_panel.twig8080644editdlrm
themes.twig2330644editdlrm
theme_preview.twig5020644editdlrm
top_menu.twig10770644editdlrm
transformation_overview.twig12930644editdlrm
user_password.twig830644editdlrm
view_create.twig48210644editdlrm
Edit: /usr/share/phpmyadmin/templates/export.twig (16231B)
{{ page_settings_error_html|raw }} {{ page_settings_html|raw }} {% block message %}{% endblock %} {% if templates.is_enabled %}

{% trans 'Export templates:' %}

{% trans 'New template:' %}

{% trans 'Existing templates:' %}

{% endif %} {% if sql_query is not empty %}
{# l10n: Title of the option on the Export page #}

{% trans 'SQL query:' %}

{# l10n: Button to show the SQL query on the export page #}
{{ sql_query }}
{% endif %}
{{ get_hidden_inputs(hidden_inputs) }} {% if export_method != 'custom-no-form' %}

{% trans 'Export method:' %}

{% endif %}

{% trans 'Format:' %}

{{ dropdown|raw }}
{% block selection_options %}{% endblock %} {% if rows is not empty %}

{% trans 'Rows:' %}

{% endif %} {% if has_save_dir %}

{% trans 'Output:' %}

{% endif %}
{% for db, db_data in aliases %} {% if db_data.alias is defined and db_data.alias is not null %} {% endif %} {% for table, table_data in db_data.tables ?? [] %} {% if table_data.alias is defined and table_data.alias is not null %} {% endif %} {% for column, column_name in table_data.columns ?? [] %} {% endfor %} {% endfor %} {% endfor %} {# Empty row for javascript manipulations. #}
{% trans 'Defined aliases' %}
{% trans %}Database{% context %}Alias{% endtrans %} {{ db }}
{% trans %}Table{% context %}Alias{% endtrans %} {{ db }}.{{ table }}
{% trans %}Column{% context %}Alias{% endtrans %} {{ db }}.{{ table }}.{{ column }}
{% trans 'Define new aliases' %}

{% trans 'Output:' %}

  • {% if export_type != 'server' %}
  • {% endif %}
    • {% if has_save_dir %}
    • {% endif %}
    • {% if is_encoding_supported %}
    • {% endif %} {% if has_zip or has_gzip %}
    • {% else %} {% endif %} {% if export_type == 'server' or export_type == 'database' %}
    • {% endif %}
' )|raw }}

{% trans 'Format-specific options:' %}

{% trans 'Scroll down to fill in the options for the selected format and ignore the options for other formats.' %}

{{ options|raw }}
{% if can_convert_kanji %} {# Japanese encoding setting #}

{% trans 'Encoding Conversion:' %}

{% include 'encoding/kanji_encoding_form.twig' %}
{% endif %}