/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/import.twig (10714B)
{{ page_settings_error_html|raw }} {{ page_settings_html|raw }}
ajax clock
{{ get_hidden_inputs(hidden_inputs) }}

{% trans 'File to import:' %}

{# We don't have show anything about compression, when no supported #} {% if compressions is not empty %}

{{ 'File may be compressed (%s) or uncompressed.'|trans|format(compressions|join(', ')) }}
{% trans 'A compressed file\'s name must end in .[format].[compression]. Example: .sql.zip' %}

{% endif %}
{% if is_upload and upload_dir is not empty %}
  • {{ get_formatted_maximum_upload_size(max_upload_size) }}

    {% trans 'You may also drag and drop a file on any page.' %}

  • {% if local_files is same as(false) %} {{ 'The directory you set for upload work cannot be reached.'|trans|error }} {% elseif local_files is not empty %} {% else %} {% trans 'There are no files to upload!' %} {% endif %}
{% elseif is_upload %}
{{ get_formatted_maximum_upload_size(max_upload_size) }}

{% trans 'You may also drag and drop a file on any page.' %}

{% elseif upload_dir is not empty %} {% if local_files is same as(false) %} {{ 'The directory you set for upload work cannot be reached.'|trans|error }} {% elseif local_files is not empty %} {% else %} {% trans 'There are no files to upload!' %} {% endif %} {% else %} {{ 'File uploads are not allowed on this server.'|trans|notice }} {% endif %}
{# Charset of file #} {% if is_encoding_supported %} {% else %} {% endif %}

{% trans 'Partial import:' %}

{% if timeout_passed is defined and timeout_passed %}
{{ 'Previous import timed out, after resubmitting will continue from position %d.'|trans|format(offset) }}
{% endif %}
{% if not (timeout_passed is defined and timeout_passed) %}
{% else %} {# If timeout has passed, do not show the Skip dialog to avoid the risk of someone entering a value here that would interfere with "skip" #} {% endif %}

{% trans 'Other options:' %}

{% trans 'Format:' %}

{{ get_choice('Import', 'format', import_list) }}

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

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

{{ get_options('Import', import_list) }}
{# Japanese encoding setting #} {% if can_convert_kanji %}

{% trans 'Encoding Conversion:' %}

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