# -- # 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 %]

[% RenderBlockStart("ValueRow") %]

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

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

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

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

[% Translate("Remove value") | html %]
[% RenderBlockEnd("ValueRow") %] [% RenderBlockStart("ValueTemplate") %] [% RenderBlockEnd("ValueTemplate") %]
[% Data.DefaultValueStrg %]

[% Translate("This is the default value for this field.") | html %]

[% Data.PossibleNoneStrg %]

[% Translate("Activate this option to create an empty selectable value.") | html %]

[% Data.TreeViewStrg %]

[% Translate("Activate this option to display values as a tree.") | html %]

[% Data.TranslatableValuesStrg %]

[% Translate("If you activate this option the values will be translated to the user defined language.") | html %]

[% Translate("Note") | html %]: [% Translate("You need to add the translations manually into the language translation files.") | html %]

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