# -- # 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("System Email Addresses Management") | html %]

[% BreadcrumbPath = [ { Name => Translate('System Email Addresses Management'), Link => Env("Action"), }, ] %] [% SWITCH Data.Action %] [% CASE 'Add' %] [% BreadcrumbPath.push({ Name => Translate('Add System Email Address'),}) %] [% CASE 'Change' %] [% USE EditTitle = String(Translate("Edit System Email Address")) %] [% BreadcrumbPath.push({ Name => EditTitle.append( ': ', Data.Name ) }) %] [% END %] [% INCLUDE "Breadcrumb.tt" Path = BreadcrumbPath %]
[% RenderBlockStart("ActionList") %]

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

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

[% RenderBlockEnd("Filter") %]

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

[% Translate("All incoming email with this address in To or Cc will be dispatched to the selected queue.") | html %]

[% RenderBlockStart("OverviewResult") %]

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

[% RenderBlockStart("NoDataFoundMsg") %] [% RenderBlockEnd("NoDataFoundMsg") %] [% RenderBlockStart("OverviewResultRow") %] [% RenderBlockEnd("OverviewResultRow") %]
[% Translate("Email address") | html %] [% Translate("Display name") | html %] [% Translate("Queue") | html %] [% Translate("Validity") | html %] [% Translate("Changed") | html %] [% Translate("Created") | html %]
[% Translate("No data found.") | html %]
[% Data.Name | html %] [% Data.Realname | truncate(26) | html %] [% Data.Queue | html %] [% Translate(Data.Valid) | html %] [% Data.ChangeTime | Localize("TimeShort") %] [% Data.CreateTime | Localize("TimeShort") %]
[% RenderBlockEnd("OverviewResult") %] [% RenderBlockStart("OverviewUpdate") %]
[% IF Data.Action == 'Add' %]

[% Translate("Add System Email Address") | html %]

[% ELSE %]

[% Translate("Edit System Email Address") | html %]

[% END %]
[% IF Data.Action == 'Change' %] [% END %]

[% Translate("This field is required and needs to be a valid email address.") | html %]

[% RenderBlockStart("RequiredFieldServerErrorMsg") %]

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

[% RenderBlockEnd("RequiredFieldServerErrorMsg") %] [% RenderBlockStart("EmailInvalidConfigServerErrorMsg") %]

[% Translate("This email address is not allowed due to the system configuration.") | html %]

[% RenderBlockEnd("EmailInvalidConfigServerErrorMsg") %] [% RenderBlockStart("EmailInvalidMXServerErrorMsg") %]

[% Translate("This email address failed MX check.") | html %]

[% RenderBlockEnd("EmailInvalidMXServerErrorMsg") %] [% RenderBlockStart("EmailInvalidDNSServerErrorMsg") %]

[% Translate("DNS problem, please check your configuration and the error log.") | html %]

[% RenderBlockEnd("EmailInvalidDNSServerErrorMsg") %] [% RenderBlockStart("EmailInvalidSyntaxServerErrorMsg") %]

[% Translate("The syntax of this email address is incorrect.") | html %]

[% RenderBlockEnd("EmailInvalidSyntaxServerErrorMsg") %] [% RenderBlockStart("EmailAlreadyUsedServerErrorMsg") %]

[% Translate("This email address is already used as system email address.") | html %]

[% RenderBlockEnd("EmailAlreadyUsedServerErrorMsg") %]

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

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

[% Translate("The display name and email address will be shown on mail you send.") | html %]

[% Data.QueueOption %]

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

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

[% Data.ValidOption %]

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

[% IF Data.Errors.SystemAddressIsUsed %]

[% Translate("This system address cannot be set to invalid.") | html %]

[% ELSE %]

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

[% END %] [% IF Data.SystemAddressIsUsed %]

[% Translate("This system address cannot be set to invalid, because it is used in one or more queue(s) or auto response(s).") | html %]

[% END %]
[% IF Data.Action == 'Change' %] [% Translate("or") | html %] [% ELSE %] [% END %] [% Translate("or") | html %] [% Translate("Cancel") | html %]
[% RenderBlockEnd("OverviewUpdate") %]
[% RenderBlockEnd("Overview") %]