# -- # 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("Upgrade to %s") | html | ReplacePlaceholders(OTRSBusinessLabel) %]

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

[% 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("NotAvailable") %]

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

[% Translate("%s will be available soon. Please check again in a few days.") | html | ReplacePlaceholders(OTRSBusinessLabel) %]

[% Translate("Please have a look at %s for more information.") | html | ReplacePlaceholders('otrs-business-solution.com') %]

[% RenderBlockEnd("NotAvailable") %] [% RenderBlockStart("NotRegistered") %]

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

[% Translate("Your ((OTRS)) Community Edition is the base for all future actions. Please register first before you continue with the upgrade process of %s!") | html | ReplacePlaceholders(OTRSBusinessLabel) %]

[% IF Config("Frontend::Module").AdminRegistration %] [% ELSE %]

[% Translate("System Registration is disabled for your system. Please check your configuration.") | html %]

[% END %]
[% RenderBlockEnd("NotRegistered") %] [% RenderBlockStart("NotEntitled") %]

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

[% Translate("Before you can benefit from %s, please contact %s to get your %s contract.") | html | ReplacePlaceholders(OTRSBusinessLabel, 'sales@otrs.com', OTRSBusinessLabel) %]

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

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

[% Translate("Connection to cloud.otrs.com via HTTPS couldn't be established. Please make sure that your OTRS can connect to cloud.otrs.com via port 443.") | html %]

[% RenderBlockEnd("EntitlementStatusUnclear") %] [% RenderBlockStart("Install") %]
[% Translate("Upgrade to %s") | html | ReplacePlaceholders(OTRSBusinessLabel) %]
[% IF Data.ShowBlock == "IncompatibleInfo" %]

[% Translate("Package installation requires patch level update of OTRS.") | html %]

[% Translate("Please visit our customer portal and file a request.") | html %]

[% Translate("Everything else will be done as part of your contract.") | html %]

[% Translate("Your installed OTRS version is %s.", Config("Version")) | html %]

[% IF Data.RequiredMinimumVersion %]

[% Translate("To install this package, you need to update to OTRS %s or higher.", Data.RequiredMinimumVersion) | html %]

[% END %] [% IF Data.RequiredMaximumVersion %]

[% Translate("To install this package, the Maximum OTRS Version is %s.", Data.RequiredMaximumVersion) | html %]

[% END %] [% IF !Data.RequiredMinimumVersion && Data.RequiredFramework %]

[% Translate("To install this package, the required Framework version is %s.", Data.RequiredFramework) | html %]

[% END %]

[% Translate("Why should I keep OTRS up to date?") | html %]

  • [% Translate("You will receive updates about relevant security issues.") | html %]
  • [% Translate("You will receive updates for all other relevant OTRS issues") | html %]
[% ELSE %]

[% Translate("With your existing contract you can only use a small part of the %s.") | html | ReplacePlaceholders(OTRSBusinessLabel ) %]
[% Translate("If you would like to take full advantage of the %s get your contract upgraded now! Contact %s.") | html | ReplacePlaceholders(OTRSBusinessLabel, 'sales@otrs.com') %]

[% END %]
[% RenderBlockEnd("Install") %]