# -- # 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. # -- [% SET OTRSBusinessLabel = 'OTRS Business Solution™'; SET OTRSBusinessLabelPlain = 'OTRS Business Solution™'; %]

[% Translate("Manage %s") | html | ReplacePlaceholders(OTRSBusinessLabel) %]

[% BreadcrumbPath = [ { Name => Translate("Manage %s", OTRSBusinessLabelPlain), Link => Env("Action"), }, ] %] [% INCLUDE "Breadcrumb.tt" Path = BreadcrumbPath %]

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

[% Translate('%s makes contact regularly with cloud.otrs.com to check on available updates and the validity of the underlying contract.') | html | ReplacePlaceholders(OTRSBusinessLabel) %]

[% RenderBlockStart("NotEntitled") %]

[% Translate("Unauthorized Usage Detected") | html %]

[% Translate('This system uses the %s without a proper license! Please make contact with %s to renew or activate your contract!') | html | ReplacePlaceholders(OTRSBusinessLabel, 'sales@otrs.com') %]

[% RenderBlockEnd("NotEntitled") %] [% RenderBlockStart("NeedsReinstall") %]

[% Translate("%s not Correctly Installed") | html | ReplacePlaceholders(OTRSBusinessLabel) %]

[% Translate('Your %s is not correctly installed. Please reinstall it with the button below.') | html | ReplacePlaceholders(OTRSBusinessLabel) %]

[% RenderBlockEnd("NeedsReinstall") %] [% RenderBlockStart("NeedsReinstallAndUpdate") %]

[% Translate("%s not Correctly Installed") | html | ReplacePlaceholders(OTRSBusinessLabel) %]

[% Translate('Your %s is not correctly installed, and there is also an update available.') | html | ReplacePlaceholders(OTRSBusinessLabel) %]
[% Translate('You can either reinstall your current version or perform an update with the buttons below (update recommended).') | html %]

[% Translate('Update %s') | html | ReplacePlaceholders(OTRSBusinessLabel) %] [% Translate('or') | html %] [% Translate('Reinstall %s') | html | ReplacePlaceholders(OTRSBusinessLabel) %]

[% RenderBlockEnd("NeedsReinstallAndUpdate") %] [% RenderBlockStart("ReinstallImpossible") %]

[% Translate("%s Not Yet Available") | html | ReplacePlaceholders(OTRSBusinessLabel) %]

[% Translate('%s will be available soon.') | html | ReplacePlaceholders(OTRSBusinessLabel) %]

[% RenderBlockEnd("ReinstallImpossible") %] [% RenderBlockStart("NeedsUpdate") %]

[% Translate("%s Update Available") | html | ReplacePlaceholders(OTRSBusinessLabel) %]

[% Translate('An update for your %s is available! Please update at your earliest!') | html | ReplacePlaceholders(OTRSBusinessLabel) %]

[% RenderBlockEnd("NeedsUpdate") %] [% RenderBlockStart("EverythingOk") %]

[% Translate("%s Correctly Deployed") | html | ReplacePlaceholders(OTRSBusinessLabel) %]

[% Translate('Congratulations, your %s is correctly installed and up to date!') | html | ReplacePlaceholders(OTRSBusinessLabel) %]

[% RenderBlockEnd("EverythingOk") %]