# -- # 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. # -- [% RenderBlockStart("Overview") %]

[% Translate("PGP Management") | html %]

[% BreadcrumbPath = [ { Name => Translate("PGP Management"), Link => Env("Action"), }, ] %] [% IF Data.Subaction == 'Add' %] [% BreadcrumbPath.push({ Name => Translate('Add PGP Key'), }) %] [% END %] [% INCLUDE "Breadcrumb.tt" Path = BreadcrumbPath %]
[% RenderBlockStart("Notice") %]

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

[% RenderBlockStart("Disabled") %]

[% Translate("PGP support is disabled") | html %]

[% Translate("To be able to use PGP in OTRS, you have to enable it first.") | html %]

[% RenderBlockEnd("Disabled") %] [% RenderBlockStart("NotWorking") %]

[% Translate("Faulty PGP configuration") | html %]

[% Translate("PGP support is enabled, but the relevant configuration contains errors. Please check the configuration using the button below.") | html %]

[% RenderBlockEnd("NotWorking") %]
[% RenderBlockEnd("Notice") %] [% RenderBlockStart("ActionList") %]

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

[% RenderBlockEnd("ActionList") %] [% RenderBlockStart("Hint") %]

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

[% Translate("In this way you can directly edit the keyring configured in SysConfig.") | html %]

[% Translate("Description") | html %]: [% Translate("Introduction to PGP") | html %]

[% RenderBlockEnd("Hint") %]
[% RenderBlockStart("OverviewResult") %]

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

[% RenderBlockStart("NoDataFoundMsg") %] [% RenderBlockEnd("NoDataFoundMsg") %] [% RenderBlockStart("Row") %] [% RenderBlockEnd("Row") %]
[% Translate("Type") | html %] [% Translate("Status") | html %] [% Translate("Identifier") | html %] [% Translate("Bit") | html %] [% Translate("Key") | html %] [% Translate("Fingerprint") | html %] [% Translate("Created") | html %] [% Translate("Expires") | html %] [% Translate("Delete") | html %]
[% Translate("No data found.") | html %]
[% Data.Type | html %] [% Data.Status | html %] [% Data.Identifier | truncate(80) | html %] [% Data.Bit | html %] [% Data.Key | html %] [% Data.Fingerprint | truncate(10) | html %] [% Data.Created | html %] [% Data.Expires | html %] [% Translate("Delete this key") | html %]
[% RenderBlockEnd("OverviewResult") %] [% RenderBlockStart("AddKey") %]

[% Translate("Add PGP Key") | html %]

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

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

[% Translate("or") | html %] [% Translate("Cancel") | html %]
[% RenderBlockEnd("AddKey") %]
[% RenderBlockEnd("Overview") %]