# -- # 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 %]

[% BreadcrumbPath = [ { Name => Translate('System Configuration'), Link => 'AdminSystemConfiguration', }, { Name => Translate('Changes Deployment'), Link => 'AdminSystemConfigurationDeployment;Subaction=Deployment', }, ] %] [% INCLUDE "Breadcrumb.tt" Path = BreadcrumbPath %]

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

[% Translate("This is an overview of all settings which will be part of the deployment if you start it now. You can compare each setting to its former state by clicking the icon on the top right.") | html %]

[% Translate("To exclude certain settings from a deployment, click the checkbox on the header bar of a setting.") | html %]

[% Translate("By default, you will only deploy settings which you changed on your own. If you'd like to deploy settings changed by other users, too, please click the link on top of the screen to enter the advanced deployment mode.") | html %]

[% IF Data.DeploymentRestore %]

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

[% Translate("A deployment has just been restored, which means that all affected setting have been reverted to the state from the selected deployment.") | html %]

[% Translate("Please review the changed settings and deploy afterwards.") | html %]

[% Translate("An empty list of changes means that there are no differences between the restored and the current state of the affected settings.") | html %]

[% END %]

[% Translate("Changes Overview") | html %]

[% IF Data.SettingList.size() %]
[% END %]
[% IF Data.SettingList.size() %]

[% IF Data.AdvancedMode %] [% Translate("There are %s changed settings which will be deployed in this run.", Data.SettingList.size()) | html %] [% Translate("Switch to basic mode to deploy settings only changed by you.") | html %] [% ELSE %] [% Translate("You have %s changed settings which will be deployed in this run.", Data.SettingList.size()) | html %] [% Translate("Switch to advanced mode to deploy settings changed by other users, too.") | html %] [% END %]

[% INCLUDE "SystemConfiguration/SettingsListCompare.tt" %] [% ELSE %]

[% Translate("There are no settings to be deployed.") | html %] [% IF !Data.AdvancedMode %] [% Translate("Switch to advanced mode to see deployable settings changed by other users.") | html %] [% END %]

[% END %]
[% Translate("or") | html %] [% Translate("Cancel") | html %]