# --
# 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("Title") | html %]:
*
[% Translate("Description") | html %]:
[% IF !Data.StatID %]
*
[% Translate("Object type") | html %]:
[% Data.SelectObjectType %]
[% END %]
*
[% Translate("Permissions") | html %]:
[% Data.SelectPermission %]
[% Translate("You can select one or more groups to define access for different agents.") | html %]
*
[% Translate("Result formats") | html %]:
[% IF Data.SelectTimeZone %]
*
[% Translate("Time Zone") | html %]:
[% Data.SelectTimeZone %]
[% Translate('The selected time periods in the statistic are time zone neutral.') | html %]
[% END %]
[% Translate("Create summation row") | html %]:
[% Data.SelectSumRow %]
[% Translate('Generate an additional row containing sums for all data rows.') | html %]
[% Translate("Create summation column") | html %]:
[% Data.SelectSumCol %]
[% Translate('Generate an additional column containing sums for all data columns.') | html %]
[% IF Data.StatID %]
[% Translate("Cache results") | html %]:
[% Data.SelectCache %]
[% Translate("Stores statistics result data in a cache to be used in subsequent views with the same configuration (requires at least one selected time field).") | html %]
[% END %]
[% IF Data.StatID %]
[% Translate("Show as dashboard widget") | html %]:
[% Data.SelectShowAsDashboardWidget %]
[% Translate("Provide the statistic as a widget that agents can activate in their dashboard.") | html %]
[% Translate("Please note that enabling the dashboard widget will activate caching for this statistic in the dashboard.") | html %]
[% END %]
[% Translate("Validity") | html %]:
[% Data.SelectValid %]
[% Translate("If set to invalid end users can not generate the stat.") | html %]