# -- # 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("Dynamic Fields") | html %] - [% Translate(Data.ObjectTypeName) | html %]: [% USE Title = String(Data.BreadcrumbText) %] [% Title | html %]

[% BreadcrumbPath = [ { Name => Translate('Dynamic Fields Management'), Link => 'AdminDynamicField', }, ] %] [% USE BreadcrumbName = String(Translate(Data.ObjectTypeName)) %] [% SWITCH Data.Mode %] [% CASE 'Add' %] [% BreadcrumbPath.push({ Name => BreadcrumbName.append( ': ', Title ) }) %] [% CASE 'Change' %] [% BreadcrumbPath.push({ Name => BreadcrumbName.append( ': ', Title, ' - ', Data.Name ) }) %] [% END %] [% INCLUDE "Breadcrumb.tt" Path = BreadcrumbPath %]

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

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

[% Translate("This field is required, and the value should be alphabetic and numeric characters only.") | html %]

[% Translate(Data.NameServerErrorMessage) | html %]

[% Translate("Must be unique and only accept alphabetic and numeric characters.") | html %]

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

[% Translate(Data.LabelServerErrorMessage) | html %]

[% Translate("This is the name to be shown on the screens where the field is active.") | html %]

[% Data.DynamicFieldOrderStrg %]

[% Translate("This field is required and must be numeric.") | html %]

[% Translate(Data.FieldOrderServerErrorMessage) | html %]

[% Translate("This is the order in which this field will be shown on the screens where is active.") | html %]

[% Data.ValidityStrg %]

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

[% RenderBlockStart("RequiredValidOptionServerError") %] [% Translate("This field is required.") | html %] [% RenderBlockEnd("RequiredValidOptionServerError") %] [% RenderBlockStart("InSettingValidOptionServerError") %] [% Translate("Is not possible to invalidate this entry, all config settings have to be changed beforehand.") | html %] [% RenderBlockEnd("InSettingValidOptionServerError") %]

[% RenderBlockStart("InternalField") %]

[% Translate("This field is protected and can't be deleted.") | html %]

[% RenderBlockEnd("InternalField") %]
[% RenderBlockStart("DynamicFieldInSysConfig") %] [% RenderBlockEnd("DynamicFieldInSysConfig") %] [% RenderBlockStart("DynamicFieldInSysConfigDirty") %] [% RenderBlockEnd("DynamicFieldInSysConfigDirty") %]

[% Translate(Data.FieldTypeName) | html %] [% Translate("Field Settings") | html %]

[% Translate("This field must be numeric.") | html %]

[% Translate("This field must be numeric.") | html %]

[% Translate("The difference from NOW (in seconds) to calculate the field default value (e.g. 3600 or -60).") | html %]

[% Data.YearsPeriodStrg %]

[% Translate("Activate this feature to define a fixed range of years (in the future and in the past) to be displayed on the year part of the field.") | html %]

[% Translate("Years in the past to display (default: 5 years).") | html %]

[% Translate("This field must be numeric.") | html %]

[% Translate("This field must be numeric.") | html %]

[% Translate("This field must be numeric.") | html %]

[% Translate("This field must be numeric.") | html %]

[% Translate("Years in the future to display (default: 5 years).") | html %]

[% Translate("Here you can specify an optional HTTP link for the field value in Overviews and Zoom screens.") | html %]
[% Translate("If special characters (&, @, :, /, etc.) should not be encoded, use 'url' instead of 'uri' filter.") | html %]
[% Translate("Example") | html %]: http://some.example.com/handle?query=[% Data.Field1 | uri %]

[% Translate("If filled in, this URL will be used for a preview which is shown when this link is hovered in ticket zoom. Please note that for this to work, the regular URL field above needs to be filled in, too.") | html %]

[% Data.DateRestrictionStrg %]

[% Translate("Here you can restrict the entering of dates of tickets.") | html %]

[% IF Data.Mode == 'Change' %] [% Translate("or") | html %] [% ELSE %] [% END %] [% Translate("or") | html %] [% Translate("Cancel") | html %]