# -- # Copyright (C) 2001-2019 OTRS AG, https://otrs.com/ # -- # This software comes with ABSOLUTELY NO WARRANTY. For details, see # the enclosed file COPYING for license information (GPL). If you # did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt. # --

[% Translate("System configuration") | html %]

[% IF Config("ConfigImportAllowed") %] [% ImportExportName = Translate('Import & Export') %] [% ELSE %] [% ImportExportName = Translate('Export') %] [% END %] [% BreadcrumbPath = [ { Name => Translate('System Configuration'), Link => 'AdminSystemConfiguration', }, { Name => ImportExportName, Link => Env("Action") _ ';Subaction=' _ Env("Subaction") }, ] %] [% INCLUDE "Breadcrumb.tt" Path = BreadcrumbPath %]

[% Translate("Actions") | html %]

[% IF Config("ConfigImportAllowed") %]

[% Translate("Import") | html %]

[% Translate("Upload a file to be imported to your system (.yml format as exported from the System Configuration module).") | html %]

[% Translate("This field is required.") | html %]

[% Translate("This field is required.") | html %]

[% END %]

[% Translate("Export") | html %]

[% Translate("Download current configuration settings of your system in a .yml file.") | html %]

[% IF Data.OTRSBusinessIsInstalled %]
[% END %]